WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcacomdelstore/.db.sql
-- MariaDB dump 10.19  Distrib 10.6.12-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: lcacomdelstoredb
-- ------------------------------------------------------
-- Server version	10.6.12-MariaDB-1:10.6.12+maria~ubu2004

/*!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 utf8 */;
/*!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 `wp_acfw_loyalprog_entries`
--

DROP TABLE IF EXISTS `wp_acfw_loyalprog_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_acfw_loyalprog_entries` (
  `entry_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `entry_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `entry_type` varchar(20) NOT NULL,
  `entry_action` varchar(20) NOT NULL,
  `entry_amount` bigint(20) NOT NULL,
  `object_id` bigint(20) NOT NULL,
  PRIMARY KEY (`entry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_acfw_loyalprog_entries`
--

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

--
-- Table structure for table `wp_acfw_store_credits`
--

DROP TABLE IF EXISTS `wp_acfw_store_credits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_acfw_store_credits` (
  `entry_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `entry_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `entry_type` varchar(20) NOT NULL,
  `entry_action` varchar(20) NOT NULL,
  `entry_amount` varchar(255) NOT NULL,
  `object_id` bigint(20) NOT NULL,
  `entry_note` text DEFAULT NULL,
  PRIMARY KEY (`entry_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_acfw_store_credits`
--

LOCK TABLES `wp_acfw_store_credits` WRITE;
/*!40000 ALTER TABLE `wp_acfw_store_credits` DISABLE KEYS */;
INSERT INTO `wp_acfw_store_credits` VALUES (1,61,'2023-06-06 19:14:41','increase','refund','5.54',1907,''),(2,61,'2024-03-05 19:32:19','increase','refund','655.74',2522,''),(3,61,'2024-03-05 21:59:58','decrease','discount','661.28',2528,'');
/*!40000 ALTER TABLE `wp_acfw_store_credits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_acfw_virtual_coupons`
--

DROP TABLE IF EXISTS `wp_acfw_virtual_coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_acfw_virtual_coupons` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `virtual_coupon` text NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `coupon_status` varchar(20) NOT NULL,
  `user_id` bigint(20) DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_expire` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_acfw_virtual_coupons`
--

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

--
-- Table structure for table `wp_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`),
  KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`),
  KEY `status_claim_id` (`status`,`claim_id`)
) ENGINE=InnoDB AUTO_INCREMENT=73149 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (52833,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-05-24 20:44:58','2023-05-24 20:44:58','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1684961098;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1684961098;}',4,1,'2023-05-24 20:45:19','2023-05-24 20:45:19',0,NULL,10),(52874,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-05-30 22:15:42','2023-05-30 22:15:42','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685484942;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685484942;}',4,1,'2023-05-30 22:16:02','2023-05-30 22:16:02',0,NULL,10),(52893,'action_scheduler/migration_hook','failed','2023-05-31 22:57:42','2023-05-31 22:57:42','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685573862;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685573862;}',1,1,'2023-05-31 22:58:00','2023-05-31 22:58:00',0,NULL,10),(52900,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:18:58','2023-06-01 16:18:58','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636338;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636338;}',4,1,'2023-06-01 16:19:00','2023-06-01 16:19:00',0,NULL,10),(52902,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:19:05','2023-06-01 16:19:05','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636345;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636345;}',4,1,'2023-06-01 16:19:06','2023-06-01 16:19:06',0,NULL,10),(52904,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:19:11','2023-06-01 16:19:11','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636351;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636351;}',4,1,'2023-06-01 16:19:13','2023-06-01 16:19:13',0,NULL,10),(52906,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:19:18','2023-06-01 16:19:18','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636358;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636358;}',4,1,'2023-06-01 16:19:19','2023-06-01 16:19:19',0,NULL,10),(52907,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:19:29','2023-06-01 16:19:29','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636369;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636369;}',4,1,'2023-06-01 16:19:30','2023-06-01 16:19:30',0,NULL,10),(52908,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:19:32','2023-06-01 16:19:32','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636372;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636372;}',4,1,'2023-06-01 16:20:02','2023-06-01 16:20:02',0,NULL,10),(52909,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:20:20','2023-06-01 16:20:20','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636420;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636420;}',4,1,'2023-06-01 16:20:21','2023-06-01 16:20:21',0,NULL,10),(52910,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:20:41','2023-06-01 16:20:41','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636441;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636441;}',4,1,'2023-06-01 16:21:23','2023-06-01 16:21:23',0,NULL,10),(52911,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:21:43','2023-06-01 16:21:43','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636503;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636503;}',4,1,'2023-06-01 16:21:44','2023-06-01 16:21:44',0,NULL,10),(52912,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:22:05','2023-06-01 16:22:05','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636525;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636525;}',4,1,'2023-06-01 16:22:27','2023-06-01 16:22:27',0,NULL,10),(52913,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:22:45','2023-06-01 16:22:45','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636565;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636565;}',4,1,'2023-06-01 16:22:46','2023-06-01 16:22:46',0,NULL,10),(52914,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:22:47','2023-06-01 16:22:47','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636567;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636567;}',4,1,'2023-06-01 16:22:49','2023-06-01 16:22:49',0,NULL,10),(52915,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:23:07','2023-06-01 16:23:07','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636587;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636587;}',4,1,'2023-06-01 16:23:28','2023-06-01 16:23:28',0,NULL,10),(52916,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:23:49','2023-06-01 16:23:49','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636629;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636629;}',4,1,'2023-06-01 16:23:51','2023-06-01 16:23:51',0,NULL,10),(52917,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:24:00','2023-06-01 16:24:00','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636640;}',4,1,'2023-06-01 16:24:10','2023-06-01 16:24:10',0,NULL,10),(52918,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:24:29','2023-06-01 16:24:29','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636669;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636669;}',4,1,'2023-06-01 16:25:10','2023-06-01 16:25:10',0,NULL,10),(52919,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:25:30','2023-06-01 16:25:30','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636730;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636730;}',4,1,'2023-06-01 16:25:31','2023-06-01 16:25:31',0,NULL,10),(52920,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:25:51','2023-06-01 16:25:51','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636751;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636751;}',4,1,'2023-06-01 16:26:32','2023-06-01 16:26:32',0,NULL,10),(52921,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:26:32','2023-06-01 16:26:32','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636792;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636792;}',4,1,'2023-06-01 16:26:33','2023-06-01 16:26:33',0,NULL,10),(52922,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:26:34','2023-06-01 16:26:34','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636794;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636794;}',4,1,'2023-06-01 16:26:39','2023-06-01 16:26:39',0,NULL,10),(52923,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:26:52','2023-06-01 16:26:52','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636812;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636812;}',4,1,'2023-06-01 16:27:34','2023-06-01 16:27:34',0,NULL,10),(52924,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:27:54','2023-06-01 16:27:54','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636874;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636874;}',4,1,'2023-06-01 16:28:36','2023-06-01 16:28:36',0,NULL,10),(52925,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:28:52','2023-06-01 16:28:52','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636932;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636932;}',4,1,'2023-06-01 16:29:38','2023-06-01 16:29:38',0,NULL,10),(52928,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:29:44','2023-06-01 16:29:44','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636984;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636984;}',4,1,'2023-06-01 16:29:44','2023-06-01 16:29:44',0,NULL,10),(52930,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:29:50','2023-06-01 16:29:50','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636990;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636990;}',4,1,'2023-06-01 16:29:51','2023-06-01 16:29:51',0,NULL,10),(52932,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:29:56','2023-06-01 16:29:56','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636996;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636996;}',4,1,'2023-06-01 16:29:57','2023-06-01 16:29:57',0,NULL,10),(52934,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:29:58','2023-06-01 16:29:58','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636998;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636998;}',4,1,'2023-06-01 16:30:03','2023-06-01 16:30:03',0,NULL,10),(52936,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:08','2023-06-01 16:30:08','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637008;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637008;}',4,1,'2023-06-01 16:30:09','2023-06-01 16:30:09',0,NULL,10),(52938,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:14','2023-06-01 16:30:14','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637014;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637014;}',4,1,'2023-06-01 16:30:15','2023-06-01 16:30:15',0,NULL,10),(52940,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:18','2023-06-01 16:30:18','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637018;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637018;}',4,1,'2023-06-01 16:30:21','2023-06-01 16:30:21',0,NULL,10),(52941,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:21','2023-06-01 16:30:21','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637021;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637021;}',4,1,'2023-06-01 16:30:27','2023-06-01 16:30:27',0,NULL,10),(52942,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:38','2023-06-01 16:30:38','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637038;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637038;}',4,1,'2023-06-01 16:30:39','2023-06-01 16:30:39',0,NULL,10),(52943,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:59','2023-06-01 16:30:59','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637059;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637059;}',4,1,'2023-06-01 16:31:22','2023-06-01 16:31:22',0,NULL,10),(52944,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:31:41','2023-06-01 16:31:41','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637101;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637101;}',4,1,'2023-06-01 16:31:42','2023-06-01 16:31:42',0,NULL,10),(52945,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:32:02','2023-06-01 16:32:02','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637122;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637122;}',4,1,'2023-06-01 16:32:24','2023-06-01 16:32:24',0,NULL,10),(52946,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:32:25','2023-06-01 16:32:25','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637145;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637145;}',4,1,'2023-06-01 16:32:25','2023-06-01 16:32:25',0,NULL,10),(52947,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:32:43','2023-06-01 16:32:43','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637163;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637163;}',4,1,'2023-06-01 16:32:45','2023-06-01 16:32:45',0,NULL,10),(52948,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:32:46','2023-06-01 16:32:46','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637166;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637166;}',4,1,'2023-06-01 16:32:46','2023-06-01 16:32:46',0,NULL,10),(52949,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:33:31','2023-06-01 16:33:31','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637211;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637211;}',4,1,'2023-06-01 16:33:33','2023-06-01 16:33:33',0,NULL,10),(52950,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:33:34','2023-06-01 16:33:34','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637214;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637214;}',4,1,'2023-06-01 16:35:42','2023-06-01 16:35:42',0,NULL,10),(52951,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:35:43','2023-06-01 16:35:43','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637343;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637343;}',4,1,'2023-06-01 16:35:45','2023-06-01 16:35:45',0,NULL,10),(52952,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:36:02','2023-06-01 16:36:02','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637362;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637362;}',4,1,'2023-06-01 16:36:45','2023-06-01 16:36:45',0,NULL,10),(52953,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:37:05','2023-06-01 16:37:05','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637425;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637425;}',4,1,'2023-06-01 16:37:06','2023-06-01 16:37:06',0,NULL,10),(52954,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:37:22','2023-06-01 16:37:22','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637442;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637442;}',4,1,'2023-06-01 16:37:24','2023-06-01 16:37:24',0,NULL,10),(52955,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:37:25','2023-06-01 16:37:25','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637445;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637445;}',4,1,'2023-06-01 16:37:58','2023-06-01 16:37:58',0,NULL,10),(52956,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:38:08','2023-06-01 16:38:08','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637488;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637488;}',4,1,'2023-06-01 16:38:09','2023-06-01 16:38:09',0,NULL,10),(52957,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:38:29','2023-06-01 16:38:29','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637509;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637509;}',4,1,'2023-06-01 16:38:31','2023-06-01 16:38:31',0,NULL,10),(52958,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:38:31','2023-06-01 16:38:31','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637511;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637511;}',4,1,'2023-06-01 16:39:12','2023-06-01 16:39:12',0,NULL,10),(52959,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:39:32','2023-06-01 16:39:32','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637572;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637572;}',4,1,'2023-06-01 16:39:33','2023-06-01 16:39:33',0,NULL,10),(52960,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:39:46','2023-06-01 16:39:46','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637586;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637586;}',4,1,'2023-06-01 16:40:16','2023-06-01 16:40:16',0,NULL,10),(52961,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:40:36','2023-06-01 16:40:36','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637636;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637636;}',4,1,'2023-06-01 16:40:37','2023-06-01 16:40:37',0,NULL,10),(52962,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:40:57','2023-06-01 16:40:57','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637657;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637657;}',4,1,'2023-06-01 16:41:40','2023-06-01 16:41:40',0,NULL,10),(52963,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:41:52','2023-06-01 16:41:52','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637712;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637712;}',4,1,'2023-06-01 16:42:42','2023-06-01 16:42:42',0,NULL,10),(52964,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:42:54','2023-06-01 16:42:54','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637774;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637774;}',4,1,'2023-06-01 16:43:44','2023-06-01 16:43:44',0,NULL,10),(52966,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:44:04','2023-06-01 16:44:04','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637844;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637844;}',4,1,'2023-06-01 16:44:47','2023-06-01 16:44:47',0,NULL,10),(52967,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:45:07','2023-06-01 16:45:07','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637907;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637907;}',4,1,'2023-06-01 16:45:50','2023-06-01 16:45:50',0,NULL,10),(52968,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:46:10','2023-06-01 16:46:10','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637970;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637970;}',4,1,'2023-06-01 16:46:53','2023-06-01 16:46:53',0,NULL,10),(52969,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:47:13','2023-06-01 16:47:13','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638033;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638033;}',4,1,'2023-06-01 16:47:55','2023-06-01 16:47:55',0,NULL,10),(52970,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:48:15','2023-06-01 16:48:15','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638095;}',4,1,'2023-06-01 16:48:37','2023-06-01 16:48:37',0,NULL,10),(52971,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:48:57','2023-06-01 16:48:57','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638137;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638137;}',4,1,'2023-06-01 16:48:58','2023-06-01 16:48:58',0,NULL,10),(52972,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:49:18','2023-06-01 16:49:18','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638158;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638158;}',4,1,'2023-06-01 16:49:19','2023-06-01 16:49:19',0,NULL,10),(52973,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:49:40','2023-06-01 16:49:40','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638180;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638180;}',4,1,'2023-06-01 16:50:03','2023-06-01 16:50:03',0,NULL,10),(52974,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:50:23','2023-06-01 16:50:23','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638223;}',4,1,'2023-06-01 16:50:24','2023-06-01 16:50:24',0,NULL,10),(52975,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:50:25','2023-06-01 16:50:25','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638225;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638225;}',4,1,'2023-06-01 16:50:25','2023-06-01 16:50:25',0,NULL,10),(52976,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:50:45','2023-06-01 16:50:45','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638245;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638245;}',4,1,'2023-06-01 16:51:28','2023-06-01 16:51:28',0,NULL,10),(52977,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:51:48','2023-06-01 16:51:48','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638308;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638308;}',4,1,'2023-06-01 16:51:49','2023-06-01 16:51:49',0,NULL,10),(52978,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:52:08','2023-06-01 16:52:08','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638328;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638328;}',4,1,'2023-06-01 16:52:09','2023-06-01 16:52:09',0,NULL,10),(52979,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:52:29','2023-06-01 16:52:29','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638349;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638349;}',4,1,'2023-06-01 16:52:52','2023-06-01 16:52:52',0,NULL,10),(52980,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:53:11','2023-06-01 16:53:11','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638391;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638391;}',4,1,'2023-06-01 16:53:13','2023-06-01 16:53:13',0,NULL,10),(52981,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:53:32','2023-06-01 16:53:32','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638412;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638412;}',4,1,'2023-06-01 16:53:54','2023-06-01 16:53:54',0,NULL,10),(52982,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:54:14','2023-06-01 16:54:14','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638454;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638454;}',4,1,'2023-06-01 16:54:16','2023-06-01 16:54:16',0,NULL,10),(52983,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:54:34','2023-06-01 16:54:34','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638474;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638474;}',4,1,'2023-06-01 16:54:35','2023-06-01 16:54:35',0,NULL,10),(52984,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:54:55','2023-06-01 16:54:55','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638495;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638495;}',4,1,'2023-06-01 16:55:16','2023-06-01 16:55:16',0,NULL,10),(52985,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:55:28','2023-06-01 16:55:28','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638528;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638528;}',4,1,'2023-06-01 16:55:29','2023-06-01 16:55:29',0,NULL,10),(52986,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:55:30','2023-06-01 16:55:30','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638530;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638530;}',4,1,'2023-06-01 16:55:35','2023-06-01 16:55:35',0,NULL,10),(52987,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:55:36','2023-06-01 16:55:36','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638536;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638536;}',4,1,'2023-06-01 16:55:37','2023-06-01 16:55:37',0,NULL,10),(52988,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:55:47','2023-06-01 16:55:47','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638547;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638547;}',4,1,'2023-06-01 16:55:57','2023-06-01 16:55:57',0,NULL,10),(52989,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:56:07','2023-06-01 16:56:07','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638567;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638567;}',4,1,'2023-06-01 16:56:37','2023-06-01 16:56:37',0,NULL,10),(52991,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:56:57','2023-06-01 16:56:57','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638617;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638617;}',4,1,'2023-06-01 16:56:59','2023-06-01 16:56:59',0,NULL,10),(52992,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:57:18','2023-06-01 16:57:18','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638638;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638638;}',4,1,'2023-06-01 16:57:19','2023-06-01 16:57:19',0,NULL,10),(52993,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:57:20','2023-06-01 16:57:20','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638640;}',4,1,'2023-06-01 16:57:20','2023-06-01 16:57:20',0,NULL,10),(52994,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:57:39','2023-06-01 16:57:39','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638659;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638659;}',4,1,'2023-06-01 16:58:02','2023-06-01 16:58:02',0,NULL,10),(52995,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:58:21','2023-06-01 16:58:21','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638701;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638701;}',4,1,'2023-06-01 16:58:22','2023-06-01 16:58:22',0,NULL,10),(52996,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:58:43','2023-06-01 16:58:43','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638723;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638723;}',4,1,'2023-06-01 16:59:27','2023-06-01 16:59:27',0,NULL,10),(52997,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:59:28','2023-06-01 16:59:28','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638768;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638768;}',4,1,'2023-06-01 16:59:28','2023-06-01 16:59:28',0,NULL,10),(52998,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:59:47','2023-06-01 16:59:47','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638787;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638787;}',4,1,'2023-06-01 16:59:49','2023-06-01 16:59:49',0,NULL,10),(52999,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:00:08','2023-06-01 17:00:08','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638808;}',4,1,'2023-06-01 17:00:31','2023-06-01 17:00:31',0,NULL,10),(53000,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:00:51','2023-06-01 17:00:51','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638851;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638851;}',4,1,'2023-06-01 17:00:52','2023-06-01 17:00:52',0,NULL,10),(53001,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:01:12','2023-06-01 17:01:12','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638872;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638872;}',4,1,'2023-06-01 17:01:13','2023-06-01 17:01:13',0,NULL,10),(53002,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:01:33','2023-06-01 17:01:33','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638893;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638893;}',4,1,'2023-06-01 17:01:34','2023-06-01 17:01:34',0,NULL,10),(53003,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:01:54','2023-06-01 17:01:54','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638914;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638914;}',4,1,'2023-06-01 17:02:16','2023-06-01 17:02:16',0,NULL,10),(53004,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:02:36','2023-06-01 17:02:36','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638956;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638956;}',4,1,'2023-06-01 17:02:38','2023-06-01 17:02:38',0,NULL,10),(53005,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:02:56','2023-06-01 17:02:56','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638976;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638976;}',4,1,'2023-06-01 17:03:19','2023-06-01 17:03:19',0,NULL,10),(53006,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:03:39','2023-06-01 17:03:39','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685639019;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685639019;}',4,1,'2023-06-01 17:03:41','2023-06-01 17:03:41',0,NULL,10),(53007,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:03:59','2023-06-01 17:03:59','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685639039;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685639039;}',4,1,'2023-06-01 17:04:02','2023-06-01 17:04:02',0,NULL,10),(53008,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:04:20','2023-06-01 17:04:20','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685639060;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685639060;}',4,1,'2023-06-01 17:04:21','2023-06-01 17:04:21',0,NULL,10),(53009,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:04:42','2023-06-01 17:04:42','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685639082;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685639082;}',4,1,'2023-06-01 17:05:07','2023-06-01 17:05:07',0,NULL,10),(66462,'woocommerce_run_product_attribute_lookup_regeneration_callback','failed','2023-06-16 06:51:20','2023-06-16 06:51:20','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1686898280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1686898280;}',3,1,'2023-06-16 06:51:22','2023-06-16 06:51:22',0,NULL,10),(68669,'acfw_license_check','failed','2024-11-26 05:39:09','2024-11-26 05:39:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732599549;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732599549;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-11-26 05:39:10','2024-11-26 05:39:10',0,NULL,10),(68679,'acfw_license_check','failed','2024-11-27 05:39:10','2024-11-27 05:39:10','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732685950;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732685950;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-11-27 06:00:02','2024-11-27 06:00:02',0,NULL,10),(68690,'acfw_license_check','failed','2024-11-28 06:00:02','2024-11-28 06:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732773602;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732773602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-11-28 06:00:03','2024-11-28 06:00:03',0,NULL,10),(68700,'acfw_license_check','failed','2024-11-29 06:00:03','2024-11-29 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732860003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732860003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-11-29 06:00:03','2024-11-29 06:00:03',0,NULL,10),(68707,'acfw_license_check','failed','2024-11-30 06:00:03','2024-11-30 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732946403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732946403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-11-30 06:00:17','2024-11-30 06:00:17',0,NULL,10),(68713,'acfw_license_check','failed','2024-12-01 06:00:17','2024-12-01 06:00:17','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733032817;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733032817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-01 06:30:03','2024-12-01 06:30:03',0,NULL,10),(68718,'acfw_license_check','failed','2024-12-02 06:30:03','2024-12-02 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733121003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733121003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-02 06:30:03','2024-12-02 06:30:03',0,NULL,10),(68723,'acfw_license_check','failed','2024-12-03 06:30:03','2024-12-03 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733207403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733207403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-03 06:30:03','2024-12-03 06:30:03',0,NULL,10),(68732,'acfw_license_check','failed','2024-12-04 06:30:03','2024-12-04 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733293803;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733293803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-04 06:30:03','2024-12-04 06:30:03',0,NULL,10),(68742,'acfw_license_check','failed','2024-12-05 06:30:03','2024-12-05 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733380203;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733380203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-05 06:30:03','2024-12-05 06:30:03',0,NULL,10),(68753,'acfw_license_check','failed','2024-12-06 06:30:03','2024-12-06 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733466603;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733466603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-06 06:30:03','2024-12-06 06:30:03',0,NULL,10),(68762,'acfw_license_check','failed','2024-12-07 06:30:03','2024-12-07 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733553003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733553003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-07 06:30:03','2024-12-07 06:30:03',0,NULL,10),(68771,'acfw_license_check','failed','2024-12-08 06:30:03','2024-12-08 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733639403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733639403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-08 07:00:03','2024-12-08 07:00:03',0,NULL,10),(68777,'acfw_license_check','failed','2024-12-09 07:00:03','2024-12-09 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733727603;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733727603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-09 07:00:03','2024-12-09 07:00:03',0,NULL,10),(68784,'acfw_license_check','failed','2024-12-10 07:00:03','2024-12-10 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733814003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733814003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-10 07:00:03','2024-12-10 07:00:03',0,NULL,10),(68792,'acfw_license_check','failed','2024-12-11 07:00:03','2024-12-11 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733900403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733900403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-11 07:30:02','2024-12-11 07:30:02',0,NULL,10),(68809,'acfw_license_check','failed','2024-12-12 07:30:02','2024-12-12 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733988602;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733988602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-12 07:30:02','2024-12-12 07:30:02',0,NULL,10),(68816,'acfw_license_check','failed','2024-12-13 07:30:02','2024-12-13 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734075002;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734075002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-13 07:30:02','2024-12-13 07:30:02',0,NULL,10),(68828,'acfw_license_check','failed','2024-12-14 07:30:02','2024-12-14 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734161402;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734161402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-14 07:30:02','2024-12-14 07:30:02',0,NULL,10),(68834,'acfw_license_check','failed','2024-12-15 07:30:02','2024-12-15 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734247802;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734247802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-15 07:30:02','2024-12-15 07:30:02',0,NULL,10),(68839,'acfw_license_check','failed','2024-12-16 07:30:02','2024-12-16 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734334202;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734334202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-16 07:30:02','2024-12-16 07:30:02',0,NULL,10),(68845,'acfw_license_check','failed','2024-12-17 07:30:02','2024-12-17 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734420602;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734420602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-17 07:30:02','2024-12-17 07:30:02',0,NULL,10),(68854,'acfw_license_check','failed','2024-12-18 07:30:02','2024-12-18 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734507002;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734507002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-18 07:30:03','2024-12-18 07:30:03',0,NULL,10),(68855,'acfwf_fetch_notifications','failed','2024-12-18 08:00:02','2024-12-18 08:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734508802;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734508802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-18 08:00:02','2024-12-18 08:00:02',0,NULL,10),(68879,'action_scheduler/migration_hook','failed','2024-12-18 04:12:16','2024-12-18 04:12:16','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1734495136;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1734495136;}',1,1,'2024-12-18 04:12:17','2024-12-18 04:12:17',0,NULL,10),(68882,'acfw_license_check','failed','2024-12-19 07:30:03','2024-12-19 07:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734593403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734593403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-19 08:00:03','2024-12-19 08:00:03',0,NULL,10),(68883,'acfwf_fetch_notifications','failed','2024-12-19 08:00:02','2024-12-19 08:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734595202;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734595202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-19 08:00:03','2024-12-19 08:00:03',0,NULL,10),(68890,'acfw_license_check','failed','2024-12-20 08:00:03','2024-12-20 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734681603;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734681603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-20 08:00:03','2024-12-20 08:00:03',0,NULL,10),(68891,'acfwf_fetch_notifications','failed','2024-12-20 08:00:03','2024-12-20 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734681603;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734681603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-20 08:00:03','2024-12-20 08:00:03',0,NULL,10),(68895,'acfw_license_check','failed','2024-12-21 08:00:03','2024-12-21 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734768003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734768003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-21 08:00:03','2024-12-21 08:00:03',0,NULL,10),(68896,'acfwf_fetch_notifications','failed','2024-12-21 08:00:03','2024-12-21 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734768003;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734768003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-21 08:00:03','2024-12-21 08:00:03',0,NULL,10),(68907,'acfw_license_check','failed','2024-12-22 08:00:03','2024-12-22 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734854403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734854403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-22 08:00:03','2024-12-22 08:00:03',0,NULL,10),(68908,'acfwf_fetch_notifications','failed','2024-12-22 08:00:03','2024-12-22 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734854403;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734854403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-22 08:00:03','2024-12-22 08:00:03',0,NULL,10),(68912,'acfw_license_check','failed','2024-12-23 08:00:03','2024-12-23 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734940803;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734940803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-23 08:00:03','2024-12-23 08:00:03',0,NULL,10),(68913,'acfwf_fetch_notifications','failed','2024-12-23 08:00:03','2024-12-23 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734940803;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734940803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-23 08:00:03','2024-12-23 08:00:03',0,NULL,10),(68917,'acfw_license_check','failed','2024-12-24 08:00:03','2024-12-24 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735027203;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735027203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-24 08:00:03','2024-12-24 08:00:03',0,NULL,10),(68918,'acfwf_fetch_notifications','failed','2024-12-24 08:00:03','2024-12-24 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735027203;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735027203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-24 08:00:03','2024-12-24 08:00:03',0,NULL,10),(68925,'acfw_license_check','failed','2024-12-25 08:00:03','2024-12-25 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735113603;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735113603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-25 08:00:03','2024-12-25 08:00:03',0,NULL,10),(68926,'acfwf_fetch_notifications','failed','2024-12-25 08:00:03','2024-12-25 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735113603;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735113603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-25 08:00:03','2024-12-25 08:00:03',0,NULL,10),(68930,'acfw_license_check','failed','2024-12-26 08:00:03','2024-12-26 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735200003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735200003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-26 08:00:03','2024-12-26 08:00:03',0,NULL,10),(68931,'acfwf_fetch_notifications','failed','2024-12-26 08:00:03','2024-12-26 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735200003;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735200003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-26 08:00:03','2024-12-26 08:00:03',0,NULL,10),(68936,'acfwf_fetch_notifications','failed','2024-12-27 08:00:03','2024-12-27 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735286403;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735286403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-27 08:00:03','2024-12-27 08:00:03',0,NULL,10),(68941,'acfwf_fetch_notifications','failed','2024-12-28 08:00:03','2024-12-28 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735372803;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735372803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-28 08:00:03','2024-12-28 08:00:03',0,NULL,10),(68953,'acfwf_fetch_notifications','failed','2024-12-29 08:00:03','2024-12-29 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735459203;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735459203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-29 08:30:02','2024-12-29 08:30:02',0,NULL,10),(68964,'acfwf_fetch_notifications','failed','2024-12-30 08:30:02','2024-12-30 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735547402;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735547402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-30 08:30:02','2024-12-30 08:30:02',0,NULL,10),(68969,'acfwf_fetch_notifications','failed','2024-12-31 08:30:02','2024-12-31 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735633802;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735633802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-31 08:30:02','2024-12-31 08:30:02',0,NULL,10),(68974,'acfwf_fetch_notifications','failed','2025-01-01 08:30:02','2025-01-01 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735720202;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735720202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-01 08:30:02','2025-01-01 08:30:02',0,NULL,10),(68979,'acfwf_fetch_notifications','failed','2025-01-02 08:30:02','2025-01-02 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735806602;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735806602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-02 08:30:02','2025-01-02 08:30:02',0,NULL,10),(68984,'acfwf_fetch_notifications','failed','2025-01-03 08:30:02','2025-01-03 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735893002;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735893002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-03 08:30:02','2025-01-03 08:30:02',0,NULL,10),(69005,'acfwf_fetch_notifications','failed','2025-01-04 08:30:02','2025-01-04 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735979402;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735979402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-04 08:30:02','2025-01-04 08:30:02',0,NULL,10),(69015,'acfwf_fetch_notifications','failed','2025-01-05 08:30:02','2025-01-05 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736065802;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736065802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-05 08:30:02','2025-01-05 08:30:02',0,NULL,10),(69019,'acfwf_fetch_notifications','failed','2025-01-06 08:30:02','2025-01-06 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736152202;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736152202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-06 08:30:02','2025-01-06 08:30:02',0,NULL,10),(69024,'acfwf_fetch_notifications','failed','2025-01-07 08:30:02','2025-01-07 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736238602;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736238602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-07 08:30:02','2025-01-07 08:30:02',0,NULL,10),(69044,'acfwf_fetch_notifications','failed','2025-01-08 08:30:02','2025-01-08 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736325002;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736325002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-08 08:30:02','2025-01-08 08:30:02',0,NULL,10),(69054,'acfwf_fetch_notifications','failed','2025-01-09 08:30:02','2025-01-09 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736411402;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736411402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-09 08:30:02','2025-01-09 08:30:02',0,NULL,10),(69070,'acfwf_fetch_notifications','failed','2025-01-10 08:30:02','2025-01-10 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736497802;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736497802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-10 08:30:02','2025-01-10 08:30:02',0,NULL,10),(69084,'acfwf_fetch_notifications','failed','2025-01-11 08:30:02','2025-01-11 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736584202;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736584202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-11 08:30:02','2025-01-11 08:30:02',0,NULL,10),(69089,'acfwf_fetch_notifications','failed','2025-01-12 08:30:02','2025-01-12 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736670602;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736670602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-12 08:30:02','2025-01-12 08:30:02',0,NULL,10),(69093,'acfwf_fetch_notifications','failed','2025-01-13 08:30:02','2025-01-13 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736757002;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736757002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-13 08:30:02','2025-01-13 08:30:02',0,NULL,10),(69099,'acfwf_fetch_notifications','failed','2025-01-14 08:30:02','2025-01-14 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736843402;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736843402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-14 08:30:02','2025-01-14 08:30:02',0,NULL,10),(69109,'acfwf_fetch_notifications','failed','2025-01-15 08:30:02','2025-01-15 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736929802;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736929802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-15 08:30:02','2025-01-15 08:30:02',0,NULL,10),(69120,'acfwf_fetch_notifications','failed','2025-01-16 08:30:02','2025-01-16 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1737016202;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1737016202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-16 08:30:02','2025-01-16 08:30:02',0,NULL,10),(69129,'acfwf_fetch_notifications','failed','2025-01-17 08:30:02','2025-01-17 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1737102602;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1737102602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-17 08:30:02','2025-01-17 08:30:02',0,NULL,10),(69234,'action_scheduler/migration_hook','failed','2025-01-31 13:53:09','2025-01-31 13:53:09','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1738331589;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1738331589;}',1,1,'2025-01-31 13:54:10','2025-01-31 13:54:10',0,NULL,10),(69601,'woocommerce_cleanup_draft_orders','failed','2025-03-24 08:30:02','2025-03-24 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742805002;s:18:\"\0*\0first_timestamp\";i:1688599861;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742805002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-03-24 08:30:02','2025-03-24 08:30:02',0,NULL,10),(69708,'woocommerce_cleanup_draft_orders','failed','2025-04-08 16:30:02','2025-04-08 16:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744129802;s:18:\"\0*\0first_timestamp\";i:1742833580;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744129802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-04-08 16:30:02','2025-04-08 16:30:02',0,NULL,10),(70579,'woocommerce_refresh_order_count_cache','failed','2025-07-05 14:00:02','2025-07-05 14:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751724002;s:18:\"\0*\0first_timestamp\";i:1751114784;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751724002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-07-05 14:00:02','2025-07-05 14:00:02',0,NULL,10),(70582,'woocommerce_marketplace_fetch_promotions_clear','failed','2025-07-06 00:00:07','2025-07-06 00:00:07','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751760007;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751760007;}',6,1,'2025-07-06 00:01:57','2025-07-06 00:01:57',0,NULL,10),(70592,'action_scheduler/migration_hook','failed','2025-07-07 17:40:15','2025-07-07 17:40:15','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751910015;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751910015;}',1,1,'2025-07-07 17:40:18','2025-07-07 17:40:18',0,NULL,10),(70628,'action_scheduler/migration_hook','failed','2025-07-10 14:12:34','2025-07-10 14:12:34','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1752156754;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1752156754;}',1,1,'2025-07-10 14:13:42','2025-07-10 14:13:42',0,NULL,10),(70643,'action_scheduler/migration_hook','failed','2025-07-10 17:10:26','2025-07-10 17:10:26','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1752167426;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1752167426;}',1,1,'2025-07-10 17:11:25','2025-07-10 17:11:25',0,NULL,10),(70649,'action_scheduler/migration_hook','failed','2025-07-10 18:51:16','2025-07-10 18:51:16','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1752173476;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1752173476;}',1,1,'2025-07-10 18:51:24','2025-07-10 18:51:24',0,NULL,10),(70651,'action_scheduler/migration_hook','failed','2025-07-10 19:07:36','2025-07-10 19:07:36','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1752174456;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1752174456;}',1,1,'2025-07-10 19:07:41','2025-07-10 19:07:41',0,NULL,10),(70950,'action_scheduler/migration_hook','failed','2025-08-08 18:11:56','2025-08-08 18:11:56','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1754676716;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1754676716;}',1,1,'2025-08-08 18:12:09','2025-08-08 18:12:09',0,NULL,10),(71590,'wp_mail_smtp_admin_notifications_update','failed','2025-09-18 22:00:03','2025-09-18 22:00:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758232803;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758232803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-09-23 19:04:47','2025-09-23 19:04:47',281306,NULL,10),(71672,'wp_mail_smtp_admin_notifications_update','failed','2025-09-24 19:04:47','2025-09-24 19:04:47','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758740687;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758740687;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-09-24 21:55:52','2025-09-24 21:55:52',281388,NULL,10),(71690,'wp_mail_smtp_admin_notifications_update','failed','2025-09-25 21:55:52','2025-09-25 21:55:52','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758837352;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758837352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-09-26 05:47:17','2025-09-26 05:47:17',281481,NULL,10),(71704,'action_scheduler/migration_hook','failed','2025-09-25 13:23:40','2025-09-25 13:23:40','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1758806620;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1758806620;}',1,1,'2025-09-25 13:23:41','2025-09-25 13:23:41',281421,NULL,10),(71711,'wp_mail_smtp_admin_notifications_update','failed','2025-09-27 05:47:17','2025-09-27 05:47:17','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758952037;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758952037;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-09-27 09:19:19','2025-09-27 09:19:19',281742,NULL,10),(71726,'wp_mail_smtp_admin_notifications_update','failed','2025-09-28 09:19:19','2025-09-28 09:19:19','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759051159;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759051159;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-09-28 12:27:47','2025-09-28 12:27:47',281748,NULL,10),(71740,'wp_mail_smtp_admin_notifications_update','failed','2025-09-29 12:27:47','2025-09-29 12:27:47','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759148867;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759148867;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-09-29 12:30:06','2025-09-29 12:30:06',281760,NULL,10),(71755,'wp_mail_smtp_admin_notifications_update','failed','2025-09-30 12:30:06','2025-09-30 12:30:06','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759235406;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759235406;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-09-30 12:31:03','2025-09-30 12:31:03',281805,NULL,10),(71771,'wp_mail_smtp_admin_notifications_update','failed','2025-10-01 12:31:03','2025-10-01 12:31:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759321863;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759321863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-01 12:36:11','2025-10-01 12:36:11',281848,NULL,10),(71789,'wp_mail_smtp_admin_notifications_update','failed','2025-10-02 12:36:11','2025-10-02 12:36:11','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759408571;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759408571;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-02 17:38:32','2025-10-02 17:38:32',281865,NULL,10),(71805,'wp_mail_smtp_admin_notifications_update','failed','2025-10-03 17:38:32','2025-10-03 17:38:32','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759513112;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759513112;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-03 18:15:08','2025-10-03 18:15:08',281875,NULL,10),(71818,'wp_mail_smtp_admin_notifications_update','failed','2025-10-04 18:15:08','2025-10-04 18:15:08','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759601708;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759601708;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-04 23:38:19','2025-10-04 23:38:19',281883,NULL,10),(71832,'wp_mail_smtp_admin_notifications_update','failed','2025-10-05 23:38:19','2025-10-05 23:38:19','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759707499;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759707499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-06 08:14:37','2025-10-06 08:14:37',281889,NULL,10),(71848,'wp_mail_smtp_admin_notifications_update','failed','2025-10-07 08:14:37','2025-10-07 08:14:37','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759824877;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759824877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-07 08:16:30','2025-10-07 08:16:30',282114,NULL,10),(71865,'wp_mail_smtp_admin_notifications_update','failed','2025-10-08 08:16:30','2025-10-08 08:16:30','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759911390;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759911390;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-08 12:35:03','2025-10-08 12:35:03',282268,NULL,10),(71881,'wp_mail_smtp_admin_notifications_update','failed','2025-10-09 12:35:03','2025-10-09 12:35:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760013303;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760013303;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-09 12:45:18','2025-10-09 12:45:18',282282,NULL,10),(71898,'wp_mail_smtp_admin_notifications_update','failed','2025-10-10 12:45:18','2025-10-10 12:45:18','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760100318;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760100318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-10 16:01:52','2025-10-10 16:01:52',282291,NULL,10),(71913,'wp_mail_smtp_admin_notifications_update','failed','2025-10-11 16:01:52','2025-10-11 16:01:52','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760198512;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760198512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-11 16:02:19','2025-10-11 16:02:19',283027,NULL,10),(71931,'wp_mail_smtp_admin_notifications_update','failed','2025-10-12 16:02:19','2025-10-12 16:02:19','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760284939;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760284939;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-12 16:04:10','2025-10-12 16:04:10',283753,NULL,10),(71947,'wp_mail_smtp_admin_notifications_update','failed','2025-10-13 16:04:10','2025-10-13 16:04:10','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760371450;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760371450;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-13 16:06:04','2025-10-13 16:06:04',284488,NULL,10),(71963,'wp_mail_smtp_admin_notifications_update','failed','2025-10-14 16:06:04','2025-10-14 16:06:04','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760457964;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760457964;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-14 17:04:59','2025-10-14 17:04:59',284598,NULL,10),(71980,'wp_mail_smtp_admin_notifications_update','failed','2025-10-15 17:04:59','2025-10-15 17:04:59','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760547899;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760547899;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-15 17:39:15','2025-10-15 17:39:15',284635,NULL,10),(71994,'wp_mail_smtp_admin_notifications_update','failed','2025-10-16 17:39:15','2025-10-16 17:39:15','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760636355;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760636355;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-16 17:40:56','2025-10-16 17:40:56',284812,NULL,10),(72010,'wp_mail_smtp_admin_notifications_update','failed','2025-10-17 17:40:56','2025-10-17 17:40:56','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760722856;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760722856;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-17 17:42:33','2025-10-17 17:42:33',285579,NULL,10),(72027,'wp_mail_smtp_admin_notifications_update','failed','2025-10-18 17:42:33','2025-10-18 17:42:33','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760809353;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760809353;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-18 17:42:49','2025-10-18 17:42:49',286309,NULL,10),(72043,'wp_mail_smtp_admin_notifications_update','failed','2025-10-19 17:42:49','2025-10-19 17:42:49','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760895769;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760895769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-10-20 02:36:39','2025-10-20 02:36:39',286993,NULL,10),(72522,'woocommerce_geoip_updater','complete','2025-12-09 12:54:14','2025-12-09 12:54:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765284854;s:18:\"\0*\0first_timestamp\";i:1757098859;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765284854;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',14,1,'2025-12-09 15:21:49','2025-12-09 15:21:49',295173,NULL,10),(72576,'woocommerce_cancel_unpaid_orders','complete','2025-12-01 18:35:03','2025-12-01 18:35:03','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764614103;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764614103;}',14,1,'2025-12-02 03:38:50','2025-12-02 03:38:50',295097,NULL,10),(72582,'woocommerce_refresh_order_count_cache','complete','2025-11-30 18:27:43','2025-11-30 18:27:43','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764527263;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764527263;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-01 06:36:51','2025-12-01 06:36:51',295093,NULL,10),(72584,'wc_admin_daily_wrapper','complete','2025-12-01 06:27:43','2025-12-01 06:27:43','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764570463;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764570463;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 06:36:52','2025-12-01 06:36:52',295093,NULL,10),(72585,'woocommerce_cleanup_personal_data','complete','2025-12-01 06:27:44','2025-12-01 06:27:44','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764570464;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764570464;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 06:36:53','2025-12-01 06:36:53',295093,NULL,10),(72586,'woocommerce_tracker_send_event_wrapper','complete','2025-12-01 06:27:45','2025-12-01 06:27:45','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764570465;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764570465;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 06:36:53','2025-12-01 06:36:53',295093,NULL,10),(72587,'woocommerce_cleanup_logs','complete','2025-12-01 06:27:45','2025-12-01 06:27:45','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764570465;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764570465;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 06:36:53','2025-12-01 06:36:53',295093,NULL,10),(72588,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-01 06:27:45','2025-12-01 06:27:45','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764570465;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764570465;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 06:36:53','2025-12-01 06:36:53',295093,NULL,10),(72589,'woocommerce_scheduled_sales','complete','2025-12-01 06:27:45','2025-12-01 06:27:45','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764570465;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764570465;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 06:36:53','2025-12-01 06:36:53',295093,NULL,10),(72590,'woocommerce_cleanup_draft_orders','complete','2025-12-01 06:27:45','2025-12-01 06:27:45','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764570465;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764570465;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-01 06:36:53','2025-12-01 06:36:53',295093,NULL,10),(72591,'woocommerce_cleanup_sessions','complete','2025-12-01 06:00:00','2025-12-01 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764568800;s:18:\"\0*\0first_timestamp\";i:1764568800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764568800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-01 06:36:51','2025-12-01 06:36:51',295093,NULL,10),(72592,'generate_category_lookup_table_wrapper','complete','2025-11-30 06:27:55','2025-11-30 06:27:55','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764484075;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764484075;}',14,1,'2025-12-01 06:36:51','2025-12-01 06:36:51',295093,NULL,10),(72593,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-01 06:27:45','2025-12-01 06:27:45','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764570465;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764570465;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-01 06:36:53','2025-12-01 06:36:53',295093,NULL,20),(72594,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-30 06:27:45','2025-11-30 06:27:45','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764484065;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764484065;}',6,1,'2025-12-01 06:36:51','2025-12-01 06:36:51',295093,NULL,10),(72595,'woocommerce_refresh_order_count_cache','complete','2025-12-01 18:36:51','2025-12-01 18:36:51','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764614211;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764614211;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-02 03:38:50','2025-12-02 03:38:50',295097,NULL,10),(72597,'wc_admin_daily_wrapper','complete','2025-12-02 06:36:52','2025-12-02 06:36:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764657412;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764657412;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 10:46:24','2025-12-02 10:46:24',295107,NULL,10),(72598,'woocommerce_cleanup_personal_data','complete','2025-12-02 06:36:53','2025-12-02 06:36:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764657413;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764657413;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 10:46:25','2025-12-02 10:46:25',295107,NULL,10),(72599,'woocommerce_tracker_send_event_wrapper','complete','2025-12-02 06:36:53','2025-12-02 06:36:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764657413;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764657413;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 10:46:25','2025-12-02 10:46:25',295107,NULL,10),(72600,'woocommerce_cleanup_logs','complete','2025-12-02 06:36:53','2025-12-02 06:36:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764657413;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764657413;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 10:46:25','2025-12-02 10:46:25',295107,NULL,10),(72601,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-02 06:36:53','2025-12-02 06:36:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764657413;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764657413;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 10:46:25','2025-12-02 10:46:25',295107,NULL,10),(72602,'woocommerce_scheduled_sales','complete','2025-12-02 06:36:53','2025-12-02 06:36:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764657413;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764657413;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 10:46:25','2025-12-02 10:46:25',295107,NULL,10),(72603,'woocommerce_cleanup_draft_orders','complete','2025-12-02 06:36:53','2025-12-02 06:36:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764657413;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764657413;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-02 10:46:25','2025-12-02 10:46:25',295107,NULL,10),(72604,'woocommerce_cleanup_sessions','complete','2025-12-02 06:00:00','2025-12-02 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764655200;s:18:\"\0*\0first_timestamp\";i:1764655200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764655200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-02 06:31:41','2025-12-02 06:31:41',295105,NULL,10),(72605,'generate_category_lookup_table_wrapper','complete','2025-12-01 06:37:03','2025-12-01 06:37:03','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764571023;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764571023;}',14,1,'2025-12-02 03:38:50','2025-12-02 03:38:50',295097,NULL,10),(72606,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-02 06:36:53','2025-12-02 06:36:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764657413;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764657413;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-02 10:46:25','2025-12-02 10:46:25',295107,NULL,20),(72607,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-01 06:36:53','2025-12-01 06:36:53','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764571013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764571013;}',6,1,'2025-12-01 06:36:54','2025-12-01 06:36:54',295095,NULL,10),(72608,'woocommerce_refresh_order_count_cache','complete','2025-12-02 15:38:50','2025-12-02 15:38:50','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764689930;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764689930;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-02 15:49:57','2025-12-02 15:49:57',295113,NULL,10),(72609,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-02 03:38:54','2025-12-02 03:38:54','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764646734;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764646734;}',6,1,'2025-12-02 03:39:10','2025-12-02 03:39:10',295099,NULL,10),(72611,'wc_admin_daily_wrapper','complete','2025-12-03 10:46:24','2025-12-03 10:46:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764758784;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764758784;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 11:50:18','2025-12-03 11:50:18',295124,NULL,10),(72612,'woocommerce_cleanup_personal_data','complete','2025-12-03 10:46:25','2025-12-03 10:46:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764758785;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764758785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 11:50:19','2025-12-03 11:50:19',295124,NULL,10),(72613,'woocommerce_tracker_send_event_wrapper','complete','2025-12-03 10:46:25','2025-12-03 10:46:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764758785;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764758785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 11:50:19','2025-12-03 11:50:19',295124,NULL,10),(72614,'woocommerce_cleanup_logs','complete','2025-12-03 10:46:25','2025-12-03 10:46:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764758785;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764758785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 11:50:19','2025-12-03 11:50:19',295124,NULL,10),(72615,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-03 10:46:25','2025-12-03 10:46:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764758785;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764758785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 11:50:19','2025-12-03 11:50:19',295124,NULL,10),(72616,'woocommerce_scheduled_sales','complete','2025-12-03 10:46:25','2025-12-03 10:46:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764758785;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764758785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 11:50:19','2025-12-03 11:50:19',295124,NULL,10),(72617,'woocommerce_cleanup_draft_orders','complete','2025-12-03 10:46:25','2025-12-03 10:46:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764758785;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764758785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-03 11:50:19','2025-12-03 11:50:19',295124,NULL,10),(72618,'woocommerce_cancel_unpaid_orders','complete','2025-12-05 10:46:25','2025-12-05 10:46:25','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764931585;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764931585;}',14,1,'2025-12-05 13:23:18','2025-12-05 13:23:18',295146,NULL,10),(72619,'woocommerce_cleanup_sessions','complete','2025-12-03 06:00:00','2025-12-03 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764741600;s:18:\"\0*\0first_timestamp\";i:1764741600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764741600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-03 06:43:52','2025-12-03 06:43:52',295119,NULL,10),(72620,'generate_category_lookup_table_wrapper','complete','2025-12-02 10:46:35','2025-12-02 10:46:35','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764672395;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764672395;}',14,1,'2025-12-02 10:46:37','2025-12-02 10:46:37',295111,NULL,10),(72621,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-03 10:46:25','2025-12-03 10:46:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764758785;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764758785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-03 11:50:19','2025-12-03 11:50:19',295124,NULL,20),(72622,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-02 10:46:25','2025-12-02 10:46:25','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764672385;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764672385;}',6,1,'2025-12-02 10:46:31','2025-12-02 10:46:31',295109,NULL,10),(72623,'woocommerce_refresh_order_count_cache','complete','2025-12-03 03:49:57','2025-12-03 03:49:57','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764733797;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764733797;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-03 06:43:52','2025-12-03 06:43:52',295119,NULL,10),(72624,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-02 20:02:58','2025-12-02 20:02:58','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764705778;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764705778;}',6,1,'2025-12-03 06:43:52','2025-12-03 06:43:52',295119,NULL,10),(72625,'woocommerce_refresh_order_count_cache','complete','2025-12-03 18:43:52','2025-12-03 18:43:52','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764787432;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764787432;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-04 06:35:50','2025-12-04 06:35:50',295130,NULL,10),(72627,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-03 06:43:55','2025-12-03 06:43:55','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764744235;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764744235;}',6,1,'2025-12-03 08:32:44','2025-12-03 08:32:44',295121,NULL,10),(72628,'woocommerce_run_on_woocommerce_admin_updated','complete','2025-12-03 08:32:42','2025-12-03 08:32:42','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764750762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764750762;}',4,1,'2025-12-03 08:32:44','2025-12-03 08:32:44',295121,NULL,10),(72629,'wc_admin_daily_wrapper','complete','2025-12-04 11:50:18','2025-12-04 11:50:18','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764849018;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764849018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 15:19:06','2025-12-04 15:19:06',295132,NULL,10),(72630,'woocommerce_cleanup_personal_data','complete','2025-12-04 11:50:19','2025-12-04 11:50:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764849019;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764849019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 15:19:07','2025-12-04 15:19:07',295132,NULL,10),(72631,'woocommerce_tracker_send_event_wrapper','complete','2025-12-04 11:50:19','2025-12-04 11:50:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764849019;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764849019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 15:19:07','2025-12-04 15:19:07',295132,NULL,10),(72632,'woocommerce_cleanup_logs','complete','2025-12-04 11:50:19','2025-12-04 11:50:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764849019;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764849019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 15:19:07','2025-12-04 15:19:07',295132,NULL,10),(72633,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-04 11:50:19','2025-12-04 11:50:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764849019;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764849019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 15:19:07','2025-12-04 15:19:07',295132,NULL,10),(72634,'woocommerce_scheduled_sales','complete','2025-12-04 11:50:19','2025-12-04 11:50:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764849019;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764849019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 15:19:07','2025-12-04 15:19:07',295132,NULL,10),(72635,'woocommerce_cleanup_draft_orders','complete','2025-12-04 11:50:19','2025-12-04 11:50:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764849019;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764849019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-04 15:19:07','2025-12-04 15:19:07',295132,NULL,10),(72636,'woocommerce_cleanup_sessions','complete','2025-12-04 06:00:00','2025-12-04 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764828000;s:18:\"\0*\0first_timestamp\";i:1764828000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764828000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-04 06:35:50','2025-12-04 06:35:50',295130,NULL,10),(72637,'generate_category_lookup_table_wrapper','complete','2025-12-03 11:50:29','2025-12-03 11:50:29','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764762629;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764762629;}',14,1,'2025-12-03 17:58:11','2025-12-03 17:58:11',295126,NULL,10),(72638,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-04 11:50:19','2025-12-04 11:50:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764849019;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764849019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-04 15:19:07','2025-12-04 15:19:07',295132,NULL,20),(72639,'woocommerce_refresh_order_count_cache','complete','2025-12-04 18:35:50','2025-12-04 18:35:50','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764873350;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764873350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-05 00:12:13','2025-12-05 00:12:13',295142,NULL,10),(72641,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-04 06:35:57','2025-12-04 06:35:57','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764830157;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764830157;}',6,1,'2025-12-04 15:19:06','2025-12-04 15:19:06',295132,NULL,10),(72642,'wc_admin_daily_wrapper','complete','2025-12-05 15:19:06','2025-12-05 15:19:06','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764947946;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764947946;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 00:12:48','2025-12-06 00:12:48',295149,NULL,10),(72643,'woocommerce_cleanup_personal_data','complete','2025-12-05 15:19:07','2025-12-05 15:19:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764947947;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764947947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 00:12:49','2025-12-06 00:12:49',295149,NULL,10),(72644,'woocommerce_tracker_send_event_wrapper','complete','2025-12-05 15:19:07','2025-12-05 15:19:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764947947;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764947947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 00:12:49','2025-12-06 00:12:49',295149,NULL,10),(72645,'woocommerce_cleanup_logs','complete','2025-12-05 15:19:07','2025-12-05 15:19:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764947947;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764947947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 00:12:49','2025-12-06 00:12:49',295149,NULL,10),(72646,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-05 15:19:07','2025-12-05 15:19:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764947947;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764947947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 00:12:49','2025-12-06 00:12:49',295149,NULL,10),(72647,'woocommerce_scheduled_sales','complete','2025-12-05 15:19:07','2025-12-05 15:19:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764947947;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764947947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 00:12:49','2025-12-06 00:12:49',295149,NULL,10),(72648,'woocommerce_cleanup_draft_orders','complete','2025-12-05 15:19:07','2025-12-05 15:19:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764947947;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764947947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-06 00:12:49','2025-12-06 00:12:49',295149,NULL,10),(72649,'woocommerce_cleanup_sessions','complete','2025-12-05 06:00:00','2025-12-05 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764914400;s:18:\"\0*\0first_timestamp\";i:1764914400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764914400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-05 06:35:17','2025-12-05 06:35:17',295144,NULL,10),(72650,'generate_category_lookup_table_wrapper','complete','2025-12-04 15:19:17','2025-12-04 15:19:17','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764861557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764861557;}',14,1,'2025-12-04 15:21:22','2025-12-04 15:21:22',295135,NULL,10),(72651,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-05 15:19:07','2025-12-05 15:19:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764947947;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764947947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-06 00:12:49','2025-12-06 00:12:49',295149,NULL,20),(72652,'woocommerce_refresh_order_count_cache','complete','2025-12-05 12:12:13','2025-12-05 12:12:13','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764936733;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764936733;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-05 13:23:18','2025-12-05 13:23:18',295146,NULL,10),(72653,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-05 00:12:18','2025-12-05 00:12:18','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764893538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764893538;}',6,1,'2025-12-05 06:35:17','2025-12-05 06:35:17',295144,NULL,10),(72654,'woocommerce_cleanup_sessions','complete','2025-12-05 18:35:17','2025-12-05 18:35:17','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764959717;s:18:\"\0*\0first_timestamp\";i:1764914400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764959717;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-06 00:12:49','2025-12-06 00:12:49',295149,NULL,10),(72655,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-05 06:35:20','2025-12-05 06:35:20','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764916520;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764916520;}',6,1,'2025-12-05 13:23:18','2025-12-05 13:23:18',295146,NULL,10),(72656,'woocommerce_refresh_order_count_cache','complete','2025-12-06 01:23:18','2025-12-06 01:23:18','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764984198;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764984198;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-07 00:34:41','2025-12-07 00:34:41',295151,NULL,10),(72657,'wc_admin_daily_wrapper','complete','2025-12-07 00:12:48','2025-12-07 00:12:48','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765066368;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765066368;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 00:34:41','2025-12-07 00:34:41',295151,NULL,10),(72658,'woocommerce_cleanup_personal_data','complete','2025-12-07 00:12:49','2025-12-07 00:12:49','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765066369;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765066369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 00:34:42','2025-12-07 00:34:42',295151,NULL,10),(72659,'woocommerce_tracker_send_event_wrapper','complete','2025-12-07 00:12:49','2025-12-07 00:12:49','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765066369;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765066369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 00:34:42','2025-12-07 00:34:42',295151,NULL,10),(72660,'woocommerce_cleanup_logs','complete','2025-12-07 00:12:49','2025-12-07 00:12:49','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765066369;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765066369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 00:34:42','2025-12-07 00:34:42',295151,NULL,10),(72661,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-07 00:12:49','2025-12-07 00:12:49','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765066369;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765066369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 00:34:42','2025-12-07 00:34:42',295151,NULL,10),(72662,'woocommerce_scheduled_sales','complete','2025-12-07 00:12:49','2025-12-07 00:12:49','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765066369;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765066369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 00:34:42','2025-12-07 00:34:42',295151,NULL,10),(72663,'woocommerce_cleanup_draft_orders','complete','2025-12-07 00:12:49','2025-12-07 00:12:49','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765066369;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765066369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-07 00:34:42','2025-12-07 00:34:42',295151,NULL,10),(72665,'woocommerce_cancel_unpaid_orders','complete','2025-12-09 00:12:49','2025-12-09 00:12:49','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765239169;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765239169;}',14,1,'2025-12-09 05:51:10','2025-12-09 05:51:10',295161,NULL,10),(72667,'generate_category_lookup_table_wrapper','complete','2025-12-06 00:12:59','2025-12-06 00:12:59','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764979979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764979979;}',14,1,'2025-12-07 00:34:41','2025-12-07 00:34:41',295151,NULL,10),(72668,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-07 00:12:49','2025-12-07 00:12:49','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765066369;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765066369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-07 00:34:42','2025-12-07 00:34:42',295151,NULL,20),(72669,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-06 00:12:53','2025-12-06 00:12:53','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764979973;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764979973;}',6,1,'2025-12-07 00:34:41','2025-12-07 00:34:41',295151,NULL,10),(72670,'woocommerce_refresh_order_count_cache','complete','2025-12-07 12:34:41','2025-12-07 12:34:41','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765110881;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765110881;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-07 17:13:04','2025-12-07 17:13:04',295153,NULL,10),(72671,'wc_admin_daily_wrapper','complete','2025-12-08 00:34:41','2025-12-08 00:34:41','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765154081;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765154081;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 06:32:51','2025-12-08 06:32:51',295159,NULL,10),(72672,'woocommerce_cleanup_personal_data','complete','2025-12-08 00:34:42','2025-12-08 00:34:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765154082;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765154082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 06:32:52','2025-12-08 06:32:52',295159,NULL,10),(72673,'woocommerce_tracker_send_event_wrapper','complete','2025-12-08 00:34:42','2025-12-08 00:34:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765154082;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765154082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 06:32:52','2025-12-08 06:32:52',295159,NULL,10),(72674,'woocommerce_cleanup_logs','complete','2025-12-08 00:34:42','2025-12-08 00:34:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765154082;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765154082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 06:32:52','2025-12-08 06:32:52',295159,NULL,10),(72675,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-08 00:34:42','2025-12-08 00:34:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765154082;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765154082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 06:32:52','2025-12-08 06:32:52',295159,NULL,10),(72676,'woocommerce_scheduled_sales','complete','2025-12-08 00:34:42','2025-12-08 00:34:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765154082;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765154082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 06:32:52','2025-12-08 06:32:52',295159,NULL,10),(72677,'woocommerce_cleanup_draft_orders','complete','2025-12-08 00:34:42','2025-12-08 00:34:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765154082;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765154082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-08 06:32:52','2025-12-08 06:32:52',295159,NULL,10),(72678,'woocommerce_cleanup_sessions','complete','2025-12-08 06:00:00','2025-12-08 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765173600;s:18:\"\0*\0first_timestamp\";i:1765173600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765173600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-08 06:32:52','2025-12-08 06:32:52',295159,NULL,10),(72679,'generate_category_lookup_table_wrapper','complete','2025-12-07 00:34:52','2025-12-07 00:34:52','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765067692;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765067692;}',14,1,'2025-12-07 17:13:04','2025-12-07 17:13:04',295153,NULL,10),(72680,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-08 00:34:42','2025-12-08 00:34:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765154082;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765154082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-08 06:32:52','2025-12-08 06:32:52',295159,NULL,20),(72681,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-07 00:34:46','2025-12-07 00:34:46','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765067686;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765067686;}',6,1,'2025-12-07 17:13:04','2025-12-07 17:13:04',295153,NULL,10),(72682,'woocommerce_refresh_order_count_cache','complete','2025-12-08 05:13:04','2025-12-08 05:13:04','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765170784;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765170784;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-08 06:32:52','2025-12-08 06:32:52',295159,NULL,10),(72683,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-07 17:13:09','2025-12-07 17:13:09','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765127589;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765127589;}',6,1,'2025-12-07 17:13:10','2025-12-07 17:13:10',295156,NULL,10),(72684,'wc_admin_daily_wrapper','complete','2025-12-09 06:32:51','2025-12-09 06:32:51','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765261971;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765261971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 10:49:35','2025-12-09 10:49:35',295167,NULL,10),(72685,'woocommerce_cleanup_personal_data','complete','2025-12-09 06:32:52','2025-12-09 06:32:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765261972;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765261972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 10:49:36','2025-12-09 10:49:36',295167,NULL,10),(72686,'woocommerce_tracker_send_event_wrapper','complete','2025-12-09 06:32:52','2025-12-09 06:32:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765261972;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765261972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 10:49:36','2025-12-09 10:49:36',295167,NULL,10),(72687,'woocommerce_cleanup_logs','complete','2025-12-09 06:32:52','2025-12-09 06:32:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765261972;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765261972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 10:49:36','2025-12-09 10:49:36',295167,NULL,10),(72688,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-09 06:32:52','2025-12-09 06:32:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765261972;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765261972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 10:49:36','2025-12-09 10:49:36',295167,NULL,10),(72689,'woocommerce_scheduled_sales','complete','2025-12-09 06:32:52','2025-12-09 06:32:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765261972;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765261972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 10:49:36','2025-12-09 10:49:36',295167,NULL,10),(72690,'woocommerce_cleanup_draft_orders','complete','2025-12-09 06:32:52','2025-12-09 06:32:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765261972;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765261972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-09 10:49:36','2025-12-09 10:49:36',295167,NULL,10),(72691,'woocommerce_refresh_order_count_cache','complete','2025-12-08 18:32:52','2025-12-08 18:32:52','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765218772;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765218772;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-09 05:51:10','2025-12-09 05:51:10',295161,NULL,10),(72693,'woocommerce_cleanup_sessions','complete','2025-12-09 06:00:00','2025-12-09 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765260000;s:18:\"\0*\0first_timestamp\";i:1765260000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765260000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-09 06:32:16','2025-12-09 06:32:16',295165,NULL,10),(72694,'generate_category_lookup_table_wrapper','complete','2025-12-08 06:33:02','2025-12-08 06:33:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765175582;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765175582;}',14,1,'2025-12-09 05:51:10','2025-12-09 05:51:10',295161,NULL,10),(72695,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-09 06:32:52','2025-12-09 06:32:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765261972;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765261972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-09 10:49:36','2025-12-09 10:49:36',295167,NULL,20),(72696,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-08 06:32:52','2025-12-08 06:32:52','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765175572;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765175572;}',6,1,'2025-12-09 05:51:10','2025-12-09 05:51:10',295161,NULL,10),(72697,'woocommerce_refresh_order_count_cache','complete','2025-12-09 17:51:10','2025-12-09 17:51:10','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765302670;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765302670;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-10 01:36:48','2025-12-10 01:36:48',295175,NULL,10),(72698,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-09 05:51:10','2025-12-09 05:51:10','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765259470;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765259470;}',6,1,'2025-12-09 05:51:16','2025-12-09 05:51:16',295163,NULL,10),(72700,'wc_admin_daily_wrapper','complete','2025-12-10 10:49:35','2025-12-10 10:49:35','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765363775;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765363775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 13:26:36','2025-12-10 13:26:36',295181,NULL,10),(72701,'woocommerce_cleanup_personal_data','complete','2025-12-10 10:49:36','2025-12-10 10:49:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765363776;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765363776;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 13:26:37','2025-12-10 13:26:37',295181,NULL,10),(72702,'woocommerce_tracker_send_event_wrapper','complete','2025-12-10 10:49:36','2025-12-10 10:49:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765363776;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765363776;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 13:26:37','2025-12-10 13:26:37',295181,NULL,10),(72703,'woocommerce_cleanup_logs','complete','2025-12-10 10:49:36','2025-12-10 10:49:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765363776;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765363776;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 13:26:37','2025-12-10 13:26:37',295181,NULL,10),(72704,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-10 10:49:36','2025-12-10 10:49:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765363776;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765363776;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 13:26:37','2025-12-10 13:26:37',295181,NULL,10),(72705,'woocommerce_scheduled_sales','complete','2025-12-10 10:49:36','2025-12-10 10:49:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765363776;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765363776;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 13:26:37','2025-12-10 13:26:37',295181,NULL,10),(72706,'woocommerce_cleanup_draft_orders','complete','2025-12-10 10:49:36','2025-12-10 10:49:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765363776;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765363776;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-10 13:26:37','2025-12-10 13:26:37',295181,NULL,10),(72707,'woocommerce_cancel_unpaid_orders','complete','2025-12-12 10:49:36','2025-12-12 10:49:36','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765536576;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765536576;}',14,1,'2025-12-13 04:10:08','2025-12-13 04:10:08',295231,NULL,10),(72708,'woocommerce_cleanup_sessions','complete','2025-12-10 06:00:00','2025-12-10 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765346400;s:18:\"\0*\0first_timestamp\";i:1765346400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765346400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-10 06:38:40','2025-12-10 06:38:40',295177,NULL,10),(72709,'generate_category_lookup_table_wrapper','complete','2025-12-09 10:49:46','2025-12-09 10:49:46','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765277386;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765277386;}',14,1,'2025-12-09 10:49:47','2025-12-09 10:49:47',295171,NULL,10),(72710,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-10 10:49:36','2025-12-10 10:49:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765363776;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765363776;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-10 13:26:37','2025-12-10 13:26:37',295181,NULL,20),(72711,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-09 10:49:36','2025-12-09 10:49:36','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765277376;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765277376;}',6,1,'2025-12-09 10:49:41','2025-12-09 10:49:41',295169,NULL,10),(72712,'woocommerce_geoip_updater','complete','2025-12-24 15:21:49','2025-12-24 15:21:49','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766589709;s:18:\"\0*\0first_timestamp\";i:1757098859;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766589709;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',14,1,'2025-12-24 15:23:12','2025-12-24 15:23:12',297029,NULL,10),(72713,'woocommerce_refresh_order_count_cache','complete','2025-12-10 13:36:48','2025-12-10 13:36:48','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765373808;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765373808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-10 14:17:38','2025-12-10 14:17:38',295183,NULL,10),(72714,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-10 01:36:53','2025-12-10 01:36:53','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765330613;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765330613;}',6,1,'2025-12-10 06:38:40','2025-12-10 06:38:40',295177,NULL,10),(72716,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-10 06:38:42','2025-12-10 06:38:42','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765348722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765348722;}',6,1,'2025-12-10 10:35:18','2025-12-10 10:35:18',295179,NULL,10),(72717,'wc_admin_daily_wrapper','complete','2025-12-11 13:26:36','2025-12-11 13:26:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765459596;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765459596;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 13:29:46','2025-12-11 13:29:46',295204,NULL,10),(72718,'woocommerce_cleanup_personal_data','complete','2025-12-11 13:26:37','2025-12-11 13:26:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765459597;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765459597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 13:29:47','2025-12-11 13:29:47',295204,NULL,10),(72719,'woocommerce_tracker_send_event_wrapper','complete','2025-12-11 13:26:37','2025-12-11 13:26:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765459597;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765459597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 13:29:47','2025-12-11 13:29:47',295204,NULL,10),(72720,'woocommerce_cleanup_logs','complete','2025-12-11 13:26:37','2025-12-11 13:26:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765459597;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765459597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 13:29:47','2025-12-11 13:29:47',295204,NULL,10),(72721,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-11 13:26:37','2025-12-11 13:26:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765459597;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765459597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 13:29:47','2025-12-11 13:29:47',295204,NULL,10),(72722,'woocommerce_scheduled_sales','complete','2025-12-11 13:26:37','2025-12-11 13:26:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765459597;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765459597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 13:29:47','2025-12-11 13:29:47',295204,NULL,10),(72723,'woocommerce_cleanup_draft_orders','complete','2025-12-11 13:26:37','2025-12-11 13:26:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765459597;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765459597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-11 13:29:47','2025-12-11 13:29:47',295204,NULL,10),(72724,'woocommerce_cleanup_sessions','complete','2025-12-11 06:00:00','2025-12-11 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765432800;s:18:\"\0*\0first_timestamp\";i:1765432800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765432800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-11 06:59:15','2025-12-11 06:59:15',295199,NULL,10),(72725,'generate_category_lookup_table_wrapper','complete','2025-12-10 13:26:47','2025-12-10 13:26:47','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765373207;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765373207;}',14,1,'2025-12-10 14:17:38','2025-12-10 14:17:38',295183,NULL,10),(72726,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-11 13:26:37','2025-12-11 13:26:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765459597;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765459597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-11 13:29:47','2025-12-11 13:29:47',295204,NULL,20),(72727,'woocommerce_refresh_order_count_cache','complete','2025-12-11 02:17:38','2025-12-11 02:17:38','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765419458;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765419458;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-11 06:59:15','2025-12-11 06:59:15',295199,NULL,10),(72728,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-10 19:17:28','2025-12-10 19:17:28','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765394248;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765394248;}',6,1,'2025-12-11 06:59:15','2025-12-11 06:59:15',295199,NULL,10),(72729,'woocommerce_refresh_order_count_cache','complete','2025-12-11 18:59:15','2025-12-11 18:59:15','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765479555;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765479555;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-11 21:06:39','2025-12-11 21:06:39',295209,NULL,10),(72731,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-11 06:59:18','2025-12-11 06:59:18','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765436358;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765436358;}',6,1,'2025-12-11 10:08:45','2025-12-11 10:08:45',295201,NULL,10),(72732,'woocommerce_run_update_callback','complete','2025-12-11 10:08:42','2025-12-11 10:08:42','{\"update_callback\":\"wc_update_1040_add_idx_date_paid_status_parent\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765447722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765447722;}',3,1,'2025-12-11 10:08:45','2025-12-11 10:08:45',295201,NULL,10),(72733,'woocommerce_run_update_callback','complete','2025-12-11 10:08:43','2025-12-11 10:08:43','{\"update_callback\":\"wc_update_1040_cleanup_legacy_ptk_patterns_fetching\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765447723;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765447723;}',3,1,'2025-12-11 10:08:45','2025-12-11 10:08:45',295201,NULL,10),(72734,'woocommerce_update_db_to_current_version','complete','2025-12-11 10:08:44','2025-12-11 10:08:44','{\"version\":\"10.4.0\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765447724;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765447724;}',3,1,'2025-12-11 10:08:45','2025-12-11 10:08:45',295201,NULL,10),(72735,'wc_admin_daily_wrapper','complete','2025-12-12 13:29:46','2025-12-12 13:29:46','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765546186;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765546186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 04:10:08','2025-12-13 04:10:08',295231,NULL,10),(72736,'woocommerce_cleanup_personal_data','complete','2025-12-12 13:29:47','2025-12-12 13:29:47','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765546187;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765546187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 04:10:09','2025-12-13 04:10:09',295231,NULL,10),(72737,'woocommerce_tracker_send_event_wrapper','complete','2025-12-12 13:29:47','2025-12-12 13:29:47','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765546187;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765546187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 04:10:09','2025-12-13 04:10:09',295231,NULL,10),(72738,'woocommerce_cleanup_logs','complete','2025-12-12 13:29:47','2025-12-12 13:29:47','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765546187;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765546187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 04:10:09','2025-12-13 04:10:09',295231,NULL,10),(72739,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-12 13:29:47','2025-12-12 13:29:47','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765546187;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765546187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 04:10:09','2025-12-13 04:10:09',295231,NULL,10),(72740,'woocommerce_scheduled_sales','complete','2025-12-12 13:29:47','2025-12-12 13:29:47','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765546187;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765546187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 04:10:09','2025-12-13 04:10:09',295231,NULL,10),(72741,'woocommerce_cleanup_draft_orders','complete','2025-12-12 13:29:47','2025-12-12 13:29:47','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765546187;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765546187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-13 04:10:09','2025-12-13 04:10:09',295231,NULL,10),(72742,'woocommerce_cleanup_sessions','complete','2025-12-12 06:00:00','2025-12-12 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765519200;s:18:\"\0*\0first_timestamp\";i:1765519200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765519200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-12 06:06:01','2025-12-12 06:06:01',295227,NULL,10),(72743,'generate_category_lookup_table_wrapper','complete','2025-12-11 13:29:57','2025-12-11 13:29:57','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765459797;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765459797;}',14,1,'2025-12-11 13:30:16','2025-12-11 13:30:16',295207,NULL,10),(72744,'fetch_patterns','complete','2025-12-11 13:29:47','2025-12-11 13:29:47','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765459787;s:18:\"\0*\0first_timestamp\";i:1765459787;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765459787;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 13:29:47','2025-12-11 13:29:47',295205,NULL,10),(72745,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-12 13:29:47','2025-12-12 13:29:47','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765546187;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765546187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-13 04:10:09','2025-12-13 04:10:09',295231,NULL,20),(72746,'fetch_patterns','complete','2025-12-12 13:29:47','2025-12-12 13:29:47','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765546187;s:18:\"\0*\0first_timestamp\";i:1765459787;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765546187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 04:10:09','2025-12-13 04:10:09',295231,NULL,10),(72747,'woocommerce_refresh_order_count_cache','complete','2025-12-12 09:06:39','2025-12-12 09:06:39','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765530399;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765530399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-13 04:10:08','2025-12-13 04:10:08',295231,NULL,10),(72748,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-11 21:06:43','2025-12-11 21:06:43','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765487203;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765487203;}',6,1,'2025-12-11 21:06:45','2025-12-11 21:06:45',295212,NULL,10),(72749,'woocommerce_cleanup_sessions','complete','2025-12-12 18:06:01','2025-12-12 18:06:01','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765562761;s:18:\"\0*\0first_timestamp\";i:1765519200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765562761;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-13 04:10:09','2025-12-13 04:10:09',295231,NULL,10),(72750,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-12 07:03:58','2025-12-12 07:03:58','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765523038;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765523038;}',6,1,'2025-12-13 04:10:08','2025-12-13 04:10:08',295231,NULL,10),(72751,'woocommerce_refresh_order_count_cache','complete','2025-12-13 16:10:08','2025-12-13 16:10:08','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765642208;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765642208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-13 16:58:48','2025-12-13 16:58:48',295237,NULL,10),(72752,'wc_admin_daily_wrapper','complete','2025-12-14 04:10:08','2025-12-14 04:10:08','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765685408;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765685408;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 06:51:53','2025-12-14 06:51:53',295239,NULL,10),(72753,'woocommerce_cleanup_personal_data','complete','2025-12-14 04:10:09','2025-12-14 04:10:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765685409;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765685409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 06:51:54','2025-12-14 06:51:54',295239,NULL,10),(72754,'woocommerce_tracker_send_event_wrapper','complete','2025-12-14 04:10:09','2025-12-14 04:10:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765685409;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765685409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 06:51:54','2025-12-14 06:51:54',295239,NULL,10),(72755,'woocommerce_cleanup_logs','complete','2025-12-14 04:10:09','2025-12-14 04:10:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765685409;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765685409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 06:51:54','2025-12-14 06:51:54',295239,NULL,10),(72756,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-14 04:10:09','2025-12-14 04:10:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765685409;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765685409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 06:51:54','2025-12-14 06:51:54',295239,NULL,10),(72757,'woocommerce_scheduled_sales','complete','2025-12-14 04:10:09','2025-12-14 04:10:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765685409;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765685409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 06:51:54','2025-12-14 06:51:54',295239,NULL,10),(72758,'woocommerce_cleanup_draft_orders','complete','2025-12-14 04:10:09','2025-12-14 04:10:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765685409;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765685409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-14 06:51:54','2025-12-14 06:51:54',295239,NULL,10),(72759,'fetch_patterns','complete','2025-12-14 04:10:09','2025-12-14 04:10:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765685409;s:18:\"\0*\0first_timestamp\";i:1765459787;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765685409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 06:51:55','2025-12-14 06:51:55',295239,NULL,10),(72761,'woocommerce_cancel_unpaid_orders','complete','2025-12-16 04:10:09','2025-12-16 04:10:09','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765858209;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765858209;}',14,1,'2025-12-16 06:49:03','2025-12-16 06:49:03',295316,NULL,10),(72762,'woocommerce_cleanup_sessions','complete','2025-12-14 06:00:00','2025-12-14 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765692000;s:18:\"\0*\0first_timestamp\";i:1765692000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765692000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-14 06:51:55','2025-12-14 06:51:55',295239,NULL,10),(72763,'generate_category_lookup_table_wrapper','complete','2025-12-13 04:10:19','2025-12-13 04:10:19','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765599019;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765599019;}',14,1,'2025-12-13 07:05:08','2025-12-13 07:05:08',295233,NULL,10),(72764,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-14 04:10:09','2025-12-14 04:10:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765685409;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765685409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-14 06:51:55','2025-12-14 06:51:55',295239,NULL,20),(72765,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-13 04:10:13','2025-12-13 04:10:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765599013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765599013;}',6,1,'2025-12-13 07:05:08','2025-12-13 07:05:08',295233,NULL,10),(72766,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-13 07:05:10','2025-12-13 07:05:10','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765609510;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765609510;}',6,1,'2025-12-13 15:13:04','2025-12-13 15:13:04',295235,NULL,10),(72767,'woocommerce_refresh_order_count_cache','complete','2025-12-14 04:58:48','2025-12-14 04:58:48','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765688328;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765688328;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-14 06:51:55','2025-12-14 06:51:55',295239,NULL,10),(72768,'wc_admin_daily_wrapper','complete','2025-12-15 06:51:53','2025-12-15 06:51:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765781513;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765781513;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 06:58:01','2025-12-15 06:58:01',295259,NULL,10),(72769,'woocommerce_cleanup_personal_data','complete','2025-12-15 06:51:54','2025-12-15 06:51:54','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765781514;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765781514;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 06:58:02','2025-12-15 06:58:02',295259,NULL,10),(72770,'woocommerce_tracker_send_event_wrapper','complete','2025-12-15 06:51:54','2025-12-15 06:51:54','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765781514;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765781514;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 06:58:02','2025-12-15 06:58:02',295259,NULL,10),(72771,'woocommerce_cleanup_logs','complete','2025-12-15 06:51:54','2025-12-15 06:51:54','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765781514;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765781514;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 06:58:02','2025-12-15 06:58:02',295259,NULL,10),(72772,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-15 06:51:54','2025-12-15 06:51:54','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765781514;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765781514;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 06:58:02','2025-12-15 06:58:02',295259,NULL,10),(72773,'woocommerce_scheduled_sales','complete','2025-12-15 06:51:54','2025-12-15 06:51:54','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765781514;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765781514;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 06:58:02','2025-12-15 06:58:02',295259,NULL,10),(72774,'woocommerce_cleanup_draft_orders','complete','2025-12-15 06:51:54','2025-12-15 06:51:54','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765781514;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765781514;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-15 06:58:02','2025-12-15 06:58:02',295259,NULL,10),(72775,'fetch_patterns','complete','2025-12-15 06:51:55','2025-12-15 06:51:55','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765781515;s:18:\"\0*\0first_timestamp\";i:1765459787;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765781515;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 06:58:03','2025-12-15 06:58:03',295259,NULL,10),(72776,'woocommerce_refresh_order_count_cache','complete','2025-12-14 18:51:55','2025-12-14 18:51:55','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765738315;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765738315;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-15 04:33:54','2025-12-15 04:33:54',295243,NULL,10),(72778,'woocommerce_cleanup_sessions','complete','2025-12-15 06:00:00','2025-12-15 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765778400;s:18:\"\0*\0first_timestamp\";i:1765778400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765778400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-15 06:10:13','2025-12-15 06:10:13',295253,NULL,10),(72779,'generate_category_lookup_table_wrapper','complete','2025-12-14 06:52:05','2025-12-14 06:52:05','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765695125;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765695125;}',14,1,'2025-12-14 10:30:16','2025-12-14 10:30:16',295241,NULL,10),(72780,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-15 06:51:55','2025-12-15 06:51:55','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765781515;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765781515;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-15 06:58:03','2025-12-15 06:58:03',295259,NULL,20),(72781,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-14 06:51:57','2025-12-14 06:51:57','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765695117;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765695117;}',6,1,'2025-12-14 10:30:16','2025-12-14 10:30:16',295241,NULL,10),(72782,'woocommerce_refresh_order_count_cache','complete','2025-12-15 16:33:54','2025-12-15 16:33:54','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765816434;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765816434;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-15 20:00:41','2025-12-15 20:00:41',295297,NULL,10),(72783,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-15 04:33:58','2025-12-15 04:33:58','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765773238;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765773238;}',6,1,'2025-12-15 05:09:18','2025-12-15 05:09:18',295245,NULL,10),(72785,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-15 06:34:12','2025-12-15 06:34:12','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765780452;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765780452;}',6,1,'2025-12-15 06:46:07','2025-12-15 06:46:07',295257,NULL,10),(72786,'wc_admin_daily_wrapper','complete','2025-12-16 06:58:01','2025-12-16 06:58:01','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765868281;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765868281;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 13:30:22','2025-12-16 13:30:22',295318,NULL,10),(72787,'woocommerce_cleanup_personal_data','complete','2025-12-16 06:58:02','2025-12-16 06:58:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765868282;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765868282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 13:30:23','2025-12-16 13:30:23',295318,NULL,10),(72788,'woocommerce_tracker_send_event_wrapper','complete','2025-12-16 06:58:02','2025-12-16 06:58:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765868282;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765868282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 13:30:23','2025-12-16 13:30:23',295318,NULL,10),(72789,'woocommerce_cleanup_logs','complete','2025-12-16 06:58:02','2025-12-16 06:58:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765868282;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765868282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 13:30:23','2025-12-16 13:30:23',295318,NULL,10),(72790,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-16 06:58:02','2025-12-16 06:58:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765868282;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765868282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 13:30:23','2025-12-16 13:30:23',295318,NULL,10),(72791,'woocommerce_scheduled_sales','complete','2025-12-16 06:58:02','2025-12-16 06:58:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765868282;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765868282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 13:30:23','2025-12-16 13:30:23',295318,NULL,10),(72792,'woocommerce_cleanup_draft_orders','complete','2025-12-16 06:58:02','2025-12-16 06:58:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765868282;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765868282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-16 13:30:23','2025-12-16 13:30:23',295318,NULL,10),(72793,'fetch_patterns','complete','2025-12-16 06:58:03','2025-12-16 06:58:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765868283;s:18:\"\0*\0first_timestamp\";i:1765459787;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765868283;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 13:30:24','2025-12-16 13:30:24',295318,NULL,10),(72794,'woocommerce_cleanup_sessions','complete','2025-12-16 06:00:00','2025-12-16 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765864800;s:18:\"\0*\0first_timestamp\";i:1765864800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765864800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-16 06:49:03','2025-12-16 06:49:03',295316,NULL,10),(72795,'generate_category_lookup_table_wrapper','complete','2025-12-15 06:58:13','2025-12-15 06:58:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765781893;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765781893;}',14,1,'2025-12-15 06:58:54','2025-12-15 06:58:54',295261,NULL,10),(72796,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-16 06:58:03','2025-12-16 06:58:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765868283;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765868283;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-16 13:30:24','2025-12-16 13:30:24',295318,NULL,20),(72797,'woocommerce_refresh_order_count_cache','complete','2025-12-16 08:00:41','2025-12-16 08:00:41','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765872041;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765872041;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-16 13:30:24','2025-12-16 13:30:24',295318,NULL,10),(72798,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-15 20:00:45','2025-12-15 20:00:45','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765828845;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765828845;}',6,1,'2025-12-15 20:00:47','2025-12-15 20:00:47',295300,NULL,10),(72800,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-16 06:49:05','2025-12-16 06:49:05','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765867745;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765867745;}',6,1,'2025-12-16 13:30:22','2025-12-16 13:30:22',295318,NULL,10),(72801,'wc_admin_daily_wrapper','complete','2025-12-17 13:30:22','2025-12-17 13:30:22','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765978222;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765978222;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 16:11:24','2025-12-17 16:11:24',295404,NULL,10),(72802,'woocommerce_cleanup_personal_data','complete','2025-12-17 13:30:23','2025-12-17 13:30:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765978223;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765978223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 16:11:25','2025-12-17 16:11:25',295404,NULL,10),(72803,'woocommerce_tracker_send_event_wrapper','complete','2025-12-17 13:30:23','2025-12-17 13:30:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765978223;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765978223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 16:11:25','2025-12-17 16:11:25',295404,NULL,10),(72804,'woocommerce_cleanup_logs','complete','2025-12-17 13:30:23','2025-12-17 13:30:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765978223;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765978223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 16:11:25','2025-12-17 16:11:25',295404,NULL,10),(72805,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-17 13:30:23','2025-12-17 13:30:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765978223;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765978223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 16:11:25','2025-12-17 16:11:25',295404,NULL,10),(72806,'woocommerce_scheduled_sales','complete','2025-12-17 13:30:23','2025-12-17 13:30:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765978223;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765978223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 16:11:25','2025-12-17 16:11:25',295404,NULL,10),(72807,'woocommerce_cleanup_draft_orders','complete','2025-12-17 13:30:23','2025-12-17 13:30:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765978223;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765978223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-17 16:11:25','2025-12-17 16:11:25',295404,NULL,10),(72809,'woocommerce_refresh_order_count_cache','complete','2025-12-17 01:30:24','2025-12-17 01:30:24','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765935024;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765935024;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-17 06:10:38','2025-12-17 06:10:38',295382,NULL,10),(72810,'woocommerce_cancel_unpaid_orders','complete','2025-12-19 13:30:24','2025-12-19 13:30:24','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766151024;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766151024;}',14,1,'2025-12-19 13:31:00','2025-12-19 13:31:00',296283,NULL,10),(72811,'woocommerce_cleanup_sessions','complete','2025-12-17 06:00:00','2025-12-17 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765951200;s:18:\"\0*\0first_timestamp\";i:1765951200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765951200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-17 06:10:38','2025-12-17 06:10:38',295382,NULL,10),(72812,'generate_category_lookup_table_wrapper','complete','2025-12-16 13:30:34','2025-12-16 13:30:34','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765891834;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765891834;}',14,1,'2025-12-16 13:54:58','2025-12-16 13:54:58',295320,NULL,10),(72813,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-17 13:30:24','2025-12-17 13:30:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765978224;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765978224;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-17 16:11:25','2025-12-17 16:11:25',295404,NULL,20),(72814,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-16 19:24:26','2025-12-16 19:24:26','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765913066;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765913066;}',6,1,'2025-12-16 20:30:18','2025-12-16 20:30:18',295330,NULL,10),(72815,'woocommerce_update_marketplace_suggestions','complete','2025-12-16 22:02:52','2025-12-16 22:02:52','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765922572;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765922572;}',6,1,'2025-12-16 22:02:54','2025-12-16 22:02:54',295346,NULL,10),(72816,'fetch_patterns','complete','2025-12-16 22:04:22','2025-12-16 22:04:22','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765922662;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765922662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 22:05:06','2025-12-16 22:05:06',295350,NULL,10),(72817,'action_scheduler/migration_hook','complete','2025-12-16 22:05:22','2025-12-16 22:05:22','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765922722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765922722;}',1,1,'2025-12-16 22:05:31','2025-12-16 22:05:31',295352,NULL,10),(72818,'fetch_patterns','complete','2025-12-17 22:05:06','2025-12-17 22:05:06','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766009106;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766009106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 22:05:44','2025-12-17 22:05:44',295598,NULL,10),(72819,'wp_mail_smtp_admin_notifications_update','complete','2025-12-16 22:06:33','2025-12-16 22:06:33','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765922793;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765922793;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-16 22:07:37','2025-12-16 22:07:37',295355,NULL,10),(72820,'wp_mail_smtp_admin_notifications_update','complete','2025-12-17 22:07:37','2025-12-17 22:07:37','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766009257;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766009257;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-17 22:07:44','2025-12-17 22:07:44',295601,NULL,10),(72821,'woocommerce_refresh_order_count_cache','complete','2025-12-17 18:10:38','2025-12-17 18:10:38','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765995038;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765995038;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-17 18:11:38','2025-12-17 18:11:38',295474,NULL,10),(72823,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-17 06:50:00','2025-12-17 06:50:00','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765954200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765954200;}',6,1,'2025-12-17 10:53:42','2025-12-17 10:53:42',295385,NULL,10),(72824,'wc_admin_daily_wrapper','complete','2025-12-18 16:11:24','2025-12-18 16:11:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766074284;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766074284;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 16:12:41','2025-12-18 16:12:41',296144,NULL,10),(72825,'woocommerce_cleanup_personal_data','complete','2025-12-18 16:11:25','2025-12-18 16:11:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766074285;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766074285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 16:12:42','2025-12-18 16:12:42',296144,NULL,10),(72826,'woocommerce_tracker_send_event_wrapper','complete','2025-12-18 16:11:25','2025-12-18 16:11:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766074285;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766074285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 16:12:42','2025-12-18 16:12:42',296144,NULL,10),(72827,'woocommerce_cleanup_logs','complete','2025-12-18 16:11:25','2025-12-18 16:11:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766074285;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766074285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 16:12:42','2025-12-18 16:12:42',296144,NULL,10),(72828,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-18 16:11:25','2025-12-18 16:11:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766074285;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766074285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 16:12:42','2025-12-18 16:12:42',296144,NULL,10),(72829,'woocommerce_scheduled_sales','complete','2025-12-18 16:11:25','2025-12-18 16:11:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766074285;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766074285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 16:12:42','2025-12-18 16:12:42',296144,NULL,10),(72830,'woocommerce_cleanup_draft_orders','complete','2025-12-18 16:11:25','2025-12-18 16:11:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766074285;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766074285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-18 16:12:42','2025-12-18 16:12:42',296144,NULL,10),(72831,'woocommerce_cleanup_sessions','complete','2025-12-18 06:00:00','2025-12-18 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766037600;s:18:\"\0*\0first_timestamp\";i:1766037600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766037600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-18 06:01:38','2025-12-18 06:01:38',295836,NULL,10),(72832,'generate_category_lookup_table_wrapper','complete','2025-12-17 16:11:35','2025-12-17 16:11:35','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765987895;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765987895;}',14,1,'2025-12-17 16:12:23','2025-12-17 16:12:23',295406,NULL,10),(72833,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-18 16:11:25','2025-12-18 16:11:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766074285;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766074285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-18 16:12:42','2025-12-18 16:12:42',296144,NULL,20),(72834,'wc-admin_import_orders','complete','2025-12-17 16:13:55','2025-12-17 16:13:55','[184294]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765988035;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765988035;}',2,1,'2025-12-17 16:14:25','2025-12-17 16:14:25',295409,NULL,10),(72835,'wc-admin_import_orders','complete','2025-12-17 16:16:02','2025-12-17 16:16:02','[184295]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765988162;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765988162;}',2,1,'2025-12-17 16:16:21','2025-12-17 16:16:21',295412,NULL,10),(72836,'wc-admin_import_orders','complete','2025-12-17 17:02:51','2025-12-17 17:02:51','[184297]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765990971;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765990971;}',2,1,'2025-12-17 17:03:11','2025-12-17 17:03:11',295437,NULL,10),(72837,'woocommerce_refresh_order_count_cache','complete','2025-12-18 06:11:38','2025-12-18 06:11:38','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766038298;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766038298;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-18 06:11:43','2025-12-18 06:11:43',295843,NULL,10),(72838,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-17 18:35:48','2025-12-17 18:35:48','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765996548;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765996548;}',6,1,'2025-12-17 18:35:48','2025-12-17 18:35:48',295488,NULL,10),(72839,'fetch_patterns','complete','2025-12-18 22:05:44','2025-12-18 22:05:44','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766095544;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766095544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 06:49:34','2025-12-19 06:49:34',296227,NULL,10),(72840,'wp_mail_smtp_admin_notifications_update','complete','2025-12-18 22:07:44','2025-12-18 22:07:44','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766095664;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766095664;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-19 06:49:34','2025-12-19 06:49:34',296227,NULL,10),(72842,'woocommerce_refresh_order_count_cache','complete','2025-12-18 18:11:43','2025-12-18 18:11:43','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766081503;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766081503;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-18 19:27:25','2025-12-18 19:27:25',296221,NULL,10),(72843,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-18 06:33:54','2025-12-18 06:33:54','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766039634;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766039634;}',6,1,'2025-12-18 06:35:55','2025-12-18 06:35:55',295857,NULL,10),(72844,'wc_admin_daily_wrapper','complete','2025-12-19 16:12:41','2025-12-19 16:12:41','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766160761;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766160761;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 16:14:20','2025-12-19 16:14:20',296366,NULL,10),(72845,'woocommerce_cleanup_personal_data','complete','2025-12-19 16:12:42','2025-12-19 16:12:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766160762;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766160762;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 16:14:21','2025-12-19 16:14:21',296366,NULL,10),(72846,'woocommerce_tracker_send_event_wrapper','complete','2025-12-19 16:12:42','2025-12-19 16:12:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766160762;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766160762;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 16:14:21','2025-12-19 16:14:21',296366,NULL,10),(72847,'woocommerce_cleanup_logs','complete','2025-12-19 16:12:42','2025-12-19 16:12:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766160762;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766160762;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 16:14:21','2025-12-19 16:14:21',296366,NULL,10),(72848,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-19 16:12:42','2025-12-19 16:12:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766160762;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766160762;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 16:14:21','2025-12-19 16:14:21',296366,NULL,10),(72849,'woocommerce_scheduled_sales','complete','2025-12-19 16:12:42','2025-12-19 16:12:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766160762;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766160762;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 16:14:21','2025-12-19 16:14:21',296366,NULL,10),(72850,'woocommerce_cleanup_draft_orders','complete','2025-12-19 16:12:42','2025-12-19 16:12:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766160762;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766160762;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-19 16:14:21','2025-12-19 16:14:21',296366,NULL,10),(72851,'woocommerce_cleanup_sessions','complete','2025-12-19 06:00:00','2025-12-19 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766124000;s:18:\"\0*\0first_timestamp\";i:1766124000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766124000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-19 06:49:34','2025-12-19 06:49:34',296227,NULL,10),(72852,'generate_category_lookup_table_wrapper','complete','2025-12-18 16:12:52','2025-12-18 16:12:52','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766074372;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766074372;}',14,1,'2025-12-18 16:14:41','2025-12-18 16:14:41',296146,NULL,10),(72853,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-19 16:12:42','2025-12-19 16:12:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766160762;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766160762;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-19 16:14:21','2025-12-19 16:14:21',296366,NULL,20),(72854,'wc-admin_import_orders','complete','2025-12-18 17:51:57','2025-12-18 17:51:57','[184304]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766080317;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766080317;}',2,1,'2025-12-18 17:52:16','2025-12-18 17:52:16',296208,NULL,10),(72855,'woocommerce_refresh_order_count_cache','complete','2025-12-19 07:27:25','2025-12-19 07:27:25','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766129245;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766129245;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-19 11:47:12','2025-12-19 11:47:12',296229,NULL,10),(72856,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-18 19:27:28','2025-12-18 19:27:28','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766086048;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766086048;}',6,1,'2025-12-18 19:28:52','2025-12-18 19:28:52',296223,NULL,10),(72857,'fetch_patterns','complete','2025-12-20 06:49:34','2025-12-20 06:49:34','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766213374;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766213374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 16:16:21','2025-12-20 16:16:21',296476,NULL,10),(72858,'wp_mail_smtp_admin_notifications_update','complete','2025-12-20 06:49:34','2025-12-20 06:49:34','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766213374;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766213374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-20 16:16:21','2025-12-20 16:16:21',296476,NULL,10),(72860,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-19 06:49:37','2025-12-19 06:49:37','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766126977;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766126977;}',6,1,'2025-12-19 11:47:12','2025-12-19 11:47:12',296229,NULL,10),(72861,'woocommerce_refresh_order_count_cache','complete','2025-12-19 23:47:12','2025-12-19 23:47:12','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766188032;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766188032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-20 06:47:31','2025-12-20 06:47:31',296474,NULL,10),(72862,'wc_admin_daily_wrapper','complete','2025-12-20 16:14:20','2025-12-20 16:14:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766247260;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766247260;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 16:16:22','2025-12-20 16:16:22',296476,NULL,10),(72863,'woocommerce_cleanup_personal_data','complete','2025-12-20 16:14:21','2025-12-20 16:14:21','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766247261;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766247261;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 16:16:23','2025-12-20 16:16:23',296476,NULL,10),(72864,'woocommerce_tracker_send_event_wrapper','complete','2025-12-20 16:14:21','2025-12-20 16:14:21','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766247261;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766247261;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 16:16:23','2025-12-20 16:16:23',296476,NULL,10),(72865,'woocommerce_cleanup_logs','complete','2025-12-20 16:14:21','2025-12-20 16:14:21','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766247261;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766247261;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 16:16:23','2025-12-20 16:16:23',296476,NULL,10),(72866,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-20 16:14:21','2025-12-20 16:14:21','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766247261;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766247261;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 16:16:23','2025-12-20 16:16:23',296476,NULL,10),(72867,'woocommerce_scheduled_sales','complete','2025-12-20 16:14:21','2025-12-20 16:14:21','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766247261;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766247261;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 16:16:23','2025-12-20 16:16:23',296476,NULL,10),(72868,'woocommerce_cleanup_draft_orders','complete','2025-12-20 16:14:21','2025-12-20 16:14:21','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766247261;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766247261;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-20 16:16:23','2025-12-20 16:16:23',296476,NULL,10),(72869,'woocommerce_cancel_unpaid_orders','complete','2025-12-22 16:14:21','2025-12-22 16:14:21','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766420061;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766420061;}',14,1,'2025-12-22 16:15:22','2025-12-22 16:15:22',296547,NULL,10),(72870,'woocommerce_cleanup_sessions','complete','2025-12-20 06:00:00','2025-12-20 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766210400;s:18:\"\0*\0first_timestamp\";i:1766210400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766210400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-20 06:47:31','2025-12-20 06:47:31',296474,NULL,10),(72871,'generate_category_lookup_table_wrapper','complete','2025-12-19 16:14:31','2025-12-19 16:14:31','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766160871;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766160871;}',14,1,'2025-12-19 16:16:22','2025-12-19 16:16:22',296368,NULL,10),(72872,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-20 16:14:21','2025-12-20 16:14:21','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766247261;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766247261;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-20 16:16:23','2025-12-20 16:16:23',296476,NULL,20),(72873,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-19 18:35:31','2025-12-19 18:35:31','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766169331;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766169331;}',6,1,'2025-12-19 18:35:31','2025-12-19 18:35:31',296439,NULL,10),(72874,'woocommerce_refresh_order_count_cache','complete','2025-12-20 18:47:31','2025-12-20 18:47:31','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766256451;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766256451;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-21 06:49:43','2025-12-21 06:49:43',296478,NULL,10),(72876,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-20 06:47:33','2025-12-20 06:47:33','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766213253;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766213253;}',6,1,'2025-12-20 16:16:21','2025-12-20 16:16:21',296476,NULL,10),(72877,'fetch_patterns','complete','2025-12-21 16:16:21','2025-12-21 16:16:21','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766333781;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766333781;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 18:46:48','2025-12-21 18:46:48',296480,NULL,10),(72878,'wp_mail_smtp_admin_notifications_update','complete','2025-12-21 16:16:21','2025-12-21 16:16:21','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766333781;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766333781;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-21 18:46:48','2025-12-21 18:46:48',296480,NULL,10),(72879,'wc_admin_daily_wrapper','complete','2025-12-21 16:16:22','2025-12-21 16:16:22','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766333782;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766333782;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 18:46:49','2025-12-21 18:46:49',296480,NULL,10),(72880,'woocommerce_cleanup_personal_data','complete','2025-12-21 16:16:23','2025-12-21 16:16:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766333783;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766333783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 18:46:50','2025-12-21 18:46:50',296480,NULL,10),(72881,'woocommerce_tracker_send_event_wrapper','complete','2025-12-21 16:16:23','2025-12-21 16:16:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766333783;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766333783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 18:46:50','2025-12-21 18:46:50',296480,NULL,10),(72882,'woocommerce_cleanup_logs','complete','2025-12-21 16:16:23','2025-12-21 16:16:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766333783;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766333783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 18:46:50','2025-12-21 18:46:50',296480,NULL,10),(72883,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-21 16:16:23','2025-12-21 16:16:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766333783;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766333783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 18:46:50','2025-12-21 18:46:50',296480,NULL,10),(72884,'woocommerce_scheduled_sales','complete','2025-12-21 16:16:23','2025-12-21 16:16:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766333783;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766333783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 18:46:50','2025-12-21 18:46:50',296480,NULL,10),(72885,'woocommerce_cleanup_draft_orders','complete','2025-12-21 16:16:23','2025-12-21 16:16:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766333783;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766333783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-21 18:46:50','2025-12-21 18:46:50',296480,NULL,10),(72886,'woocommerce_cleanup_sessions','complete','2025-12-21 06:00:00','2025-12-21 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766296800;s:18:\"\0*\0first_timestamp\";i:1766296800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766296800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-21 06:49:43','2025-12-21 06:49:43',296478,NULL,10),(72887,'generate_category_lookup_table_wrapper','complete','2025-12-20 16:16:33','2025-12-20 16:16:33','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766247393;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766247393;}',14,1,'2025-12-21 06:49:43','2025-12-21 06:49:43',296478,NULL,10),(72888,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-21 16:16:23','2025-12-21 16:16:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766333783;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766333783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-21 18:46:50','2025-12-21 18:46:50',296480,NULL,20),(72889,'woocommerce_refresh_order_count_cache','complete','2025-12-21 18:49:43','2025-12-21 18:49:43','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766342983;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766342983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-22 14:15:38','2025-12-22 14:15:38',296482,NULL,10),(72891,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-21 06:49:45','2025-12-21 06:49:45','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766299785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766299785;}',6,1,'2025-12-21 18:46:48','2025-12-21 18:46:48',296480,NULL,10),(72892,'fetch_patterns','complete','2025-12-22 18:46:48','2025-12-22 18:46:48','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766429208;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766429208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 06:49:37','2025-12-23 06:49:37',296595,NULL,10),(72893,'wp_mail_smtp_admin_notifications_update','complete','2025-12-22 18:46:48','2025-12-22 18:46:48','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766429208;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766429208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-23 06:49:37','2025-12-23 06:49:37',296595,NULL,10),(72894,'wc_admin_daily_wrapper','complete','2025-12-22 18:46:49','2025-12-22 18:46:49','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766429209;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766429209;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 06:49:38','2025-12-23 06:49:38',296595,NULL,10),(72895,'woocommerce_cleanup_personal_data','complete','2025-12-22 18:46:50','2025-12-22 18:46:50','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766429210;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766429210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 06:49:39','2025-12-23 06:49:39',296595,NULL,10),(72896,'woocommerce_tracker_send_event_wrapper','complete','2025-12-22 18:46:50','2025-12-22 18:46:50','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766429210;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766429210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 06:49:39','2025-12-23 06:49:39',296595,NULL,10),(72897,'woocommerce_cleanup_logs','complete','2025-12-22 18:46:50','2025-12-22 18:46:50','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766429210;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766429210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 06:49:39','2025-12-23 06:49:39',296595,NULL,10),(72898,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-22 18:46:50','2025-12-22 18:46:50','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766429210;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766429210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 06:49:39','2025-12-23 06:49:39',296595,NULL,10),(72899,'woocommerce_scheduled_sales','complete','2025-12-22 18:46:50','2025-12-22 18:46:50','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766429210;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766429210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 06:49:39','2025-12-23 06:49:39',296595,NULL,10),(72900,'woocommerce_cleanup_draft_orders','complete','2025-12-22 18:46:50','2025-12-22 18:46:50','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766429210;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766429210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-23 06:49:39','2025-12-23 06:49:39',296595,NULL,10),(72901,'woocommerce_cleanup_sessions','complete','2025-12-22 06:00:00','2025-12-22 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766383200;s:18:\"\0*\0first_timestamp\";i:1766383200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766383200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-22 14:15:38','2025-12-22 14:15:38',296482,NULL,10),(72902,'generate_category_lookup_table_wrapper','complete','2025-12-21 18:47:00','2025-12-21 18:47:00','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766342820;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766342820;}',14,1,'2025-12-22 14:15:38','2025-12-22 14:15:38',296482,NULL,10),(72903,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-22 18:46:50','2025-12-22 18:46:50','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766429210;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766429210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-23 06:49:39','2025-12-23 06:49:39',296595,NULL,20),(72904,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-21 18:46:52','2025-12-21 18:46:52','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766342812;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766342812;}',6,1,'2025-12-22 14:15:38','2025-12-22 14:15:38',296482,NULL,10),(72905,'woocommerce_refresh_order_count_cache','complete','2025-12-23 02:15:38','2025-12-23 02:15:38','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766456138;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766456138;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-23 06:49:39','2025-12-23 06:49:39',296595,NULL,10),(72906,'woocommerce_cleanup_sessions','complete','2025-12-23 02:15:38','2025-12-23 02:15:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766456138;s:18:\"\0*\0first_timestamp\";i:1766383200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766456138;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-23 06:49:39','2025-12-23 06:49:39',296595,NULL,10),(72907,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-22 14:15:42','2025-12-22 14:15:42','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766412942;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766412942;}',6,1,'2025-12-22 14:15:44','2025-12-22 14:15:44',296485,NULL,10),(72908,'fetch_patterns','complete','2025-12-24 06:49:37','2025-12-24 06:49:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558977;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:52:50','2025-12-24 06:52:50',296922,NULL,10),(72909,'wp_mail_smtp_admin_notifications_update','complete','2025-12-24 06:49:37','2025-12-24 06:49:37','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558977;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-24 06:52:51','2025-12-24 06:52:51',296922,NULL,10),(72910,'wc_admin_daily_wrapper','complete','2025-12-24 06:49:38','2025-12-24 06:49:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558978;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558978;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:52:51','2025-12-24 06:52:51',296922,NULL,10),(72911,'woocommerce_cleanup_personal_data','complete','2025-12-24 06:49:39','2025-12-24 06:49:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558979;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:52:52','2025-12-24 06:52:52',296922,NULL,10),(72912,'woocommerce_tracker_send_event_wrapper','complete','2025-12-24 06:49:39','2025-12-24 06:49:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558979;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:52:52','2025-12-24 06:52:52',296922,NULL,10),(72913,'woocommerce_cleanup_logs','complete','2025-12-24 06:49:39','2025-12-24 06:49:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558979;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:52:52','2025-12-24 06:52:52',296922,NULL,10),(72914,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-24 06:49:39','2025-12-24 06:49:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558979;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:52:52','2025-12-24 06:52:52',296922,NULL,10),(72915,'woocommerce_scheduled_sales','complete','2025-12-24 06:49:39','2025-12-24 06:49:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558979;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:52:52','2025-12-24 06:52:52',296922,NULL,10),(72916,'woocommerce_cleanup_draft_orders','complete','2025-12-24 06:49:39','2025-12-24 06:49:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558979;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-24 06:52:52','2025-12-24 06:52:52',296922,NULL,10),(72917,'woocommerce_refresh_order_count_cache','complete','2025-12-23 18:49:39','2025-12-23 18:49:39','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766515779;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766515779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-23 18:49:43','2025-12-23 18:49:43',296630,NULL,10),(72919,'woocommerce_cancel_unpaid_orders','complete','2025-12-26 06:49:39','2025-12-26 06:49:39','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766731779;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766731779;}',14,1,'2025-12-26 06:50:53','2025-12-26 06:50:53',297929,NULL,10),(72920,'woocommerce_cleanup_sessions','complete','2025-12-24 06:00:00','2025-12-24 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766556000;s:18:\"\0*\0first_timestamp\";i:1766556000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766556000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-24 06:52:50','2025-12-24 06:52:50',296922,NULL,10),(72921,'generate_category_lookup_table_wrapper','complete','2025-12-23 06:49:49','2025-12-23 06:49:49','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766472589;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766472589;}',14,1,'2025-12-23 17:15:47','2025-12-23 17:15:47',296597,NULL,10),(72922,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-24 06:49:39','2025-12-24 06:49:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558979;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-24 06:52:52','2025-12-24 06:52:52',296922,NULL,20),(72923,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-23 06:49:39','2025-12-23 06:49:39','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766472579;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766472579;}',6,1,'2025-12-23 17:15:47','2025-12-23 17:15:47',296597,NULL,10),(72924,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-23 18:35:34','2025-12-23 18:35:34','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766514934;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766514934;}',6,1,'2025-12-23 18:35:34','2025-12-23 18:35:34',296622,NULL,10),(72925,'woocommerce_refresh_order_count_cache','complete','2025-12-24 06:49:43','2025-12-24 06:49:43','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766558983;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766558983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-24 06:52:52','2025-12-24 06:52:52',296922,NULL,10),(72927,'fetch_patterns','complete','2025-12-25 06:52:50','2025-12-25 06:52:50','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645570;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645570;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 07:08:14','2025-12-25 07:08:14',297370,NULL,10),(72928,'wp_mail_smtp_admin_notifications_update','complete','2025-12-25 06:52:51','2025-12-25 06:52:51','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645571;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645571;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-25 07:08:14','2025-12-25 07:08:14',297370,NULL,10),(72929,'wc_admin_daily_wrapper','complete','2025-12-25 06:52:51','2025-12-25 06:52:51','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645571;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645571;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 07:08:15','2025-12-25 07:08:15',297370,NULL,10),(72930,'woocommerce_cleanup_personal_data','complete','2025-12-25 06:52:52','2025-12-25 06:52:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645572;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 07:08:16','2025-12-25 07:08:16',297370,NULL,10),(72931,'woocommerce_tracker_send_event_wrapper','complete','2025-12-25 06:52:52','2025-12-25 06:52:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645572;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 07:08:16','2025-12-25 07:08:16',297370,NULL,10),(72932,'woocommerce_cleanup_logs','complete','2025-12-25 06:52:52','2025-12-25 06:52:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645572;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 07:08:16','2025-12-25 07:08:16',297370,NULL,10),(72933,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-25 06:52:52','2025-12-25 06:52:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645572;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 07:08:16','2025-12-25 07:08:16',297370,NULL,10),(72934,'woocommerce_scheduled_sales','complete','2025-12-25 06:52:52','2025-12-25 06:52:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645572;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 07:08:16','2025-12-25 07:08:16',297370,NULL,10),(72935,'woocommerce_cleanup_draft_orders','complete','2025-12-25 06:52:52','2025-12-25 06:52:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645572;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-25 07:08:16','2025-12-25 07:08:16',297370,NULL,10),(72936,'woocommerce_refresh_order_count_cache','complete','2025-12-24 18:52:52','2025-12-24 18:52:52','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766602372;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766602372;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-24 18:52:55','2025-12-24 18:52:55',297137,NULL,10),(72937,'woocommerce_cleanup_sessions','complete','2025-12-25 06:00:00','2025-12-25 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642400;s:18:\"\0*\0first_timestamp\";i:1766642400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-25 06:17:22','2025-12-25 06:17:22',297367,NULL,10),(72938,'generate_category_lookup_table_wrapper','complete','2025-12-24 06:53:02','2025-12-24 06:53:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766559182;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766559182;}',14,1,'2025-12-24 06:53:05','2025-12-24 06:53:05',296928,NULL,10),(72939,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-25 06:52:52','2025-12-25 06:52:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645572;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-25 07:08:16','2025-12-25 07:08:16',297370,NULL,20),(72940,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-24 06:52:52','2025-12-24 06:52:52','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766559172;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766559172;}',6,1,'2025-12-24 06:52:53','2025-12-24 06:52:53',296924,NULL,10),(72941,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-24 06:52:54','2025-12-24 06:52:54','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766559174;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766559174;}',6,1,'2025-12-24 06:52:59','2025-12-24 06:52:59',296926,NULL,10),(72942,'woocommerce_update_marketplace_suggestions','complete','2025-12-24 13:41:54','2025-12-24 13:41:54','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766583714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766583714;}',6,1,'2025-12-24 13:41:56','2025-12-24 13:41:56',296977,NULL,10),(72943,'woocommerce_geoip_updater','canceled','2026-01-08 15:23:12','2026-01-08 15:23:12','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767885792;s:18:\"\0*\0first_timestamp\";i:1757098859;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767885792;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(72944,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-24 18:34:47','2025-12-24 18:34:47','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766601287;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766601287;}',6,1,'2025-12-24 18:36:47','2025-12-24 18:36:47',297127,NULL,10),(72945,'woocommerce_refresh_order_count_cache','complete','2025-12-25 06:52:55','2025-12-25 06:52:55','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766645575;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766645575;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-25 07:08:16','2025-12-25 07:08:16',297370,NULL,10),(72947,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-25 06:52:07','2025-12-25 06:52:07','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766645527;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766645527;}',6,1,'2025-12-25 07:08:14','2025-12-25 07:08:14',297370,NULL,10),(72948,'fetch_patterns','complete','2025-12-26 07:08:14','2025-12-26 07:08:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732894;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732894;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:09:09','2025-12-26 07:09:09',297940,NULL,10),(72949,'wp_mail_smtp_admin_notifications_update','complete','2025-12-26 07:08:14','2025-12-26 07:08:14','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732894;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732894;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-26 07:09:09','2025-12-26 07:09:09',297940,NULL,10),(72950,'wc_admin_daily_wrapper','complete','2025-12-26 07:08:15','2025-12-26 07:08:15','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732895;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732895;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:09:09','2025-12-26 07:09:09',297940,NULL,10),(72951,'woocommerce_cleanup_personal_data','complete','2025-12-26 07:08:16','2025-12-26 07:08:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732896;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732896;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:09:10','2025-12-26 07:09:10',297940,NULL,10),(72952,'woocommerce_tracker_send_event_wrapper','complete','2025-12-26 07:08:16','2025-12-26 07:08:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732896;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732896;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:09:10','2025-12-26 07:09:10',297940,NULL,10),(72953,'woocommerce_cleanup_logs','complete','2025-12-26 07:08:16','2025-12-26 07:08:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732896;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732896;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:09:10','2025-12-26 07:09:10',297940,NULL,10),(72954,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-26 07:08:16','2025-12-26 07:08:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732896;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732896;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:09:10','2025-12-26 07:09:10',297940,NULL,10),(72955,'woocommerce_scheduled_sales','complete','2025-12-26 07:08:16','2025-12-26 07:08:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732896;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732896;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:09:10','2025-12-26 07:09:10',297940,NULL,10),(72956,'woocommerce_cleanup_draft_orders','complete','2025-12-26 07:08:16','2025-12-26 07:08:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732896;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732896;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-26 07:09:10','2025-12-26 07:09:10',297940,NULL,10),(72957,'woocommerce_refresh_order_count_cache','complete','2025-12-25 19:08:16','2025-12-25 19:08:16','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766689696;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766689696;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-25 19:09:05','2025-12-25 19:09:05',297574,NULL,10),(72958,'woocommerce_cleanup_sessions','complete','2025-12-26 06:00:00','2025-12-26 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766728800;s:18:\"\0*\0first_timestamp\";i:1766728800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766728800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-26 06:00:29','2025-12-26 06:00:29',297900,NULL,10),(72959,'generate_category_lookup_table_wrapper','complete','2025-12-25 07:08:26','2025-12-25 07:08:26','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766646506;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766646506;}',14,1,'2025-12-25 08:00:35','2025-12-25 08:00:35',297372,NULL,10),(72960,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-26 07:08:16','2025-12-26 07:08:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732896;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732896;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-26 07:09:10','2025-12-26 07:09:10',297940,NULL,20),(72961,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-25 18:34:48','2025-12-25 18:34:48','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766687688;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766687688;}',6,1,'2025-12-25 18:36:49','2025-12-25 18:36:49',297556,NULL,10),(72962,'woocommerce_refresh_order_count_cache','complete','2025-12-26 07:09:05','2025-12-26 07:09:05','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766732945;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766732945;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-26 07:09:10','2025-12-26 07:09:10',297940,NULL,10),(72964,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-26 06:34:45','2025-12-26 06:34:45','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766730885;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766730885;}',6,1,'2025-12-26 06:36:46','2025-12-26 06:36:46',297920,NULL,10),(72965,'fetch_patterns','complete','2025-12-27 07:09:09','2025-12-27 07:09:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819349;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819349;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-27 07:10:56','2025-12-27 07:10:56',298666,NULL,10),(72966,'wp_mail_smtp_admin_notifications_update','complete','2025-12-27 07:09:09','2025-12-27 07:09:09','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819349;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819349;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-27 07:10:56','2025-12-27 07:10:56',298666,NULL,10),(72967,'wc_admin_daily_wrapper','complete','2025-12-27 07:09:09','2025-12-27 07:09:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819349;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819349;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-27 07:10:57','2025-12-27 07:10:57',298666,NULL,10),(72968,'woocommerce_cleanup_personal_data','complete','2025-12-27 07:09:10','2025-12-27 07:09:10','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819350;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-27 07:10:58','2025-12-27 07:10:58',298666,NULL,10),(72969,'woocommerce_tracker_send_event_wrapper','complete','2025-12-27 07:09:10','2025-12-27 07:09:10','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819350;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-27 07:10:58','2025-12-27 07:10:58',298666,NULL,10),(72970,'woocommerce_cleanup_logs','complete','2025-12-27 07:09:10','2025-12-27 07:09:10','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819350;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-27 07:10:58','2025-12-27 07:10:58',298666,NULL,10),(72971,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-27 07:09:10','2025-12-27 07:09:10','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819350;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-27 07:10:58','2025-12-27 07:10:58',298666,NULL,10),(72972,'woocommerce_scheduled_sales','complete','2025-12-27 07:09:10','2025-12-27 07:09:10','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819350;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-27 07:10:58','2025-12-27 07:10:58',298666,NULL,10),(72973,'woocommerce_cleanup_draft_orders','complete','2025-12-27 07:09:10','2025-12-27 07:09:10','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819350;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-27 07:10:58','2025-12-27 07:10:58',298666,NULL,10),(72974,'woocommerce_refresh_order_count_cache','complete','2025-12-26 19:09:10','2025-12-26 19:09:10','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766776150;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766776150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-26 19:10:59','2025-12-26 19:10:59',298304,NULL,10),(72975,'woocommerce_cancel_unpaid_orders','complete','2025-12-29 07:09:10','2025-12-29 07:09:10','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766992150;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766992150;}',14,1,'2025-12-29 13:27:29','2025-12-29 13:27:29',298709,NULL,10),(72976,'woocommerce_cleanup_sessions','complete','2025-12-27 06:00:00','2025-12-27 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766815200;s:18:\"\0*\0first_timestamp\";i:1766815200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766815200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-27 06:00:21','2025-12-27 06:00:21',298627,NULL,10),(72977,'generate_category_lookup_table_wrapper','complete','2025-12-26 07:09:20','2025-12-26 07:09:20','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766732960;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766732960;}',14,1,'2025-12-26 07:11:03','2025-12-26 07:11:03',297943,NULL,10),(72978,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-27 07:09:10','2025-12-27 07:09:10','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819350;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-27 07:10:58','2025-12-27 07:10:58',298666,NULL,20),(72979,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-26 18:34:41','2025-12-26 18:34:41','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766774081;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766774081;}',6,1,'2025-12-26 18:36:42','2025-12-26 18:36:42',298285,NULL,10),(72980,'woocommerce_refresh_order_count_cache','complete','2025-12-27 07:10:59','2025-12-27 07:10:59','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766819459;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766819459;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-27 07:11:04','2025-12-27 07:11:04',298668,NULL,10),(72982,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-27 06:34:38','2025-12-27 06:34:38','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766817278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766817278;}',6,1,'2025-12-27 06:36:39','2025-12-27 06:36:39',298647,NULL,10),(72983,'fetch_patterns','complete','2025-12-28 07:10:56','2025-12-28 07:10:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905856;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905856;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 13:48:25','2025-12-28 13:48:25',298703,NULL,10),(72984,'wp_mail_smtp_admin_notifications_update','complete','2025-12-28 07:10:56','2025-12-28 07:10:56','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905856;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905856;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-28 13:48:25','2025-12-28 13:48:25',298703,NULL,10),(72985,'wc_admin_daily_wrapper','complete','2025-12-28 07:10:57','2025-12-28 07:10:57','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905857;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905857;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 13:48:26','2025-12-28 13:48:26',298703,NULL,10),(72986,'woocommerce_cleanup_personal_data','complete','2025-12-28 07:10:58','2025-12-28 07:10:58','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905858;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905858;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 13:48:27','2025-12-28 13:48:27',298703,NULL,10),(72987,'woocommerce_tracker_send_event_wrapper','complete','2025-12-28 07:10:58','2025-12-28 07:10:58','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905858;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905858;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 13:48:27','2025-12-28 13:48:27',298703,NULL,10),(72988,'woocommerce_cleanup_logs','complete','2025-12-28 07:10:58','2025-12-28 07:10:58','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905858;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905858;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 13:48:27','2025-12-28 13:48:27',298703,NULL,10),(72989,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-28 07:10:58','2025-12-28 07:10:58','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905858;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905858;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 13:48:27','2025-12-28 13:48:27',298703,NULL,10),(72990,'woocommerce_scheduled_sales','complete','2025-12-28 07:10:58','2025-12-28 07:10:58','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905858;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905858;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-28 13:48:27','2025-12-28 13:48:27',298703,NULL,10),(72991,'woocommerce_cleanup_draft_orders','complete','2025-12-28 07:10:58','2025-12-28 07:10:58','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905858;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905858;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-28 13:48:27','2025-12-28 13:48:27',298703,NULL,10),(72992,'woocommerce_cleanup_sessions','complete','2025-12-28 06:00:00','2025-12-28 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766901600;s:18:\"\0*\0first_timestamp\";i:1766901600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766901600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-28 06:52:02','2025-12-28 06:52:02',298701,NULL,10),(72993,'generate_category_lookup_table_wrapper','complete','2025-12-27 07:11:08','2025-12-27 07:11:08','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766819468;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766819468;}',14,1,'2025-12-27 07:11:10','2025-12-27 07:11:10',298670,NULL,10),(72994,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-28 07:10:58','2025-12-28 07:10:58','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766905858;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766905858;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-28 13:48:27','2025-12-28 13:48:27',298703,NULL,20),(72995,'woocommerce_refresh_order_count_cache','complete','2025-12-27 19:11:04','2025-12-27 19:11:04','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766862664;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766862664;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-28 05:35:02','2025-12-28 05:35:02',298699,NULL,10),(72996,'woocommerce_refresh_order_count_cache','complete','2025-12-28 17:35:02','2025-12-28 17:35:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766943302;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766943302;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-29 03:53:46','2025-12-29 03:53:46',298705,NULL,10),(72997,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-28 05:35:04','2025-12-28 05:35:04','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766900104;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766900104;}',6,1,'2025-12-28 06:52:02','2025-12-28 06:52:02',298701,NULL,10),(72999,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-28 06:52:03','2025-12-28 06:52:03','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766904723;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766904723;}',6,1,'2025-12-28 13:48:25','2025-12-28 13:48:25',298703,NULL,10),(73000,'fetch_patterns','complete','2025-12-29 13:48:25','2025-12-29 13:48:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767016105;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767016105;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 14:00:06','2025-12-29 14:00:06',298712,NULL,10),(73001,'wp_mail_smtp_admin_notifications_update','complete','2025-12-29 13:48:25','2025-12-29 13:48:25','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767016105;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767016105;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-29 14:00:06','2025-12-29 14:00:06',298712,NULL,10),(73002,'wc_admin_daily_wrapper','complete','2025-12-29 13:48:26','2025-12-29 13:48:26','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767016106;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767016106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 14:00:06','2025-12-29 14:00:06',298712,NULL,10),(73003,'woocommerce_cleanup_personal_data','complete','2025-12-29 13:48:27','2025-12-29 13:48:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767016107;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767016107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 14:00:07','2025-12-29 14:00:07',298712,NULL,10),(73004,'woocommerce_tracker_send_event_wrapper','complete','2025-12-29 13:48:27','2025-12-29 13:48:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767016107;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767016107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 14:00:07','2025-12-29 14:00:07',298712,NULL,10),(73005,'woocommerce_cleanup_logs','complete','2025-12-29 13:48:27','2025-12-29 13:48:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767016107;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767016107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 14:00:07','2025-12-29 14:00:07',298712,NULL,10),(73006,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-29 13:48:27','2025-12-29 13:48:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767016107;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767016107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 14:00:07','2025-12-29 14:00:07',298712,NULL,10),(73007,'woocommerce_scheduled_sales','complete','2025-12-29 13:48:27','2025-12-29 13:48:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767016107;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767016107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-29 14:00:07','2025-12-29 14:00:07',298712,NULL,10),(73008,'woocommerce_cleanup_draft_orders','complete','2025-12-29 13:48:27','2025-12-29 13:48:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767016107;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767016107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-29 14:00:07','2025-12-29 14:00:07',298712,NULL,10),(73009,'woocommerce_cleanup_sessions','complete','2025-12-29 06:00:00','2025-12-29 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766988000;s:18:\"\0*\0first_timestamp\";i:1766988000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766988000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-29 06:51:59','2025-12-29 06:51:59',298707,NULL,10),(73010,'generate_category_lookup_table_wrapper','complete','2025-12-28 13:48:37','2025-12-28 13:48:37','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766929717;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766929717;}',14,1,'2025-12-29 03:53:46','2025-12-29 03:53:46',298705,NULL,10),(73011,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-29 13:48:27','2025-12-29 13:48:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767016107;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767016107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-29 14:00:07','2025-12-29 14:00:07',298712,NULL,20),(73012,'woocommerce_refresh_order_count_cache','complete','2025-12-29 15:53:46','2025-12-29 15:53:46','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767023626;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767023626;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-29 15:53:59','2025-12-29 15:53:59',298774,NULL,10),(73013,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-29 03:53:49','2025-12-29 03:53:49','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766980429;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766980429;}',6,1,'2025-12-29 06:51:59','2025-12-29 06:51:59',298707,NULL,10),(73015,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-29 06:52:01','2025-12-29 06:52:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766991121;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766991121;}',6,1,'2025-12-29 13:27:29','2025-12-29 13:27:29',298709,NULL,10),(73016,'fetch_patterns','complete','2025-12-30 14:00:06','2025-12-30 14:00:06','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767103206;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767103206;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-30 14:00:55','2025-12-30 14:00:55',299442,NULL,10),(73017,'wp_mail_smtp_admin_notifications_update','complete','2025-12-30 14:00:06','2025-12-30 14:00:06','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767103206;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767103206;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-30 14:00:55','2025-12-30 14:00:55',299442,NULL,10),(73018,'wc_admin_daily_wrapper','complete','2025-12-30 14:00:06','2025-12-30 14:00:06','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767103206;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767103206;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-30 14:00:55','2025-12-30 14:00:55',299442,NULL,10),(73019,'woocommerce_cleanup_personal_data','complete','2025-12-30 14:00:07','2025-12-30 14:00:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767103207;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767103207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-30 14:00:56','2025-12-30 14:00:56',299442,NULL,10),(73020,'woocommerce_tracker_send_event_wrapper','complete','2025-12-30 14:00:07','2025-12-30 14:00:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767103207;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767103207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-30 14:00:56','2025-12-30 14:00:56',299442,NULL,10),(73021,'woocommerce_cleanup_logs','complete','2025-12-30 14:00:07','2025-12-30 14:00:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767103207;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767103207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-30 14:00:56','2025-12-30 14:00:56',299442,NULL,10),(73022,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-30 14:00:07','2025-12-30 14:00:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767103207;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767103207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-30 14:00:56','2025-12-30 14:00:56',299442,NULL,10),(73023,'woocommerce_scheduled_sales','complete','2025-12-30 14:00:07','2025-12-30 14:00:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767103207;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767103207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-30 14:00:56','2025-12-30 14:00:56',299442,NULL,10),(73024,'woocommerce_cleanup_draft_orders','complete','2025-12-30 14:00:07','2025-12-30 14:00:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767103207;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767103207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-30 14:00:56','2025-12-30 14:00:56',299442,NULL,10),(73025,'woocommerce_cancel_unpaid_orders','canceled','2026-01-01 14:00:07','2026-01-01 14:00:07','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767276007;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767276007;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73026,'woocommerce_cleanup_sessions','complete','2025-12-30 06:00:00','2025-12-30 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767074400;s:18:\"\0*\0first_timestamp\";i:1767074400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767074400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-30 06:00:59','2025-12-30 06:00:59',299198,NULL,10),(73027,'generate_category_lookup_table_wrapper','complete','2025-12-29 14:00:17','2025-12-29 14:00:17','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767016817;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767016817;}',14,1,'2025-12-29 14:00:20','2025-12-29 14:00:20',298714,NULL,10),(73028,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-30 14:00:07','2025-12-30 14:00:07','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767103207;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767103207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-30 14:00:56','2025-12-30 14:00:56',299442,NULL,20),(73029,'woocommerce_refresh_order_count_cache','complete','2025-12-30 03:53:59','2025-12-30 03:53:59','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767066839;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767066839;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-30 03:55:58','2025-12-30 03:55:58',299134,NULL,10),(73030,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-29 18:35:19','2025-12-29 18:35:19','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767033319;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767033319;}',6,1,'2025-12-29 18:35:19','2025-12-29 18:35:19',298856,NULL,10),(73031,'woocommerce_refresh_order_count_cache','complete','2025-12-30 15:55:58','2025-12-30 15:55:58','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767110158;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767110158;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-30 15:56:19','2025-12-30 15:56:19',299502,NULL,10),(73033,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-30 06:35:16','2025-12-30 06:35:16','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767076516;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767076516;}',6,1,'2025-12-30 06:35:16','2025-12-30 06:35:16',299218,NULL,10),(73034,'fetch_patterns','complete','2025-12-31 14:00:55','2025-12-31 14:00:55','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767189655;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767189655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-31 14:56:38','2025-12-31 14:56:38',299642,NULL,10),(73035,'wp_mail_smtp_admin_notifications_update','complete','2025-12-31 14:00:55','2025-12-31 14:00:55','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767189655;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767189655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-31 14:56:38','2025-12-31 14:56:38',299642,NULL,10),(73036,'wc_admin_daily_wrapper','complete','2025-12-31 14:00:55','2025-12-31 14:00:55','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767189655;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767189655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-31 14:56:38','2025-12-31 14:56:38',299642,NULL,10),(73037,'woocommerce_cleanup_personal_data','complete','2025-12-31 14:00:56','2025-12-31 14:00:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767189656;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767189656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-31 14:56:39','2025-12-31 14:56:39',299642,NULL,10),(73038,'woocommerce_tracker_send_event_wrapper','complete','2025-12-31 14:00:56','2025-12-31 14:00:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767189656;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767189656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-31 14:56:39','2025-12-31 14:56:39',299642,NULL,10),(73039,'woocommerce_cleanup_logs','complete','2025-12-31 14:00:56','2025-12-31 14:00:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767189656;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767189656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-31 14:56:39','2025-12-31 14:56:39',299642,NULL,10),(73040,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-31 14:00:56','2025-12-31 14:00:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767189656;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767189656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-31 14:56:39','2025-12-31 14:56:39',299642,NULL,10),(73041,'woocommerce_scheduled_sales','complete','2025-12-31 14:00:56','2025-12-31 14:00:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767189656;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767189656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-31 14:56:39','2025-12-31 14:56:39',299642,NULL,10),(73042,'woocommerce_cleanup_draft_orders','complete','2025-12-31 14:00:56','2025-12-31 14:00:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767189656;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767189656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-31 14:56:39','2025-12-31 14:56:39',299642,NULL,10),(73043,'woocommerce_cleanup_sessions','complete','2025-12-31 06:00:00','2025-12-31 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767160800;s:18:\"\0*\0first_timestamp\";i:1767160800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767160800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-31 06:53:23','2025-12-31 06:53:23',299640,NULL,10),(73044,'generate_category_lookup_table_wrapper','complete','2025-12-30 14:01:06','2025-12-30 14:01:06','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767103266;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767103266;}',14,1,'2025-12-30 14:02:56','2025-12-30 14:02:56',299444,NULL,10),(73045,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-31 14:00:56','2025-12-31 14:00:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767189656;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767189656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-31 14:56:39','2025-12-31 14:56:39',299642,NULL,20),(73046,'woocommerce_refresh_order_count_cache','complete','2025-12-31 03:56:19','2025-12-31 03:56:19','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767153379;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767153379;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-31 06:53:22','2025-12-31 06:53:22',299640,NULL,10),(73047,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-30 18:35:38','2025-12-30 18:35:38','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767119738;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767119738;}',6,1,'2025-12-30 18:35:38','2025-12-30 18:35:38',299583,NULL,10),(73048,'woocommerce_refresh_order_count_cache','complete','2025-12-31 18:53:22','2025-12-31 18:53:22','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767207202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767207202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-31 19:47:47','2025-12-31 19:47:47',299648,NULL,10),(73050,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-31 06:53:24','2025-12-31 06:53:24','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767164004;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767164004;}',6,1,'2025-12-31 14:56:38','2025-12-31 14:56:38',299642,NULL,10),(73051,'fetch_patterns','canceled','2026-01-01 14:56:38','2026-01-01 14:56:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767279398;s:18:\"\0*\0first_timestamp\";i:1765922662;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767279398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73052,'wp_mail_smtp_admin_notifications_update','pending','2026-01-01 14:56:38','2026-01-01 14:56:38','[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767279398;s:18:\"\0*\0first_timestamp\";i:1765922793;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767279398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73053,'wc_admin_daily_wrapper','pending','2026-01-01 14:56:38','2026-01-01 14:56:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767279398;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767279398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73054,'woocommerce_cleanup_personal_data','canceled','2026-01-01 14:56:39','2026-01-01 14:56:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767279399;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767279399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73055,'woocommerce_tracker_send_event_wrapper','pending','2026-01-01 14:56:39','2026-01-01 14:56:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767279399;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767279399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73056,'woocommerce_cleanup_logs','canceled','2026-01-01 14:56:39','2026-01-01 14:56:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767279399;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767279399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73057,'woocommerce_cleanup_rate_limits_wrapper','pending','2026-01-01 14:56:39','2026-01-01 14:56:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767279399;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767279399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73058,'woocommerce_scheduled_sales','canceled','2026-01-01 14:56:39','2026-01-01 14:56:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767279399;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767279399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73059,'woocommerce_cleanup_draft_orders','canceled','2026-01-01 14:56:39','2026-01-01 14:56:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767279399;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767279399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73060,'woocommerce_cleanup_sessions','canceled','2026-01-01 06:00:00','2026-01-01 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767247200;s:18:\"\0*\0first_timestamp\";i:1767247200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767247200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73061,'generate_category_lookup_table_wrapper','complete','2025-12-31 14:56:49','2025-12-31 14:56:49','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767193009;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767193009;}',14,1,'2025-12-31 16:46:26','2025-12-31 16:46:26',299644,NULL,10),(73062,'action_scheduler_run_recurring_actions_schedule_hook','pending','2026-01-01 14:56:39','2026-01-01 14:56:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767279399;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767279399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,20),(73063,'woocommerce_refresh_order_count_cache','canceled','2026-01-01 07:47:47','2026-01-01 07:47:47','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767253667;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767253667;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73064,'woocommerce_marketplace_fetch_promotions_clear','pending','2025-12-31 19:47:55','2025-12-31 19:47:55','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767210475;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767210475;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73065,'fetch_patterns','canceled','2026-01-08 15:47:20','2026-01-08 15:47:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767887240;s:18:\"\0*\0first_timestamp\";i:1767887240;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767887240;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73066,'action_scheduler/migration_hook','pending','2026-01-08 15:48:20','2026-01-08 15:48:20','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767887300;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767887300;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73067,'woocommerce_update_marketplace_suggestions','pending','2026-01-08 20:52:20','2026-01-08 20:52:20','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767905540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767905540;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73068,'wc-admin_import_orders','pending','2026-01-09 01:50:17','2026-01-09 01:50:17','[184307]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1767923417;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1767923417;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73069,'fetch_patterns','canceled','2026-01-13 18:41:54','2026-01-13 18:41:54','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768329714;s:18:\"\0*\0first_timestamp\";i:1768329714;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768329714;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73070,'fetch_patterns','canceled','2026-01-13 18:47:42','2026-01-13 18:47:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768330062;s:18:\"\0*\0first_timestamp\";i:1768330062;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768330062;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73071,'woocommerce_cleanup_draft_orders','canceled','2026-01-13 18:47:45','2026-01-13 18:47:45','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768330065;s:18:\"\0*\0first_timestamp\";i:1768330065;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768330065;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73072,'fetch_patterns','canceled','2026-01-13 18:48:56','2026-01-13 18:48:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768330136;s:18:\"\0*\0first_timestamp\";i:1768330136;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768330136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73073,'fetch_patterns','canceled','2026-01-13 18:49:15','2026-01-13 18:49:15','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768330155;s:18:\"\0*\0first_timestamp\";i:1768330155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768330155;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73074,'fetch_patterns','canceled','2026-01-13 18:49:27','2026-01-13 18:49:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768330167;s:18:\"\0*\0first_timestamp\";i:1768330167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768330167;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73075,'fetch_patterns','canceled','2026-01-13 18:51:14','2026-01-13 18:51:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768330274;s:18:\"\0*\0first_timestamp\";i:1768330274;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768330274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73076,'fetch_patterns','canceled','2026-01-13 19:03:20','2026-01-13 19:03:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768331000;s:18:\"\0*\0first_timestamp\";i:1768331000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768331000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73077,'woocommerce_cleanup_draft_orders','pending','2026-01-13 19:03:20','2026-01-13 19:03:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768331000;s:18:\"\0*\0first_timestamp\";i:1768331000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768331000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73078,'fetch_patterns','canceled','2026-01-13 19:05:42','2026-01-13 19:05:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768331142;s:18:\"\0*\0first_timestamp\";i:1768331142;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768331142;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73079,'wc-admin_import_orders','pending','2026-01-13 19:56:24','2026-01-13 19:56:24','[184294]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1768334184;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1768334184;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73080,'wc-admin_import_orders','pending','2026-01-13 19:56:25','2026-01-13 19:56:25','[184295]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1768334185;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1768334185;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73081,'wc-admin_import_orders','pending','2026-01-13 19:56:26','2026-01-13 19:56:26','[184297]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1768334186;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1768334186;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73082,'wc-admin_import_orders','pending','2026-01-13 19:56:27','2026-01-13 19:56:27','[184304]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1768334187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1768334187;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73083,'wc-admin_import_orders','pending','2026-01-13 20:03:12','2026-01-13 20:03:12','[184329]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1768334592;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1768334592;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73084,'wc_schedule_pending_batch_processes','pending','2026-01-13 20:03:08','2026-01-13 20:03:08','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1768334588;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1768334588;}',15,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73085,'wc-admin_import_orders','pending','2026-01-13 20:38:04','2026-01-13 20:38:04','[184331]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1768336684;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1768336684;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73086,'wc-admin_import_orders','pending','2026-01-13 20:46:52','2026-01-13 20:46:52','[184332]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1768337212;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1768337212;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73087,'fetch_patterns','canceled','2026-01-13 21:32:46','2026-01-13 21:32:46','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768339966;s:18:\"\0*\0first_timestamp\";i:1768339966;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768339966;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73088,'fetch_patterns','canceled','2026-01-13 22:13:55','2026-01-13 22:13:55','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768342435;s:18:\"\0*\0first_timestamp\";i:1768342435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768342435;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73089,'wc-admin_import_orders','pending','2026-01-20 20:06:27','2026-01-20 20:06:27','[184346]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1768939587;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1768939587;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73090,'wc-admin_import_orders','pending','2026-01-22 17:00:12','2026-01-22 17:00:12','[184351]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1769101212;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1769101212;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73091,'wc-admin_import_orders','pending','2026-02-04 19:52:52','2026-02-04 19:52:52','[184353]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770234772;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770234772;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73092,'wc-admin_import_orders','pending','2026-02-09 17:30:22','2026-02-09 17:30:22','[184354]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770658222;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770658222;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73093,'wc-admin_import_orders','pending','2026-02-09 21:27:16','2026-02-09 21:27:16','[184355]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770672436;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770672436;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73094,'woocommerce_run_update_callback','pending','2026-02-12 15:03:09','2026-02-12 15:03:09','{\"update_callback\":\"wc_update_1050_migrate_brand_permalink_setting\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770908589;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770908589;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73095,'woocommerce_run_update_callback','pending','2026-02-12 15:03:10','2026-02-12 15:03:10','{\"update_callback\":\"wc_update_1050_enable_autoload_options\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770908590;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770908590;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73096,'woocommerce_run_update_callback','pending','2026-02-12 15:03:11','2026-02-12 15:03:11','{\"update_callback\":\"wc_update_1050_add_idx_user_email\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770908591;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770908591;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73097,'woocommerce_run_update_callback','pending','2026-02-12 15:03:12','2026-02-12 15:03:12','{\"update_callback\":\"wc_update_1050_remove_deprecated_marketplace_option\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770908592;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770908592;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73098,'woocommerce_update_db_to_current_version','pending','2026-02-12 15:03:13','2026-02-12 15:03:13','{\"version\":\"10.5.1\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770908593;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770908593;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73099,'woocommerce_run_on_woocommerce_admin_updated','pending','2026-02-12 15:03:10','2026-02-12 15:03:10','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770908590;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770908590;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73100,'wc-admin_import_orders','pending','2026-02-19 19:38:14','2026-02-19 19:38:14','[184356]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1771529894;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1771529894;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73101,'wc-admin_import_orders','pending','2026-02-24 15:38:57','2026-02-24 15:38:57','[184357]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1771947537;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1771947537;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73102,'wc-admin_import_orders','pending','2026-03-05 22:33:45','2026-03-05 22:33:45','[184358]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1772750025;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1772750025;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73103,'wc-admin_import_orders','pending','2026-03-05 23:09:38','2026-03-05 23:09:38','[184359]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1772752178;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1772752178;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73104,'wc-admin_import_orders','pending','2026-03-11 16:27:03','2026-03-11 16:27:03','[184360]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1773246423;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1773246423;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73105,'wc-admin_import_orders','pending','2026-03-18 16:47:59','2026-03-18 16:47:59','[184361]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1773852479;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1773852479;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73106,'wc-admin_import_orders','pending','2026-03-27 16:35:05','2026-03-27 16:35:05','[184362]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774629305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774629305;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73107,'wc-admin_import_orders','pending','2026-03-27 18:08:47','2026-03-27 18:08:47','[184363]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774634927;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774634927;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73108,'woocommerce_run_update_callback','pending','2026-03-30 14:16:35','2026-03-30 14:16:35','{\"update_callback\":\"wc_update_1050_migrate_brand_permalink_setting\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774880195;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774880195;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73109,'woocommerce_run_update_callback','pending','2026-03-30 14:16:36','2026-03-30 14:16:36','{\"update_callback\":\"wc_update_1050_enable_autoload_options\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774880196;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774880196;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73110,'woocommerce_run_update_callback','pending','2026-03-30 14:16:37','2026-03-30 14:16:37','{\"update_callback\":\"wc_update_1050_add_idx_user_email\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774880197;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774880197;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73111,'woocommerce_run_update_callback','pending','2026-03-30 14:16:38','2026-03-30 14:16:38','{\"update_callback\":\"wc_update_1050_remove_deprecated_marketplace_option\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774880198;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774880198;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73112,'woocommerce_run_update_callback','pending','2026-03-30 14:16:39','2026-03-30 14:16:39','{\"update_callback\":\"wc_update_1060_add_woo_idx_comment_approved_type_index\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774880199;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774880199;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73113,'woocommerce_delete_legacy_report_transients','pending','2026-03-30 16:20:07','2026-03-30 16:20:07','[184361,false]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774887607;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774887607;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73114,'wc-admin_import_orders','pending','2026-04-07 15:20:46','2026-04-07 15:20:46','[184373]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775575246;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775575246;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73115,'woocommerce_run_update_callback','pending','2026-04-08 14:30:13','2026-04-08 14:30:13','{\"update_callback\":\"wc_update_1050_migrate_brand_permalink_setting\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775658613;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775658613;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73116,'woocommerce_run_update_callback','pending','2026-04-08 14:30:14','2026-04-08 14:30:14','{\"update_callback\":\"wc_update_1050_enable_autoload_options\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775658614;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775658614;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73117,'woocommerce_run_update_callback','pending','2026-04-08 14:30:15','2026-04-08 14:30:15','{\"update_callback\":\"wc_update_1050_add_idx_user_email\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775658615;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775658615;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73118,'woocommerce_run_update_callback','pending','2026-04-08 14:30:16','2026-04-08 14:30:16','{\"update_callback\":\"wc_update_1050_remove_deprecated_marketplace_option\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775658616;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775658616;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73119,'woocommerce_run_update_callback','pending','2026-04-08 14:30:17','2026-04-08 14:30:17','{\"update_callback\":\"wc_update_1060_add_woo_idx_comment_approved_type_index\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775658617;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775658617;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73120,'fetch_patterns','canceled','2026-04-08 14:38:35','2026-04-08 14:38:35','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775659115;s:18:\"\0*\0first_timestamp\";i:1775659115;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775659115;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73121,'fetch_patterns','canceled','2026-04-08 14:50:36','2026-04-08 14:50:36','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775659836;s:18:\"\0*\0first_timestamp\";i:1775659836;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775659836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73122,'fetch_patterns','canceled','2026-04-08 14:50:40','2026-04-08 14:50:40','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775659840;s:18:\"\0*\0first_timestamp\";i:1775659840;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775659840;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73123,'fetch_patterns','pending','2026-04-08 15:11:53','2026-04-08 15:11:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775661113;s:18:\"\0*\0first_timestamp\";i:1775661113;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775661113;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73124,'wc-admin_import_orders','pending','2026-04-09 17:12:24','2026-04-09 17:12:24','[184379]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775754744;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775754744;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73125,'wc-admin_import_orders','pending','2026-04-10 00:41:43','2026-04-10 00:41:43','[184380]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775781703;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775781703;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73126,'wc-admin_import_orders','pending','2026-05-07 12:50:37','2026-05-07 12:50:37','[184382]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778158237;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778158237;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73127,'wc-admin_import_orders','pending','2026-05-07 12:51:55','2026-05-07 12:51:55','[184383]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778158315;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778158315;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73128,'wc-admin_import_orders','pending','2026-05-11 18:47:45','2026-05-11 18:47:45','[184384]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778525265;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778525265;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73129,'wc-admin_import_orders','pending','2026-05-11 19:42:28','2026-05-11 19:42:28','[184385]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778528548;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778528548;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73130,'wc-admin_import_orders','pending','2026-05-18 18:22:57','2026-05-18 18:22:57','[184386]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1779128577;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1779128577;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73131,'wc-admin_import_orders','pending','2026-05-19 12:38:20','2026-05-19 12:38:20','[184387]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1779194300;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1779194300;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73132,'wc-admin_import_orders','pending','2026-05-26 14:49:42','2026-05-26 14:49:42','[184388]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1779806982;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1779806982;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73133,'woocommerce_run_update_callback','pending','2026-05-26 15:19:30','2026-05-26 15:19:30','{\"update_callback\":\"wc_update_1050_migrate_brand_permalink_setting\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1779808770;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1779808770;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73134,'woocommerce_run_update_callback','pending','2026-05-26 15:19:31','2026-05-26 15:19:31','{\"update_callback\":\"wc_update_1050_enable_autoload_options\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1779808771;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1779808771;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73135,'woocommerce_run_update_callback','pending','2026-05-26 15:19:32','2026-05-26 15:19:32','{\"update_callback\":\"wc_update_1050_add_idx_user_email\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1779808772;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1779808772;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73136,'woocommerce_run_update_callback','pending','2026-05-26 15:19:33','2026-05-26 15:19:33','{\"update_callback\":\"wc_update_1050_remove_deprecated_marketplace_option\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1779808773;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1779808773;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73137,'woocommerce_run_update_callback','pending','2026-05-26 15:19:34','2026-05-26 15:19:34','{\"update_callback\":\"wc_update_1060_add_woo_idx_comment_approved_type_index\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1779808774;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1779808774;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73138,'woocommerce_run_update_callback','pending','2026-05-26 15:19:35','2026-05-26 15:19:35','{\"update_callback\":\"wc_update_1070_disable_hpos_sync_on_read\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1779808775;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1779808775;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73139,'wc-admin_import_orders','pending','2026-05-29 15:36:22','2026-05-29 15:36:22','[184390]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1780068982;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1780068982;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73140,'wc-admin_import_orders','pending','2026-06-01 16:33:33','2026-06-01 16:33:33','[184391]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1780331613;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1780331613;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73141,'wc-admin_import_orders','pending','2026-06-02 21:32:08','2026-06-02 21:32:08','[184392]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1780435928;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1780435928;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73142,'wc-admin_import_orders','pending','2026-06-06 18:37:18','2026-06-06 18:37:18','[184393]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1780771038;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1780771038;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73143,'wc-admin_import_orders','pending','2026-07-01 20:11:48','2026-07-01 20:11:48','[184394]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1782936708;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1782936708;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73144,'wc-admin_import_orders','pending','2026-07-09 12:17:48','2026-07-09 12:17:48','[184395]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1783599468;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1783599468;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73145,'wc-admin_import_orders','pending','2026-07-13 15:47:14','2026-07-13 15:47:14','[184396]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1783957634;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1783957634;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73146,'wc-admin_import_orders','pending','2026-07-14 00:51:55','2026-07-14 00:51:55','[184397]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1783990315;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1783990315;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73147,'wc-admin_import_orders','pending','2026-07-21 21:28:17','2026-07-21 21:28:17','[184398]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1784669297;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1784669297;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73148,'wc-admin_import_orders','pending','2026-07-23 18:25:34','2026-07-23 18:25:34','[184399]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1784831134;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1784831134;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=299651 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wc-admin-data'),(3,'woocommerce-db-updates'),(4,'woocommerce-remote-inbox-engine'),(5,'ACFWP'),(6,''),(7,'acfwf_show_funnelkit_stripe_promote_notice'),(8,'acfw_license_check'),(9,'acfwf_fetch_notifications'),(10,'wc_delete_related_product_transients_group'),(11,'count'),(12,'wp_mail_smtp'),(13,'ActionScheduler'),(14,'woocommerce'),(15,'wc_batch_processes');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=219092 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (158408,52819,'action started via WP Cron','2023-05-21 01:51:53','2023-05-21 01:51:53'),(158409,52819,'action complete via WP Cron','2023-05-21 01:51:53','2023-05-21 01:51:53'),(158439,52833,'action created','2023-05-24 20:44:58','2023-05-24 20:44:58'),(158441,52833,'action started via Async Request','2023-05-24 20:45:19','2023-05-24 20:45:19'),(158442,52833,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-05-24 20:45:19','2023-05-24 20:45:19'),(158562,52874,'action created','2023-05-30 22:15:42','2023-05-30 22:15:42'),(158563,52874,'action started via WP Cron','2023-05-30 22:16:02','2023-05-30 22:16:02'),(158564,52874,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-05-30 22:16:02','2023-05-30 22:16:02'),(158621,52893,'action created','2023-05-31 22:56:42','2023-05-31 22:56:42'),(158622,52893,'action started via Async Request','2023-05-31 22:58:00','2023-05-31 22:58:00'),(158623,52893,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2023-05-31 22:58:00','2023-05-31 22:58:00'),(158640,52900,'action created','2023-06-01 16:18:58','2023-06-01 16:18:58'),(158641,52900,'action started via Async Request','2023-06-01 16:19:00','2023-06-01 16:19:00'),(158642,52900,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:19:00','2023-06-01 16:19:00'),(158646,52902,'action created','2023-06-01 16:19:05','2023-06-01 16:19:05'),(158650,52902,'action started via Async Request','2023-06-01 16:19:06','2023-06-01 16:19:06'),(158651,52902,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:19:06','2023-06-01 16:19:06'),(158652,52904,'action created','2023-06-01 16:19:11','2023-06-01 16:19:11'),(158656,52904,'action started via Async Request','2023-06-01 16:19:13','2023-06-01 16:19:13'),(158657,52904,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:19:13','2023-06-01 16:19:13'),(158658,52906,'action created','2023-06-01 16:19:18','2023-06-01 16:19:18'),(158661,52906,'action started via WP Cron','2023-06-01 16:19:19','2023-06-01 16:19:19'),(158662,52906,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:19:19','2023-06-01 16:19:19'),(158663,52907,'action created','2023-06-01 16:19:29','2023-06-01 16:19:29'),(158664,52907,'action started via WP Cron','2023-06-01 16:19:30','2023-06-01 16:19:30'),(158665,52907,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:19:30','2023-06-01 16:19:30'),(158666,52908,'action created','2023-06-01 16:19:32','2023-06-01 16:19:32'),(158667,52908,'action started via Async Request','2023-06-01 16:20:02','2023-06-01 16:20:02'),(158668,52908,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:20:02','2023-06-01 16:20:02'),(158669,52909,'action created','2023-06-01 16:20:20','2023-06-01 16:20:20'),(158670,52909,'action started via Async Request','2023-06-01 16:20:21','2023-06-01 16:20:21'),(158671,52909,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:20:21','2023-06-01 16:20:21'),(158672,52910,'action created','2023-06-01 16:20:41','2023-06-01 16:20:41'),(158673,52910,'action started via WP Cron','2023-06-01 16:21:23','2023-06-01 16:21:23'),(158674,52910,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:21:23','2023-06-01 16:21:23'),(158675,52911,'action created','2023-06-01 16:21:43','2023-06-01 16:21:43'),(158676,52911,'action started via Async Request','2023-06-01 16:21:44','2023-06-01 16:21:44'),(158677,52911,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:21:44','2023-06-01 16:21:44'),(158678,52912,'action created','2023-06-01 16:22:05','2023-06-01 16:22:05'),(158679,52912,'action started via WP Cron','2023-06-01 16:22:27','2023-06-01 16:22:27'),(158680,52912,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:22:27','2023-06-01 16:22:27'),(158681,52913,'action created','2023-06-01 16:22:45','2023-06-01 16:22:45'),(158682,52913,'action started via Async Request','2023-06-01 16:22:46','2023-06-01 16:22:46'),(158683,52913,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:22:46','2023-06-01 16:22:46'),(158684,52914,'action created','2023-06-01 16:22:47','2023-06-01 16:22:47'),(158685,52914,'action started via WP Cron','2023-06-01 16:22:49','2023-06-01 16:22:49'),(158686,52914,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:22:49','2023-06-01 16:22:49'),(158687,52915,'action created','2023-06-01 16:23:07','2023-06-01 16:23:07'),(158688,52915,'action started via WP Cron','2023-06-01 16:23:28','2023-06-01 16:23:28'),(158689,52915,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:23:28','2023-06-01 16:23:28'),(158690,52916,'action created','2023-06-01 16:23:49','2023-06-01 16:23:49'),(158691,52916,'action started via WP Cron','2023-06-01 16:23:51','2023-06-01 16:23:51'),(158692,52916,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:23:51','2023-06-01 16:23:51'),(158693,52917,'action created','2023-06-01 16:24:00','2023-06-01 16:24:00'),(158694,52917,'action started via Async Request','2023-06-01 16:24:10','2023-06-01 16:24:10'),(158695,52917,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:24:10','2023-06-01 16:24:10'),(158696,52918,'action created','2023-06-01 16:24:29','2023-06-01 16:24:29'),(158697,52918,'action started via WP Cron','2023-06-01 16:25:10','2023-06-01 16:25:10'),(158698,52918,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:25:10','2023-06-01 16:25:10'),(158699,52919,'action created','2023-06-01 16:25:30','2023-06-01 16:25:30'),(158700,52919,'action started via WP Cron','2023-06-01 16:25:31','2023-06-01 16:25:31'),(158701,52919,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:25:31','2023-06-01 16:25:31'),(158702,52920,'action created','2023-06-01 16:25:51','2023-06-01 16:25:51'),(158703,52920,'action started via WP Cron','2023-06-01 16:26:32','2023-06-01 16:26:32'),(158704,52920,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:26:32','2023-06-01 16:26:32'),(158705,52921,'action created','2023-06-01 16:26:32','2023-06-01 16:26:32'),(158706,52921,'action started via Async Request','2023-06-01 16:26:33','2023-06-01 16:26:33'),(158707,52921,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:26:33','2023-06-01 16:26:33'),(158708,52922,'action created','2023-06-01 16:26:34','2023-06-01 16:26:34'),(158709,52922,'action started via Async Request','2023-06-01 16:26:39','2023-06-01 16:26:39'),(158710,52922,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:26:39','2023-06-01 16:26:39'),(158711,52923,'action created','2023-06-01 16:26:52','2023-06-01 16:26:52'),(158712,52923,'action started via Async Request','2023-06-01 16:27:34','2023-06-01 16:27:34'),(158713,52923,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:27:34','2023-06-01 16:27:34'),(158714,52924,'action created','2023-06-01 16:27:54','2023-06-01 16:27:54'),(158715,52924,'action started via Async Request','2023-06-01 16:28:36','2023-06-01 16:28:36'),(158716,52924,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:28:36','2023-06-01 16:28:36'),(158717,52925,'action created','2023-06-01 16:28:52','2023-06-01 16:28:52'),(158719,52925,'action started via Async Request','2023-06-01 16:29:38','2023-06-01 16:29:38'),(158720,52925,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:29:38','2023-06-01 16:29:38'),(158724,52928,'action created','2023-06-01 16:29:44','2023-06-01 16:29:44'),(158728,52928,'action started via Async Request','2023-06-01 16:29:44','2023-06-01 16:29:44'),(158729,52928,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:29:44','2023-06-01 16:29:44'),(158730,52930,'action created','2023-06-01 16:29:50','2023-06-01 16:29:50'),(158734,52930,'action started via Async Request','2023-06-01 16:29:51','2023-06-01 16:29:51'),(158735,52930,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:29:51','2023-06-01 16:29:51'),(158736,52932,'action created','2023-06-01 16:29:56','2023-06-01 16:29:56'),(158739,52932,'action started via Async Request','2023-06-01 16:29:57','2023-06-01 16:29:57'),(158740,52932,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:29:57','2023-06-01 16:29:57'),(158742,52934,'action created','2023-06-01 16:29:58','2023-06-01 16:29:58'),(158743,52934,'action started via Async Request','2023-06-01 16:30:03','2023-06-01 16:30:03'),(158744,52934,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:03','2023-06-01 16:30:03'),(158748,52936,'action created','2023-06-01 16:30:08','2023-06-01 16:30:08'),(158752,52936,'action started via Async Request','2023-06-01 16:30:09','2023-06-01 16:30:09'),(158753,52936,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:09','2023-06-01 16:30:09'),(158754,52938,'action created','2023-06-01 16:30:14','2023-06-01 16:30:14'),(158758,52938,'action started via Async Request','2023-06-01 16:30:15','2023-06-01 16:30:15'),(158759,52938,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:15','2023-06-01 16:30:15'),(158760,52940,'action created','2023-06-01 16:30:18','2023-06-01 16:30:18'),(158763,52940,'action started via Async Request','2023-06-01 16:30:21','2023-06-01 16:30:21'),(158764,52940,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:21','2023-06-01 16:30:21'),(158765,52941,'action created','2023-06-01 16:30:21','2023-06-01 16:30:21'),(158766,52941,'action started via Async Request','2023-06-01 16:30:27','2023-06-01 16:30:27'),(158767,52941,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:27','2023-06-01 16:30:27'),(158768,52942,'action created','2023-06-01 16:30:38','2023-06-01 16:30:38'),(158769,52942,'action started via Async Request','2023-06-01 16:30:39','2023-06-01 16:30:39'),(158770,52942,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:39','2023-06-01 16:30:39'),(158771,52943,'action created','2023-06-01 16:30:59','2023-06-01 16:30:59'),(158772,52943,'action started via Async Request','2023-06-01 16:31:22','2023-06-01 16:31:22'),(158773,52943,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:31:22','2023-06-01 16:31:22'),(158774,52944,'action created','2023-06-01 16:31:41','2023-06-01 16:31:41'),(158775,52944,'action started via Async Request','2023-06-01 16:31:42','2023-06-01 16:31:42'),(158776,52944,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:31:42','2023-06-01 16:31:42'),(158777,52945,'action created','2023-06-01 16:32:02','2023-06-01 16:32:02'),(158778,52945,'action started via WP Cron','2023-06-01 16:32:24','2023-06-01 16:32:24'),(158779,52945,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:32:24','2023-06-01 16:32:24'),(158780,52946,'action created','2023-06-01 16:32:25','2023-06-01 16:32:25'),(158781,52946,'action started via WP Cron','2023-06-01 16:32:25','2023-06-01 16:32:25'),(158782,52946,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:32:25','2023-06-01 16:32:25'),(158783,52947,'action created','2023-06-01 16:32:43','2023-06-01 16:32:43'),(158784,52947,'action started via WP Cron','2023-06-01 16:32:45','2023-06-01 16:32:45'),(158785,52947,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:32:45','2023-06-01 16:32:45'),(158786,52948,'action created','2023-06-01 16:32:46','2023-06-01 16:32:46'),(158787,52948,'action started via WP Cron','2023-06-01 16:32:46','2023-06-01 16:32:46'),(158788,52948,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:32:47','2023-06-01 16:32:47'),(158789,52949,'action created','2023-06-01 16:33:31','2023-06-01 16:33:31'),(158790,52949,'action started via WP Cron','2023-06-01 16:33:33','2023-06-01 16:33:33'),(158791,52949,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:33:33','2023-06-01 16:33:33'),(158792,52950,'action created','2023-06-01 16:33:34','2023-06-01 16:33:34'),(158793,52950,'action started via WP Cron','2023-06-01 16:35:42','2023-06-01 16:35:42'),(158794,52950,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:35:42','2023-06-01 16:35:42'),(158795,52951,'action created','2023-06-01 16:35:43','2023-06-01 16:35:43'),(158796,52951,'action started via Async Request','2023-06-01 16:35:45','2023-06-01 16:35:45'),(158797,52951,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:35:45','2023-06-01 16:35:45'),(158798,52952,'action created','2023-06-01 16:36:02','2023-06-01 16:36:02'),(158799,52952,'action started via WP Cron','2023-06-01 16:36:45','2023-06-01 16:36:45'),(158800,52952,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:36:45','2023-06-01 16:36:45'),(158801,52953,'action created','2023-06-01 16:37:05','2023-06-01 16:37:05'),(158802,52953,'action started via WP Cron','2023-06-01 16:37:06','2023-06-01 16:37:06'),(158803,52953,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:37:06','2023-06-01 16:37:06'),(158804,52954,'action created','2023-06-01 16:37:22','2023-06-01 16:37:22'),(158805,52954,'action started via WP Cron','2023-06-01 16:37:24','2023-06-01 16:37:24'),(158806,52954,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:37:24','2023-06-01 16:37:24'),(158807,52955,'action created','2023-06-01 16:37:25','2023-06-01 16:37:25'),(158808,52955,'action started via Async Request','2023-06-01 16:37:58','2023-06-01 16:37:58'),(158809,52955,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:37:58','2023-06-01 16:37:58'),(158810,52956,'action created','2023-06-01 16:38:08','2023-06-01 16:38:08'),(158811,52956,'action started via Async Request','2023-06-01 16:38:09','2023-06-01 16:38:09'),(158812,52956,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:38:09','2023-06-01 16:38:09'),(158813,52957,'action created','2023-06-01 16:38:29','2023-06-01 16:38:29'),(158814,52957,'action started via WP Cron','2023-06-01 16:38:31','2023-06-01 16:38:31'),(158815,52957,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:38:31','2023-06-01 16:38:31'),(158816,52958,'action created','2023-06-01 16:38:31','2023-06-01 16:38:31'),(158817,52958,'action started via Async Request','2023-06-01 16:39:12','2023-06-01 16:39:12'),(158818,52958,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:39:12','2023-06-01 16:39:12'),(158819,52959,'action created','2023-06-01 16:39:32','2023-06-01 16:39:32'),(158820,52959,'action started via Async Request','2023-06-01 16:39:33','2023-06-01 16:39:33'),(158821,52959,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:39:33','2023-06-01 16:39:33'),(158822,52960,'action created','2023-06-01 16:39:46','2023-06-01 16:39:46'),(158823,52960,'action started via WP Cron','2023-06-01 16:40:16','2023-06-01 16:40:16'),(158824,52960,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:40:16','2023-06-01 16:40:16'),(158825,52961,'action created','2023-06-01 16:40:36','2023-06-01 16:40:36'),(158826,52961,'action started via Async Request','2023-06-01 16:40:37','2023-06-01 16:40:37'),(158827,52961,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:40:37','2023-06-01 16:40:37'),(158828,52962,'action created','2023-06-01 16:40:57','2023-06-01 16:40:57'),(158829,52962,'action started via Async Request','2023-06-01 16:41:40','2023-06-01 16:41:40'),(158830,52962,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:41:40','2023-06-01 16:41:40'),(158831,52963,'action created','2023-06-01 16:41:52','2023-06-01 16:41:52'),(158832,52963,'action started via Async Request','2023-06-01 16:42:42','2023-06-01 16:42:42'),(158833,52963,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:42:42','2023-06-01 16:42:42'),(158834,52964,'action created','2023-06-01 16:42:54','2023-06-01 16:42:54'),(158835,52964,'action started via Async Request','2023-06-01 16:43:44','2023-06-01 16:43:44'),(158836,52964,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:43:44','2023-06-01 16:43:44'),(158838,52966,'action created','2023-06-01 16:44:04','2023-06-01 16:44:04'),(158841,52966,'action started via Async Request','2023-06-01 16:44:47','2023-06-01 16:44:47'),(158842,52966,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:44:47','2023-06-01 16:44:47'),(158843,52967,'action created','2023-06-01 16:45:07','2023-06-01 16:45:07'),(158844,52967,'action started via Async Request','2023-06-01 16:45:50','2023-06-01 16:45:50'),(158845,52967,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:45:50','2023-06-01 16:45:50'),(158846,52968,'action created','2023-06-01 16:46:10','2023-06-01 16:46:10'),(158847,52968,'action started via Async Request','2023-06-01 16:46:53','2023-06-01 16:46:53'),(158848,52968,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:46:53','2023-06-01 16:46:53'),(158849,52969,'action created','2023-06-01 16:47:13','2023-06-01 16:47:13'),(158850,52969,'action started via Async Request','2023-06-01 16:47:55','2023-06-01 16:47:55'),(158851,52969,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:47:55','2023-06-01 16:47:55'),(158852,52970,'action created','2023-06-01 16:48:15','2023-06-01 16:48:15'),(158853,52970,'action started via Async Request','2023-06-01 16:48:37','2023-06-01 16:48:37'),(158854,52970,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:48:37','2023-06-01 16:48:37'),(158855,52971,'action created','2023-06-01 16:48:57','2023-06-01 16:48:57'),(158856,52971,'action started via Async Request','2023-06-01 16:48:58','2023-06-01 16:48:58'),(158857,52971,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:48:58','2023-06-01 16:48:58'),(158858,52972,'action created','2023-06-01 16:49:18','2023-06-01 16:49:18'),(158859,52972,'action started via WP Cron','2023-06-01 16:49:19','2023-06-01 16:49:19'),(158860,52972,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:49:19','2023-06-01 16:49:19'),(158861,52973,'action created','2023-06-01 16:49:40','2023-06-01 16:49:40'),(158862,52973,'action started via Async Request','2023-06-01 16:50:03','2023-06-01 16:50:03'),(158863,52973,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:50:04','2023-06-01 16:50:04'),(158864,52974,'action created','2023-06-01 16:50:23','2023-06-01 16:50:23'),(158865,52974,'action started via Async Request','2023-06-01 16:50:24','2023-06-01 16:50:24'),(158866,52974,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:50:24','2023-06-01 16:50:24'),(158867,52975,'action created','2023-06-01 16:50:25','2023-06-01 16:50:25'),(158868,52975,'action started via WP Cron','2023-06-01 16:50:25','2023-06-01 16:50:25'),(158869,52975,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:50:25','2023-06-01 16:50:25'),(158870,52976,'action created','2023-06-01 16:50:45','2023-06-01 16:50:45'),(158871,52976,'action started via Async Request','2023-06-01 16:51:28','2023-06-01 16:51:28'),(158872,52976,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:51:28','2023-06-01 16:51:28'),(158873,52977,'action created','2023-06-01 16:51:48','2023-06-01 16:51:48'),(158874,52977,'action started via Async Request','2023-06-01 16:51:49','2023-06-01 16:51:49'),(158875,52977,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:51:49','2023-06-01 16:51:49'),(158876,52978,'action created','2023-06-01 16:52:08','2023-06-01 16:52:08'),(158877,52978,'action started via Async Request','2023-06-01 16:52:09','2023-06-01 16:52:09'),(158878,52978,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:52:09','2023-06-01 16:52:09'),(158879,52979,'action created','2023-06-01 16:52:29','2023-06-01 16:52:29'),(158880,52979,'action started via Async Request','2023-06-01 16:52:52','2023-06-01 16:52:52'),(158881,52979,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:52:52','2023-06-01 16:52:52'),(158882,52980,'action created','2023-06-01 16:53:11','2023-06-01 16:53:11'),(158883,52980,'action started via Async Request','2023-06-01 16:53:13','2023-06-01 16:53:13'),(158884,52980,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:53:13','2023-06-01 16:53:13'),(158885,52981,'action created','2023-06-01 16:53:32','2023-06-01 16:53:32'),(158886,52981,'action started via Async Request','2023-06-01 16:53:54','2023-06-01 16:53:54'),(158887,52981,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:53:54','2023-06-01 16:53:54'),(158888,52982,'action created','2023-06-01 16:54:14','2023-06-01 16:54:14'),(158889,52982,'action started via Async Request','2023-06-01 16:54:16','2023-06-01 16:54:16'),(158890,52982,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:54:16','2023-06-01 16:54:16'),(158891,52983,'action created','2023-06-01 16:54:34','2023-06-01 16:54:34'),(158892,52983,'action started via WP Cron','2023-06-01 16:54:35','2023-06-01 16:54:35'),(158893,52983,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:54:35','2023-06-01 16:54:35'),(158894,52984,'action created','2023-06-01 16:54:55','2023-06-01 16:54:55'),(158895,52984,'action started via Async Request','2023-06-01 16:55:16','2023-06-01 16:55:16'),(158896,52984,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:55:16','2023-06-01 16:55:16'),(158897,52985,'action created','2023-06-01 16:55:28','2023-06-01 16:55:28'),(158898,52985,'action started via Async Request','2023-06-01 16:55:29','2023-06-01 16:55:29'),(158899,52985,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:55:29','2023-06-01 16:55:29'),(158900,52986,'action created','2023-06-01 16:55:30','2023-06-01 16:55:30'),(158901,52986,'action started via Async Request','2023-06-01 16:55:35','2023-06-01 16:55:35'),(158902,52986,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:55:35','2023-06-01 16:55:35'),(158903,52987,'action created','2023-06-01 16:55:36','2023-06-01 16:55:36'),(158904,52987,'action started via Async Request','2023-06-01 16:55:37','2023-06-01 16:55:37'),(158905,52987,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:55:37','2023-06-01 16:55:37'),(158906,52988,'action created','2023-06-01 16:55:47','2023-06-01 16:55:47'),(158907,52988,'action started via Async Request','2023-06-01 16:55:57','2023-06-01 16:55:57'),(158908,52988,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:55:57','2023-06-01 16:55:57'),(158909,52989,'action created','2023-06-01 16:56:07','2023-06-01 16:56:07'),(158911,52989,'action started via WP Cron','2023-06-01 16:56:37','2023-06-01 16:56:37'),(158912,52989,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:56:37','2023-06-01 16:56:37'),(158915,52991,'action created','2023-06-01 16:56:57','2023-06-01 16:56:57'),(158916,52991,'action started via Async Request','2023-06-01 16:56:59','2023-06-01 16:56:59'),(158917,52991,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:56:59','2023-06-01 16:56:59'),(158918,52992,'action created','2023-06-01 16:57:18','2023-06-01 16:57:18'),(158919,52992,'action started via WP Cron','2023-06-01 16:57:19','2023-06-01 16:57:19'),(158920,52992,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:57:19','2023-06-01 16:57:19'),(158921,52993,'action created','2023-06-01 16:57:20','2023-06-01 16:57:20'),(158922,52993,'action started via WP Cron','2023-06-01 16:57:20','2023-06-01 16:57:20'),(158923,52993,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:57:20','2023-06-01 16:57:20'),(158924,52994,'action created','2023-06-01 16:57:39','2023-06-01 16:57:39'),(158925,52994,'action started via Async Request','2023-06-01 16:58:02','2023-06-01 16:58:02'),(158926,52994,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:58:02','2023-06-01 16:58:02'),(158927,52995,'action created','2023-06-01 16:58:21','2023-06-01 16:58:21'),(158928,52995,'action started via Async Request','2023-06-01 16:58:22','2023-06-01 16:58:22'),(158929,52995,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:58:22','2023-06-01 16:58:22'),(158930,52996,'action created','2023-06-01 16:58:43','2023-06-01 16:58:43'),(158931,52996,'action started via WP Cron','2023-06-01 16:59:27','2023-06-01 16:59:27'),(158932,52996,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:59:27','2023-06-01 16:59:27'),(158933,52997,'action created','2023-06-01 16:59:28','2023-06-01 16:59:28'),(158934,52997,'action started via Async Request','2023-06-01 16:59:28','2023-06-01 16:59:28'),(158935,52997,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:59:28','2023-06-01 16:59:28'),(158936,52998,'action created','2023-06-01 16:59:47','2023-06-01 16:59:47'),(158937,52998,'action started via Async Request','2023-06-01 16:59:49','2023-06-01 16:59:49'),(158938,52998,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:59:49','2023-06-01 16:59:49'),(158939,52999,'action created','2023-06-01 17:00:08','2023-06-01 17:00:08'),(158940,52999,'action started via WP Cron','2023-06-01 17:00:31','2023-06-01 17:00:31'),(158941,52999,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:00:31','2023-06-01 17:00:31'),(158942,53000,'action created','2023-06-01 17:00:51','2023-06-01 17:00:51'),(158943,53000,'action started via Async Request','2023-06-01 17:00:52','2023-06-01 17:00:52'),(158944,53000,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:00:52','2023-06-01 17:00:52'),(158945,53001,'action created','2023-06-01 17:01:12','2023-06-01 17:01:12'),(158946,53001,'action started via Async Request','2023-06-01 17:01:13','2023-06-01 17:01:13'),(158947,53001,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:01:13','2023-06-01 17:01:13'),(158948,53002,'action created','2023-06-01 17:01:33','2023-06-01 17:01:33'),(158949,53002,'action started via WP Cron','2023-06-01 17:01:34','2023-06-01 17:01:34'),(158950,53002,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:01:34','2023-06-01 17:01:34'),(158951,53003,'action created','2023-06-01 17:01:54','2023-06-01 17:01:54'),(158952,53003,'action started via Async Request','2023-06-01 17:02:16','2023-06-01 17:02:16'),(158953,53003,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:02:16','2023-06-01 17:02:16'),(158954,53004,'action created','2023-06-01 17:02:36','2023-06-01 17:02:36'),(158955,53004,'action started via Async Request','2023-06-01 17:02:38','2023-06-01 17:02:38'),(158956,53004,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:02:38','2023-06-01 17:02:38'),(158957,53005,'action created','2023-06-01 17:02:56','2023-06-01 17:02:56'),(158958,53005,'action started via WP Cron','2023-06-01 17:03:19','2023-06-01 17:03:19'),(158959,53005,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:03:19','2023-06-01 17:03:19'),(158960,53006,'action created','2023-06-01 17:03:39','2023-06-01 17:03:39'),(158961,53006,'action started via WP Cron','2023-06-01 17:03:41','2023-06-01 17:03:41'),(158962,53006,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:03:41','2023-06-01 17:03:41'),(158963,53007,'action created','2023-06-01 17:03:59','2023-06-01 17:03:59'),(158964,53007,'action started via Async Request','2023-06-01 17:04:02','2023-06-01 17:04:02'),(158965,53007,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:04:02','2023-06-01 17:04:02'),(158966,53008,'action created','2023-06-01 17:04:20','2023-06-01 17:04:20'),(158967,53008,'action started via WP Cron','2023-06-01 17:04:21','2023-06-01 17:04:21'),(158968,53008,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:04:21','2023-06-01 17:04:21'),(158969,53009,'action created','2023-06-01 17:04:42','2023-06-01 17:04:42'),(158970,53009,'action started via Async Request','2023-06-01 17:05:07','2023-06-01 17:05:07'),(158971,53009,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:05:07','2023-06-01 17:05:07'),(199325,66462,'action created','2023-06-16 06:51:19','2023-06-16 06:51:19'),(199327,66462,'action started via WP Cron','2023-06-16 06:51:22','2023-06-16 06:51:22'),(199328,66462,'action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.','2023-06-16 13:55:46','2023-06-16 13:55:46'),(205874,68669,'action created','2024-11-25 05:39:09','2024-11-25 05:39:09'),(205902,68669,'action started via WP Cron','2024-11-26 05:39:10','2024-11-26 05:39:10'),(205903,68669,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-11-26 05:39:10','2024-11-26 05:39:10'),(205904,68679,'action created','2024-11-26 05:39:10','2024-11-26 05:39:10'),(205935,68679,'action started via WP Cron','2024-11-27 06:00:02','2024-11-27 06:00:02'),(205936,68679,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-11-27 06:00:02','2024-11-27 06:00:02'),(205937,68690,'action created','2024-11-27 06:00:02','2024-11-27 06:00:02'),(205965,68690,'action started via WP Cron','2024-11-28 06:00:03','2024-11-28 06:00:03'),(205966,68690,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-11-28 06:00:03','2024-11-28 06:00:03'),(205967,68700,'action created','2024-11-28 06:00:03','2024-11-28 06:00:03'),(205986,68700,'action started via WP Cron','2024-11-29 06:00:03','2024-11-29 06:00:03'),(205987,68700,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-11-29 06:00:03','2024-11-29 06:00:03'),(205988,68707,'action created','2024-11-29 06:00:03','2024-11-29 06:00:03'),(206004,68707,'action started via WP Cron','2024-11-30 06:00:17','2024-11-30 06:00:17'),(206005,68707,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-11-30 06:00:17','2024-11-30 06:00:17'),(206006,68713,'action created','2024-11-30 06:00:17','2024-11-30 06:00:17'),(206019,68713,'action started via WP CLI','2024-12-01 06:30:03','2024-12-01 06:30:03'),(206020,68713,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-01 06:30:03','2024-12-01 06:30:03'),(206021,68718,'action created','2024-12-01 06:30:03','2024-12-01 06:30:03'),(206034,68718,'action started via WP CLI','2024-12-02 06:30:03','2024-12-02 06:30:03'),(206035,68718,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-02 06:30:03','2024-12-02 06:30:03'),(206036,68723,'action created','2024-12-02 06:30:03','2024-12-02 06:30:03'),(206061,68723,'action started via WP CLI','2024-12-03 06:30:03','2024-12-03 06:30:03'),(206062,68723,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-03 06:30:03','2024-12-03 06:30:03'),(206063,68732,'action created','2024-12-03 06:30:03','2024-12-03 06:30:03'),(206091,68732,'action started via WP CLI','2024-12-04 06:30:03','2024-12-04 06:30:03'),(206092,68732,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-04 06:30:03','2024-12-04 06:30:03'),(206093,68742,'action created','2024-12-04 06:30:03','2024-12-04 06:30:03'),(206124,68742,'action started via WP CLI','2024-12-05 06:30:03','2024-12-05 06:30:03'),(206125,68742,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-05 06:30:03','2024-12-05 06:30:03'),(206126,68753,'action created','2024-12-05 06:30:03','2024-12-05 06:30:03'),(206151,68753,'action started via WP Cron','2024-12-06 06:30:03','2024-12-06 06:30:03'),(206152,68753,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-06 06:30:03','2024-12-06 06:30:03'),(206153,68762,'action created','2024-12-06 06:30:03','2024-12-06 06:30:03'),(206178,68762,'action started via WP CLI','2024-12-07 06:30:03','2024-12-07 06:30:03'),(206179,68762,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-07 06:30:03','2024-12-07 06:30:03'),(206180,68771,'action created','2024-12-07 06:30:03','2024-12-07 06:30:03'),(206196,68771,'action started via WP Cron','2024-12-08 07:00:03','2024-12-08 07:00:03'),(206197,68771,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-08 07:00:03','2024-12-08 07:00:03'),(206198,68777,'action created','2024-12-08 07:00:03','2024-12-08 07:00:03'),(206217,68777,'action started via WP CLI','2024-12-09 07:00:03','2024-12-09 07:00:03'),(206218,68777,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-09 07:00:03','2024-12-09 07:00:03'),(206219,68784,'action created','2024-12-09 07:00:03','2024-12-09 07:00:03'),(206241,68784,'action started via WP Cron','2024-12-10 07:00:03','2024-12-10 07:00:03'),(206242,68784,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-10 07:00:03','2024-12-10 07:00:03'),(206243,68792,'action created','2024-12-10 07:00:03','2024-12-10 07:00:03'),(206292,68792,'action started via WP Cron','2024-12-11 07:30:02','2024-12-11 07:30:02'),(206293,68792,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-11 07:30:02','2024-12-11 07:30:02'),(206294,68809,'action created','2024-12-11 07:30:02','2024-12-11 07:30:02'),(206313,68809,'action started via WP Cron','2024-12-12 07:30:02','2024-12-12 07:30:02'),(206314,68809,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-12 07:30:02','2024-12-12 07:30:02'),(206315,68816,'action created','2024-12-12 07:30:02','2024-12-12 07:30:02'),(206349,68816,'action started via WP Cron','2024-12-13 07:30:02','2024-12-13 07:30:02'),(206350,68816,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-13 07:30:02','2024-12-13 07:30:02'),(206351,68828,'action created','2024-12-13 07:30:02','2024-12-13 07:30:02'),(206369,68828,'action started via WP Cron','2024-12-14 07:30:02','2024-12-14 07:30:02'),(206370,68828,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-14 07:30:02','2024-12-14 07:30:02'),(206371,68834,'action created','2024-12-14 07:30:02','2024-12-14 07:30:02'),(206384,68834,'action started via WP Cron','2024-12-15 07:30:02','2024-12-15 07:30:02'),(206385,68834,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-15 07:30:02','2024-12-15 07:30:02'),(206386,68839,'action created','2024-12-15 07:30:02','2024-12-15 07:30:02'),(206402,68839,'action started via WP Cron','2024-12-16 07:30:02','2024-12-16 07:30:02'),(206403,68839,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-16 07:30:02','2024-12-16 07:30:02'),(206404,68845,'action created','2024-12-16 07:30:02','2024-12-16 07:30:02'),(206429,68845,'action started via WP Cron','2024-12-17 07:30:02','2024-12-17 07:30:02'),(206430,68845,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-17 07:30:02','2024-12-17 07:30:02'),(206431,68854,'action created','2024-12-17 07:30:02','2024-12-17 07:30:02'),(206434,68855,'action created','2024-12-17 08:00:02','2024-12-17 08:00:02'),(206504,68879,'action created','2024-12-18 04:11:16','2024-12-18 04:11:16'),(206505,68879,'action started via WP Cron','2024-12-18 04:12:17','2024-12-18 04:12:17'),(206506,68879,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2024-12-18 04:12:17','2024-12-18 04:12:17'),(206513,68854,'action started via WP Cron','2024-12-18 07:30:03','2024-12-18 07:30:03'),(206514,68854,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-18 07:30:03','2024-12-18 07:30:03'),(206515,68882,'action created','2024-12-18 07:30:03','2024-12-18 07:30:03'),(206516,68855,'action started via WP Cron','2024-12-18 08:00:02','2024-12-18 08:00:02'),(206517,68855,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-18 08:00:02','2024-12-18 08:00:02'),(206518,68883,'action created','2024-12-18 08:00:02','2024-12-18 08:00:02'),(206537,68882,'action started via WP Cron','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206538,68882,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206539,68890,'action created','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206540,68883,'action started via WP Cron','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206541,68883,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206542,68891,'action created','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206552,68890,'action started via WP Cron','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206553,68890,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206554,68895,'action created','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206555,68891,'action started via WP Cron','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206556,68891,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206557,68896,'action created','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206588,68895,'action started via WP CLI','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206589,68895,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206590,68907,'action created','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206591,68896,'action started via WP CLI','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206592,68896,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206593,68908,'action created','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206603,68907,'action started via WP CLI','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206604,68907,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206605,68912,'action created','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206606,68908,'action started via WP CLI','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206607,68908,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206608,68913,'action created','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206618,68912,'action started via WP CLI','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206619,68912,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206620,68917,'action created','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206621,68913,'action started via WP CLI','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206622,68913,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206623,68918,'action created','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206642,68917,'action started via WP CLI','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206643,68917,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206644,68925,'action created','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206645,68918,'action started via WP CLI','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206646,68918,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206647,68926,'action created','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206657,68925,'action started via WP CLI','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206658,68925,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206659,68930,'action created','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206660,68926,'action started via WP CLI','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206661,68926,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206662,68931,'action created','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206675,68930,'action started via WP CLI','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206676,68930,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206677,68930,'This action appears to be consistently failing. A new instance will not be scheduled.','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206678,68931,'action started via WP CLI','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206679,68931,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206680,68936,'action created','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206693,68936,'action started via WP CLI','2024-12-27 08:00:03','2024-12-27 08:00:03'),(206694,68936,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-27 08:00:03','2024-12-27 08:00:03'),(206695,68941,'action created','2024-12-27 08:00:03','2024-12-27 08:00:03'),(206729,68941,'action started via WP Cron','2024-12-28 08:00:03','2024-12-28 08:00:03'),(206730,68941,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-28 08:00:03','2024-12-28 08:00:03'),(206731,68953,'action created','2024-12-28 08:00:03','2024-12-28 08:00:03'),(206762,68953,'action started via WP Cron','2024-12-29 08:30:02','2024-12-29 08:30:02'),(206763,68953,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-29 08:30:02','2024-12-29 08:30:02'),(206764,68964,'action created','2024-12-29 08:30:02','2024-12-29 08:30:02'),(206777,68964,'action started via WP Cron','2024-12-30 08:30:02','2024-12-30 08:30:02'),(206778,68964,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-30 08:30:02','2024-12-30 08:30:02'),(206779,68969,'action created','2024-12-30 08:30:02','2024-12-30 08:30:02'),(206792,68969,'action started via WP Cron','2024-12-31 08:30:02','2024-12-31 08:30:02'),(206793,68969,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-31 08:30:02','2024-12-31 08:30:02'),(206794,68974,'action created','2024-12-31 08:30:02','2024-12-31 08:30:02'),(206807,68974,'action started via WP Cron','2025-01-01 08:30:02','2025-01-01 08:30:02'),(206808,68974,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-01 08:30:02','2025-01-01 08:30:02'),(206809,68979,'action created','2025-01-01 08:30:02','2025-01-01 08:30:02'),(206822,68979,'action started via WP Cron','2025-01-02 08:30:02','2025-01-02 08:30:02'),(206823,68979,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-02 08:30:02','2025-01-02 08:30:02'),(206824,68984,'action created','2025-01-02 08:30:02','2025-01-02 08:30:02'),(206885,68984,'action started via WP Cron','2025-01-03 08:30:02','2025-01-03 08:30:02'),(206886,68984,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-03 08:30:02','2025-01-03 08:30:02'),(206887,69005,'action created','2025-01-03 08:30:02','2025-01-03 08:30:02'),(206915,69005,'action started via WP Cron','2025-01-04 08:30:02','2025-01-04 08:30:02'),(206916,69005,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-04 08:30:02','2025-01-04 08:30:02'),(206917,69015,'action created','2025-01-04 08:30:02','2025-01-04 08:30:02'),(206927,69015,'action started via WP Cron','2025-01-05 08:30:02','2025-01-05 08:30:02'),(206928,69015,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-05 08:30:02','2025-01-05 08:30:02'),(206929,69019,'action created','2025-01-05 08:30:02','2025-01-05 08:30:02'),(206942,69019,'action started via WP Cron','2025-01-06 08:30:02','2025-01-06 08:30:02'),(206943,69019,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-06 08:30:02','2025-01-06 08:30:02'),(206944,69024,'action created','2025-01-06 08:30:02','2025-01-06 08:30:02'),(207002,69024,'action started via WP Cron','2025-01-07 08:30:02','2025-01-07 08:30:02'),(207003,69024,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-07 08:30:02','2025-01-07 08:30:02'),(207004,69044,'action created','2025-01-07 08:30:02','2025-01-07 08:30:02'),(207032,69044,'action started via WP Cron','2025-01-08 08:30:02','2025-01-08 08:30:02'),(207033,69044,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-08 08:30:02','2025-01-08 08:30:02'),(207034,69054,'action created','2025-01-08 08:30:02','2025-01-08 08:30:02'),(207080,69054,'action started via WP Cron','2025-01-09 08:30:02','2025-01-09 08:30:02'),(207081,69054,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-09 08:30:02','2025-01-09 08:30:02'),(207082,69070,'action created','2025-01-09 08:30:02','2025-01-09 08:30:02'),(207122,69070,'action started via WP Cron','2025-01-10 08:30:02','2025-01-10 08:30:02'),(207123,69070,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-10 08:30:02','2025-01-10 08:30:02'),(207124,69084,'action created','2025-01-10 08:30:02','2025-01-10 08:30:02'),(207137,69084,'action started via WP Cron','2025-01-11 08:30:02','2025-01-11 08:30:02'),(207138,69084,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-11 08:30:02','2025-01-11 08:30:02'),(207139,69089,'action created','2025-01-11 08:30:02','2025-01-11 08:30:02'),(207149,69089,'action started via WP Cron','2025-01-12 08:30:02','2025-01-12 08:30:02'),(207150,69089,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-12 08:30:02','2025-01-12 08:30:02'),(207151,69093,'action created','2025-01-12 08:30:02','2025-01-12 08:30:02'),(207167,69093,'action started via WP Cron','2025-01-13 08:30:02','2025-01-13 08:30:02'),(207168,69093,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-13 08:30:02','2025-01-13 08:30:02'),(207169,69099,'action created','2025-01-13 08:30:02','2025-01-13 08:30:02'),(207197,69099,'action started via WP Cron','2025-01-14 08:30:02','2025-01-14 08:30:02'),(207198,69099,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-14 08:30:02','2025-01-14 08:30:02'),(207199,69109,'action created','2025-01-14 08:30:02','2025-01-14 08:30:02'),(207230,69109,'action started via WP Cron','2025-01-15 08:30:02','2025-01-15 08:30:02'),(207231,69109,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-15 08:30:02','2025-01-15 08:30:02'),(207232,69120,'action created','2025-01-15 08:30:02','2025-01-15 08:30:02'),(207257,69120,'action started via WP CLI','2025-01-16 08:30:02','2025-01-16 08:30:02'),(207258,69120,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-16 08:30:02','2025-01-16 08:30:02'),(207259,69129,'action created','2025-01-16 08:30:02','2025-01-16 08:30:02'),(207290,69129,'action started via WP Cron','2025-01-17 08:30:02','2025-01-17 08:30:02'),(207291,69129,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-17 08:30:02','2025-01-17 08:30:02'),(207292,69129,'This action appears to be consistently failing. A new instance will not be scheduled.','2025-01-17 08:30:02','2025-01-17 08:30:02'),(207575,69234,'action created','2025-01-31 13:52:09','2025-01-31 13:52:09'),(207576,69234,'action started via WP Cron','2025-01-31 13:54:10','2025-01-31 13:54:10'),(207577,69234,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-01-31 13:54:10','2025-01-31 13:54:10'),(208678,69601,'action created','2025-03-23 08:30:02','2025-03-23 08:30:02'),(208682,69601,'action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.','2025-03-24 16:26:16','2025-03-24 16:26:16'),(208998,69708,'action created','2025-04-07 16:30:02','2025-04-07 16:30:02'),(209026,69708,'action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.','2025-04-08 18:49:24','2025-04-08 18:49:24'),(211608,70579,'action created','2025-07-05 02:00:02','2025-07-05 02:00:02'),(211612,70579,'action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.','2025-07-06 00:00:03','2025-07-06 00:00:03'),(211616,70582,'action created','2025-07-06 00:00:07','2025-07-06 00:00:07'),(211617,70582,'action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.','2025-07-06 22:03:43','2025-07-06 22:03:43'),(211643,70592,'action created','2025-07-07 17:39:15','2025-07-07 17:39:15'),(211644,70592,'action started via Async Request','2025-07-07 17:40:18','2025-07-07 17:40:18'),(211645,70592,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-07 17:40:18','2025-07-07 17:40:18'),(211751,70628,'action created','2025-07-10 14:11:34','2025-07-10 14:11:34'),(211752,70628,'action started via WP Cron','2025-07-10 14:13:42','2025-07-10 14:13:42'),(211753,70628,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-10 14:13:42','2025-07-10 14:13:42'),(211796,70643,'action created','2025-07-10 17:09:26','2025-07-10 17:09:26'),(211797,70643,'action started via WP Cron','2025-07-10 17:11:25','2025-07-10 17:11:25'),(211798,70643,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-10 17:11:25','2025-07-10 17:11:25'),(211814,70649,'action created','2025-07-10 18:50:16','2025-07-10 18:50:16'),(211815,70649,'action started via WP Cron','2025-07-10 18:51:24','2025-07-10 18:51:24'),(211816,70649,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-10 18:51:24','2025-07-10 18:51:24'),(211820,70651,'action created','2025-07-10 19:06:36','2025-07-10 19:06:36'),(211821,70651,'action started via Async Request','2025-07-10 19:07:41','2025-07-10 19:07:41'),(211822,70651,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-10 19:07:41','2025-07-10 19:07:41'),(212713,70950,'action created','2025-08-08 18:10:56','2025-08-08 18:10:56'),(212714,70950,'action started via Async Request','2025-08-08 18:12:09','2025-08-08 18:12:09'),(212715,70950,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-08-08 18:12:09','2025-08-08 18:12:09'),(214616,71590,'action created','2025-09-17 22:00:03','2025-09-17 22:00:03'),(214738,71590,'action started via WP Cron','2025-09-23 19:04:47','2025-09-23 19:04:47'),(214739,71590,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-09-23 19:04:47','2025-09-23 19:04:47'),(214740,71672,'action created','2025-09-23 19:04:47','2025-09-23 19:04:47'),(214914,71672,'action started via WP Cron','2025-09-24 21:55:52','2025-09-24 21:55:52'),(214915,71672,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-09-24 21:55:52','2025-09-24 21:55:52'),(214916,71690,'action created','2025-09-24 21:55:52','2025-09-24 21:55:52'),(214956,71704,'action created','2025-09-25 13:22:40','2025-09-25 13:22:40'),(214957,71704,'action started via Async Request','2025-09-25 13:23:41','2025-09-25 13:23:41'),(214958,71704,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-09-25 13:23:41','2025-09-25 13:23:41'),(214977,71690,'action started via WP Cron','2025-09-26 05:47:17','2025-09-26 05:47:17'),(214978,71690,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-09-26 05:47:17','2025-09-26 05:47:17'),(214979,71711,'action created','2025-09-26 05:47:17','2025-09-26 05:47:17'),(215024,71711,'action started via WP Cron','2025-09-27 09:19:19','2025-09-27 09:19:19'),(215025,71711,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-09-27 09:19:19','2025-09-27 09:19:19'),(215026,71726,'action created','2025-09-27 09:19:19','2025-09-27 09:19:19'),(215064,71726,'action started via WP Cron','2025-09-28 12:27:47','2025-09-28 12:27:47'),(215065,71726,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-09-28 12:27:47','2025-09-28 12:27:47'),(215066,71740,'action created','2025-09-28 12:27:47','2025-09-28 12:27:47'),(215109,71740,'action started via WP Cron','2025-09-29 12:30:06','2025-09-29 12:30:06'),(215110,71740,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-09-29 12:30:06','2025-09-29 12:30:06'),(215111,71755,'action created','2025-09-29 12:30:06','2025-09-29 12:30:06'),(215159,71755,'action started via WP Cron','2025-09-30 12:31:03','2025-09-30 12:31:03'),(215160,71755,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-09-30 12:31:03','2025-09-30 12:31:03'),(215161,71771,'action created','2025-09-30 12:31:03','2025-09-30 12:31:03'),(215211,71771,'action started via WP Cron','2025-10-01 12:36:11','2025-10-01 12:36:11'),(215212,71771,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-01 12:36:11','2025-10-01 12:36:11'),(215213,71789,'action created','2025-10-01 12:36:11','2025-10-01 12:36:11'),(215259,71789,'action started via WP Cron','2025-10-02 17:38:32','2025-10-02 17:38:32'),(215260,71789,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-02 17:38:32','2025-10-02 17:38:32'),(215261,71805,'action created','2025-10-02 17:38:32','2025-10-02 17:38:32'),(215300,71805,'action started via WP Cron','2025-10-03 18:15:08','2025-10-03 18:15:08'),(215301,71805,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-03 18:15:08','2025-10-03 18:15:08'),(215302,71818,'action created','2025-10-03 18:15:08','2025-10-03 18:15:08'),(215340,71818,'action started via WP Cron','2025-10-04 23:38:19','2025-10-04 23:38:19'),(215341,71818,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-04 23:38:19','2025-10-04 23:38:19'),(215342,71832,'action created','2025-10-04 23:38:19','2025-10-04 23:38:19'),(215388,71832,'action started via WP Cron','2025-10-06 08:14:37','2025-10-06 08:14:37'),(215389,71832,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-06 08:14:37','2025-10-06 08:14:37'),(215390,71848,'action created','2025-10-06 08:14:37','2025-10-06 08:14:37'),(215441,71848,'action started via WP Cron','2025-10-07 08:16:30','2025-10-07 08:16:30'),(215442,71848,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-07 08:16:30','2025-10-07 08:16:30'),(215443,71865,'action created','2025-10-07 08:16:30','2025-10-07 08:16:30'),(215487,71865,'action started via WP Cron','2025-10-08 12:35:03','2025-10-08 12:35:03'),(215488,71865,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-08 12:35:03','2025-10-08 12:35:03'),(215489,71881,'action created','2025-10-08 12:35:03','2025-10-08 12:35:03'),(215538,71881,'action started via WP Cron','2025-10-09 12:45:18','2025-10-09 12:45:18'),(215539,71881,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-09 12:45:18','2025-10-09 12:45:18'),(215540,71898,'action created','2025-10-09 12:45:18','2025-10-09 12:45:18'),(215585,71898,'action started via WP Cron','2025-10-10 16:01:52','2025-10-10 16:01:52'),(215586,71898,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-10 16:01:52','2025-10-10 16:01:52'),(215587,71913,'action created','2025-10-10 16:01:52','2025-10-10 16:01:52'),(215637,71913,'action started via WP Cron','2025-10-11 16:02:19','2025-10-11 16:02:19'),(215638,71913,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-11 16:02:19','2025-10-11 16:02:19'),(215639,71931,'action created','2025-10-11 16:02:19','2025-10-11 16:02:19'),(215685,71931,'action started via WP Cron','2025-10-12 16:04:10','2025-10-12 16:04:10'),(215686,71931,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-12 16:04:10','2025-10-12 16:04:10'),(215687,71947,'action created','2025-10-12 16:04:10','2025-10-12 16:04:10'),(215735,71947,'action started via WP Cron','2025-10-13 16:06:04','2025-10-13 16:06:04'),(215736,71947,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-13 16:06:04','2025-10-13 16:06:04'),(215737,71963,'action created','2025-10-13 16:06:04','2025-10-13 16:06:04'),(215784,71963,'action started via WP Cron','2025-10-14 17:04:59','2025-10-14 17:04:59'),(215785,71963,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-14 17:04:59','2025-10-14 17:04:59'),(215786,71980,'action created','2025-10-14 17:04:59','2025-10-14 17:04:59'),(215826,71980,'action started via WP Cron','2025-10-15 17:39:15','2025-10-15 17:39:15'),(215827,71980,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-15 17:39:15','2025-10-15 17:39:15'),(215828,71994,'action created','2025-10-15 17:39:15','2025-10-15 17:39:15'),(215876,71994,'action started via WP Cron','2025-10-16 17:40:56','2025-10-16 17:40:56'),(215877,71994,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-16 17:40:56','2025-10-16 17:40:56'),(215878,72010,'action created','2025-10-16 17:40:56','2025-10-16 17:40:56'),(215925,72010,'action started via WP Cron','2025-10-17 17:42:33','2025-10-17 17:42:33'),(215926,72010,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-17 17:42:33','2025-10-17 17:42:33'),(215927,72027,'action created','2025-10-17 17:42:33','2025-10-17 17:42:33'),(215973,72027,'action started via WP Cron','2025-10-18 17:42:49','2025-10-18 17:42:49'),(215974,72027,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-18 17:42:49','2025-10-18 17:42:49'),(215975,72043,'action created','2025-10-18 17:42:49','2025-10-18 17:42:49'),(216023,72043,'action started via WP Cron','2025-10-20 02:36:39','2025-10-20 02:36:39'),(216024,72043,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2025-10-20 02:36:39','2025-10-20 02:36:39'),(216025,72043,'This action appears to be consistently failing. A new instance will not be scheduled.','2025-10-20 02:36:39','2025-10-20 02:36:39'),(217386,72522,'action created','2025-11-24 12:54:14','2025-11-24 12:54:14'),(217548,72576,'action created','2025-11-28 18:35:03','2025-11-28 18:35:03'),(217564,72582,'action created','2025-11-30 06:27:43','2025-11-30 06:27:43'),(217570,72584,'action created','2025-11-30 06:27:43','2025-11-30 06:27:43'),(217573,72585,'action created','2025-11-30 06:27:44','2025-11-30 06:27:44'),(217576,72586,'action created','2025-11-30 06:27:45','2025-11-30 06:27:45'),(217579,72587,'action created','2025-11-30 06:27:45','2025-11-30 06:27:45'),(217582,72588,'action created','2025-11-30 06:27:45','2025-11-30 06:27:45'),(217585,72589,'action created','2025-11-30 06:27:45','2025-11-30 06:27:45'),(217588,72590,'action created','2025-11-30 06:27:45','2025-11-30 06:27:45'),(217591,72591,'action created','2025-11-30 06:27:45','2025-11-30 06:27:45'),(217592,72592,'action created','2025-11-30 06:27:45','2025-11-30 06:27:45'),(217594,72593,'action created','2025-11-30 06:27:45','2025-11-30 06:27:45'),(217595,72594,'action created','2025-11-30 06:27:45','2025-11-30 06:27:45'),(217596,72594,'action started via WP Cron','2025-12-01 06:36:51','2025-12-01 06:36:51'),(217597,72594,'action complete via WP Cron','2025-12-01 06:36:51','2025-12-01 06:36:51'),(217598,72592,'action started via WP Cron','2025-12-01 06:36:51','2025-12-01 06:36:51'),(217599,72592,'action complete via WP Cron','2025-12-01 06:36:51','2025-12-01 06:36:51'),(217600,72582,'action started via WP Cron','2025-12-01 06:36:51','2025-12-01 06:36:51'),(217601,72582,'action complete via WP Cron','2025-12-01 06:36:51','2025-12-01 06:36:51'),(217602,72595,'action created','2025-12-01 06:36:51','2025-12-01 06:36:51'),(217603,72591,'action started via WP Cron','2025-12-01 06:36:51','2025-12-01 06:36:51'),(217604,72591,'action complete via WP Cron','2025-12-01 06:36:51','2025-12-01 06:36:51'),(217606,72584,'action started via WP Cron','2025-12-01 06:36:51','2025-12-01 06:36:51'),(217607,72584,'action complete via WP Cron','2025-12-01 06:36:52','2025-12-01 06:36:52'),(217608,72597,'action created','2025-12-01 06:36:52','2025-12-01 06:36:52'),(217609,72585,'action started via WP Cron','2025-12-01 06:36:52','2025-12-01 06:36:52'),(217610,72585,'action complete via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217611,72598,'action created','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217612,72586,'action started via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217613,72586,'action complete via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217614,72599,'action created','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217615,72587,'action started via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217616,72587,'action complete via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217617,72600,'action created','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217618,72588,'action started via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217619,72588,'action complete via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217620,72601,'action created','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217621,72589,'action started via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217622,72589,'action complete via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217623,72602,'action created','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217624,72590,'action started via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217625,72590,'action complete via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217626,72603,'action created','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217627,72593,'action started via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217629,72604,'action created','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217630,72605,'action created','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217631,72593,'action complete via WP Cron','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217632,72606,'action created','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217633,72607,'action created','2025-12-01 06:36:53','2025-12-01 06:36:53'),(217634,72607,'action started via Async Request','2025-12-01 06:36:54','2025-12-01 06:36:54'),(217635,72607,'action complete via Async Request','2025-12-01 06:36:54','2025-12-01 06:36:54'),(217636,72605,'action started via WP Cron','2025-12-02 03:38:50','2025-12-02 03:38:50'),(217637,72605,'action complete via WP Cron','2025-12-02 03:38:50','2025-12-02 03:38:50'),(217638,72576,'action started via WP Cron','2025-12-02 03:38:50','2025-12-02 03:38:50'),(217639,72576,'action complete via WP Cron','2025-12-02 03:38:50','2025-12-02 03:38:50'),(217640,72595,'action started via WP Cron','2025-12-02 03:38:50','2025-12-02 03:38:50'),(217641,72595,'action complete via WP Cron','2025-12-02 03:38:50','2025-12-02 03:38:50'),(217642,72608,'action created','2025-12-02 03:38:50','2025-12-02 03:38:50'),(217643,72609,'action created','2025-12-02 03:38:54','2025-12-02 03:38:54'),(217644,72609,'action started via Async Request','2025-12-02 03:39:10','2025-12-02 03:39:10'),(217645,72609,'action complete via Async Request','2025-12-02 03:39:10','2025-12-02 03:39:10'),(217646,72604,'action started via WP Cron','2025-12-02 06:31:41','2025-12-02 06:31:41'),(217647,72604,'action complete via WP Cron','2025-12-02 06:31:41','2025-12-02 06:31:41'),(217649,72597,'action started via WP Cron','2025-12-02 10:46:23','2025-12-02 10:46:23'),(217650,72597,'action complete via WP Cron','2025-12-02 10:46:24','2025-12-02 10:46:24'),(217651,72611,'action created','2025-12-02 10:46:24','2025-12-02 10:46:24'),(217652,72598,'action started via WP Cron','2025-12-02 10:46:24','2025-12-02 10:46:24'),(217653,72598,'action complete via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217654,72612,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217655,72599,'action started via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217656,72599,'action complete via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217657,72613,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217658,72600,'action started via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217659,72600,'action complete via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217660,72614,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217661,72601,'action started via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217662,72601,'action complete via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217663,72615,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217664,72602,'action started via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217665,72602,'action complete via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217666,72616,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217667,72603,'action started via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217668,72603,'action complete via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217669,72617,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217670,72606,'action started via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217671,72618,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217673,72619,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217674,72620,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217675,72606,'action complete via WP Cron','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217676,72621,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217677,72622,'action created','2025-12-02 10:46:25','2025-12-02 10:46:25'),(217678,72622,'action started via Async Request','2025-12-02 10:46:31','2025-12-02 10:46:31'),(217679,72622,'action complete via Async Request','2025-12-02 10:46:31','2025-12-02 10:46:31'),(217680,72620,'action started via Async Request','2025-12-02 10:46:37','2025-12-02 10:46:37'),(217681,72620,'action complete via Async Request','2025-12-02 10:46:37','2025-12-02 10:46:37'),(217682,72608,'action started via WP Cron','2025-12-02 15:49:57','2025-12-02 15:49:57'),(217683,72608,'action complete via WP Cron','2025-12-02 15:49:57','2025-12-02 15:49:57'),(217684,72623,'action created','2025-12-02 15:49:57','2025-12-02 15:49:57'),(217685,72624,'action created','2025-12-02 20:02:58','2025-12-02 20:02:58'),(217686,72624,'action started via WP Cron','2025-12-03 06:43:52','2025-12-03 06:43:52'),(217687,72624,'action complete via WP Cron','2025-12-03 06:43:52','2025-12-03 06:43:52'),(217688,72623,'action started via WP Cron','2025-12-03 06:43:52','2025-12-03 06:43:52'),(217689,72623,'action complete via WP Cron','2025-12-03 06:43:52','2025-12-03 06:43:52'),(217690,72625,'action created','2025-12-03 06:43:52','2025-12-03 06:43:52'),(217691,72619,'action started via WP Cron','2025-12-03 06:43:52','2025-12-03 06:43:52'),(217692,72619,'action complete via WP Cron','2025-12-03 06:43:52','2025-12-03 06:43:52'),(217694,72627,'action created','2025-12-03 06:43:55','2025-12-03 06:43:55'),(217695,72628,'action created','2025-12-03 08:32:42','2025-12-03 08:32:42'),(217696,72627,'action started via Async Request','2025-12-03 08:32:44','2025-12-03 08:32:44'),(217697,72627,'action complete via Async Request','2025-12-03 08:32:44','2025-12-03 08:32:44'),(217698,72628,'action started via Async Request','2025-12-03 08:32:44','2025-12-03 08:32:44'),(217699,72628,'action complete via Async Request','2025-12-03 08:32:44','2025-12-03 08:32:44'),(217700,72611,'action started via WP Cron','2025-12-03 11:50:18','2025-12-03 11:50:18'),(217701,72611,'action complete via WP Cron','2025-12-03 11:50:18','2025-12-03 11:50:18'),(217702,72629,'action created','2025-12-03 11:50:18','2025-12-03 11:50:18'),(217703,72612,'action started via WP Cron','2025-12-03 11:50:18','2025-12-03 11:50:18'),(217704,72612,'action complete via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217705,72630,'action created','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217706,72613,'action started via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217707,72613,'action complete via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217708,72631,'action created','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217709,72614,'action started via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217710,72614,'action complete via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217711,72632,'action created','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217712,72615,'action started via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217713,72615,'action complete via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217714,72633,'action created','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217715,72616,'action started via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217716,72616,'action complete via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217717,72634,'action created','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217718,72617,'action started via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217719,72617,'action complete via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217720,72635,'action created','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217721,72621,'action started via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217723,72636,'action created','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217724,72637,'action created','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217725,72621,'action complete via WP Cron','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217726,72638,'action created','2025-12-03 11:50:19','2025-12-03 11:50:19'),(217727,72637,'action started via Async Request','2025-12-03 17:58:11','2025-12-03 17:58:11'),(217728,72637,'action complete via Async Request','2025-12-03 17:58:11','2025-12-03 17:58:11'),(217729,72625,'action started via WP Cron','2025-12-04 06:35:50','2025-12-04 06:35:50'),(217730,72625,'action complete via WP Cron','2025-12-04 06:35:50','2025-12-04 06:35:50'),(217731,72639,'action created','2025-12-04 06:35:50','2025-12-04 06:35:50'),(217732,72636,'action started via WP Cron','2025-12-04 06:35:50','2025-12-04 06:35:50'),(217733,72636,'action complete via WP Cron','2025-12-04 06:35:50','2025-12-04 06:35:50'),(217735,72641,'action created','2025-12-04 06:35:57','2025-12-04 06:35:57'),(217736,72641,'action started via Async Request','2025-12-04 15:19:06','2025-12-04 15:19:06'),(217737,72641,'action complete via Async Request','2025-12-04 15:19:06','2025-12-04 15:19:06'),(217738,72629,'action started via Async Request','2025-12-04 15:19:06','2025-12-04 15:19:06'),(217739,72629,'action complete via Async Request','2025-12-04 15:19:06','2025-12-04 15:19:06'),(217740,72642,'action created','2025-12-04 15:19:06','2025-12-04 15:19:06'),(217741,72630,'action started via Async Request','2025-12-04 15:19:06','2025-12-04 15:19:06'),(217742,72630,'action complete via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217743,72643,'action created','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217744,72631,'action started via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217745,72631,'action complete via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217746,72644,'action created','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217747,72632,'action started via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217748,72632,'action complete via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217749,72645,'action created','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217750,72633,'action started via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217751,72633,'action complete via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217752,72646,'action created','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217753,72634,'action started via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217754,72634,'action complete via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217755,72647,'action created','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217756,72635,'action started via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217757,72635,'action complete via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217758,72648,'action created','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217759,72638,'action started via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217761,72649,'action created','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217762,72650,'action created','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217763,72638,'action complete via Async Request','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217764,72651,'action created','2025-12-04 15:19:07','2025-12-04 15:19:07'),(217765,72650,'action started via Async Request','2025-12-04 15:21:22','2025-12-04 15:21:22'),(217766,72650,'action complete via Async Request','2025-12-04 15:21:22','2025-12-04 15:21:22'),(217767,72639,'action started via WP Cron','2025-12-05 00:12:13','2025-12-05 00:12:13'),(217768,72639,'action complete via WP Cron','2025-12-05 00:12:13','2025-12-05 00:12:13'),(217769,72652,'action created','2025-12-05 00:12:13','2025-12-05 00:12:13'),(217770,72653,'action created','2025-12-05 00:12:18','2025-12-05 00:12:18'),(217771,72653,'action started via WP Cron','2025-12-05 06:35:17','2025-12-05 06:35:17'),(217772,72653,'action complete via WP Cron','2025-12-05 06:35:17','2025-12-05 06:35:17'),(217773,72649,'action started via WP Cron','2025-12-05 06:35:17','2025-12-05 06:35:17'),(217774,72649,'action complete via WP Cron','2025-12-05 06:35:17','2025-12-05 06:35:17'),(217775,72654,'action created','2025-12-05 06:35:17','2025-12-05 06:35:17'),(217776,72655,'action created','2025-12-05 06:35:20','2025-12-05 06:35:20'),(217777,72655,'action started via Async Request','2025-12-05 13:23:18','2025-12-05 13:23:18'),(217778,72655,'action complete via Async Request','2025-12-05 13:23:18','2025-12-05 13:23:18'),(217779,72618,'action started via Async Request','2025-12-05 13:23:18','2025-12-05 13:23:18'),(217780,72618,'action complete via Async Request','2025-12-05 13:23:18','2025-12-05 13:23:18'),(217781,72652,'action started via Async Request','2025-12-05 13:23:18','2025-12-05 13:23:18'),(217782,72652,'action complete via Async Request','2025-12-05 13:23:18','2025-12-05 13:23:18'),(217783,72656,'action created','2025-12-05 13:23:18','2025-12-05 13:23:18'),(217784,72642,'action started via WP Cron','2025-12-06 00:12:47','2025-12-06 00:12:47'),(217785,72642,'action complete via WP Cron','2025-12-06 00:12:48','2025-12-06 00:12:48'),(217786,72657,'action created','2025-12-06 00:12:48','2025-12-06 00:12:48'),(217787,72643,'action started via WP Cron','2025-12-06 00:12:48','2025-12-06 00:12:48'),(217788,72643,'action complete via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217789,72658,'action created','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217790,72644,'action started via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217791,72644,'action complete via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217792,72659,'action created','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217793,72645,'action started via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217794,72645,'action complete via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217795,72660,'action created','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217796,72646,'action started via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217797,72646,'action complete via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217798,72661,'action created','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217799,72647,'action started via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217800,72647,'action complete via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217801,72662,'action created','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217802,72648,'action started via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217803,72648,'action complete via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217804,72663,'action created','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217805,72654,'action started via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217806,72654,'action complete via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217808,72651,'action started via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217809,72665,'action created','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217812,72667,'action created','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217813,72651,'action complete via WP Cron','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217814,72668,'action created','2025-12-06 00:12:49','2025-12-06 00:12:49'),(217815,72669,'action created','2025-12-06 00:12:53','2025-12-06 00:12:53'),(217816,72669,'action started via WP Cron','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217817,72669,'action complete via WP Cron','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217818,72667,'action started via WP Cron','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217819,72667,'action complete via WP Cron','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217820,72656,'action started via WP Cron','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217821,72656,'action complete via WP Cron','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217822,72670,'action created','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217823,72657,'action started via WP Cron','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217824,72657,'action complete via WP Cron','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217825,72671,'action created','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217826,72658,'action started via WP Cron','2025-12-07 00:34:41','2025-12-07 00:34:41'),(217827,72658,'action complete via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217828,72672,'action created','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217829,72659,'action started via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217830,72659,'action complete via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217831,72673,'action created','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217832,72660,'action started via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217833,72660,'action complete via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217834,72674,'action created','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217835,72661,'action started via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217836,72661,'action complete via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217837,72675,'action created','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217838,72662,'action started via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217839,72662,'action complete via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217840,72676,'action created','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217841,72663,'action started via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217842,72663,'action complete via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217843,72677,'action created','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217844,72668,'action started via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217846,72678,'action created','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217847,72679,'action created','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217848,72668,'action complete via WP Cron','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217849,72680,'action created','2025-12-07 00:34:42','2025-12-07 00:34:42'),(217850,72681,'action created','2025-12-07 00:34:46','2025-12-07 00:34:46'),(217851,72681,'action started via Async Request','2025-12-07 17:13:04','2025-12-07 17:13:04'),(217852,72681,'action complete via Async Request','2025-12-07 17:13:04','2025-12-07 17:13:04'),(217853,72679,'action started via Async Request','2025-12-07 17:13:04','2025-12-07 17:13:04'),(217854,72679,'action complete via Async Request','2025-12-07 17:13:04','2025-12-07 17:13:04'),(217855,72670,'action started via Async Request','2025-12-07 17:13:04','2025-12-07 17:13:04'),(217856,72670,'action complete via Async Request','2025-12-07 17:13:04','2025-12-07 17:13:04'),(217857,72682,'action created','2025-12-07 17:13:04','2025-12-07 17:13:04'),(217858,72683,'action created','2025-12-07 17:13:09','2025-12-07 17:13:09'),(217859,72683,'action started via Async Request','2025-12-07 17:13:10','2025-12-07 17:13:10'),(217860,72683,'action complete via Async Request','2025-12-07 17:13:10','2025-12-07 17:13:10'),(217861,72671,'action started via WP Cron','2025-12-08 06:32:50','2025-12-08 06:32:50'),(217862,72671,'action complete via WP Cron','2025-12-08 06:32:51','2025-12-08 06:32:51'),(217863,72684,'action created','2025-12-08 06:32:51','2025-12-08 06:32:51'),(217864,72672,'action started via WP Cron','2025-12-08 06:32:51','2025-12-08 06:32:51'),(217865,72672,'action complete via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217866,72685,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217867,72673,'action started via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217868,72673,'action complete via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217869,72686,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217870,72674,'action started via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217871,72674,'action complete via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217872,72687,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217873,72675,'action started via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217874,72675,'action complete via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217875,72688,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217876,72676,'action started via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217877,72676,'action complete via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217878,72689,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217879,72677,'action started via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217880,72677,'action complete via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217881,72690,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217882,72682,'action started via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217883,72682,'action complete via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217884,72691,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217885,72678,'action started via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217886,72678,'action complete via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217888,72680,'action started via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217890,72693,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217891,72694,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217892,72680,'action complete via WP Cron','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217893,72695,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217894,72696,'action created','2025-12-08 06:32:52','2025-12-08 06:32:52'),(217895,72696,'action started via WP Cron','2025-12-09 05:51:10','2025-12-09 05:51:10'),(217896,72696,'action complete via WP Cron','2025-12-09 05:51:10','2025-12-09 05:51:10'),(217897,72694,'action started via WP Cron','2025-12-09 05:51:10','2025-12-09 05:51:10'),(217898,72694,'action complete via WP Cron','2025-12-09 05:51:10','2025-12-09 05:51:10'),(217899,72691,'action started via WP Cron','2025-12-09 05:51:10','2025-12-09 05:51:10'),(217900,72691,'action complete via WP Cron','2025-12-09 05:51:10','2025-12-09 05:51:10'),(217901,72697,'action created','2025-12-09 05:51:10','2025-12-09 05:51:10'),(217902,72665,'action started via WP Cron','2025-12-09 05:51:10','2025-12-09 05:51:10'),(217903,72665,'action complete via WP Cron','2025-12-09 05:51:10','2025-12-09 05:51:10'),(217904,72698,'action created','2025-12-09 05:51:10','2025-12-09 05:51:10'),(217905,72698,'action started via WP Cron','2025-12-09 05:51:16','2025-12-09 05:51:16'),(217906,72698,'action complete via WP Cron','2025-12-09 05:51:16','2025-12-09 05:51:16'),(217907,72693,'action started via WP Cron','2025-12-09 06:32:16','2025-12-09 06:32:16'),(217908,72693,'action complete via WP Cron','2025-12-09 06:32:16','2025-12-09 06:32:16'),(217910,72684,'action started via WP Cron','2025-12-09 10:49:35','2025-12-09 10:49:35'),(217911,72684,'action complete via WP Cron','2025-12-09 10:49:35','2025-12-09 10:49:35'),(217912,72700,'action created','2025-12-09 10:49:35','2025-12-09 10:49:35'),(217913,72685,'action started via WP Cron','2025-12-09 10:49:35','2025-12-09 10:49:35'),(217914,72685,'action complete via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217915,72701,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217916,72686,'action started via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217917,72686,'action complete via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217918,72702,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217919,72687,'action started via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217920,72687,'action complete via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217921,72703,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217922,72688,'action started via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217923,72688,'action complete via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217924,72704,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217925,72689,'action started via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217926,72689,'action complete via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217927,72705,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217928,72690,'action started via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217929,72690,'action complete via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217930,72706,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217931,72695,'action started via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217932,72707,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217934,72708,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217935,72709,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217936,72695,'action complete via WP Cron','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217937,72710,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217938,72711,'action created','2025-12-09 10:49:36','2025-12-09 10:49:36'),(217939,72711,'action started via Async Request','2025-12-09 10:49:41','2025-12-09 10:49:41'),(217940,72711,'action complete via Async Request','2025-12-09 10:49:41','2025-12-09 10:49:41'),(217941,72709,'action started via Async Request','2025-12-09 10:49:47','2025-12-09 10:49:47'),(217942,72709,'action complete via Async Request','2025-12-09 10:49:47','2025-12-09 10:49:47'),(217943,72522,'action started via WP Cron','2025-12-09 15:21:49','2025-12-09 15:21:49'),(217944,72522,'action complete via WP Cron','2025-12-09 15:21:49','2025-12-09 15:21:49'),(217945,72712,'action created','2025-12-09 15:21:49','2025-12-09 15:21:49'),(217946,72697,'action started via WP Cron','2025-12-10 01:36:48','2025-12-10 01:36:48'),(217947,72697,'action complete via WP Cron','2025-12-10 01:36:48','2025-12-10 01:36:48'),(217948,72713,'action created','2025-12-10 01:36:48','2025-12-10 01:36:48'),(217949,72714,'action created','2025-12-10 01:36:53','2025-12-10 01:36:53'),(217950,72714,'action started via WP Cron','2025-12-10 06:38:40','2025-12-10 06:38:40'),(217951,72714,'action complete via WP Cron','2025-12-10 06:38:40','2025-12-10 06:38:40'),(217952,72708,'action started via WP Cron','2025-12-10 06:38:40','2025-12-10 06:38:40'),(217953,72708,'action complete via WP Cron','2025-12-10 06:38:40','2025-12-10 06:38:40'),(217955,72716,'action created','2025-12-10 06:38:42','2025-12-10 06:38:42'),(217956,72716,'action started via WP Cron','2025-12-10 10:35:18','2025-12-10 10:35:18'),(217957,72716,'action complete via WP Cron','2025-12-10 10:35:18','2025-12-10 10:35:18'),(217958,72700,'action started via WP Cron','2025-12-10 13:26:36','2025-12-10 13:26:36'),(217959,72700,'action complete via WP Cron','2025-12-10 13:26:36','2025-12-10 13:26:36'),(217960,72717,'action created','2025-12-10 13:26:36','2025-12-10 13:26:36'),(217961,72701,'action started via WP Cron','2025-12-10 13:26:36','2025-12-10 13:26:36'),(217962,72701,'action complete via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217963,72718,'action created','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217964,72702,'action started via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217965,72702,'action complete via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217966,72719,'action created','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217967,72703,'action started via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217968,72703,'action complete via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217969,72720,'action created','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217970,72704,'action started via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217971,72704,'action complete via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217972,72721,'action created','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217973,72705,'action started via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217974,72705,'action complete via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217975,72722,'action created','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217976,72706,'action started via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217977,72706,'action complete via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217978,72723,'action created','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217979,72710,'action started via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217981,72724,'action created','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217982,72725,'action created','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217983,72710,'action complete via WP Cron','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217984,72726,'action created','2025-12-10 13:26:37','2025-12-10 13:26:37'),(217985,72725,'action started via WP Cron','2025-12-10 14:17:38','2025-12-10 14:17:38'),(217986,72725,'action complete via WP Cron','2025-12-10 14:17:38','2025-12-10 14:17:38'),(217987,72713,'action started via WP Cron','2025-12-10 14:17:38','2025-12-10 14:17:38'),(217988,72713,'action complete via WP Cron','2025-12-10 14:17:38','2025-12-10 14:17:38'),(217989,72727,'action created','2025-12-10 14:17:38','2025-12-10 14:17:38'),(217990,72728,'action created','2025-12-10 19:17:28','2025-12-10 19:17:28'),(217991,72728,'action started via WP Cron','2025-12-11 06:59:15','2025-12-11 06:59:15'),(217992,72728,'action complete via WP Cron','2025-12-11 06:59:15','2025-12-11 06:59:15'),(217993,72727,'action started via WP Cron','2025-12-11 06:59:15','2025-12-11 06:59:15'),(217994,72727,'action complete via WP Cron','2025-12-11 06:59:15','2025-12-11 06:59:15'),(217995,72729,'action created','2025-12-11 06:59:15','2025-12-11 06:59:15'),(217996,72724,'action started via WP Cron','2025-12-11 06:59:15','2025-12-11 06:59:15'),(217997,72724,'action complete via WP Cron','2025-12-11 06:59:15','2025-12-11 06:59:15'),(217999,72731,'action created','2025-12-11 06:59:18','2025-12-11 06:59:18'),(218000,72732,'action created','2025-12-11 10:08:42','2025-12-11 10:08:42'),(218001,72733,'action created','2025-12-11 10:08:42','2025-12-11 10:08:42'),(218002,72734,'action created','2025-12-11 10:08:42','2025-12-11 10:08:42'),(218003,72731,'action started via WP Cron','2025-12-11 10:08:45','2025-12-11 10:08:45'),(218004,72731,'action complete via WP Cron','2025-12-11 10:08:45','2025-12-11 10:08:45'),(218005,72732,'action started via WP Cron','2025-12-11 10:08:45','2025-12-11 10:08:45'),(218006,72732,'action complete via WP Cron','2025-12-11 10:08:45','2025-12-11 10:08:45'),(218007,72733,'action started via WP Cron','2025-12-11 10:08:45','2025-12-11 10:08:45'),(218008,72733,'action complete via WP Cron','2025-12-11 10:08:45','2025-12-11 10:08:45'),(218009,72734,'action started via WP Cron','2025-12-11 10:08:45','2025-12-11 10:08:45'),(218010,72734,'action complete via WP Cron','2025-12-11 10:08:45','2025-12-11 10:08:45'),(218011,72717,'action started via WP Cron','2025-12-11 13:29:45','2025-12-11 13:29:45'),(218012,72717,'action complete via WP Cron','2025-12-11 13:29:46','2025-12-11 13:29:46'),(218013,72735,'action created','2025-12-11 13:29:46','2025-12-11 13:29:46'),(218014,72718,'action started via WP Cron','2025-12-11 13:29:46','2025-12-11 13:29:46'),(218015,72718,'action complete via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218016,72736,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218017,72719,'action started via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218018,72719,'action complete via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218019,72737,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218020,72720,'action started via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218021,72720,'action complete via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218022,72738,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218023,72721,'action started via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218024,72721,'action complete via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218025,72739,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218026,72722,'action started via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218027,72722,'action complete via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218028,72740,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218029,72723,'action started via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218030,72723,'action complete via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218031,72741,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218032,72726,'action started via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218034,72742,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218035,72743,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218036,72744,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218037,72726,'action complete via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218038,72745,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218039,72744,'action started via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218040,72744,'action complete via WP Cron','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218041,72746,'action created','2025-12-11 13:29:47','2025-12-11 13:29:47'),(218042,72743,'action started via WP Cron','2025-12-11 13:30:16','2025-12-11 13:30:16'),(218043,72743,'action complete via WP Cron','2025-12-11 13:30:16','2025-12-11 13:30:16'),(218044,72729,'action started via Async Request','2025-12-11 21:06:39','2025-12-11 21:06:39'),(218045,72729,'action complete via Async Request','2025-12-11 21:06:39','2025-12-11 21:06:39'),(218046,72747,'action created','2025-12-11 21:06:39','2025-12-11 21:06:39'),(218047,72748,'action created','2025-12-11 21:06:43','2025-12-11 21:06:43'),(218048,72748,'action started via Async Request','2025-12-11 21:06:45','2025-12-11 21:06:45'),(218049,72748,'action complete via Async Request','2025-12-11 21:06:45','2025-12-11 21:06:45'),(218050,72742,'action started via WP Cron','2025-12-12 06:06:01','2025-12-12 06:06:01'),(218051,72742,'action complete via WP Cron','2025-12-12 06:06:01','2025-12-12 06:06:01'),(218052,72749,'action created','2025-12-12 06:06:01','2025-12-12 06:06:01'),(218053,72750,'action created','2025-12-12 07:03:58','2025-12-12 07:03:58'),(218054,72750,'action started via WP Cron','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218055,72750,'action complete via WP Cron','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218056,72747,'action started via WP Cron','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218057,72747,'action complete via WP Cron','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218058,72751,'action created','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218059,72707,'action started via WP Cron','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218060,72707,'action complete via WP Cron','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218061,72735,'action started via WP Cron','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218062,72735,'action complete via WP Cron','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218063,72752,'action created','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218064,72736,'action started via WP Cron','2025-12-13 04:10:08','2025-12-13 04:10:08'),(218065,72736,'action complete via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218066,72753,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218067,72737,'action started via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218068,72737,'action complete via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218069,72754,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218070,72738,'action started via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218071,72738,'action complete via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218072,72755,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218073,72739,'action started via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218074,72739,'action complete via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218075,72756,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218076,72740,'action started via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218077,72740,'action complete via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218078,72757,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218079,72741,'action started via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218080,72741,'action complete via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218081,72758,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218082,72746,'action started via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218083,72746,'action complete via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218084,72759,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218085,72749,'action started via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218086,72749,'action complete via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218088,72745,'action started via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218089,72761,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218091,72762,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218092,72763,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218093,72745,'action complete via WP Cron','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218094,72764,'action created','2025-12-13 04:10:09','2025-12-13 04:10:09'),(218095,72765,'action created','2025-12-13 04:10:13','2025-12-13 04:10:13'),(218096,72765,'action started via WP Cron','2025-12-13 07:05:08','2025-12-13 07:05:08'),(218097,72765,'action complete via WP Cron','2025-12-13 07:05:08','2025-12-13 07:05:08'),(218098,72763,'action started via WP Cron','2025-12-13 07:05:08','2025-12-13 07:05:08'),(218099,72763,'action complete via WP Cron','2025-12-13 07:05:08','2025-12-13 07:05:08'),(218100,72766,'action created','2025-12-13 07:05:10','2025-12-13 07:05:10'),(218101,72766,'action started via WP Cron','2025-12-13 15:13:04','2025-12-13 15:13:04'),(218102,72766,'action complete via WP Cron','2025-12-13 15:13:04','2025-12-13 15:13:04'),(218103,72751,'action started via WP Cron','2025-12-13 16:58:48','2025-12-13 16:58:48'),(218104,72751,'action complete via WP Cron','2025-12-13 16:58:48','2025-12-13 16:58:48'),(218105,72767,'action created','2025-12-13 16:58:48','2025-12-13 16:58:48'),(218106,72752,'action started via WP Cron','2025-12-14 06:51:53','2025-12-14 06:51:53'),(218107,72752,'action complete via WP Cron','2025-12-14 06:51:53','2025-12-14 06:51:53'),(218108,72768,'action created','2025-12-14 06:51:53','2025-12-14 06:51:53'),(218109,72753,'action started via WP Cron','2025-12-14 06:51:53','2025-12-14 06:51:53'),(218110,72753,'action complete via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218111,72769,'action created','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218112,72754,'action started via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218113,72754,'action complete via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218114,72770,'action created','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218115,72755,'action started via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218116,72755,'action complete via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218117,72771,'action created','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218118,72756,'action started via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218119,72756,'action complete via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218120,72772,'action created','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218121,72757,'action started via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218122,72757,'action complete via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218123,72773,'action created','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218124,72758,'action started via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218125,72758,'action complete via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218126,72774,'action created','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218127,72759,'action started via WP Cron','2025-12-14 06:51:54','2025-12-14 06:51:54'),(218128,72759,'action complete via WP Cron','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218129,72775,'action created','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218130,72767,'action started via WP Cron','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218131,72767,'action complete via WP Cron','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218132,72776,'action created','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218133,72762,'action started via WP Cron','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218134,72762,'action complete via WP Cron','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218136,72764,'action started via WP Cron','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218138,72778,'action created','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218139,72779,'action created','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218140,72764,'action complete via WP Cron','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218141,72780,'action created','2025-12-14 06:51:55','2025-12-14 06:51:55'),(218142,72781,'action created','2025-12-14 06:51:57','2025-12-14 06:51:57'),(218143,72781,'action started via WP Cron','2025-12-14 10:30:16','2025-12-14 10:30:16'),(218144,72781,'action complete via WP Cron','2025-12-14 10:30:16','2025-12-14 10:30:16'),(218145,72779,'action started via WP Cron','2025-12-14 10:30:16','2025-12-14 10:30:16'),(218146,72779,'action complete via WP Cron','2025-12-14 10:30:16','2025-12-14 10:30:16'),(218147,72776,'action started via WP Cron','2025-12-15 04:33:54','2025-12-15 04:33:54'),(218148,72776,'action complete via WP Cron','2025-12-15 04:33:54','2025-12-15 04:33:54'),(218149,72782,'action created','2025-12-15 04:33:54','2025-12-15 04:33:54'),(218150,72783,'action created','2025-12-15 04:33:58','2025-12-15 04:33:58'),(218151,72783,'action started via WP Cron','2025-12-15 05:09:18','2025-12-15 05:09:18'),(218152,72783,'action complete via WP Cron','2025-12-15 05:09:18','2025-12-15 05:09:18'),(218153,72778,'action started via WP Cron','2025-12-15 06:10:13','2025-12-15 06:10:13'),(218154,72778,'action complete via WP Cron','2025-12-15 06:10:13','2025-12-15 06:10:13'),(218156,72785,'action created','2025-12-15 06:34:12','2025-12-15 06:34:12'),(218157,72785,'action started via WP Cron','2025-12-15 06:46:07','2025-12-15 06:46:07'),(218158,72785,'action complete via WP Cron','2025-12-15 06:46:07','2025-12-15 06:46:07'),(218159,72768,'action started via WP Cron','2025-12-15 06:58:00','2025-12-15 06:58:00'),(218160,72768,'action complete via WP Cron','2025-12-15 06:58:01','2025-12-15 06:58:01'),(218161,72786,'action created','2025-12-15 06:58:01','2025-12-15 06:58:01'),(218162,72769,'action started via WP Cron','2025-12-15 06:58:01','2025-12-15 06:58:01'),(218163,72769,'action complete via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218164,72787,'action created','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218165,72770,'action started via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218166,72770,'action complete via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218167,72788,'action created','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218168,72771,'action started via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218169,72771,'action complete via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218170,72789,'action created','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218171,72772,'action started via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218172,72772,'action complete via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218173,72790,'action created','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218174,72773,'action started via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218175,72773,'action complete via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218176,72791,'action created','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218177,72774,'action started via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218178,72774,'action complete via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218179,72792,'action created','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218180,72775,'action started via WP Cron','2025-12-15 06:58:02','2025-12-15 06:58:02'),(218181,72775,'action complete via WP Cron','2025-12-15 06:58:03','2025-12-15 06:58:03'),(218182,72793,'action created','2025-12-15 06:58:03','2025-12-15 06:58:03'),(218183,72780,'action started via WP Cron','2025-12-15 06:58:03','2025-12-15 06:58:03'),(218185,72794,'action created','2025-12-15 06:58:03','2025-12-15 06:58:03'),(218186,72795,'action created','2025-12-15 06:58:03','2025-12-15 06:58:03'),(218187,72780,'action complete via WP Cron','2025-12-15 06:58:03','2025-12-15 06:58:03'),(218188,72796,'action created','2025-12-15 06:58:03','2025-12-15 06:58:03'),(218189,72795,'action started via WP Cron','2025-12-15 06:58:54','2025-12-15 06:58:54'),(218190,72795,'action complete via WP Cron','2025-12-15 06:58:54','2025-12-15 06:58:54'),(218191,72782,'action started via Async Request','2025-12-15 20:00:41','2025-12-15 20:00:41'),(218192,72782,'action complete via Async Request','2025-12-15 20:00:41','2025-12-15 20:00:41'),(218193,72797,'action created','2025-12-15 20:00:41','2025-12-15 20:00:41'),(218194,72798,'action created','2025-12-15 20:00:45','2025-12-15 20:00:45'),(218195,72798,'action started via Async Request','2025-12-15 20:00:47','2025-12-15 20:00:47'),(218196,72798,'action complete via Async Request','2025-12-15 20:00:47','2025-12-15 20:00:47'),(218197,72761,'action started via WP Cron','2025-12-16 06:49:03','2025-12-16 06:49:03'),(218198,72761,'action complete via WP Cron','2025-12-16 06:49:03','2025-12-16 06:49:03'),(218199,72794,'action started via WP Cron','2025-12-16 06:49:03','2025-12-16 06:49:03'),(218200,72794,'action complete via WP Cron','2025-12-16 06:49:03','2025-12-16 06:49:03'),(218202,72800,'action created','2025-12-16 06:49:05','2025-12-16 06:49:05'),(218203,72800,'action started via WP Cron','2025-12-16 13:30:22','2025-12-16 13:30:22'),(218204,72800,'action complete via WP Cron','2025-12-16 13:30:22','2025-12-16 13:30:22'),(218205,72786,'action started via WP Cron','2025-12-16 13:30:22','2025-12-16 13:30:22'),(218206,72786,'action complete via WP Cron','2025-12-16 13:30:22','2025-12-16 13:30:22'),(218207,72801,'action created','2025-12-16 13:30:22','2025-12-16 13:30:22'),(218208,72787,'action started via WP Cron','2025-12-16 13:30:22','2025-12-16 13:30:22'),(218209,72787,'action complete via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218210,72802,'action created','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218211,72788,'action started via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218212,72788,'action complete via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218213,72803,'action created','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218214,72789,'action started via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218215,72789,'action complete via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218216,72804,'action created','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218217,72790,'action started via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218218,72790,'action complete via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218219,72805,'action created','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218220,72791,'action started via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218221,72791,'action complete via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218222,72806,'action created','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218223,72792,'action started via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218224,72792,'action complete via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218225,72807,'action created','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218226,72793,'action started via WP Cron','2025-12-16 13:30:23','2025-12-16 13:30:23'),(218227,72793,'action complete via WP Cron','2025-12-16 13:30:24','2025-12-16 13:30:24'),(218229,72797,'action started via WP Cron','2025-12-16 13:30:24','2025-12-16 13:30:24'),(218230,72797,'action complete via WP Cron','2025-12-16 13:30:24','2025-12-16 13:30:24'),(218231,72809,'action created','2025-12-16 13:30:24','2025-12-16 13:30:24'),(218232,72796,'action started via WP Cron','2025-12-16 13:30:24','2025-12-16 13:30:24'),(218233,72810,'action created','2025-12-16 13:30:24','2025-12-16 13:30:24'),(218235,72811,'action created','2025-12-16 13:30:24','2025-12-16 13:30:24'),(218236,72812,'action created','2025-12-16 13:30:24','2025-12-16 13:30:24'),(218237,72796,'action complete via WP Cron','2025-12-16 13:30:24','2025-12-16 13:30:24'),(218238,72813,'action created','2025-12-16 13:30:24','2025-12-16 13:30:24'),(218239,72812,'action started via WP Cron','2025-12-16 13:54:58','2025-12-16 13:54:58'),(218240,72812,'action complete via WP Cron','2025-12-16 13:54:58','2025-12-16 13:54:58'),(218241,72814,'action created','2025-12-16 19:24:26','2025-12-16 19:24:26'),(218242,72814,'action started via Async Request','2025-12-16 20:30:18','2025-12-16 20:30:18'),(218243,72814,'action complete via Async Request','2025-12-16 20:30:18','2025-12-16 20:30:18'),(218244,72815,'action created','2025-12-16 22:02:52','2025-12-16 22:02:52'),(218245,72815,'action started via Async Request','2025-12-16 22:02:53','2025-12-16 22:02:53'),(218246,72815,'action complete via Async Request','2025-12-16 22:02:54','2025-12-16 22:02:54'),(218248,72816,'action created','2025-12-16 22:04:22','2025-12-16 22:04:22'),(218249,72817,'action created','2025-12-16 22:04:22','2025-12-16 22:04:22'),(218250,72816,'action started via Async Request','2025-12-16 22:05:05','2025-12-16 22:05:05'),(218251,72816,'action complete via Async Request','2025-12-16 22:05:06','2025-12-16 22:05:06'),(218252,72818,'action created','2025-12-16 22:05:06','2025-12-16 22:05:06'),(218253,72817,'action started via WP Cron','2025-12-16 22:05:31','2025-12-16 22:05:31'),(218254,72817,'action complete via WP Cron','2025-12-16 22:05:31','2025-12-16 22:05:31'),(218255,72819,'action created','2025-12-16 22:05:33','2025-12-16 22:05:33'),(218256,72819,'action started via Async Request','2025-12-16 22:07:37','2025-12-16 22:07:37'),(218257,72819,'action complete via Async Request','2025-12-16 22:07:37','2025-12-16 22:07:37'),(218258,72820,'action created','2025-12-16 22:07:37','2025-12-16 22:07:37'),(218259,72809,'action started via WP Cron','2025-12-17 06:10:38','2025-12-17 06:10:38'),(218260,72809,'action complete via WP Cron','2025-12-17 06:10:38','2025-12-17 06:10:38'),(218261,72821,'action created','2025-12-17 06:10:38','2025-12-17 06:10:38'),(218262,72811,'action started via WP Cron','2025-12-17 06:10:38','2025-12-17 06:10:38'),(218263,72811,'action complete via WP Cron','2025-12-17 06:10:38','2025-12-17 06:10:38'),(218265,72823,'action created','2025-12-17 06:50:00','2025-12-17 06:50:00'),(218266,72823,'action started via WP Cron','2025-12-17 10:53:42','2025-12-17 10:53:42'),(218267,72823,'action complete via WP Cron','2025-12-17 10:53:42','2025-12-17 10:53:42'),(218268,72801,'action started via Async Request','2025-12-17 16:11:24','2025-12-17 16:11:24'),(218269,72801,'action complete via Async Request','2025-12-17 16:11:24','2025-12-17 16:11:24'),(218270,72824,'action created','2025-12-17 16:11:24','2025-12-17 16:11:24'),(218271,72802,'action started via Async Request','2025-12-17 16:11:24','2025-12-17 16:11:24'),(218272,72802,'action complete via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218273,72825,'action created','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218274,72803,'action started via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218275,72803,'action complete via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218276,72826,'action created','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218277,72804,'action started via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218278,72804,'action complete via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218279,72827,'action created','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218280,72805,'action started via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218281,72805,'action complete via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218282,72828,'action created','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218283,72806,'action started via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218284,72806,'action complete via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218285,72829,'action created','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218286,72807,'action started via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218287,72807,'action complete via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218288,72830,'action created','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218289,72813,'action started via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218291,72831,'action created','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218292,72832,'action created','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218293,72813,'action complete via Async Request','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218294,72833,'action created','2025-12-17 16:11:25','2025-12-17 16:11:25'),(218295,72832,'action started via WP Cron','2025-12-17 16:12:23','2025-12-17 16:12:23'),(218296,72832,'action complete via WP Cron','2025-12-17 16:12:23','2025-12-17 16:12:23'),(218297,72834,'action created','2025-12-17 16:13:50','2025-12-17 16:13:50'),(218298,72834,'action started via WP Cron','2025-12-17 16:14:25','2025-12-17 16:14:25'),(218299,72834,'action complete via WP Cron','2025-12-17 16:14:25','2025-12-17 16:14:25'),(218300,72835,'action created','2025-12-17 16:15:57','2025-12-17 16:15:57'),(218301,72835,'action started via WP Cron','2025-12-17 16:16:21','2025-12-17 16:16:21'),(218302,72835,'action complete via WP Cron','2025-12-17 16:16:21','2025-12-17 16:16:21'),(218303,72836,'action created','2025-12-17 17:02:46','2025-12-17 17:02:46'),(218304,72836,'action started via Async Request','2025-12-17 17:03:11','2025-12-17 17:03:11'),(218305,72836,'action complete via Async Request','2025-12-17 17:03:11','2025-12-17 17:03:11'),(218306,72821,'action started via Async Request','2025-12-17 18:11:38','2025-12-17 18:11:38'),(218307,72821,'action complete via Async Request','2025-12-17 18:11:38','2025-12-17 18:11:38'),(218308,72837,'action created','2025-12-17 18:11:38','2025-12-17 18:11:38'),(218309,72838,'action created','2025-12-17 18:35:48','2025-12-17 18:35:48'),(218310,72838,'action started via WP Cron','2025-12-17 18:35:48','2025-12-17 18:35:48'),(218311,72838,'action complete via WP Cron','2025-12-17 18:35:48','2025-12-17 18:35:48'),(218312,72818,'action started via Async Request','2025-12-17 22:05:44','2025-12-17 22:05:44'),(218313,72818,'action complete via Async Request','2025-12-17 22:05:44','2025-12-17 22:05:44'),(218314,72839,'action created','2025-12-17 22:05:44','2025-12-17 22:05:44'),(218315,72820,'action started via Async Request','2025-12-17 22:07:44','2025-12-17 22:07:44'),(218316,72820,'action complete via Async Request','2025-12-17 22:07:44','2025-12-17 22:07:44'),(218317,72840,'action created','2025-12-17 22:07:44','2025-12-17 22:07:44'),(218318,72831,'action started via Async Request','2025-12-18 06:01:38','2025-12-18 06:01:38'),(218319,72831,'action complete via Async Request','2025-12-18 06:01:38','2025-12-18 06:01:38'),(218321,72837,'action started via Async Request','2025-12-18 06:11:43','2025-12-18 06:11:43'),(218322,72837,'action complete via Async Request','2025-12-18 06:11:43','2025-12-18 06:11:43'),(218323,72842,'action created','2025-12-18 06:11:43','2025-12-18 06:11:43'),(218324,72843,'action created','2025-12-18 06:33:54','2025-12-18 06:33:54'),(218325,72843,'action started via Async Request','2025-12-18 06:35:55','2025-12-18 06:35:55'),(218326,72843,'action complete via Async Request','2025-12-18 06:35:55','2025-12-18 06:35:55'),(218327,72824,'action started via Async Request','2025-12-18 16:12:41','2025-12-18 16:12:41'),(218328,72824,'action complete via Async Request','2025-12-18 16:12:41','2025-12-18 16:12:41'),(218329,72844,'action created','2025-12-18 16:12:41','2025-12-18 16:12:41'),(218330,72825,'action started via Async Request','2025-12-18 16:12:41','2025-12-18 16:12:41'),(218331,72825,'action complete via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218332,72845,'action created','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218333,72826,'action started via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218334,72826,'action complete via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218335,72846,'action created','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218336,72827,'action started via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218337,72827,'action complete via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218338,72847,'action created','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218339,72828,'action started via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218340,72828,'action complete via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218341,72848,'action created','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218342,72829,'action started via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218343,72829,'action complete via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218344,72849,'action created','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218345,72830,'action started via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218346,72830,'action complete via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218347,72850,'action created','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218348,72833,'action started via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218350,72851,'action created','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218351,72852,'action created','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218352,72833,'action complete via Async Request','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218353,72853,'action created','2025-12-18 16:12:42','2025-12-18 16:12:42'),(218354,72852,'action started via Async Request','2025-12-18 16:14:41','2025-12-18 16:14:41'),(218355,72852,'action complete via Async Request','2025-12-18 16:14:41','2025-12-18 16:14:41'),(218356,72854,'action created','2025-12-18 17:51:52','2025-12-18 17:51:52'),(218357,72854,'action started via WP Cron','2025-12-18 17:52:16','2025-12-18 17:52:16'),(218358,72854,'action complete via WP Cron','2025-12-18 17:52:16','2025-12-18 17:52:16'),(218359,72842,'action started via WP Cron','2025-12-18 19:27:25','2025-12-18 19:27:25'),(218360,72842,'action complete via WP Cron','2025-12-18 19:27:25','2025-12-18 19:27:25'),(218361,72855,'action created','2025-12-18 19:27:25','2025-12-18 19:27:25'),(218362,72856,'action created','2025-12-18 19:27:28','2025-12-18 19:27:28'),(218363,72856,'action started via WP Cron','2025-12-18 19:28:52','2025-12-18 19:28:52'),(218364,72856,'action complete via WP Cron','2025-12-18 19:28:52','2025-12-18 19:28:52'),(218365,72839,'action started via WP Cron','2025-12-19 06:49:34','2025-12-19 06:49:34'),(218366,72839,'action complete via WP Cron','2025-12-19 06:49:34','2025-12-19 06:49:34'),(218367,72857,'action created','2025-12-19 06:49:34','2025-12-19 06:49:34'),(218368,72840,'action started via WP Cron','2025-12-19 06:49:34','2025-12-19 06:49:34'),(218369,72840,'action complete via WP Cron','2025-12-19 06:49:34','2025-12-19 06:49:34'),(218370,72858,'action created','2025-12-19 06:49:34','2025-12-19 06:49:34'),(218371,72851,'action started via WP Cron','2025-12-19 06:49:34','2025-12-19 06:49:34'),(218372,72851,'action complete via WP Cron','2025-12-19 06:49:34','2025-12-19 06:49:34'),(218374,72860,'action created','2025-12-19 06:49:37','2025-12-19 06:49:37'),(218375,72860,'action started via Async Request','2025-12-19 11:47:12','2025-12-19 11:47:12'),(218376,72860,'action complete via Async Request','2025-12-19 11:47:12','2025-12-19 11:47:12'),(218377,72855,'action started via Async Request','2025-12-19 11:47:12','2025-12-19 11:47:12'),(218378,72855,'action complete via Async Request','2025-12-19 11:47:12','2025-12-19 11:47:12'),(218379,72861,'action created','2025-12-19 11:47:12','2025-12-19 11:47:12'),(218380,72810,'action started via Async Request','2025-12-19 13:31:00','2025-12-19 13:31:00'),(218381,72810,'action complete via Async Request','2025-12-19 13:31:00','2025-12-19 13:31:00'),(218382,72844,'action started via Async Request','2025-12-19 16:14:20','2025-12-19 16:14:20'),(218383,72844,'action complete via Async Request','2025-12-19 16:14:20','2025-12-19 16:14:20'),(218384,72862,'action created','2025-12-19 16:14:20','2025-12-19 16:14:20'),(218385,72845,'action started via Async Request','2025-12-19 16:14:20','2025-12-19 16:14:20'),(218386,72845,'action complete via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218387,72863,'action created','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218388,72846,'action started via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218389,72846,'action complete via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218390,72864,'action created','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218391,72847,'action started via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218392,72847,'action complete via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218393,72865,'action created','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218394,72848,'action started via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218395,72848,'action complete via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218396,72866,'action created','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218397,72849,'action started via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218398,72849,'action complete via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218399,72867,'action created','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218400,72850,'action started via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218401,72850,'action complete via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218402,72868,'action created','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218403,72853,'action started via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218404,72869,'action created','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218406,72870,'action created','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218407,72871,'action created','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218408,72853,'action complete via Async Request','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218409,72872,'action created','2025-12-19 16:14:21','2025-12-19 16:14:21'),(218410,72871,'action started via Async Request','2025-12-19 16:16:22','2025-12-19 16:16:22'),(218411,72871,'action complete via Async Request','2025-12-19 16:16:22','2025-12-19 16:16:22'),(218412,72873,'action created','2025-12-19 18:35:31','2025-12-19 18:35:31'),(218413,72873,'action started via WP Cron','2025-12-19 18:35:31','2025-12-19 18:35:31'),(218414,72873,'action complete via WP Cron','2025-12-19 18:35:31','2025-12-19 18:35:31'),(218415,72861,'action started via WP Cron','2025-12-20 06:47:31','2025-12-20 06:47:31'),(218416,72861,'action complete via WP Cron','2025-12-20 06:47:31','2025-12-20 06:47:31'),(218417,72874,'action created','2025-12-20 06:47:31','2025-12-20 06:47:31'),(218418,72870,'action started via WP Cron','2025-12-20 06:47:31','2025-12-20 06:47:31'),(218419,72870,'action complete via WP Cron','2025-12-20 06:47:31','2025-12-20 06:47:31'),(218421,72876,'action created','2025-12-20 06:47:33','2025-12-20 06:47:33'),(218422,72876,'action started via WP Cron','2025-12-20 16:16:21','2025-12-20 16:16:21'),(218423,72876,'action complete via WP Cron','2025-12-20 16:16:21','2025-12-20 16:16:21'),(218424,72857,'action started via WP Cron','2025-12-20 16:16:21','2025-12-20 16:16:21'),(218425,72857,'action complete via WP Cron','2025-12-20 16:16:21','2025-12-20 16:16:21'),(218426,72877,'action created','2025-12-20 16:16:21','2025-12-20 16:16:21'),(218427,72858,'action started via WP Cron','2025-12-20 16:16:21','2025-12-20 16:16:21'),(218428,72858,'action complete via WP Cron','2025-12-20 16:16:21','2025-12-20 16:16:21'),(218429,72878,'action created','2025-12-20 16:16:21','2025-12-20 16:16:21'),(218430,72862,'action started via WP Cron','2025-12-20 16:16:21','2025-12-20 16:16:21'),(218431,72862,'action complete via WP Cron','2025-12-20 16:16:22','2025-12-20 16:16:22'),(218432,72879,'action created','2025-12-20 16:16:22','2025-12-20 16:16:22'),(218433,72863,'action started via WP Cron','2025-12-20 16:16:22','2025-12-20 16:16:22'),(218434,72863,'action complete via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218435,72880,'action created','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218436,72864,'action started via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218437,72864,'action complete via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218438,72881,'action created','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218439,72865,'action started via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218440,72865,'action complete via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218441,72882,'action created','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218442,72866,'action started via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218443,72866,'action complete via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218444,72883,'action created','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218445,72867,'action started via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218446,72867,'action complete via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218447,72884,'action created','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218448,72868,'action started via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218449,72868,'action complete via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218450,72885,'action created','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218451,72872,'action started via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218453,72886,'action created','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218454,72887,'action created','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218455,72872,'action complete via WP Cron','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218456,72888,'action created','2025-12-20 16:16:23','2025-12-20 16:16:23'),(218457,72887,'action started via WP Cron','2025-12-21 06:49:43','2025-12-21 06:49:43'),(218458,72887,'action complete via WP Cron','2025-12-21 06:49:43','2025-12-21 06:49:43'),(218459,72874,'action started via WP Cron','2025-12-21 06:49:43','2025-12-21 06:49:43'),(218460,72874,'action complete via WP Cron','2025-12-21 06:49:43','2025-12-21 06:49:43'),(218461,72889,'action created','2025-12-21 06:49:43','2025-12-21 06:49:43'),(218462,72886,'action started via WP Cron','2025-12-21 06:49:43','2025-12-21 06:49:43'),(218463,72886,'action complete via WP Cron','2025-12-21 06:49:43','2025-12-21 06:49:43'),(218465,72891,'action created','2025-12-21 06:49:45','2025-12-21 06:49:45'),(218466,72891,'action started via WP Cron','2025-12-21 18:46:48','2025-12-21 18:46:48'),(218467,72891,'action complete via WP Cron','2025-12-21 18:46:48','2025-12-21 18:46:48'),(218468,72877,'action started via WP Cron','2025-12-21 18:46:48','2025-12-21 18:46:48'),(218469,72877,'action complete via WP Cron','2025-12-21 18:46:48','2025-12-21 18:46:48'),(218470,72892,'action created','2025-12-21 18:46:48','2025-12-21 18:46:48'),(218471,72878,'action started via WP Cron','2025-12-21 18:46:48','2025-12-21 18:46:48'),(218472,72878,'action complete via WP Cron','2025-12-21 18:46:48','2025-12-21 18:46:48'),(218473,72893,'action created','2025-12-21 18:46:48','2025-12-21 18:46:48'),(218474,72879,'action started via WP Cron','2025-12-21 18:46:48','2025-12-21 18:46:48'),(218475,72879,'action complete via WP Cron','2025-12-21 18:46:49','2025-12-21 18:46:49'),(218476,72894,'action created','2025-12-21 18:46:49','2025-12-21 18:46:49'),(218477,72880,'action started via WP Cron','2025-12-21 18:46:49','2025-12-21 18:46:49'),(218478,72880,'action complete via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218479,72895,'action created','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218480,72881,'action started via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218481,72881,'action complete via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218482,72896,'action created','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218483,72882,'action started via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218484,72882,'action complete via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218485,72897,'action created','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218486,72883,'action started via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218487,72883,'action complete via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218488,72898,'action created','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218489,72884,'action started via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218490,72884,'action complete via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218491,72899,'action created','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218492,72885,'action started via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218493,72885,'action complete via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218494,72900,'action created','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218495,72888,'action started via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218497,72901,'action created','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218498,72902,'action created','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218499,72888,'action complete via WP Cron','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218500,72903,'action created','2025-12-21 18:46:50','2025-12-21 18:46:50'),(218501,72904,'action created','2025-12-21 18:46:52','2025-12-21 18:46:52'),(218502,72904,'action started via Async Request','2025-12-22 14:15:38','2025-12-22 14:15:38'),(218503,72904,'action complete via Async Request','2025-12-22 14:15:38','2025-12-22 14:15:38'),(218504,72902,'action started via Async Request','2025-12-22 14:15:38','2025-12-22 14:15:38'),(218505,72902,'action complete via Async Request','2025-12-22 14:15:38','2025-12-22 14:15:38'),(218506,72889,'action started via Async Request','2025-12-22 14:15:38','2025-12-22 14:15:38'),(218507,72889,'action complete via Async Request','2025-12-22 14:15:38','2025-12-22 14:15:38'),(218508,72905,'action created','2025-12-22 14:15:38','2025-12-22 14:15:38'),(218509,72901,'action started via Async Request','2025-12-22 14:15:38','2025-12-22 14:15:38'),(218510,72901,'action complete via Async Request','2025-12-22 14:15:38','2025-12-22 14:15:38'),(218511,72906,'action created','2025-12-22 14:15:38','2025-12-22 14:15:38'),(218512,72907,'action created','2025-12-22 14:15:42','2025-12-22 14:15:42'),(218513,72907,'action started via Async Request','2025-12-22 14:15:44','2025-12-22 14:15:44'),(218514,72907,'action complete via Async Request','2025-12-22 14:15:44','2025-12-22 14:15:44'),(218515,72869,'action started via Async Request','2025-12-22 16:15:22','2025-12-22 16:15:22'),(218516,72869,'action complete via Async Request','2025-12-22 16:15:22','2025-12-22 16:15:22'),(218517,72892,'action started via WP Cron','2025-12-23 06:49:37','2025-12-23 06:49:37'),(218518,72892,'action complete via WP Cron','2025-12-23 06:49:37','2025-12-23 06:49:37'),(218519,72908,'action created','2025-12-23 06:49:37','2025-12-23 06:49:37'),(218520,72893,'action started via WP Cron','2025-12-23 06:49:37','2025-12-23 06:49:37'),(218521,72893,'action complete via WP Cron','2025-12-23 06:49:37','2025-12-23 06:49:37'),(218522,72909,'action created','2025-12-23 06:49:37','2025-12-23 06:49:37'),(218523,72894,'action started via WP Cron','2025-12-23 06:49:37','2025-12-23 06:49:37'),(218524,72894,'action complete via WP Cron','2025-12-23 06:49:38','2025-12-23 06:49:38'),(218525,72910,'action created','2025-12-23 06:49:38','2025-12-23 06:49:38'),(218526,72895,'action started via WP Cron','2025-12-23 06:49:38','2025-12-23 06:49:38'),(218527,72895,'action complete via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218528,72911,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218529,72896,'action started via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218530,72896,'action complete via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218531,72912,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218532,72897,'action started via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218533,72897,'action complete via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218534,72913,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218535,72898,'action started via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218536,72898,'action complete via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218537,72914,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218538,72899,'action started via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218539,72899,'action complete via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218540,72915,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218541,72900,'action started via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218542,72900,'action complete via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218543,72916,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218544,72905,'action started via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218545,72905,'action complete via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218546,72917,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218547,72906,'action started via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218548,72906,'action complete via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218550,72903,'action started via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218551,72919,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218553,72920,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218554,72921,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218555,72903,'action complete via WP Cron','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218556,72922,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218557,72923,'action created','2025-12-23 06:49:39','2025-12-23 06:49:39'),(218558,72923,'action started via WP Cron','2025-12-23 17:15:47','2025-12-23 17:15:47'),(218559,72923,'action complete via WP Cron','2025-12-23 17:15:47','2025-12-23 17:15:47'),(218560,72921,'action started via WP Cron','2025-12-23 17:15:47','2025-12-23 17:15:47'),(218561,72921,'action complete via WP Cron','2025-12-23 17:15:47','2025-12-23 17:15:47'),(218562,72924,'action created','2025-12-23 18:35:34','2025-12-23 18:35:34'),(218563,72924,'action started via WP Cron','2025-12-23 18:35:34','2025-12-23 18:35:34'),(218564,72924,'action complete via WP Cron','2025-12-23 18:35:34','2025-12-23 18:35:34'),(218565,72917,'action started via Async Request','2025-12-23 18:49:43','2025-12-23 18:49:43'),(218566,72917,'action complete via Async Request','2025-12-23 18:49:43','2025-12-23 18:49:43'),(218567,72925,'action created','2025-12-23 18:49:43','2025-12-23 18:49:43'),(218568,72920,'action started via WP Cron','2025-12-24 06:52:50','2025-12-24 06:52:50'),(218569,72920,'action complete via WP Cron','2025-12-24 06:52:50','2025-12-24 06:52:50'),(218571,72908,'action started via WP Cron','2025-12-24 06:52:50','2025-12-24 06:52:50'),(218572,72908,'action complete via WP Cron','2025-12-24 06:52:50','2025-12-24 06:52:50'),(218573,72927,'action created','2025-12-24 06:52:50','2025-12-24 06:52:50'),(218574,72909,'action started via WP Cron','2025-12-24 06:52:50','2025-12-24 06:52:50'),(218575,72909,'action complete via WP Cron','2025-12-24 06:52:51','2025-12-24 06:52:51'),(218576,72928,'action created','2025-12-24 06:52:51','2025-12-24 06:52:51'),(218577,72910,'action started via WP Cron','2025-12-24 06:52:51','2025-12-24 06:52:51'),(218578,72910,'action complete via WP Cron','2025-12-24 06:52:51','2025-12-24 06:52:51'),(218579,72929,'action created','2025-12-24 06:52:51','2025-12-24 06:52:51'),(218580,72911,'action started via WP Cron','2025-12-24 06:52:51','2025-12-24 06:52:51'),(218581,72911,'action complete via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218582,72930,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218583,72912,'action started via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218584,72912,'action complete via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218585,72931,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218586,72913,'action started via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218587,72913,'action complete via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218588,72932,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218589,72914,'action started via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218590,72914,'action complete via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218591,72933,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218592,72915,'action started via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218593,72915,'action complete via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218594,72934,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218595,72916,'action started via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218596,72916,'action complete via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218597,72935,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218598,72925,'action started via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218599,72925,'action complete via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218600,72936,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218601,72922,'action started via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218603,72937,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218604,72938,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218605,72922,'action complete via WP Cron','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218606,72939,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218607,72940,'action created','2025-12-24 06:52:52','2025-12-24 06:52:52'),(218608,72940,'action started via Async Request','2025-12-24 06:52:53','2025-12-24 06:52:53'),(218609,72940,'action complete via Async Request','2025-12-24 06:52:53','2025-12-24 06:52:53'),(218610,72941,'action created','2025-12-24 06:52:54','2025-12-24 06:52:54'),(218611,72941,'action started via Async Request','2025-12-24 06:52:59','2025-12-24 06:52:59'),(218612,72941,'action complete via Async Request','2025-12-24 06:52:59','2025-12-24 06:52:59'),(218613,72938,'action started via Async Request','2025-12-24 06:53:05','2025-12-24 06:53:05'),(218614,72938,'action complete via Async Request','2025-12-24 06:53:05','2025-12-24 06:53:05'),(218615,72942,'action created','2025-12-24 13:41:54','2025-12-24 13:41:54'),(218616,72942,'action started via Async Request','2025-12-24 13:41:55','2025-12-24 13:41:55'),(218617,72942,'action complete via Async Request','2025-12-24 13:41:56','2025-12-24 13:41:56'),(218618,72712,'action started via Async Request','2025-12-24 15:23:12','2025-12-24 15:23:12'),(218619,72712,'action complete via Async Request','2025-12-24 15:23:12','2025-12-24 15:23:12'),(218620,72943,'action created','2025-12-24 15:23:12','2025-12-24 15:23:12'),(218621,72944,'action created','2025-12-24 18:34:47','2025-12-24 18:34:47'),(218622,72944,'action started via Async Request','2025-12-24 18:36:47','2025-12-24 18:36:47'),(218623,72944,'action complete via Async Request','2025-12-24 18:36:47','2025-12-24 18:36:47'),(218624,72936,'action started via Async Request','2025-12-24 18:52:55','2025-12-24 18:52:55'),(218625,72936,'action complete via Async Request','2025-12-24 18:52:55','2025-12-24 18:52:55'),(218626,72945,'action created','2025-12-24 18:52:55','2025-12-24 18:52:55'),(218627,72937,'action started via WP Cron','2025-12-25 06:17:22','2025-12-25 06:17:22'),(218628,72937,'action complete via WP Cron','2025-12-25 06:17:22','2025-12-25 06:17:22'),(218630,72947,'action created','2025-12-25 06:52:07','2025-12-25 06:52:07'),(218631,72947,'action started via WP Cron','2025-12-25 07:08:14','2025-12-25 07:08:14'),(218632,72947,'action complete via WP Cron','2025-12-25 07:08:14','2025-12-25 07:08:14'),(218633,72927,'action started via WP Cron','2025-12-25 07:08:14','2025-12-25 07:08:14'),(218634,72927,'action complete via WP Cron','2025-12-25 07:08:14','2025-12-25 07:08:14'),(218635,72948,'action created','2025-12-25 07:08:14','2025-12-25 07:08:14'),(218636,72928,'action started via WP Cron','2025-12-25 07:08:14','2025-12-25 07:08:14'),(218637,72928,'action complete via WP Cron','2025-12-25 07:08:14','2025-12-25 07:08:14'),(218638,72949,'action created','2025-12-25 07:08:14','2025-12-25 07:08:14'),(218639,72929,'action started via WP Cron','2025-12-25 07:08:14','2025-12-25 07:08:14'),(218640,72929,'action complete via WP Cron','2025-12-25 07:08:15','2025-12-25 07:08:15'),(218641,72950,'action created','2025-12-25 07:08:15','2025-12-25 07:08:15'),(218642,72930,'action started via WP Cron','2025-12-25 07:08:15','2025-12-25 07:08:15'),(218643,72930,'action complete via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218644,72951,'action created','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218645,72931,'action started via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218646,72931,'action complete via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218647,72952,'action created','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218648,72932,'action started via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218649,72932,'action complete via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218650,72953,'action created','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218651,72933,'action started via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218652,72933,'action complete via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218653,72954,'action created','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218654,72934,'action started via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218655,72934,'action complete via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218656,72955,'action created','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218657,72935,'action started via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218658,72935,'action complete via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218659,72956,'action created','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218660,72945,'action started via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218661,72945,'action complete via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218662,72957,'action created','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218663,72939,'action started via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218665,72958,'action created','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218666,72959,'action created','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218667,72939,'action complete via WP Cron','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218668,72960,'action created','2025-12-25 07:08:16','2025-12-25 07:08:16'),(218669,72959,'action started via Async Request','2025-12-25 08:00:35','2025-12-25 08:00:35'),(218670,72959,'action complete via Async Request','2025-12-25 08:00:35','2025-12-25 08:00:35'),(218671,72961,'action created','2025-12-25 18:34:48','2025-12-25 18:34:48'),(218672,72961,'action started via Async Request','2025-12-25 18:36:49','2025-12-25 18:36:49'),(218673,72961,'action complete via Async Request','2025-12-25 18:36:49','2025-12-25 18:36:49'),(218674,72957,'action started via Async Request','2025-12-25 19:09:05','2025-12-25 19:09:05'),(218675,72957,'action complete via Async Request','2025-12-25 19:09:05','2025-12-25 19:09:05'),(218676,72962,'action created','2025-12-25 19:09:05','2025-12-25 19:09:05'),(218677,72958,'action started via Async Request','2025-12-26 06:00:29','2025-12-26 06:00:29'),(218678,72958,'action complete via Async Request','2025-12-26 06:00:29','2025-12-26 06:00:29'),(218680,72964,'action created','2025-12-26 06:34:45','2025-12-26 06:34:45'),(218681,72964,'action started via Async Request','2025-12-26 06:36:46','2025-12-26 06:36:46'),(218682,72964,'action complete via Async Request','2025-12-26 06:36:46','2025-12-26 06:36:46'),(218683,72919,'action started via Async Request','2025-12-26 06:50:53','2025-12-26 06:50:53'),(218684,72919,'action complete via Async Request','2025-12-26 06:50:53','2025-12-26 06:50:53'),(218685,72948,'action started via Async Request','2025-12-26 07:09:08','2025-12-26 07:09:08'),(218686,72948,'action complete via Async Request','2025-12-26 07:09:09','2025-12-26 07:09:09'),(218687,72965,'action created','2025-12-26 07:09:09','2025-12-26 07:09:09'),(218688,72949,'action started via Async Request','2025-12-26 07:09:09','2025-12-26 07:09:09'),(218689,72949,'action complete via Async Request','2025-12-26 07:09:09','2025-12-26 07:09:09'),(218690,72966,'action created','2025-12-26 07:09:09','2025-12-26 07:09:09'),(218691,72950,'action started via Async Request','2025-12-26 07:09:09','2025-12-26 07:09:09'),(218692,72950,'action complete via Async Request','2025-12-26 07:09:09','2025-12-26 07:09:09'),(218693,72967,'action created','2025-12-26 07:09:09','2025-12-26 07:09:09'),(218694,72951,'action started via Async Request','2025-12-26 07:09:09','2025-12-26 07:09:09'),(218695,72951,'action complete via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218696,72968,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218697,72952,'action started via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218698,72952,'action complete via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218699,72969,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218700,72953,'action started via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218701,72953,'action complete via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218702,72970,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218703,72954,'action started via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218704,72954,'action complete via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218705,72971,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218706,72955,'action started via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218707,72955,'action complete via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218708,72972,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218709,72956,'action started via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218710,72956,'action complete via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218711,72973,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218712,72962,'action started via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218713,72962,'action complete via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218714,72974,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218715,72960,'action started via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218716,72975,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218718,72976,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218719,72977,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218720,72960,'action complete via Async Request','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218721,72978,'action created','2025-12-26 07:09:10','2025-12-26 07:09:10'),(218722,72977,'action started via Async Request','2025-12-26 07:11:03','2025-12-26 07:11:03'),(218723,72977,'action complete via Async Request','2025-12-26 07:11:03','2025-12-26 07:11:03'),(218724,72979,'action created','2025-12-26 18:34:41','2025-12-26 18:34:41'),(218725,72979,'action started via Async Request','2025-12-26 18:36:42','2025-12-26 18:36:42'),(218726,72979,'action complete via Async Request','2025-12-26 18:36:42','2025-12-26 18:36:42'),(218727,72974,'action started via Async Request','2025-12-26 19:10:59','2025-12-26 19:10:59'),(218728,72974,'action complete via Async Request','2025-12-26 19:10:59','2025-12-26 19:10:59'),(218729,72980,'action created','2025-12-26 19:10:59','2025-12-26 19:10:59'),(218730,72976,'action started via Async Request','2025-12-27 06:00:21','2025-12-27 06:00:21'),(218731,72976,'action complete via Async Request','2025-12-27 06:00:21','2025-12-27 06:00:21'),(218733,72982,'action created','2025-12-27 06:34:38','2025-12-27 06:34:38'),(218734,72982,'action started via Async Request','2025-12-27 06:36:39','2025-12-27 06:36:39'),(218735,72982,'action complete via Async Request','2025-12-27 06:36:39','2025-12-27 06:36:39'),(218736,72965,'action started via Async Request','2025-12-27 07:10:56','2025-12-27 07:10:56'),(218737,72965,'action complete via Async Request','2025-12-27 07:10:56','2025-12-27 07:10:56'),(218738,72983,'action created','2025-12-27 07:10:56','2025-12-27 07:10:56'),(218739,72966,'action started via Async Request','2025-12-27 07:10:56','2025-12-27 07:10:56'),(218740,72966,'action complete via Async Request','2025-12-27 07:10:56','2025-12-27 07:10:56'),(218741,72984,'action created','2025-12-27 07:10:56','2025-12-27 07:10:56'),(218742,72967,'action started via Async Request','2025-12-27 07:10:56','2025-12-27 07:10:56'),(218743,72967,'action complete via Async Request','2025-12-27 07:10:57','2025-12-27 07:10:57'),(218744,72985,'action created','2025-12-27 07:10:57','2025-12-27 07:10:57'),(218745,72968,'action started via Async Request','2025-12-27 07:10:57','2025-12-27 07:10:57'),(218746,72968,'action complete via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218747,72986,'action created','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218748,72969,'action started via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218749,72969,'action complete via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218750,72987,'action created','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218751,72970,'action started via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218752,72970,'action complete via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218753,72988,'action created','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218754,72971,'action started via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218755,72971,'action complete via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218756,72989,'action created','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218757,72972,'action started via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218758,72972,'action complete via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218759,72990,'action created','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218760,72973,'action started via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218761,72973,'action complete via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218762,72991,'action created','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218763,72978,'action started via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218765,72992,'action created','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218766,72993,'action created','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218767,72978,'action complete via Async Request','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218768,72994,'action created','2025-12-27 07:10:58','2025-12-27 07:10:58'),(218769,72980,'action started via Async Request','2025-12-27 07:11:04','2025-12-27 07:11:04'),(218770,72980,'action complete via Async Request','2025-12-27 07:11:04','2025-12-27 07:11:04'),(218771,72995,'action created','2025-12-27 07:11:04','2025-12-27 07:11:04'),(218772,72993,'action started via Async Request','2025-12-27 07:11:10','2025-12-27 07:11:10'),(218773,72993,'action complete via Async Request','2025-12-27 07:11:10','2025-12-27 07:11:10'),(218774,72995,'action started via WP Cron','2025-12-28 05:35:02','2025-12-28 05:35:02'),(218775,72995,'action complete via WP Cron','2025-12-28 05:35:02','2025-12-28 05:35:02'),(218776,72996,'action created','2025-12-28 05:35:02','2025-12-28 05:35:02'),(218777,72997,'action created','2025-12-28 05:35:04','2025-12-28 05:35:04'),(218778,72997,'action started via WP Cron','2025-12-28 06:52:02','2025-12-28 06:52:02'),(218779,72997,'action complete via WP Cron','2025-12-28 06:52:02','2025-12-28 06:52:02'),(218780,72992,'action started via WP Cron','2025-12-28 06:52:02','2025-12-28 06:52:02'),(218781,72992,'action complete via WP Cron','2025-12-28 06:52:02','2025-12-28 06:52:02'),(218783,72999,'action created','2025-12-28 06:52:03','2025-12-28 06:52:03'),(218784,72999,'action started via WP Cron','2025-12-28 13:48:25','2025-12-28 13:48:25'),(218785,72999,'action complete via WP Cron','2025-12-28 13:48:25','2025-12-28 13:48:25'),(218786,72983,'action started via WP Cron','2025-12-28 13:48:25','2025-12-28 13:48:25'),(218787,72983,'action complete via WP Cron','2025-12-28 13:48:25','2025-12-28 13:48:25'),(218788,73000,'action created','2025-12-28 13:48:25','2025-12-28 13:48:25'),(218789,72984,'action started via WP Cron','2025-12-28 13:48:25','2025-12-28 13:48:25'),(218790,72984,'action complete via WP Cron','2025-12-28 13:48:25','2025-12-28 13:48:25'),(218791,73001,'action created','2025-12-28 13:48:25','2025-12-28 13:48:25'),(218792,72985,'action started via WP Cron','2025-12-28 13:48:25','2025-12-28 13:48:25'),(218793,72985,'action complete via WP Cron','2025-12-28 13:48:26','2025-12-28 13:48:26'),(218794,73002,'action created','2025-12-28 13:48:26','2025-12-28 13:48:26'),(218795,72986,'action started via WP Cron','2025-12-28 13:48:26','2025-12-28 13:48:26'),(218796,72986,'action complete via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218797,73003,'action created','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218798,72987,'action started via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218799,72987,'action complete via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218800,73004,'action created','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218801,72988,'action started via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218802,72988,'action complete via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218803,73005,'action created','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218804,72989,'action started via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218805,72989,'action complete via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218806,73006,'action created','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218807,72990,'action started via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218808,72990,'action complete via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218809,73007,'action created','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218810,72991,'action started via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218811,72991,'action complete via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218812,73008,'action created','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218813,72994,'action started via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218815,73009,'action created','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218816,73010,'action created','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218817,72994,'action complete via WP Cron','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218818,73011,'action created','2025-12-28 13:48:27','2025-12-28 13:48:27'),(218819,73010,'action started via WP Cron','2025-12-29 03:53:46','2025-12-29 03:53:46'),(218820,73010,'action complete via WP Cron','2025-12-29 03:53:46','2025-12-29 03:53:46'),(218821,72996,'action started via WP Cron','2025-12-29 03:53:46','2025-12-29 03:53:46'),(218822,72996,'action complete via WP Cron','2025-12-29 03:53:46','2025-12-29 03:53:46'),(218823,73012,'action created','2025-12-29 03:53:46','2025-12-29 03:53:46'),(218824,73013,'action created','2025-12-29 03:53:49','2025-12-29 03:53:49'),(218825,73013,'action started via WP Cron','2025-12-29 06:51:59','2025-12-29 06:51:59'),(218826,73013,'action complete via WP Cron','2025-12-29 06:51:59','2025-12-29 06:51:59'),(218827,73009,'action started via WP Cron','2025-12-29 06:51:59','2025-12-29 06:51:59'),(218828,73009,'action complete via WP Cron','2025-12-29 06:51:59','2025-12-29 06:51:59'),(218830,73015,'action created','2025-12-29 06:52:01','2025-12-29 06:52:01'),(218831,73015,'action started via Async Request','2025-12-29 13:27:29','2025-12-29 13:27:29'),(218832,73015,'action complete via Async Request','2025-12-29 13:27:29','2025-12-29 13:27:29'),(218833,72975,'action started via Async Request','2025-12-29 13:27:29','2025-12-29 13:27:29'),(218834,72975,'action complete via Async Request','2025-12-29 13:27:29','2025-12-29 13:27:29'),(218835,73000,'action started via WP Cron','2025-12-29 14:00:05','2025-12-29 14:00:05'),(218836,73000,'action complete via WP Cron','2025-12-29 14:00:06','2025-12-29 14:00:06'),(218837,73016,'action created','2025-12-29 14:00:06','2025-12-29 14:00:06'),(218838,73001,'action started via WP Cron','2025-12-29 14:00:06','2025-12-29 14:00:06'),(218839,73001,'action complete via WP Cron','2025-12-29 14:00:06','2025-12-29 14:00:06'),(218840,73017,'action created','2025-12-29 14:00:06','2025-12-29 14:00:06'),(218841,73002,'action started via WP Cron','2025-12-29 14:00:06','2025-12-29 14:00:06'),(218842,73002,'action complete via WP Cron','2025-12-29 14:00:06','2025-12-29 14:00:06'),(218843,73018,'action created','2025-12-29 14:00:06','2025-12-29 14:00:06'),(218844,73003,'action started via WP Cron','2025-12-29 14:00:06','2025-12-29 14:00:06'),(218845,73003,'action complete via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218846,73019,'action created','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218847,73004,'action started via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218848,73004,'action complete via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218849,73020,'action created','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218850,73005,'action started via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218851,73005,'action complete via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218852,73021,'action created','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218853,73006,'action started via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218854,73006,'action complete via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218855,73022,'action created','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218856,73007,'action started via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218857,73007,'action complete via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218858,73023,'action created','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218859,73008,'action started via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218860,73008,'action complete via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218861,73024,'action created','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218862,73011,'action started via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218863,73025,'action created','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218865,73026,'action created','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218866,73027,'action created','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218867,73011,'action complete via WP Cron','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218868,73028,'action created','2025-12-29 14:00:07','2025-12-29 14:00:07'),(218869,73027,'action started via WP Cron','2025-12-29 14:00:20','2025-12-29 14:00:20'),(218870,73027,'action complete via WP Cron','2025-12-29 14:00:20','2025-12-29 14:00:20'),(218871,73012,'action started via Async Request','2025-12-29 15:53:59','2025-12-29 15:53:59'),(218872,73012,'action complete via Async Request','2025-12-29 15:53:59','2025-12-29 15:53:59'),(218873,73029,'action created','2025-12-29 15:53:59','2025-12-29 15:53:59'),(218874,73030,'action created','2025-12-29 18:35:19','2025-12-29 18:35:19'),(218875,73030,'action started via WP Cron','2025-12-29 18:35:19','2025-12-29 18:35:19'),(218876,73030,'action complete via WP Cron','2025-12-29 18:35:19','2025-12-29 18:35:19'),(218877,73029,'action started via Async Request','2025-12-30 03:55:58','2025-12-30 03:55:58'),(218878,73029,'action complete via Async Request','2025-12-30 03:55:58','2025-12-30 03:55:58'),(218879,73031,'action created','2025-12-30 03:55:58','2025-12-30 03:55:58'),(218880,73026,'action started via Async Request','2025-12-30 06:00:59','2025-12-30 06:00:59'),(218881,73026,'action complete via Async Request','2025-12-30 06:00:59','2025-12-30 06:00:59'),(218883,73033,'action created','2025-12-30 06:35:16','2025-12-30 06:35:16'),(218884,73033,'action started via WP Cron','2025-12-30 06:35:16','2025-12-30 06:35:16'),(218885,73033,'action complete via WP Cron','2025-12-30 06:35:16','2025-12-30 06:35:16'),(218886,73016,'action started via Async Request','2025-12-30 14:00:55','2025-12-30 14:00:55'),(218887,73016,'action complete via Async Request','2025-12-30 14:00:55','2025-12-30 14:00:55'),(218888,73034,'action created','2025-12-30 14:00:55','2025-12-30 14:00:55'),(218889,73017,'action started via Async Request','2025-12-30 14:00:55','2025-12-30 14:00:55'),(218890,73017,'action complete via Async Request','2025-12-30 14:00:55','2025-12-30 14:00:55'),(218891,73035,'action created','2025-12-30 14:00:55','2025-12-30 14:00:55'),(218892,73018,'action started via Async Request','2025-12-30 14:00:55','2025-12-30 14:00:55'),(218893,73018,'action complete via Async Request','2025-12-30 14:00:55','2025-12-30 14:00:55'),(218894,73036,'action created','2025-12-30 14:00:55','2025-12-30 14:00:55'),(218895,73019,'action started via Async Request','2025-12-30 14:00:55','2025-12-30 14:00:55'),(218896,73019,'action complete via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218897,73037,'action created','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218898,73020,'action started via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218899,73020,'action complete via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218900,73038,'action created','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218901,73021,'action started via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218902,73021,'action complete via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218903,73039,'action created','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218904,73022,'action started via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218905,73022,'action complete via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218906,73040,'action created','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218907,73023,'action started via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218908,73023,'action complete via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218909,73041,'action created','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218910,73024,'action started via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218911,73024,'action complete via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218912,73042,'action created','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218913,73028,'action started via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218915,73043,'action created','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218916,73044,'action created','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218917,73028,'action complete via Async Request','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218918,73045,'action created','2025-12-30 14:00:56','2025-12-30 14:00:56'),(218919,73044,'action started via Async Request','2025-12-30 14:02:56','2025-12-30 14:02:56'),(218920,73044,'action complete via Async Request','2025-12-30 14:02:56','2025-12-30 14:02:56'),(218921,73031,'action started via Async Request','2025-12-30 15:56:19','2025-12-30 15:56:19'),(218922,73031,'action complete via Async Request','2025-12-30 15:56:19','2025-12-30 15:56:19'),(218923,73046,'action created','2025-12-30 15:56:19','2025-12-30 15:56:19'),(218924,73047,'action created','2025-12-30 18:35:38','2025-12-30 18:35:38'),(218925,73047,'action started via WP Cron','2025-12-30 18:35:38','2025-12-30 18:35:38'),(218926,73047,'action complete via WP Cron','2025-12-30 18:35:38','2025-12-30 18:35:38'),(218927,73046,'action started via WP Cron','2025-12-31 06:53:22','2025-12-31 06:53:22'),(218928,73046,'action complete via WP Cron','2025-12-31 06:53:22','2025-12-31 06:53:22'),(218929,73048,'action created','2025-12-31 06:53:22','2025-12-31 06:53:22'),(218930,73043,'action started via WP Cron','2025-12-31 06:53:22','2025-12-31 06:53:22'),(218931,73043,'action complete via WP Cron','2025-12-31 06:53:23','2025-12-31 06:53:23'),(218933,73050,'action created','2025-12-31 06:53:24','2025-12-31 06:53:24'),(218934,73050,'action started via Async Request','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218935,73050,'action complete via Async Request','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218936,73034,'action started via Async Request','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218937,73034,'action complete via Async Request','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218938,73051,'action created','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218939,73035,'action started via Async Request','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218940,73035,'action complete via Async Request','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218941,73052,'action created','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218942,73036,'action started via Async Request','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218943,73036,'action complete via Async Request','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218944,73053,'action created','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218945,73037,'action started via Async Request','2025-12-31 14:56:38','2025-12-31 14:56:38'),(218946,73037,'action complete via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218947,73054,'action created','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218948,73038,'action started via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218949,73038,'action complete via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218950,73055,'action created','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218951,73039,'action started via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218952,73039,'action complete via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218953,73056,'action created','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218954,73040,'action started via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218955,73040,'action complete via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218956,73057,'action created','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218957,73041,'action started via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218958,73041,'action complete via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218959,73058,'action created','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218960,73042,'action started via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218961,73042,'action complete via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218962,73059,'action created','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218963,73045,'action started via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218965,73060,'action created','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218966,73061,'action created','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218967,73045,'action complete via Async Request','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218968,73062,'action created','2025-12-31 14:56:39','2025-12-31 14:56:39'),(218969,73061,'action started via Async Request','2025-12-31 16:46:26','2025-12-31 16:46:26'),(218970,73061,'action complete via Async Request','2025-12-31 16:46:26','2025-12-31 16:46:26'),(218971,73048,'action started via Async Request','2025-12-31 19:47:47','2025-12-31 19:47:47'),(218972,73048,'action complete via Async Request','2025-12-31 19:47:47','2025-12-31 19:47:47'),(218973,73063,'action created','2025-12-31 19:47:47','2025-12-31 19:47:47'),(218974,73064,'action created','2025-12-31 19:47:55','2025-12-31 19:47:55'),(218975,73051,'action canceled','2026-01-08 15:47:20','2026-01-08 15:47:20'),(218976,73065,'action created','2026-01-08 15:47:20','2026-01-08 15:47:20'),(218977,73066,'action created','2026-01-08 15:47:20','2026-01-08 15:47:20'),(218978,73067,'action created','2026-01-08 20:52:20','2026-01-08 20:52:20'),(218979,73068,'action created','2026-01-09 01:50:12','2026-01-09 01:50:12'),(218980,73065,'action canceled','2026-01-13 18:41:52','2026-01-13 18:41:52'),(218981,73069,'action created','2026-01-13 18:41:54','2026-01-13 18:41:54'),(218982,73069,'action canceled','2026-01-13 18:44:02','2026-01-13 18:44:02'),(218983,73063,'action canceled','2026-01-13 18:44:05','2026-01-13 18:44:05'),(218984,73063,'action canceled','2026-01-13 18:44:05','2026-01-13 18:44:05'),(218985,73059,'action canceled','2026-01-13 18:44:05','2026-01-13 18:44:05'),(218986,73059,'action canceled','2026-01-13 18:44:05','2026-01-13 18:44:05'),(218987,73070,'action created','2026-01-13 18:47:42','2026-01-13 18:47:42'),(218988,73071,'action created','2026-01-13 18:47:45','2026-01-13 18:47:45'),(218989,73070,'action canceled','2026-01-13 18:48:55','2026-01-13 18:48:55'),(218990,73072,'action created','2026-01-13 18:48:56','2026-01-13 18:48:56'),(218991,73072,'action canceled','2026-01-13 18:49:14','2026-01-13 18:49:14'),(218992,73073,'action created','2026-01-13 18:49:15','2026-01-13 18:49:15'),(218993,73073,'action canceled','2026-01-13 18:49:27','2026-01-13 18:49:27'),(218994,73074,'action created','2026-01-13 18:49:27','2026-01-13 18:49:27'),(218995,73074,'action canceled','2026-01-13 18:51:11','2026-01-13 18:51:11'),(218996,73075,'action created','2026-01-13 18:51:14','2026-01-13 18:51:14'),(218997,73071,'action canceled','2026-01-13 18:53:54','2026-01-13 18:53:54'),(218998,73071,'action canceled','2026-01-13 18:53:54','2026-01-13 18:53:54'),(218999,73075,'action canceled','2026-01-13 18:53:54','2026-01-13 18:53:54'),(219000,73058,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219001,73058,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219002,73025,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219003,73025,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219004,73060,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219005,73060,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219006,73054,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219007,73054,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219008,73056,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219009,73056,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219010,72943,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219011,72943,'action canceled','2026-01-13 18:54:00','2026-01-13 18:54:00'),(219012,73076,'action created','2026-01-13 19:03:20','2026-01-13 19:03:20'),(219013,73077,'action created','2026-01-13 19:03:20','2026-01-13 19:03:20'),(219014,73076,'action canceled','2026-01-13 19:05:41','2026-01-13 19:05:41'),(219015,73078,'action created','2026-01-13 19:05:42','2026-01-13 19:05:42'),(219016,73079,'action created','2026-01-13 19:56:19','2026-01-13 19:56:19'),(219017,73080,'action created','2026-01-13 19:56:20','2026-01-13 19:56:20'),(219018,73081,'action created','2026-01-13 19:56:21','2026-01-13 19:56:21'),(219019,73082,'action created','2026-01-13 19:56:22','2026-01-13 19:56:22'),(219020,73083,'action created','2026-01-13 20:03:07','2026-01-13 20:03:07'),(219021,73084,'action created','2026-01-13 20:03:08','2026-01-13 20:03:08'),(219022,73085,'action created','2026-01-13 20:37:59','2026-01-13 20:37:59'),(219023,73086,'action created','2026-01-13 20:46:47','2026-01-13 20:46:47'),(219024,73078,'action canceled','2026-01-13 21:32:45','2026-01-13 21:32:45'),(219025,73087,'action created','2026-01-13 21:32:46','2026-01-13 21:32:46'),(219026,73087,'action canceled','2026-01-13 22:13:54','2026-01-13 22:13:54'),(219027,73088,'action created','2026-01-13 22:13:55','2026-01-13 22:13:55'),(219028,73089,'action created','2026-01-20 20:06:22','2026-01-20 20:06:22'),(219029,73090,'action created','2026-01-22 17:00:07','2026-01-22 17:00:07'),(219030,73091,'action created','2026-02-04 19:52:47','2026-02-04 19:52:47'),(219031,73092,'action created','2026-02-09 17:30:17','2026-02-09 17:30:17'),(219032,73093,'action created','2026-02-09 21:27:11','2026-02-09 21:27:11'),(219033,73094,'action created','2026-02-12 15:03:09','2026-02-12 15:03:09'),(219034,73095,'action created','2026-02-12 15:03:09','2026-02-12 15:03:09'),(219035,73096,'action created','2026-02-12 15:03:09','2026-02-12 15:03:09'),(219036,73097,'action created','2026-02-12 15:03:09','2026-02-12 15:03:09'),(219037,73098,'action created','2026-02-12 15:03:09','2026-02-12 15:03:09'),(219038,73099,'action created','2026-02-12 15:03:10','2026-02-12 15:03:10'),(219039,73100,'action created','2026-02-19 19:38:09','2026-02-19 19:38:09'),(219040,73101,'action created','2026-02-24 15:38:52','2026-02-24 15:38:52'),(219041,73102,'action created','2026-03-05 22:33:40','2026-03-05 22:33:40'),(219042,73103,'action created','2026-03-05 23:09:33','2026-03-05 23:09:33'),(219043,73104,'action created','2026-03-11 16:26:58','2026-03-11 16:26:58'),(219044,73105,'action created','2026-03-18 16:47:54','2026-03-18 16:47:54'),(219045,73106,'action created','2026-03-27 16:35:00','2026-03-27 16:35:00'),(219046,73107,'action created','2026-03-27 18:08:42','2026-03-27 18:08:42'),(219047,73108,'action created','2026-03-30 14:16:35','2026-03-30 14:16:35'),(219048,73109,'action created','2026-03-30 14:16:35','2026-03-30 14:16:35'),(219049,73110,'action created','2026-03-30 14:16:35','2026-03-30 14:16:35'),(219050,73111,'action created','2026-03-30 14:16:35','2026-03-30 14:16:35'),(219051,73112,'action created','2026-03-30 14:16:35','2026-03-30 14:16:35'),(219052,73113,'action created','2026-03-30 16:19:07','2026-03-30 16:19:07'),(219053,73114,'action created','2026-04-07 15:20:41','2026-04-07 15:20:41'),(219054,73115,'action created','2026-04-08 14:30:13','2026-04-08 14:30:13'),(219055,73116,'action created','2026-04-08 14:30:13','2026-04-08 14:30:13'),(219056,73117,'action created','2026-04-08 14:30:13','2026-04-08 14:30:13'),(219057,73118,'action created','2026-04-08 14:30:13','2026-04-08 14:30:13'),(219058,73119,'action created','2026-04-08 14:30:13','2026-04-08 14:30:13'),(219059,73088,'action canceled','2026-04-08 14:38:34','2026-04-08 14:38:34'),(219060,73120,'action created','2026-04-08 14:38:35','2026-04-08 14:38:35'),(219061,73120,'action canceled','2026-04-08 14:50:35','2026-04-08 14:50:35'),(219062,73121,'action created','2026-04-08 14:50:36','2026-04-08 14:50:36'),(219063,73121,'action canceled','2026-04-08 14:50:40','2026-04-08 14:50:40'),(219064,73122,'action created','2026-04-08 14:50:40','2026-04-08 14:50:40'),(219065,73122,'action canceled','2026-04-08 15:11:52','2026-04-08 15:11:52'),(219066,73123,'action created','2026-04-08 15:11:53','2026-04-08 15:11:53'),(219067,73124,'action created','2026-04-09 17:12:19','2026-04-09 17:12:19'),(219068,73125,'action created','2026-04-10 00:41:38','2026-04-10 00:41:38'),(219069,73126,'action created','2026-05-07 12:50:32','2026-05-07 12:50:32'),(219070,73127,'action created','2026-05-07 12:51:50','2026-05-07 12:51:50'),(219071,73128,'action created','2026-05-11 18:47:40','2026-05-11 18:47:40'),(219072,73129,'action created','2026-05-11 19:42:23','2026-05-11 19:42:23'),(219073,73130,'action created','2026-05-18 18:22:52','2026-05-18 18:22:52'),(219074,73131,'action created','2026-05-19 12:38:15','2026-05-19 12:38:15'),(219075,73132,'action created','2026-05-26 14:49:37','2026-05-26 14:49:37'),(219076,73133,'action created','2026-05-26 15:19:30','2026-05-26 15:19:30'),(219077,73134,'action created','2026-05-26 15:19:30','2026-05-26 15:19:30'),(219078,73135,'action created','2026-05-26 15:19:30','2026-05-26 15:19:30'),(219079,73136,'action created','2026-05-26 15:19:30','2026-05-26 15:19:30'),(219080,73137,'action created','2026-05-26 15:19:30','2026-05-26 15:19:30'),(219081,73138,'action created','2026-05-26 15:19:30','2026-05-26 15:19:30'),(219082,73139,'action created','2026-05-29 15:36:17','2026-05-29 15:36:17'),(219083,73140,'action created','2026-06-01 16:33:28','2026-06-01 16:33:28'),(219084,73141,'action created','2026-06-02 21:32:03','2026-06-02 21:32:03'),(219085,73142,'action created','2026-06-06 18:37:13','2026-06-06 18:37:13'),(219086,73143,'action created','2026-07-01 20:11:43','2026-07-01 20:11:43'),(219087,73144,'action created','2026-07-09 12:17:43','2026-07-09 12:17:43'),(219088,73145,'action created','2026-07-13 15:47:09','2026-07-13 15:47:09'),(219089,73146,'action created','2026-07-14 00:51:50','2026-07-14 00:51:50'),(219090,73147,'action created','2026-07-21 21:28:12','2026-07-21 21:28:12'),(219091,73148,'action created','2026-07-23 18:25:29','2026-07-23 18:25:29');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_addonlibrary_addons`
--

DROP TABLE IF EXISTS `wp_addonlibrary_addons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_addonlibrary_addons` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `name` varchar(128) DEFAULT NULL,
  `alias` varchar(128) DEFAULT NULL,
  `addontype` varchar(128) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `templates` mediumtext DEFAULT NULL,
  `config` mediumtext DEFAULT NULL,
  `catid` int(11) DEFAULT NULL,
  `is_active` tinyint(4) DEFAULT NULL,
  `test_slot1` text DEFAULT NULL,
  `test_slot2` text DEFAULT NULL,
  `test_slot3` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_addonlibrary_addons`
--

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

--
-- Table structure for table `wp_addonlibrary_categories`
--

DROP TABLE IF EXISTS `wp_addonlibrary_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_addonlibrary_categories` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `params` text NOT NULL,
  `type` tinytext DEFAULT NULL,
  `parent_id` int(9) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_addonlibrary_categories`
--

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

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES (9,9336,'is_customer_note','1'),(10,9338,'is_customer_note','1'),(11,9340,'is_customer_note','1'),(12,9342,'is_customer_note','1'),(13,9344,'is_customer_note','1'),(14,9345,'note_group','order_update'),(15,9346,'note_group','order_update'),(16,9347,'note_group','order_update'),(17,9348,'note_group','order_update'),(18,9349,'note_group','order_update'),(19,9350,'note_group','order_update'),(20,9351,'note_group','order_update'),(22,9354,'note_group','order_update'),(23,9355,'note_group','order_update'),(24,9358,'note_group','order_update'),(25,9359,'note_group','order_update'),(26,9360,'note_group','order_update'),(27,9361,'note_group','order_update'),(28,9367,'note_group','order_update'),(29,9369,'note_group','order_update'),(30,9371,'note_group','order_update'),(31,9372,'note_group','order_update'),(32,9373,'note_group','email_notification'),(33,9376,'note_group','order_update'),(34,9381,'note_group','order_update'),(35,9383,'note_group','order_update'),(36,9385,'note_group','order_update'),(37,9386,'note_group','order_update'),(38,9389,'note_group','order_update'),(39,9391,'note_group','order_update'),(40,9394,'note_group','order_update'),(41,9396,'note_group','order_update'),(42,9398,'note_group','order_update'),(43,9399,'note_group','order_update'),(44,9400,'note_group','order_update'),(45,9404,'note_group','order_update'),(46,9405,'note_group','order_update'),(47,9406,'note_group','order_update'),(48,9407,'note_group','order_update'),(49,9408,'note_group','order_update'),(50,9409,'note_group','order_update'),(51,9410,'note_group','order_update'),(52,9411,'note_group','order_update'),(53,9416,'note_group','order_update'),(54,9417,'note_group','order_update'),(55,9419,'note_group','order_update'),(56,9420,'note_group','order_update'),(57,9421,'note_group','order_update'),(58,9423,'note_group','order_update'),(60,9426,'note_group','order_update'),(61,9427,'note_group','order_update'),(62,9428,'note_group','order_update'),(63,9429,'note_group','order_update'),(64,9430,'note_group','order_update'),(65,9431,'note_group','order_update'),(66,9434,'note_group','order_update'),(67,9435,'note_group','order_update'),(69,9437,'note_group','order_update'),(70,9438,'note_group','order_update'),(71,9441,'note_group','order_update'),(72,9443,'note_group','order_update'),(73,9444,'note_group','order_update'),(74,9445,'note_group','order_update'),(75,9447,'note_group','order_update'),(76,9448,'note_group','order_update'),(77,9449,'note_group','order_update'),(78,9451,'note_group','order_update'),(79,9452,'note_group','order_update'),(81,9456,'note_group','order_update'),(82,9457,'note_group','order_update'),(83,9459,'note_group','order_update'),(84,9465,'note_group','order_update'),(85,9466,'note_group','order_update'),(86,9468,'note_group','order_update'),(87,9471,'note_group','order_update'),(88,9473,'note_group','order_update'),(89,9474,'note_group','order_update'),(90,9475,'note_group','order_update'),(91,9477,'note_group','order_update'),(92,9478,'note_group','order_update'),(93,9481,'note_group','order_update'),(94,9484,'note_group','order_update'),(95,9487,'note_group','order_update'),(96,9488,'note_group','order_update'),(97,9489,'note_group','order_update'),(98,9491,'note_group','order_update'),(99,9493,'note_group','order_update'),(100,9495,'note_group','order_update'),(101,9496,'note_group','order_update'),(102,9498,'note_group','order_update'),(103,9499,'note_group','order_update'),(104,9500,'note_group','order_update'),(105,9501,'note_group','order_update');
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`),
  KEY `woo_idx_comment_date_type` (`comment_date_gmt`,`comment_type`,`comment_approved`,`comment_post_ID`),
  KEY `woo_idx_comment_approved_type` (`comment_approved`,`comment_type`,`comment_post_ID`)
) ENGINE=InnoDB AUTO_INCREMENT=9503 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (8879,3522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-23 21:04:31','2025-06-23 21:04:31','Shipment for Order 3521',0,'1','WooCommerce','order_note',0,0),(8880,3523,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-23 21:04:31','2025-06-23 21:04:31','Shipment for Order 3521',0,'1','WooCommerce','order_note',0,0),(8883,3522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-23 21:07:46','2025-06-23 21:07:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8884,3523,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-23 21:07:46','2025-06-23 21:07:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8887,3522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-24 21:19:22','2025-06-24 21:19:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8888,3523,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-24 21:19:22','2025-06-24 21:19:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8889,3535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-26 16:57:49','2025-06-26 16:57:49','Shipment for Order 3534',0,'1','WooCommerce','order_note',0,0),(8890,3536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-26 16:57:49','2025-06-26 16:57:49','Shipment for Order 3534',0,'1','WooCommerce','order_note',0,0),(8893,3535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-26 16:58:28','2025-06-26 16:58:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8894,3536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-26 16:58:28','2025-06-26 16:58:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8899,3542,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:08:37','2025-06-28 14:08:37','Shipment for Order 3541',0,'1','WooCommerce','order_note',0,0),(8900,3543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:08:37','2025-06-28 14:08:37','Shipment for Order 3541',0,'1','WooCommerce','order_note',0,0),(8901,3544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:08:37','2025-06-28 14:08:37','Shipment for Order 3541',0,'1','WooCommerce','order_note',0,0),(8904,3542,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:09:35','2025-06-28 14:09:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8905,3543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:09:35','2025-06-28 14:09:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8906,3544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:09:35','2025-06-28 14:09:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8914,3542,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 19:50:40','2025-06-30 19:50:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8915,3543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 19:50:40','2025-06-30 19:50:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8916,3544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 19:50:40','2025-06-30 19:50:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8934,3535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-04 03:14:48','2025-07-04 03:14:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8935,3536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-04 03:14:48','2025-07-04 03:14:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9333,184281,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2025-11-05 20:32:37','2025-11-05 20:32:37','This order has been created from <a href=\"post.php?post=184280&action=edit\">quote # 184280</a>',0,'post-trashed','WooCommerce','order_note',0,0),(9334,184284,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2025-11-17 18:38:00','2025-11-17 18:38:00','This order has been created from <a href=\"post.php?post=184282&action=edit\">quote # 184282</a>',0,'post-trashed','WooCommerce','order_note',0,0),(9335,184294,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2025-12-17 16:13:50','2025-12-17 16:13:50','This order has been created from <a href=\"post.php?post=184292&action=edit\">quote # 184292</a>',0,'1','WooCommerce','order_note',0,0),(9336,184294,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2025-12-17 16:13:50','2025-12-17 16:13:50','This order has been created from <a href=\"https://clinicstore.liceclinicsofamerica.com/my-account/request-quote/184292\">quote # 184292</a>',0,'1','WooCommerce','order_note',0,0),(9337,184295,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2025-12-17 16:15:57','2025-12-17 16:15:57','This order has been created from <a href=\"post.php?post=184290&action=edit\">quote # 184290</a>',0,'1','WooCommerce','order_note',0,0),(9338,184295,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2025-12-17 16:15:57','2025-12-17 16:15:57','This order has been created from <a href=\"https://clinicstore.liceclinicsofamerica.com/my-account/request-quote/184290\">quote # 184290</a>',0,'1','WooCommerce','order_note',0,0),(9339,184297,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2025-12-17 17:02:46','2025-12-17 17:02:46','This order has been created from <a href=\"post.php?post=184287&action=edit\">quote # 184287</a>',0,'1','WooCommerce','order_note',0,0),(9340,184297,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2025-12-17 17:02:46','2025-12-17 17:02:46','This order has been created from <a href=\"https://clinicstore.liceclinicsofamerica.com/my-account/request-quote/184287\">quote # 184287</a>',0,'1','WooCommerce','order_note',0,0),(9341,184304,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2025-12-18 17:51:52','2025-12-18 17:51:52','This order has been created from <a href=\"post.php?post=184288&action=edit\">quote # 184288</a>',0,'1','WooCommerce','order_note',0,0),(9342,184304,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2025-12-18 17:51:52','2025-12-18 17:51:52','This order has been created from <a href=\"https://clinicstore.liceclinicsofamerica.com/my-account/request-quote/184288\">quote # 184288</a>',0,'1','WooCommerce','order_note',0,0),(9343,184307,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-01-09 01:50:12','2026-01-09 01:50:12','This order has been created from <a href=\"post.php?post=184306&action=edit\">quote # 184306</a>',0,'1','WooCommerce','order_note',0,0),(9344,184307,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-01-09 01:50:12','2026-01-09 01:50:12','This order has been created from <a href=\"https://clinicstore.liceclinicsofamerica.com/my-account/request-quote/184306\">quote # 184306</a>',0,'1','WooCommerce','order_note',0,0),(9345,184294,'lcaadmin','laradasciences@gmail.com','','','2026-01-13 19:56:20','2026-01-13 19:56:20','Order status changed by bulk edit: Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(9346,184295,'lcaadmin','laradasciences@gmail.com','','','2026-01-13 19:56:20','2026-01-13 19:56:20','Order status changed by bulk edit: Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(9347,184297,'lcaadmin','laradasciences@gmail.com','','','2026-01-13 19:56:21','2026-01-13 19:56:21','Order status changed by bulk edit: Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(9348,184304,'lcaadmin','laradasciences@gmail.com','','','2026-01-13 19:56:22','2026-01-13 19:56:22','Order status changed by bulk edit: Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(9349,184307,'lcaadmin','laradasciences@gmail.com','','','2026-01-13 19:56:23','2026-01-13 19:56:23','Order status changed by bulk edit: Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(9350,184329,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-01-13 20:03:07','2026-01-13 20:03:07','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'post-trashed','WooCommerce','order_note',0,0),(9351,184332,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-01-13 20:46:47','2026-01-13 20:46:47','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'post-trashed','WooCommerce','order_note',0,0),(9353,184346,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-01-22 14:36:51','2026-01-22 14:36:51','1/22/2026 shipped\n1Z6F158F0372266046',0,'1','WooCommerce','order_note',0,0),(9354,184346,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-01-22 14:38:09','2026-01-22 14:38:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9355,184351,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-01-22 17:00:07','2026-01-22 17:00:07','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9356,184351,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-01-22 18:28:58','2026-01-22 18:28:58','Invoice #53232',0,'1','WooCommerce','order_note',0,0),(9357,184351,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-03 17:04:35','2026-02-03 17:04:35','Shipped FedEx 1/22/2026; delivered 1/26/2026\n\nTracking number 451800206821',0,'1','WooCommerce','order_note',0,0),(9358,184351,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-03 17:05:24','2026-02-03 17:05:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9359,184353,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-02-04 19:52:47','2026-02-04 19:52:47','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9360,184354,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-02-09 17:30:17','2026-02-09 17:30:17','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9361,184355,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-02-09 21:27:11','2026-02-09 21:27:11','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9362,184354,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-10 12:01:14','2026-02-10 12:01:14','Invoice 53368 - Syracuse',0,'1','WooCommerce','order_note',0,0),(9363,184355,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-10 12:18:40','2026-02-10 12:18:40','Invoice 53369',0,'1','WooCommerce','order_note',0,0),(9364,184355,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-10 12:24:04','2026-02-10 12:24:04','Invoice 53369',0,'1','WooCommerce','order_note',0,0),(9366,184353,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-10 19:08:23','2026-02-10 19:08:23','Shipped via FedEx 2/5/2026. 451800208191, 451800208206 &amp; 451800208217',0,'1','WooCommerce','order_note',0,0),(9367,184353,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-10 19:09:36','2026-02-10 19:09:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9368,184355,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-18 17:54:48','2026-02-18 17:54:48','shipped 2/10 FedEx\n451800208846',0,'1','WooCommerce','order_note',0,0),(9369,184355,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-18 17:55:22','2026-02-18 17:55:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9370,184354,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-18 17:56:32','2026-02-18 17:56:32','Invoice 53368\nShipped 2.10  FedEx\n451800208798',0,'1','WooCommerce','order_note',0,0),(9371,184354,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-18 17:56:45','2026-02-18 17:56:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9372,184356,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-02-19 19:38:09','2026-02-19 19:38:09','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9373,184355,'lcaadmin','laradasciences@gmail.com','','','2026-02-20 20:26:33','2026-02-20 20:26:33','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0),(9374,184356,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-23 11:39:36','2026-02-23 11:39:36','Invoice  53411\nComDel PO 1018\n2/23/2026',0,'1','WooCommerce','order_note',0,0),(9376,184357,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-02-24 15:38:52','2026-02-24 15:38:52','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9378,184357,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-25 15:16:44','2026-02-25 15:16:44','Invoice 53416  2/25/2026   $125.00',0,'1','WooCommerce','order_note',0,0),(9379,184357,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-25 15:20:53','2026-02-25 15:20:53','ComDel PO 1019',0,'1','WooCommerce','order_note',0,0),(9380,184357,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-27 18:59:49','2026-02-27 18:59:49','Shipped 2/25/2026\nUPS--1Z6F158F0370488597\nInvice 53416',0,'1','WooCommerce','order_note',0,0),(9381,184357,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-27 19:00:37','2026-02-27 19:00:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9382,184356,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-27 20:06:03','2026-02-27 20:06:03','UPS Tracking Number--1Z6F158F0370239052\nShipped 2/27/2026',0,'1','WooCommerce','order_note',0,0),(9383,184356,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-27 20:06:13','2026-02-27 20:06:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9384,184356,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-02-27 20:08:38','2026-02-27 20:08:38','LRK\'s shipped via FedEx on 2/23   451800210890',0,'1','WooCommerce','order_note',0,0),(9385,184358,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-03-05 22:33:40','2026-03-05 22:33:40','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9386,184359,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-03-05 23:09:33','2026-03-05 23:09:33','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9387,184358,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-06 15:01:17','2026-03-06 15:01:17','Invoice 77781',0,'1','WooCommerce','order_note',0,0),(9388,184359,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-06 15:12:10','2026-03-06 15:12:10','Invoice 77782; 3/6/2026',0,'1','WooCommerce','order_note',0,0),(9389,184360,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-03-11 16:26:58','2026-03-11 16:26:58','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9390,184360,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-13 15:20:19','2026-03-13 15:20:19','Invoice #53522   3/13/2026',0,'1','WooCommerce','order_note',0,0),(9391,184361,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-03-18 16:47:55','2026-03-18 16:47:55','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9392,184361,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-19 17:59:47','2026-03-19 17:59:47','Invoice 20310   3/19/2026',0,'1','WooCommerce','order_note',0,0),(9393,184358,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-19 19:29:02','2026-03-19 19:29:02','FedEx shipping--451800212518 (3/06)',0,'1','WooCommerce','order_note',0,0),(9394,184358,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-19 19:29:29','2026-03-19 19:29:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9395,184359,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-19 19:30:32','2026-03-19 19:30:32','FedEx shipping   451800212529    (3/06)',0,'1','WooCommerce','order_note',0,0),(9396,184359,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-19 19:30:47','2026-03-19 19:30:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9397,184360,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-19 19:31:39','2026-03-19 19:31:39','FedEx  451800213514     (3/13)',0,'1','WooCommerce','order_note',0,0),(9398,184360,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-19 19:31:52','2026-03-19 19:31:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9399,184362,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-03-27 16:35:00','2026-03-27 16:35:00','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9400,184363,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-03-27 18:08:42','2026-03-27 18:08:42','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9401,184363,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-30 16:06:20','2026-03-30 16:06:20','Invoice 53533.  Sent to Ginesis 3/30/2026',0,'1','WooCommerce','order_note',0,0),(9402,184362,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-30 16:14:00','2026-03-30 16:14:00','Invoice 53534 dated 3/30/2026',0,'1','WooCommerce','order_note',0,0),(9403,184361,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-30 16:18:36','2026-03-30 16:18:36','FedEx tracking numbers--451800214565 &amp; 451800214554   3/19/2026',0,'1','WooCommerce','order_note',0,0),(9404,184361,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-03-30 16:19:08','2026-03-30 16:19:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9405,184363,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-06 12:24:54','2026-04-06 12:24:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9406,184362,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-06 12:25:21','2026-04-06 12:25:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9407,184373,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-04-07 15:20:41','2026-04-07 15:20:41','Awaiting check payment. Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9408,184373,'lcaadmin','laradasciences@gmail.com','','','2026-04-09 03:32:40','2026-04-09 03:32:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9409,184379,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-04-09 17:12:19','2026-04-09 17:12:19','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9410,184379,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-09 18:30:19','2026-04-09 18:30:19','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9411,184380,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-04-10 00:41:38','2026-04-10 00:41:38','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9412,184373,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-10 13:35:42','2026-04-10 13:35:42','Invoice # 53624',0,'1','WooCommerce','order_note',0,0),(9413,184379,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-10 13:37:28','2026-04-10 13:37:28','Invoice 53639; PO 1023   \nSN: 3120-16243005\nHours: 143.6',0,'1','WooCommerce','order_note',0,0),(9414,184380,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-10 16:35:19','2026-04-10 16:35:19','Invoice 53645  4/10/2026',0,'1','WooCommerce','order_note',0,0),(9415,184379,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-10 16:37:04','2026-04-10 16:37:04','Device shipped 4/10/2026\n1Z6F158F0372669772',0,'1','WooCommerce','order_note',0,0),(9416,184379,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-10 16:38:44','2026-04-10 16:38:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9417,184380,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-10 16:39:14','2026-04-10 16:39:14','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9418,184380,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-14 17:53:22','2026-04-14 17:53:22','Tracking numbers--FedEx   451800217760, 451800217770 &amp; 451800217781\nShipped 4/10/2026',0,'1','WooCommerce','order_note',0,0),(9419,184380,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-04-16 13:00:02','2026-04-16 13:00:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9420,184382,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-05-07 12:50:32','2026-05-07 12:50:32','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9421,184383,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-05-07 12:51:50','2026-05-07 12:51:50','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9422,184382,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-07 13:28:00','2026-05-07 13:28:00','Invoice #53794  5/7/2026',0,'1','WooCommerce','order_note',0,0),(9423,184382,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-07 13:28:32','2026-05-07 13:28:32','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9425,184383,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-07 14:51:54','2026-05-07 14:51:54','Invoice 53795; 5/7/2026',0,'1','WooCommerce','order_note',0,0),(9426,184384,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-05-11 18:47:40','2026-05-11 18:47:40','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9427,184385,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-05-11 19:42:23','2026-05-11 19:42:23','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9428,184382,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-12 13:19:35','2026-05-12 13:19:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9429,184383,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-12 13:20:43','2026-05-12 13:20:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9430,184384,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-12 13:32:29','2026-05-12 13:32:29','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9431,184385,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-12 13:35:20','2026-05-12 13:35:20','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9432,184384,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-12 13:51:12','2026-05-12 13:51:12','PO 1027; 5/12/2026\nInvoice # 53819',0,'1','WooCommerce','order_note',0,0),(9433,184385,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-12 13:52:31','2026-05-12 13:52:31','PO #1026  5/12/2026\nInvoice # 53820 5/12/2026',0,'1','WooCommerce','order_note',0,0),(9434,184384,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-14 12:40:59','2026-05-14 12:40:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9435,184385,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-15 17:34:14','2026-05-15 17:34:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9437,184387,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-05-19 12:38:15','2026-05-19 12:38:15','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9438,184386,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-19 17:36:53','2026-05-19 17:36:53','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9439,184386,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-19 17:37:30','2026-05-19 17:37:30','PO 1028\nInvoice 53823',0,'1','WooCommerce','order_note',0,0),(9440,184387,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-19 17:54:18','2026-05-19 17:54:18','Invoice 53824   5/19/2026',0,'1','WooCommerce','order_note',0,0),(9441,184387,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-19 17:54:33','2026-05-19 17:54:33','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9442,184386,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-20 16:11:41','2026-05-20 16:11:41','Libby changed the applicator base order quantity to 6.  \nShipped UPS 5/19/2026.\nInvoice 53823',0,'1','WooCommerce','order_note',0,0),(9443,184386,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-20 16:12:10','2026-05-20 16:12:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9444,184387,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-22 14:28:01','2026-05-22 14:28:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9445,184388,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-05-26 14:49:37','2026-05-26 14:49:37','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9446,184388,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-28 17:25:41','2026-05-28 17:25:41','Added in a new hose to the order at N/C.  Invoice # 53837.',0,'1','WooCommerce','order_note',0,0),(9447,184388,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-28 17:26:12','2026-05-28 17:26:12','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9448,184390,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-05-29 15:36:17','2026-05-29 15:36:17','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9449,184390,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-29 17:56:30','2026-05-29 17:56:30','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9450,184390,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-05-29 18:20:26','2026-05-29 18:20:26','Invoice #53839\nPO 1031',0,'1','WooCommerce','order_note',0,0),(9451,184391,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-06-01 16:33:28','2026-06-01 16:33:28','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9452,184388,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-02 16:20:58','2026-06-02 16:20:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9455,184391,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-02 16:49:57','2026-06-02 16:49:57','6/2/2026  Invoice #53928',0,'1','WooCommerce','order_note',0,0),(9456,184390,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-02 16:53:51','2026-06-02 16:53:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9457,184392,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-06-02 21:32:03','2026-06-02 21:32:03','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9458,184392,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-03 18:56:10','2026-06-03 18:56:10','Invoice # 53935\nPO 1032',0,'1','WooCommerce','order_note',0,0),(9459,184392,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-03 18:56:22','2026-06-03 18:56:22','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9460,184388,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-03 18:59:32','2026-06-03 18:59:32','Delivered 6/3/2026',0,'1','WooCommerce','order_note',0,0),(9461,184390,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-03 19:00:57','2026-06-03 19:00:57','Delivered 6/3/2026',0,'1','WooCommerce','order_note',0,0),(9462,184391,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-03 19:07:38','2026-06-03 19:07:38','Filters - PO 1033',0,'1','WooCommerce','order_note',0,0),(9463,184392,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-05 13:02:16','2026-06-05 13:02:16','ComDel portion of order shipped 6/5/2056   UPS 1Z6F158F0371212104',0,'1','WooCommerce','order_note',0,0),(9464,184392,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-05 17:21:43','2026-06-05 17:21:43','Ginesis portion of order shipped 6/5/2026  FedEx 451800225654',0,'1','WooCommerce','order_note',0,0),(9465,184392,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-05 17:36:56','2026-06-05 17:36:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9466,184393,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-06-06 18:37:13','2026-06-06 18:37:13','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9467,184393,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-09 14:09:44','2026-06-09 14:09:44','Invoice 53975; PO 1035   Sent to ComDel 6/9/2026',0,'1','WooCommerce','order_note',0,0),(9468,184393,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-09 14:10:06','2026-06-09 14:10:06','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9469,184391,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-12 14:46:35','2026-06-12 14:46:35','UPS tracking was for the filters.',0,'1','WooCommerce','order_note',0,0),(9470,184391,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-12 15:52:52','2026-06-12 15:52:52','FedEx tracking was for the OneCure Devices',0,'1','WooCommerce','order_note',0,0),(9471,184391,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-12 15:54:10','2026-06-12 15:54:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9472,184393,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-22 13:09:12','2026-06-22 13:09:12','Two partial orders shipped UPS--1Z6F158F0370498399 and 1Z6F158F0370975453 \n    5453 was delivered 6/17/2026\n     8399 was delivered 6/15/2026',0,'1','WooCommerce','order_note',0,0),(9473,184393,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-06-22 13:09:30','2026-06-22 13:09:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9474,184394,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-07-01 20:11:43','2026-07-01 20:11:43','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9475,184395,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-07-09 12:17:43','2026-07-09 12:17:43','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9476,184394,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-09 16:05:03','2026-07-09 16:05:03','Invoice 54081; 7/9/2026',0,'1','WooCommerce','order_note',0,0),(9477,184394,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-09 16:09:46','2026-07-09 16:09:46','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9478,184395,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-09 16:44:53','2026-07-09 16:44:53','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9479,184395,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-09 16:46:50','2026-07-09 16:46:50','Invoice 54082 7/9/2026\nPO 1037  7/9/2026',0,'1','WooCommerce','order_note',0,0),(9480,184395,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-13 14:03:22','2026-07-13 14:03:22','UPS shipment--ComDel Filters',0,'1','WooCommerce','order_note',0,0),(9481,184396,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-07-13 15:47:09','2026-07-13 15:47:09','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9482,184396,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-13 16:24:00','2026-07-13 16:24:00','Tulsa Order--Invoice 54094; PO 1039   7/13/2026',0,'1','WooCommerce','order_note',0,0),(9483,184396,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-13 16:24:44','2026-07-13 16:24:44','OKC Order - PO 1040; Invoice 54095   \n7/13/2026',0,'1','WooCommerce','order_note',0,0),(9484,184396,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-13 16:25:22','2026-07-13 16:25:22','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9485,184395,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-13 20:13:51','2026-07-13 20:13:51','OneCure Devices, Inv 54082, 451800230756 FedEx  Delivered 7/13/2026',0,'1','WooCommerce','order_note',0,0),(9486,184394,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-13 20:16:29','2026-07-13 20:16:29','7/9/2026 shipped via FedEx; delivered 7/10/2026',0,'1','WooCommerce','order_note',0,0),(9487,184394,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-13 20:17:00','2026-07-13 20:17:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9488,184395,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-13 20:18:16','2026-07-13 20:18:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9489,184397,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-07-14 00:51:50','2026-07-14 00:51:50','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9490,184397,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-16 20:32:09','2026-07-16 20:32:09','PO 1041; Invoice #54098',0,'1','WooCommerce','order_note',0,0),(9491,184397,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-16 20:32:51','2026-07-16 20:32:51','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9492,184397,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-17 15:29:26','2026-07-17 15:29:26','Invoice 54098',0,'1','WooCommerce','order_note',0,0),(9493,184397,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-17 15:29:44','2026-07-17 15:29:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9494,184396,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-17 15:58:31','2026-07-17 15:58:31','Backorder to Tulsa shipped 7/17/2026  UPS',0,'1','WooCommerce','order_note',0,0),(9495,184396,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-17 15:58:47','2026-07-17 15:58:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9496,184398,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-07-21 21:28:12','2026-07-21 21:28:12','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9497,184398,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-23 14:35:37','2026-07-23 14:35:37','Invoice 54101; PO 1042   7/22/2026',0,'1','WooCommerce','order_note',0,0),(9498,184398,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-23 14:36:28','2026-07-23 14:36:28','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9499,184399,'WooCommerce','woocommerce@clinicstore.liceclinicsofamerica.com','','','2026-07-23 18:25:29','2026-07-23 18:25:29','Awaiting check payment. Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(9500,184398,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-24 14:18:12','2026-07-24 14:18:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9501,184399,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-24 14:43:05','2026-07-24 14:43:05','Order status changed from On hold to Processing.',0,'1','WooCommerce','order_note',0,0),(9502,184399,'Rose Mary Hontz','rosemary@liceclinicsofamerica.com','','','2026-07-24 14:43:39','2026-07-24 14:43:39','Invoice 54102   7/24/2026',0,'1','WooCommerce','order_note',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_e_events`
--

DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_events`
--

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

--
-- Table structure for table `wp_e_notes`
--

DROP TABLE IF EXISTS `wp_e_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_notes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) DEFAULT NULL,
  `route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `author_id` bigint(20) unsigned DEFAULT NULL,
  `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) NOT NULL DEFAULT 'publish',
  `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext DEFAULT NULL,
  `is_resolved` tinyint(1) NOT NULL DEFAULT 0,
  `is_public` tinyint(1) NOT NULL DEFAULT 1,
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `route_url_index` (`route_url`(191)),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `parent_id_index` (`parent_id`),
  KEY `author_id_index` (`author_id`),
  KEY `status_index` (`status`),
  KEY `is_resolved_index` (`is_resolved`),
  KEY `is_public_index` (`is_public`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `last_activity_at_index` (`last_activity_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_notes`
--

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

--
-- Table structure for table `wp_e_notes_users_relations`
--

DROP TABLE IF EXISTS `wp_e_notes_users_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_notes_users_relations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`),
  KEY `note_id_index` (`note_id`),
  KEY `user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_notes_users_relations`
--

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

--
-- Table structure for table `wp_e_submissions`
--

DROP TABLE IF EXISTS `wp_e_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(255) DEFAULT NULL,
  `hash_id` varchar(255) NOT NULL,
  `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) unsigned NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(255) NOT NULL,
  `form_name` varchar(255) NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  KEY `main_meta_id_index` (`main_meta_id`),
  KEY `hash_id_index` (`hash_id`),
  KEY `type_index` (`type`),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `campaign_id_index` (`campaign_id`),
  KEY `user_id_index` (`user_id`),
  KEY `user_ip_index` (`user_ip`),
  KEY `status_index` (`status`),
  KEY `is_read_index` (`is_read`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `referer_index` (`referer`),
  KEY `referer_title_index` (`referer_title`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions`
--

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

--
-- Table structure for table `wp_e_submissions_actions_log`
--

DROP TABLE IF EXISTS `wp_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(255) NOT NULL,
  `action_label` varchar(255) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions_actions_log`
--

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

--
-- Table structure for table `wp_e_submissions_values`
--

DROP TABLE IF EXISTS `wp_e_submissions_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `key` varchar(255) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions_values`
--

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

--
-- Table structure for table `wp_fsmpt_email_logs`
--

DROP TABLE IF EXISTS `wp_fsmpt_email_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fsmpt_email_logs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `site_id` int(10) unsigned DEFAULT NULL,
  `to` varchar(255) DEFAULT NULL,
  `from` varchar(255) DEFAULT NULL,
  `subject` varchar(255) DEFAULT NULL,
  `body` longtext DEFAULT NULL,
  `headers` longtext DEFAULT NULL,
  `attachments` longtext DEFAULT NULL,
  `status` varchar(20) DEFAULT 'pending',
  `response` text DEFAULT NULL,
  `extra` text DEFAULT NULL,
  `retries` int(10) unsigned DEFAULT 0,
  `resent_count` int(10) unsigned DEFAULT 0,
  `source` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=581 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fsmpt_email_logs`
--

LOCK TABLES `wp_fsmpt_email_logs` WRITE;
/*!40000 ALTER TABLE `wp_fsmpt_email_logs` DISABLE KEYS */;
INSERT INTO `wp_fsmpt_email_logs` VALUES (577,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:33:\"rosemary@liceclinicsofamerica.com\";}i:1;a:1:{s:5:\"email\";s:30:\"daivd@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order From Comdel Store','<head><style>body {\n	background-color: #f7f7f7;\n	padding: 0;\n	text-align: center;\n}\n\n#outer_wrapper {\n	background-color: #f7f7f7;\n}\n\n\n#wrapper {\n	margin: 0 auto;\n	padding: 70px 0;\n	-webkit-text-size-adjust: none !important;\n	width: 100%;\n	max-width: 600px;\n}\n\n#template_container {\n	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;\n	background-color: #ffffff;\n	border: 1px solid #dedede;\n	border-radius: 3px !important;\n}\n\n#template_header {\n	background-color: #5bc500;\n	border-radius: 3px 3px 0 0 !important;\n	color: #ffffff;\n	border-bottom: 0;\n	font-weight: bold;\n	line-height: 100%;\n	vertical-align: middle;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n#template_header h1,\n#template_header h1 a {\n	color: #ffffff;\n	background-color: inherit;\n}\n\n\n#template_header_image img {\n	margin-left: 0;\n	margin-right: 0;\n}\n\n#template_footer td {\n	padding: 0;\n	border-radius: 6px;\n}\n\n#template_footer #credit {\n	border: 0;\n		color: #3c3c3c;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 12px;\n	line-height: 150%;\n	text-align: center;\n	padding: 24px 0;\n}\n\n#template_footer #credit p {\n	margin: 0 0 16px;\n}\n\n#body_content {\n	background-color: #ffffff;\n}\n\n#body_content table td {\n	padding: 48px 48px 32px;\n}\n\n#body_content table td td {\n	padding: 12px;\n}\n\n#body_content table td th {\n	padding: 12px;\n}\n\n#body_content table .email-order-details td,\n#body_content table .email-order-details th {\n	padding: 8px 12px;\n}\n\n#body_content table .email-order-details td:first-child,\n#body_content table .email-order-details th:first-child {\n	padding-left: 0;\n}\n\n#body_content table .email-order-details td:last-child,\n#body_content table .email-order-details th:last-child {\n	padding-right: 0;\n}\n\n#body_content .email-order-details tbody tr:last-child td {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n}\n\n#body_content .email-order-details tfoot tr:first-child td,\n#body_content .email-order-details tfoot tr:first-child th {\n	padding-top: 24px;\n}\n\n#body_content .order-item-data td {\n	border: 0 !important;\n	padding: 0 !important;\n	vertical-align: middle;\n}\n\n#body_content .email-order-details .order-totals td,\n#body_content .email-order-details .order-totals th {\n	font-weight: normal;\n	padding-bottom: 5px;\n	padding-top: 5px;\n}\n\n#body_content .email-order-details .order-totals-total th {\n	font-weight: bold;\n}\n\n#body_content .email-order-details .order-totals-total td {\n	font-weight: bold;\n	font-size: 20px;\n}\n\n#body_content .email-order-details .order-totals-last td,\n#body_content .email-order-details .order-totals-last th {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n}\n\n#body_content .email-order-details .order-customer-note td {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n	padding-top: 24px;\n}\n\n#body_content td ul.wc-item-meta {\n	font-size: small;\n	margin: 1em 0 0;\n	padding: 0;\n	list-style: none;\n}\n\n#body_content td ul.wc-item-meta li {\n	margin: 0.5em 0 0;\n	padding: 0;\n}\n\n#body_content td ul.wc-item-meta li p {\n	margin: 0;\n}\n\n#body_content .email-order-details .wc-item-meta-label {\n	clear: both;\n	float: left;\n	font-weight: normal;\n	margin-right: .25em;\n}\n\n#body_content p {\n	margin: 0 0 16px;\n}\n\n#body_content_inner {\n	color: #636363;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 14px;\n	line-height: 150%;\n	text-align: left;\n}\n\n.td {\n	color: #636363;\n	border: 1px solid #e5e5e5;\n	vertical-align: middle;\n}\n\n.address {\n			padding: 12px;\n		color: #636363;\n		border: 1px solid #e5e5e5;\n		word-break: break-all;\n}\n\n\n.additional-fields {\n	padding: 12px 12px 0;\n	color: #636363;\n	border: 1px solid #e5e5e5;\n	list-style: none outside;\n}\n\n.additional-fields li {\n	margin: 0 0 12px 0;\n}\n\n.text,\n.address-title,\n.order-item-data {\n	color: #3c3c3c;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n.link {\n	color: #5bc500;\n}\n\n#header_wrapper {\n	padding: 36px 48px;\n	display: block;\n}\n\n#header_wrapper h1 {\n	text-align: left;\n}\n\n#template_footer #credit,\n#template_footer #credit a {\n	color: #3c3c3c;\n}\n\nh1 {\n	color: #5bc500;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 30px;\n	font-weight: 300;\n		line-height: 150%;\n	margin: 0;\n	text-align: left;\n			text-shadow: 0 1px 0 #7cd133;\n	}\n\nh2 {\n	color: #5bc500;\n	display: block;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 18px;\n	font-weight: bold;\n	line-height: 130%;\n	margin: 0 0 18px;\n	text-align: left;\n}\n\nh3 {\n	color: #5bc500;\n	display: block;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 16px;\n	font-weight: bold;\n	line-height: 130%;\n	margin: 16px 0 8px;\n	text-align: left;\n}\n\na {\n	color: #5bc500;\n	font-weight: normal;\n	text-decoration: underline;\n}\n\nimg {\n	border: none;\n	display: inline-block;\n	font-size: 14px;\n	font-weight: bold;\n	height: auto;\n	outline: none;\n	text-decoration: none;\n	text-transform: capitalize;\n	vertical-align: middle;\n	margin-right: 10px;\n	max-width: 100%;\n}\n\nh2.email-order-detail-heading span {\n	color: #3c3c3c;\n	display: block;\n	font-size: 14px;\n	font-weight: normal;\n}\n\n.font-family {\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n.text-align-left {\n	text-align: left;\n}\n\n.text-align-right {\n	text-align: right;\n}\n\n/**\n * Media queries are not supported by all email clients, however they do work on modern mobile\n * Gmail clients and can help us achieve better consistency there.\n */\n@media screen and (max-width: 600px) {\n			#header_wrapper {\n			padding: 27px 36px !important;\n			font-size: 24px;\n		}\n\n		#body_content table > tbody > tr > td {\n			padding: 10px !important;\n		}\n\n		#body_content_inner {\n			font-size: 10px !important;\n		}\n	}\n</style></head><!DOCTYPE html>\n<html lang=\"en-US\">\n	<head>\n		<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n		<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n		<title>LCA Portal Store</title>\n	</head>\n	<body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n		<table width=\"100%\" id=\"outer_wrapper\">\n			<tr>\n				<td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n				<td width=\"600\">\n					<div id=\"wrapper\" dir=\"ltr\">\n						<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n							<tr>\n								<td align=\"center\" valign=\"top\">\n																			<div id=\"template_header_image\">\n																					</div>\n																		<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\">\n										<tr>\n											<td align=\"center\" valign=\"top\">\n												<!-- Header -->\n												<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\">\n													<tr>\n														<td id=\"header_wrapper\">\n															<h1></h1>\n														</td>\n													</tr>\n												</table>\n												<!-- End Header -->\n											</td>\n										</tr>\n										<tr>\n											<td align=\"center\" valign=\"top\">\n												<!-- Body -->\n												<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n													<tr>\n														<td valign=\"top\" id=\"body_content\">\n															<!-- Content -->\n															<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n																<tr>\n																	<td valign=\"top\" id=\"body_content_inner_cell\">\n																		<div id=\"body_content_inner\">\n\n<style type=\"text/css\">\n	#body_content_inner p{\n		margin-top: 0!important;\n	}\n</style>\n	\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"10\" border=\"0\">\n	<tbody>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Quote Number:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										184288				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Quote Date:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										December 4, 2025, 3:37 pm				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										First Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										Ondrea				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Last Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										Bertie				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Phone Number:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										2017885535				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Email:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										ondrea@ramsey.liceclinicsofamerica.com				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Location Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Address:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Address Line 2:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping City:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping State:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Zip Code:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n			</tbody>\n</table>\n<div style=\"margin-top:12px;margin-bottom:10px\">\n	<table style=\"border-collapse: collapse; border: 0; color:#636363;vertical-align:middle;width:100%;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\">\n		<thead>\n			<tr>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left;\">Image				</th>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left;\">\n					Product				</th>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:center; width: 58px;\">\n					Quantity				</th>\n									<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:center; width: 50px;\">\n						Price					</th>\n											</tr>\n		</thead>\n		<tbody>\n							<tr>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding: 7px 10px;width: 60px;text-align: center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif;word-wrap:break-word\">\n												<img src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/210331LeadTimePortalAirAlleDevice-1617980119-100x100.jpg\" width=\"60px\" style=\" margin-right: 0;\">\n					</td>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:left;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif;word-wrap:break-word\">\n						AirAllé Device						<br>\n						<small>\n							<b>SKU:</b>AirAlle-Device						</small>\n					</td>\n\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\">\n					2					</td>\n\n											<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\">\n						<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>1,500.00</span>						</td>\n					\n									</tr>\n						</tbody>\n		<tfoot>\n									<tr>\n				<td colspan=\"2\" style=\"border: 0;\"></td>\n				<th scope=\"row\" colspan=\"0\" style=\"color:#000; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; vertical-align:middle;padding:9px 12px;text-align:left; min-width: 113px;\">\n					Subtotal( Standard)</th>\n				<td style=\"color:#636363;border: solid #e5e5e5; border-width: 0 1px 1px 1px;vertical-align:middle;padding:9px 12px;text-align:center;\">\n					<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>3,000.00</span>				</td>\n			</tr>\n			\n			\n			\n						<tr>\n				<td colspan=\"2\" style=\"border: 0;\"></td>\n				<th scope=\"row\" colspan=\"0\" style=\"color:#000;border-left:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left; min-width: 110px;\">\n					Total (Standard)</th>\n				<td style=\"color:#636363;border: solid #e5e5e5; border-width: 0 1px 1px 1px;vertical-align:middle;padding:9px 12px;text-align:center;\">\n					<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>3,000.00</span>				</td>\n			</tr>\n					</tfoot>\n	</table>\n</div>\n																		</div>\n																	</td>\n																</tr>\n															</table>\n															<!-- End Content -->\n														</td>\n													</tr>\n												</table>\n												<!-- End Body -->\n											</td>\n										</tr>\n									</table>\n								</td>\n							</tr>\n							<tr>\n								<td align=\"center\" valign=\"top\">\n									<!-- Footer -->\n									<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n										<tr>\n											<td valign=\"top\">\n												<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n													<tr>\n														<td colspan=\"2\" valign=\"middle\" id=\"credit\">\n																													</td>\n													</tr>\n												</table>\n											</td>\n										</tr>\n									</table>\n									<!-- End Footer -->\n								</td>\n							</tr>\n						</table>\n					</div>\n				</td>\n				<td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n			</tr>\n		</table>\n	</body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:38:\"ondrea@ramsey.liceclinicsofamerica.com\";s:4:\"name\";s:5:\"Guest\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:1:{i:0;a:8:{i:0;s:123:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/woocommerce-request-a-quote/includes/pdf/pdf-files/Quotes.pdf\";i:1;s:10:\"Quotes.pdf\";i:2;s:10:\"Quotes.pdf\";i:3;s:6:\"base64\";i:4;s:15:\"application/pdf\";i:5;b:0;i:6;s:10:\"attachment\";i:7;s:10:\"Quotes.pdf\";}}','sent','a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}','a:1:{s:8:\"provider\";s:7:\"default\";}',0,0,NULL,'2025-12-04 15:37:54',NULL),(578,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:33:\"rosemary@liceclinicsofamerica.com\";}i:1;a:1:{s:5:\"email\";s:30:\"daivd@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order From Comdel Store','<head><style>body {\n	background-color: #f7f7f7;\n	padding: 0;\n	text-align: center;\n}\n\n#outer_wrapper {\n	background-color: #f7f7f7;\n}\n\n\n#wrapper {\n	margin: 0 auto;\n	padding: 70px 0;\n	-webkit-text-size-adjust: none !important;\n	width: 100%;\n	max-width: 600px;\n}\n\n#template_container {\n	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;\n	background-color: #ffffff;\n	border: 1px solid #dedede;\n	border-radius: 3px !important;\n}\n\n#template_header {\n	background-color: #5bc500;\n	border-radius: 3px 3px 0 0 !important;\n	color: #ffffff;\n	border-bottom: 0;\n	font-weight: bold;\n	line-height: 100%;\n	vertical-align: middle;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n#template_header h1,\n#template_header h1 a {\n	color: #ffffff;\n	background-color: inherit;\n}\n\n\n#template_header_image img {\n	margin-left: 0;\n	margin-right: 0;\n}\n\n#template_footer td {\n	padding: 0;\n	border-radius: 6px;\n}\n\n#template_footer #credit {\n	border: 0;\n		color: #3c3c3c;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 12px;\n	line-height: 150%;\n	text-align: center;\n	padding: 24px 0;\n}\n\n#template_footer #credit p {\n	margin: 0 0 16px;\n}\n\n#body_content {\n	background-color: #ffffff;\n}\n\n#body_content table td {\n	padding: 48px 48px 32px;\n}\n\n#body_content table td td {\n	padding: 12px;\n}\n\n#body_content table td th {\n	padding: 12px;\n}\n\n#body_content table .email-order-details td,\n#body_content table .email-order-details th {\n	padding: 8px 12px;\n}\n\n#body_content table .email-order-details td:first-child,\n#body_content table .email-order-details th:first-child {\n	padding-left: 0;\n}\n\n#body_content table .email-order-details td:last-child,\n#body_content table .email-order-details th:last-child {\n	padding-right: 0;\n}\n\n#body_content .email-order-details tbody tr:last-child td {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n}\n\n#body_content .email-order-details tfoot tr:first-child td,\n#body_content .email-order-details tfoot tr:first-child th {\n	padding-top: 24px;\n}\n\n#body_content .order-item-data td {\n	border: 0 !important;\n	padding: 0 !important;\n	vertical-align: middle;\n}\n\n#body_content .email-order-details .order-totals td,\n#body_content .email-order-details .order-totals th {\n	font-weight: normal;\n	padding-bottom: 5px;\n	padding-top: 5px;\n}\n\n#body_content .email-order-details .order-totals-total th {\n	font-weight: bold;\n}\n\n#body_content .email-order-details .order-totals-total td {\n	font-weight: bold;\n	font-size: 20px;\n}\n\n#body_content .email-order-details .order-totals-last td,\n#body_content .email-order-details .order-totals-last th {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n}\n\n#body_content .email-order-details .order-customer-note td {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n	padding-top: 24px;\n}\n\n#body_content td ul.wc-item-meta {\n	font-size: small;\n	margin: 1em 0 0;\n	padding: 0;\n	list-style: none;\n}\n\n#body_content td ul.wc-item-meta li {\n	margin: 0.5em 0 0;\n	padding: 0;\n}\n\n#body_content td ul.wc-item-meta li p {\n	margin: 0;\n}\n\n#body_content .email-order-details .wc-item-meta-label {\n	clear: both;\n	float: left;\n	font-weight: normal;\n	margin-right: .25em;\n}\n\n#body_content p {\n	margin: 0 0 16px;\n}\n\n#body_content_inner {\n	color: #636363;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 14px;\n	line-height: 150%;\n	text-align: left;\n}\n\n.td {\n	color: #636363;\n	border: 1px solid #e5e5e5;\n	vertical-align: middle;\n}\n\n.address {\n			padding: 12px;\n		color: #636363;\n		border: 1px solid #e5e5e5;\n		word-break: break-all;\n}\n\n\n.additional-fields {\n	padding: 12px 12px 0;\n	color: #636363;\n	border: 1px solid #e5e5e5;\n	list-style: none outside;\n}\n\n.additional-fields li {\n	margin: 0 0 12px 0;\n}\n\n.text,\n.address-title,\n.order-item-data {\n	color: #3c3c3c;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n.link {\n	color: #5bc500;\n}\n\n#header_wrapper {\n	padding: 36px 48px;\n	display: block;\n}\n\n#header_wrapper h1 {\n	text-align: left;\n}\n\n#template_footer #credit,\n#template_footer #credit a {\n	color: #3c3c3c;\n}\n\nh1 {\n	color: #5bc500;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 30px;\n	font-weight: 300;\n		line-height: 150%;\n	margin: 0;\n	text-align: left;\n			text-shadow: 0 1px 0 #7cd133;\n	}\n\nh2 {\n	color: #5bc500;\n	display: block;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 18px;\n	font-weight: bold;\n	line-height: 130%;\n	margin: 0 0 18px;\n	text-align: left;\n}\n\nh3 {\n	color: #5bc500;\n	display: block;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 16px;\n	font-weight: bold;\n	line-height: 130%;\n	margin: 16px 0 8px;\n	text-align: left;\n}\n\na {\n	color: #5bc500;\n	font-weight: normal;\n	text-decoration: underline;\n}\n\nimg {\n	border: none;\n	display: inline-block;\n	font-size: 14px;\n	font-weight: bold;\n	height: auto;\n	outline: none;\n	text-decoration: none;\n	text-transform: capitalize;\n	vertical-align: middle;\n	margin-right: 10px;\n	max-width: 100%;\n}\n\nh2.email-order-detail-heading span {\n	color: #3c3c3c;\n	display: block;\n	font-size: 14px;\n	font-weight: normal;\n}\n\n.font-family {\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n.text-align-left {\n	text-align: left;\n}\n\n.text-align-right {\n	text-align: right;\n}\n\n/**\n * Media queries are not supported by all email clients, however they do work on modern mobile\n * Gmail clients and can help us achieve better consistency there.\n */\n@media screen and (max-width: 600px) {\n			#header_wrapper {\n			padding: 27px 36px !important;\n			font-size: 24px;\n		}\n\n		#body_content table > tbody > tr > td {\n			padding: 10px !important;\n		}\n\n		#body_content_inner {\n			font-size: 10px !important;\n		}\n	}\n</style></head><!DOCTYPE html>\n<html lang=\"en-US\">\n	<head>\n		<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n		<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n		<title>LCA Portal Store</title>\n	</head>\n	<body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n		<table width=\"100%\" id=\"outer_wrapper\" role=\"presentation\">\n			<tr>\n				<td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n				<td width=\"600\">\n					<div id=\"wrapper\" dir=\"ltr\">\n						<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\" role=\"presentation\">\n							<tr>\n								<td align=\"center\" valign=\"top\">\n																			<div id=\"template_header_image\">\n																					</div>\n																		<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" role=\"presentation\">\n										<tr>\n											<td align=\"center\" valign=\"top\">\n												<!-- Header -->\n												<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" role=\"presentation\">\n													<tr>\n														<td id=\"header_wrapper\">\n															<h1></h1>\n														</td>\n													</tr>\n												</table>\n												<!-- End Header -->\n											</td>\n										</tr>\n										<tr>\n											<td align=\"center\" valign=\"top\">\n												<!-- Body -->\n												<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\" role=\"presentation\">\n													<tr>\n														<td valign=\"top\" id=\"body_content\">\n															<!-- Content -->\n															<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\" role=\"presentation\">\n																<tr>\n																	<td valign=\"top\" id=\"body_content_inner_cell\">\n																		<div id=\"body_content_inner\">\n\n<style type=\"text/css\">\n	#body_content_inner p{\n		margin-top: 0!important;\n	}\n</style>\n	\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"10\" border=\"0\">\n	<tbody>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Quote Number:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										184290				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Quote Date:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										December 15, 2025, 8:01 pm				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										First Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										AMANDA				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Last Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										Westerman				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Phone Number:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										214-417-5741				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Email:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										awesterman1103@gmail.com				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Location Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Address:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Address Line 2:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping City:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping State:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Zip Code:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n			</tbody>\n</table>\n<div style=\"margin-top:12px;margin-bottom:10px\">\n\n	<table style=\"border-collapse: collapse; border: 0; color:#636363;vertical-align:middle;width:100%;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\">\n		<thead>\n			<tr>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left;\">Image				</th>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left;\">\n					Product				</th>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:center; width: 58px;\">\n					Quantity				</th>\n									<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:center; width: 50px;\">\n						Price					</th>\n											</tr>\n		</thead>\n		<tbody>\n							<tr>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding: 7px 10px;width: 60px;text-align: center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif;word-wrap:break-word\">\n												<img src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/210331LeadTimePortalAirFilter-1617980167-100x100.jpg\" width=\"60px\" style=\" margin-right: 0;\">\n					</td>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:left;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif;word-wrap:break-word\">\n						AirAllé Air Filter&lt;br&gt;(Case of 1)							<br>\n							<small>\n								<b>SKU:</b>AirAlle-Air-Filter							</small>\n											</td>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\">\n					10					</td>\n\n											<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\">\n						<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>10.00</span>						</td>\n					\n									</tr>\n						</tbody>\n		<tfoot>\n									<tr>\n				<td colspan=\"2\" style=\"border: 0;\"></td>\n				<th scope=\"row\" colspan=\"0\" style=\"color:#000; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; vertical-align:middle;padding:9px 12px;text-align:left; min-width: 113px;\">\n					Subtotal( Standard)</th>\n				<td style=\"color:#636363;border: solid #e5e5e5; border-width: 0 1px 1px 1px;vertical-align:middle;padding:9px 12px;text-align:center;\">\n					<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>100.00</span>				</td>\n			</tr>\n			\n			\n			\n			\n			\n						<tr>\n				<td colspan=\"2\" style=\"border: 0;\"></td>\n				<th scope=\"row\" colspan=\"0\" style=\"color:#000;border-left:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left; min-width: 110px;\">\n					Total (Standard)</th>\n				<td style=\"color:#636363;border: solid #e5e5e5; border-width: 0 1px 1px 1px;vertical-align:middle;padding:9px 12px;text-align:center;\">\n					<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>100.00</span>				</td>\n			</tr>\n			\n					</tfoot>\n	</table>\n\n	\n	\n</div>\n																		</div>\n																	</td>\n																</tr>\n															</table>\n															<!-- End Content -->\n														</td>\n													</tr>\n												</table>\n												<!-- End Body -->\n											</td>\n										</tr>\n									</table>\n								</td>\n							</tr>\n							<tr>\n								<td align=\"center\" valign=\"top\">\n									<!-- Footer -->\n									<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\" role=\"presentation\">\n										<tr>\n											<td valign=\"top\">\n												<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" role=\"presentation\">\n													<tr>\n														<td colspan=\"2\" valign=\"middle\" id=\"credit\">\n																													</td>\n													</tr>\n												</table>\n											</td>\n										</tr>\n									</table>\n									<!-- End Footer -->\n								</td>\n							</tr>\n						</table>\n					</div>\n				</td>\n				<td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n			</tr>\n		</table>\n	</body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";s:4:\"name\";s:5:\"Guest\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:1:{i:0;a:8:{i:0;s:123:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/woocommerce-request-a-quote/includes/pdf/pdf-files/Quotes.pdf\";i:1;s:10:\"Quotes.pdf\";i:2;s:10:\"Quotes.pdf\";i:3;s:6:\"base64\";i:4;s:15:\"application/pdf\";i:5;b:0;i:6;s:10:\"attachment\";i:7;s:10:\"Quotes.pdf\";}}','sent','a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}','a:1:{s:8:\"provider\";s:7:\"default\";}',0,0,NULL,'2025-12-15 20:01:12',NULL),(579,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:33:\"rosemary@liceclinicsofamerica.com\";}i:1;a:1:{s:5:\"email\";s:30:\"daivd@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order From Comdel Store','<head><style>body {\n	background-color: #f7f7f7;\n	padding: 0;\n	text-align: center;\n}\n\n#outer_wrapper {\n	background-color: #f7f7f7;\n}\n\n\n#wrapper {\n	margin: 0 auto;\n	padding: 70px 0;\n	-webkit-text-size-adjust: none !important;\n	width: 100%;\n	max-width: 600px;\n}\n\n#template_container {\n	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;\n	background-color: #ffffff;\n	border: 1px solid #dedede;\n	border-radius: 3px !important;\n}\n\n#template_header {\n	background-color: #5bc500;\n	border-radius: 3px 3px 0 0 !important;\n	color: #ffffff;\n	border-bottom: 0;\n	font-weight: bold;\n	line-height: 100%;\n	vertical-align: middle;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n#template_header h1,\n#template_header h1 a {\n	color: #ffffff;\n	background-color: inherit;\n}\n\n\n#template_header_image img {\n	margin-left: 0;\n	margin-right: 0;\n}\n\n#template_footer td {\n	padding: 0;\n	border-radius: 6px;\n}\n\n#template_footer #credit {\n	border: 0;\n		color: #3c3c3c;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 12px;\n	line-height: 150%;\n	text-align: center;\n	padding: 24px 0;\n}\n\n#template_footer #credit p {\n	margin: 0 0 16px;\n}\n\n#body_content {\n	background-color: #ffffff;\n}\n\n#body_content table td {\n	padding: 48px 48px 32px;\n}\n\n#body_content table td td {\n	padding: 12px;\n}\n\n#body_content table td th {\n	padding: 12px;\n}\n\n#body_content table .email-order-details td,\n#body_content table .email-order-details th {\n	padding: 8px 12px;\n}\n\n#body_content table .email-order-details td:first-child,\n#body_content table .email-order-details th:first-child {\n	padding-left: 0;\n}\n\n#body_content table .email-order-details td:last-child,\n#body_content table .email-order-details th:last-child {\n	padding-right: 0;\n}\n\n#body_content .email-order-details tbody tr:last-child td {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n}\n\n#body_content .email-order-details tfoot tr:first-child td,\n#body_content .email-order-details tfoot tr:first-child th {\n	padding-top: 24px;\n}\n\n#body_content .order-item-data td {\n	border: 0 !important;\n	padding: 0 !important;\n	vertical-align: middle;\n}\n\n#body_content .email-order-details .order-totals td,\n#body_content .email-order-details .order-totals th {\n	font-weight: normal;\n	padding-bottom: 5px;\n	padding-top: 5px;\n}\n\n#body_content .email-order-details .order-totals-total th {\n	font-weight: bold;\n}\n\n#body_content .email-order-details .order-totals-total td {\n	font-weight: bold;\n	font-size: 20px;\n}\n\n#body_content .email-order-details .order-totals-last td,\n#body_content .email-order-details .order-totals-last th {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n}\n\n#body_content .email-order-details .order-customer-note td {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n	padding-top: 24px;\n}\n\n#body_content td ul.wc-item-meta {\n	font-size: small;\n	margin: 1em 0 0;\n	padding: 0;\n	list-style: none;\n}\n\n#body_content td ul.wc-item-meta li {\n	margin: 0.5em 0 0;\n	padding: 0;\n}\n\n#body_content td ul.wc-item-meta li p {\n	margin: 0;\n}\n\n#body_content .email-order-details .wc-item-meta-label {\n	clear: both;\n	float: left;\n	font-weight: normal;\n	margin-right: .25em;\n}\n\n#body_content p {\n	margin: 0 0 16px;\n}\n\n#body_content_inner {\n	color: #636363;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 14px;\n	line-height: 150%;\n	text-align: left;\n}\n\n.td {\n	color: #636363;\n	border: 1px solid #e5e5e5;\n	vertical-align: middle;\n}\n\n.address {\n			padding: 12px;\n		color: #636363;\n		border: 1px solid #e5e5e5;\n		word-break: break-all;\n}\n\n\n.additional-fields {\n	padding: 12px 12px 0;\n	color: #636363;\n	border: 1px solid #e5e5e5;\n	list-style: none outside;\n}\n\n.additional-fields li {\n	margin: 0 0 12px 0;\n}\n\n.text,\n.address-title,\n.order-item-data {\n	color: #3c3c3c;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n.link {\n	color: #5bc500;\n}\n\n#header_wrapper {\n	padding: 36px 48px;\n	display: block;\n}\n\n#header_wrapper h1 {\n	text-align: left;\n}\n\n#template_footer #credit,\n#template_footer #credit a {\n	color: #3c3c3c;\n}\n\nh1 {\n	color: #5bc500;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 30px;\n	font-weight: 300;\n		line-height: 150%;\n	margin: 0;\n	text-align: left;\n			text-shadow: 0 1px 0 #7cd133;\n	}\n\nh2 {\n	color: #5bc500;\n	display: block;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 18px;\n	font-weight: bold;\n	line-height: 130%;\n	margin: 0 0 18px;\n	text-align: left;\n}\n\nh3 {\n	color: #5bc500;\n	display: block;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 16px;\n	font-weight: bold;\n	line-height: 130%;\n	margin: 16px 0 8px;\n	text-align: left;\n}\n\na {\n	color: #5bc500;\n	font-weight: normal;\n	text-decoration: underline;\n}\n\nimg {\n	border: none;\n	display: inline-block;\n	font-size: 14px;\n	font-weight: bold;\n	height: auto;\n	outline: none;\n	text-decoration: none;\n	text-transform: capitalize;\n	vertical-align: middle;\n	margin-right: 10px;\n	max-width: 100%;\n}\n\nh2.email-order-detail-heading span {\n	color: #3c3c3c;\n	display: block;\n	font-size: 14px;\n	font-weight: normal;\n}\n\n.font-family {\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n.text-align-left {\n	text-align: left;\n}\n\n.text-align-right {\n	text-align: right;\n}\n\n/**\n * Media queries are not supported by all email clients, however they do work on modern mobile\n * Gmail clients and can help us achieve better consistency there.\n */\n@media screen and (max-width: 600px) {\n			#header_wrapper {\n			padding: 27px 36px !important;\n			font-size: 24px;\n		}\n\n		#body_content table > tbody > tr > td {\n			padding: 10px !important;\n		}\n\n		#body_content_inner {\n			font-size: 10px !important;\n		}\n	}\n</style></head><!DOCTYPE html>\n<html lang=\"en-US\">\n	<head>\n		<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n		<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n		<title>LCA Portal Store</title>\n	</head>\n	<body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n		<table width=\"100%\" id=\"outer_wrapper\" role=\"presentation\">\n			<tr>\n				<td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n				<td width=\"600\">\n					<div id=\"wrapper\" dir=\"ltr\">\n						<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\" role=\"presentation\">\n							<tr>\n								<td align=\"center\" valign=\"top\">\n																			<div id=\"template_header_image\">\n																					</div>\n																		<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" role=\"presentation\">\n										<tr>\n											<td align=\"center\" valign=\"top\">\n												<!-- Header -->\n												<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" role=\"presentation\">\n													<tr>\n														<td id=\"header_wrapper\">\n															<h1></h1>\n														</td>\n													</tr>\n												</table>\n												<!-- End Header -->\n											</td>\n										</tr>\n										<tr>\n											<td align=\"center\" valign=\"top\">\n												<!-- Body -->\n												<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\" role=\"presentation\">\n													<tr>\n														<td valign=\"top\" id=\"body_content\">\n															<!-- Content -->\n															<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\" role=\"presentation\">\n																<tr>\n																	<td valign=\"top\" id=\"body_content_inner_cell\">\n																		<div id=\"body_content_inner\">\n\n<style type=\"text/css\">\n	#body_content_inner p{\n		margin-top: 0!important;\n	}\n</style>\n	\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"10\" border=\"0\">\n	<tbody>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Quote Number:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										184291				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Quote Date:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										December 15, 2025, 10:07 pm				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										First Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										Lice Clinics Upstate NY - Albany				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Last Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										Murray				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Phone Number:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										7162079221				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Email:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										marnie.p.murray@gmail.com				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Location Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Address:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Address Line 2:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping City:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping State:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Zip Code:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n			</tbody>\n</table>\n<div style=\"margin-top:12px;margin-bottom:10px\">\n\n	<table style=\"border-collapse: collapse; border: 0; color:#636363;vertical-align:middle;width:100%;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\">\n		<thead>\n			<tr>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left;\">Image				</th>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left;\">\n					Product				</th>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:center; width: 58px;\">\n					Quantity				</th>\n									<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:center; width: 50px;\">\n						Price					</th>\n											</tr>\n		</thead>\n		<tbody>\n							<tr>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding: 7px 10px;width: 60px;text-align: center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif;word-wrap:break-word\">\n												<img src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/OneCure-100x100.jpg\" width=\"60px\" style=\" margin-right: 0;\">\n					</td>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:left;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif;word-wrap:break-word\">\n						OneCure Lice Treatment&lt;br&gt;(Case of 3)							<br>\n							<small>\n								<b>SKU:</b>ONECURE-KIT-18							</small>\n											</td>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\">\n					1					</td>\n\n											<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\">\n						<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>375.00</span>						</td>\n					\n									</tr>\n						</tbody>\n		<tfoot>\n									<tr>\n				<td colspan=\"2\" style=\"border: 0;\"></td>\n				<th scope=\"row\" colspan=\"0\" style=\"color:#000; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; vertical-align:middle;padding:9px 12px;text-align:left; min-width: 113px;\">\n					Subtotal( Standard)</th>\n				<td style=\"color:#636363;border: solid #e5e5e5; border-width: 0 1px 1px 1px;vertical-align:middle;padding:9px 12px;text-align:center;\">\n					<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>375.00</span>				</td>\n			</tr>\n			\n			\n			\n			\n			\n						<tr>\n				<td colspan=\"2\" style=\"border: 0;\"></td>\n				<th scope=\"row\" colspan=\"0\" style=\"color:#000;border-left:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left; min-width: 110px;\">\n					Total (Standard)</th>\n				<td style=\"color:#636363;border: solid #e5e5e5; border-width: 0 1px 1px 1px;vertical-align:middle;padding:9px 12px;text-align:center;\">\n					<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>375.00</span>				</td>\n			</tr>\n			\n					</tfoot>\n	</table>\n\n	\n	\n</div>\n																		</div>\n																	</td>\n																</tr>\n															</table>\n															<!-- End Content -->\n														</td>\n													</tr>\n												</table>\n												<!-- End Body -->\n											</td>\n										</tr>\n									</table>\n								</td>\n							</tr>\n							<tr>\n								<td align=\"center\" valign=\"top\">\n									<!-- Footer -->\n									<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\" role=\"presentation\">\n										<tr>\n											<td valign=\"top\">\n												<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" role=\"presentation\">\n													<tr>\n														<td colspan=\"2\" valign=\"middle\" id=\"credit\">\n																													</td>\n													</tr>\n												</table>\n											</td>\n										</tr>\n									</table>\n									<!-- End Footer -->\n								</td>\n							</tr>\n						</table>\n					</div>\n				</td>\n				<td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n			</tr>\n		</table>\n	</body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:30:\"liceclinicsupstateny@gmail.com\";s:4:\"name\";s:13:\"Marnie Murray\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:1:{i:0;a:8:{i:0;s:123:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/woocommerce-request-a-quote/includes/pdf/pdf-files/Quotes.pdf\";i:1;s:10:\"Quotes.pdf\";i:2;s:10:\"Quotes.pdf\";i:3;s:6:\"base64\";i:4;s:15:\"application/pdf\";i:5;b:0;i:6;s:10:\"attachment\";i:7;s:10:\"Quotes.pdf\";}}','sent','a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}','a:1:{s:8:\"provider\";s:7:\"default\";}',0,0,NULL,'2025-12-15 22:07:09',NULL),(580,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:33:\"rosemary@liceclinicsofamerica.com\";}i:1;a:1:{s:5:\"email\";s:30:\"daivd@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order From Comdel Store','<head><style>body {\n	background-color: #f7f7f7;\n	padding: 0;\n	text-align: center;\n}\n\n#outer_wrapper {\n	background-color: #f7f7f7;\n}\n\n\n#wrapper {\n	margin: 0 auto;\n	padding: 70px 0;\n	-webkit-text-size-adjust: none !important;\n	width: 100%;\n	max-width: 600px;\n}\n\n#template_container {\n	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;\n	background-color: #ffffff;\n	border: 1px solid #dedede;\n	border-radius: 3px !important;\n}\n\n#template_header {\n	background-color: #5bc500;\n	border-radius: 3px 3px 0 0 !important;\n	color: #ffffff;\n	border-bottom: 0;\n	font-weight: bold;\n	line-height: 100%;\n	vertical-align: middle;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n#template_header h1,\n#template_header h1 a {\n	color: #ffffff;\n	background-color: inherit;\n}\n\n\n#template_header_image img {\n	margin-left: 0;\n	margin-right: 0;\n}\n\n#template_footer td {\n	padding: 0;\n	border-radius: 6px;\n}\n\n#template_footer #credit {\n	border: 0;\n		color: #3c3c3c;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 12px;\n	line-height: 150%;\n	text-align: center;\n	padding: 24px 0;\n}\n\n#template_footer #credit p {\n	margin: 0 0 16px;\n}\n\n#body_content {\n	background-color: #ffffff;\n}\n\n#body_content table td {\n	padding: 48px 48px 32px;\n}\n\n#body_content table td td {\n	padding: 12px;\n}\n\n#body_content table td th {\n	padding: 12px;\n}\n\n#body_content table .email-order-details td,\n#body_content table .email-order-details th {\n	padding: 8px 12px;\n}\n\n#body_content table .email-order-details td:first-child,\n#body_content table .email-order-details th:first-child {\n	padding-left: 0;\n}\n\n#body_content table .email-order-details td:last-child,\n#body_content table .email-order-details th:last-child {\n	padding-right: 0;\n}\n\n#body_content .email-order-details tbody tr:last-child td {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n}\n\n#body_content .email-order-details tfoot tr:first-child td,\n#body_content .email-order-details tfoot tr:first-child th {\n	padding-top: 24px;\n}\n\n#body_content .order-item-data td {\n	border: 0 !important;\n	padding: 0 !important;\n	vertical-align: middle;\n}\n\n#body_content .email-order-details .order-totals td,\n#body_content .email-order-details .order-totals th {\n	font-weight: normal;\n	padding-bottom: 5px;\n	padding-top: 5px;\n}\n\n#body_content .email-order-details .order-totals-total th {\n	font-weight: bold;\n}\n\n#body_content .email-order-details .order-totals-total td {\n	font-weight: bold;\n	font-size: 20px;\n}\n\n#body_content .email-order-details .order-totals-last td,\n#body_content .email-order-details .order-totals-last th {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n}\n\n#body_content .email-order-details .order-customer-note td {\n	border-bottom: 1px solid rgba(0, 0, 0, .2);\n	padding-bottom: 24px;\n	padding-top: 24px;\n}\n\n#body_content td ul.wc-item-meta {\n	font-size: small;\n	margin: 1em 0 0;\n	padding: 0;\n	list-style: none;\n}\n\n#body_content td ul.wc-item-meta li {\n	margin: 0.5em 0 0;\n	padding: 0;\n}\n\n#body_content td ul.wc-item-meta li p {\n	margin: 0;\n}\n\n#body_content .email-order-details .wc-item-meta-label {\n	clear: both;\n	float: left;\n	font-weight: normal;\n	margin-right: .25em;\n}\n\n#body_content p {\n	margin: 0 0 16px;\n}\n\n#body_content_inner {\n	color: #636363;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 14px;\n	line-height: 150%;\n	text-align: left;\n}\n\n.td {\n	color: #636363;\n	border: 1px solid #e5e5e5;\n	vertical-align: middle;\n}\n\n.address {\n			padding: 12px;\n		color: #636363;\n		border: 1px solid #e5e5e5;\n		word-break: break-all;\n}\n\n\n.additional-fields {\n	padding: 12px 12px 0;\n	color: #636363;\n	border: 1px solid #e5e5e5;\n	list-style: none outside;\n}\n\n.additional-fields li {\n	margin: 0 0 12px 0;\n}\n\n.text,\n.address-title,\n.order-item-data {\n	color: #3c3c3c;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n.link {\n	color: #5bc500;\n}\n\n#header_wrapper {\n	padding: 36px 48px;\n	display: block;\n}\n\n#header_wrapper h1 {\n	text-align: left;\n}\n\n#template_footer #credit,\n#template_footer #credit a {\n	color: #3c3c3c;\n}\n\nh1 {\n	color: #5bc500;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 30px;\n	font-weight: 300;\n		line-height: 150%;\n	margin: 0;\n	text-align: left;\n			text-shadow: 0 1px 0 #7cd133;\n	}\n\nh2 {\n	color: #5bc500;\n	display: block;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 18px;\n	font-weight: bold;\n	line-height: 130%;\n	margin: 0 0 18px;\n	text-align: left;\n}\n\nh3 {\n	color: #5bc500;\n	display: block;\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n	font-size: 16px;\n	font-weight: bold;\n	line-height: 130%;\n	margin: 16px 0 8px;\n	text-align: left;\n}\n\na {\n	color: #5bc500;\n	font-weight: normal;\n	text-decoration: underline;\n}\n\nimg {\n	border: none;\n	display: inline-block;\n	font-size: 14px;\n	font-weight: bold;\n	height: auto;\n	outline: none;\n	text-decoration: none;\n	text-transform: capitalize;\n	vertical-align: middle;\n	margin-right: 10px;\n	max-width: 100%;\n}\n\nh2.email-order-detail-heading span {\n	color: #3c3c3c;\n	display: block;\n	font-size: 14px;\n	font-weight: normal;\n}\n\n.font-family {\n	font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif;\n}\n\n.text-align-left {\n	text-align: left;\n}\n\n.text-align-right {\n	text-align: right;\n}\n\n/**\n * Media queries are not supported by all email clients, however they do work on modern mobile\n * Gmail clients and can help us achieve better consistency there.\n */\n@media screen and (max-width: 600px) {\n			#header_wrapper {\n			padding: 27px 36px !important;\n			font-size: 24px;\n		}\n\n		#body_content table > tbody > tr > td {\n			padding: 10px !important;\n		}\n\n		#body_content_inner {\n			font-size: 10px !important;\n		}\n	}\n</style></head><!DOCTYPE html>\n<html lang=\"en-US\">\n	<head>\n		<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n		<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n		<title>LCA Portal Store</title>\n	</head>\n	<body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\">\n		<table width=\"100%\" id=\"outer_wrapper\" role=\"presentation\">\n			<tr>\n				<td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n				<td width=\"600\">\n					<div id=\"wrapper\" dir=\"ltr\">\n						<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\" role=\"presentation\">\n							<tr>\n								<td align=\"center\" valign=\"top\">\n																			<div id=\"template_header_image\">\n																					</div>\n																		<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" role=\"presentation\">\n										<tr>\n											<td align=\"center\" valign=\"top\">\n												<!-- Header -->\n												<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" role=\"presentation\">\n													<tr>\n														<td id=\"header_wrapper\">\n															<h1></h1>\n														</td>\n													</tr>\n												</table>\n												<!-- End Header -->\n											</td>\n										</tr>\n										<tr>\n											<td align=\"center\" valign=\"top\">\n												<!-- Body -->\n												<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\" role=\"presentation\">\n													<tr>\n														<td valign=\"top\" id=\"body_content\">\n															<!-- Content -->\n															<table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\" role=\"presentation\">\n																<tr>\n																	<td valign=\"top\" id=\"body_content_inner_cell\">\n																		<div id=\"body_content_inner\">\n\n<style type=\"text/css\">\n	#body_content_inner p{\n		margin-top: 0!important;\n	}\n</style>\n	\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"10\" border=\"0\">\n	<tbody>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Quote Number:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										184292				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Quote Date:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										December 16, 2025, 2:16 pm				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										First Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										Marnie				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Last Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										Murray				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Phone Number:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										7166265423				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Email:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n										liceclinicsupstateny@gmail.com				</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Location Name:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Address:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Address Line 2:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping City:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping State:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n					<tr>\n				<th width=\"30%\" style=\"text-align: left; padding: 5px 0;\">\n										Shipping Zip Code:				</th>\n				<td style=\"text-align: left; padding: 5px 0;\">\n														</td>\n			</tr>\n			</tbody>\n</table>\n<div style=\"margin-top:12px;margin-bottom:10px\">\n\n	<table style=\"border-collapse: collapse; border: 0; color:#636363;vertical-align:middle;width:100%;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\">\n		<thead>\n			<tr>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left;\">Image				</th>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left;\">\n					Product				</th>\n				<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:center; width: 58px;\">\n					Quantity				</th>\n									<th scope=\"col\" style=\"color:#000;border:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:center; width: 50px;\">\n						Price					</th>\n											</tr>\n		</thead>\n		<tbody>\n							<tr>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding: 7px 10px;width: 60px;text-align: center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif;word-wrap:break-word\">\n												<img src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/OneCure-100x100.jpg\" width=\"60px\" style=\" margin-right: 0;\">\n					</td>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:left;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif;word-wrap:break-word\">\n						OneCure Lice Treatment&lt;br&gt;(Case of 3)							<br>\n							<small>\n								<b>SKU:</b>ONECURE-KIT-18							</small>\n											</td>\n					<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\">\n					1					</td>\n\n											<td style=\"color:#636363;border:1px solid #e5e5e5;padding:9px 12px;text-align:center;vertical-align:middle;font-family:\'Helvetica Neue\',Helvetica,Roboto,Arial,sans-serif\">\n						<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>375.00</span>						</td>\n					\n									</tr>\n						</tbody>\n		<tfoot>\n									<tr>\n				<td colspan=\"2\" style=\"border: 0;\"></td>\n				<th scope=\"row\" colspan=\"0\" style=\"color:#000; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; vertical-align:middle;padding:9px 12px;text-align:left; min-width: 113px;\">\n					Subtotal( Standard)</th>\n				<td style=\"color:#636363;border: solid #e5e5e5; border-width: 0 1px 1px 1px;vertical-align:middle;padding:9px 12px;text-align:center;\">\n					<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>375.00</span>				</td>\n			</tr>\n			\n			\n			\n			\n			\n						<tr>\n				<td colspan=\"2\" style=\"border: 0;\"></td>\n				<th scope=\"row\" colspan=\"0\" style=\"color:#000;border-left:1px solid #e5e5e5;vertical-align:middle;padding:9px 12px;text-align:left; min-width: 110px;\">\n					Total (Standard)</th>\n				<td style=\"color:#636363;border: solid #e5e5e5; border-width: 0 1px 1px 1px;vertical-align:middle;padding:9px 12px;text-align:center;\">\n					<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;</span>375.00</span>				</td>\n			</tr>\n			\n					</tfoot>\n	</table>\n\n	\n	\n</div>\n																		</div>\n																	</td>\n																</tr>\n															</table>\n															<!-- End Content -->\n														</td>\n													</tr>\n												</table>\n												<!-- End Body -->\n											</td>\n										</tr>\n									</table>\n								</td>\n							</tr>\n							<tr>\n								<td align=\"center\" valign=\"top\">\n									<!-- Footer -->\n									<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\" role=\"presentation\">\n										<tr>\n											<td valign=\"top\">\n												<table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" role=\"presentation\">\n													<tr>\n														<td colspan=\"2\" valign=\"middle\" id=\"credit\">\n																													</td>\n													</tr>\n												</table>\n											</td>\n										</tr>\n									</table>\n									<!-- End Footer -->\n								</td>\n							</tr>\n						</table>\n					</div>\n				</td>\n				<td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n			</tr>\n		</table>\n	</body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:30:\"liceclinicsupstateny@gmail.com\";s:4:\"name\";s:13:\"Marnie Murray\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:1:{i:0;a:8:{i:0;s:123:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/woocommerce-request-a-quote/includes/pdf/pdf-files/Quotes.pdf\";i:1;s:10:\"Quotes.pdf\";i:2;s:10:\"Quotes.pdf\";i:3;s:6:\"base64\";i:4;s:15:\"application/pdf\";i:5;b:0;i:6;s:10:\"attachment\";i:7;s:10:\"Quotes.pdf\";}}','sent','a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}','a:1:{s:8:\"provider\";s:7:\"default\";}',0,0,NULL,'2025-12-16 14:16:46',NULL);
/*!40000 ALTER TABLE `wp_fsmpt_email_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

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

--
-- Table structure for table `wp_login_redirects`
--

DROP TABLE IF EXISTS `wp_login_redirects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_login_redirects` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `rul_type` varchar(100) NOT NULL,
  `rul_value` varchar(191) DEFAULT NULL,
  `rul_url` longtext DEFAULT NULL,
  `rul_url_logout` longtext DEFAULT NULL,
  `rul_order` int(2) NOT NULL DEFAULT 0,
  `meta_data` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_login_redirects`
--

LOCK TABLES `wp_login_redirects` WRITE;
/*!40000 ALTER TABLE `wp_login_redirects` DISABLE KEYS */;
INSERT INTO `wp_login_redirects` VALUES (1,'all',NULL,'https://lcaportalstoreg.liceclinicsofamerica.com','',0,NULL),(2,'register',NULL,NULL,NULL,0,NULL);
/*!40000 ALTER TABLE `wp_login_redirects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mw_wc_qbo_sync_sessions`
--

DROP TABLE IF EXISTS `wp_mw_wc_qbo_sync_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mw_wc_qbo_sync_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=InnoDB AUTO_INCREMENT=2214 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mw_wc_qbo_sync_sessions`
--

LOCK TABLES `wp_mw_wc_qbo_sync_sessions` WRITE;
/*!40000 ALTER TABLE `wp_mw_wc_qbo_sync_sessions` DISABLE KEYS */;
INSERT INTO `wp_mw_wc_qbo_sync_sessions` VALUES (2,'67','a:0:{}',1683724651),(3,'11','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_11\";i:11;}',1683116748),(10,'86','a:0:{}',1675877323),(18,'3','a:0:{}',1685033508),(35,'76','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_76\";i:76;}',1685659149),(40,'47','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_47\";i:47;}',1684682261),(61,'91','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_91\";i:91;}',1685255512),(87,'37','a:0:{}',1682861695),(99,'77','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_77\";i:77;}',1681601241),(105,'78','a:0:{}',1685199736),(107,'63','a:4:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_63\";i:63;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1777\";i:1777;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1778\";i:1778;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1779\";i:1779;}',1678914105),(112,'60','a:0:{}',1685131438),(123,'4','a:0:{}',1685286909),(125,'54','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_54\";i:54;}',1683705537),(140,'8','a:0:{}',1681162590),(193,'43','a:0:{}',1681322179),(210,'5','a:0:{}',1685524860),(215,'87','a:0:{}',1685126054),(238,'46','a:0:{}',1683985667),(257,'25','a:0:{}',1677786632),(266,'39','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_39\";i:39;}',1684073672),(274,'59','a:0:{}',1684011812),(280,'66','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_66\";i:66;}',1685206185),(290,'23','a:0:{}',1675541476),(339,'61','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_61\";i:61;}',1685196496),(373,'64','a:0:{}',1683138777),(413,'74','a:0:{}',1669995963),(416,'21','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_21\";i:21;}',1685174578),(426,'58','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_58\";i:58;}',1670089753),(440,'57','a:2:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_57\";i:57;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1784\";i:1784;}',1679253951),(451,'52','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_52\";i:52;}',1683233687),(486,'29','a:2:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_29\";i:29;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1802\";i:1802;}',1680258546),(505,'40','a:0:{}',1670967791),(530,'20','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_20\";i:20;}',1685376011),(555,'83','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_83\";i:83;}',1683398370),(597,'94','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_94\";i:94;}',1684607502),(652,'82','a:2:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_82\";i:82;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1901\";i:1901;}',1684768399),(709,'73','a:0:{}',1681822346),(764,'e48f6fa558161a7880efa488e29eb9f0','a:1:{s:39:\"mw_wc_qbo_sync_current_rt_order_id_1591\";i:1591;}',1673459284),(768,'93','a:2:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_93\";i:93;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1860\";i:1860;}',1683192784),(812,'49','a:0:{}',1685626367),(898,'26','a:0:{}',1679240523),(1193,'96','a:0:{}',1685033508),(1605,'6','a:0:{}',1685029207),(1824,'89','a:1:{s:31:\"mw_wc_qbo_sync_mwqs_session_msg\";s:94:\"a:1:{s:37:\"mw_wc_qbo_sync_activation_session_msg\";a:1:{i:0;s:25:\"QuickBooks not connected.\";}}\";}',1684688840),(1893,'50','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_50\";i:50;}',1684750083),(1918,'15','a:0:{}',1685197998),(1992,'79','a:0:{}',1684190465),(2054,'6deb9c376ca755b31db73c6e82e8cd6e','a:1:{s:39:\"mw_wc_qbo_sync_current_rt_order_id_1896\";i:1896;}',1684600475),(2202,'2','a:1:{s:31:\"mw_wc_qbo_sync_mwqs_session_msg\";s:94:\"a:1:{s:37:\"mw_wc_qbo_sync_activation_session_msg\";a:1:{i:0;s:25:\"QuickBooks not connected.\";}}\";}',1685662984),(2213,'28','a:0:{}',1685662980);
/*!40000 ALTER TABLE `wp_mw_wc_qbo_sync_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=369530 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://clinicstore.liceclinicsofamerica.com','yes'),(2,'home','https://clinicstore.liceclinicsofamerica.com','yes'),(3,'blogname','LCA Comdel Store','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','brice@laradasciences.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:234:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:15:\"^checkout-link$\";s:28:\"index.php?checkout-link=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"category/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?category_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:55:\"e-floating-buttons/([^/]+)/wc/file/transient(/(.*))?/?$\";s:70:\"index.php?e-floating-buttons=$matches[1]&wc/file/transient=$matches[3]\";s:44:\"e-floating-buttons/([^/]+)/wc-api(/(.*))?/?$\";s:59:\"index.php?e-floating-buttons=$matches[1]&wc-api=$matches[3]\";s:61:\"e-floating-buttons/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:72:\"e-floating-buttons/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:50:\"e-floating-buttons/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"e-floating-buttons/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"brand/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:39:\"brand/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:20:\"brand/(.+?)/embed/?$\";s:46:\"index.php?product_brand=$matches[1]&embed=true\";s:32:\"brand/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&paged=$matches[2]\";s:14:\"brand/(.+?)/?$\";s:35:\"index.php?product_brand=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:49:\"elementor-hf/([^/]+)/wc/file/transient(/(.*))?/?$\";s:64:\"index.php?elementor-hf=$matches[1]&wc/file/transient=$matches[3]\";s:38:\"elementor-hf/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?elementor-hf=$matches[1]&wc-api=$matches[3]\";s:55:\"elementor-hf/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:66:\"elementor-hf/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:44:\"elementor-hf/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"elementor-hf/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=16&cpage=$matches[1]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:36:\"([^/]+)/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?name=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\"[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:18:{i:0;s:83:\"add-quantity-field-on-shop-page-for-woocommerce/add-quantity-field-on-shop-page.php\";i:1;s:47:\"better-search-replace/better-search-replace.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:32:\"duplicate-page/duplicatepage.php\";i:4;s:31:\"elementor-pro/elementor-pro.php\";i:5;s:23:\"elementor/elementor.php\";i:6;s:56:\"essential-addons-elementor/essential_adons_elementor.php\";i:7;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:8;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:9;s:56:\"order-status-control-for-woocommerce/bv-order-status.php\";i:10;s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";i:11;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";i:12;s:41:\"ultimate-elementor/ultimate-elementor.php\";i:13;s:41:\"woo-update-manager/woo-update-manager.php\";i:14;s:63:\"woocommerce-shipment-tracking/woocommerce-shipment-tracking.php\";i:15;s:27:\"woocommerce/woocommerce.php\";i:16;s:41:\"wordpress-importer/wordpress-importer.php\";i:17;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:90:\"/storage/v12674/lcacomdelstore/public_html/wp-content/themes/hello-elementor/functions.php\";i:2;s:86:\"/storage/v12674/lcacomdelstore/public_html/wp-content/themes/hello-elementor/style.css\";i:3;s:128:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/woocommerce-request-a-quote/templates/quote/quote-totals-table.php\";i:4;s:135:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/woocommerce-request-a-quote/templates/quote/addify-quote-request-page.php\";i:5;s:123:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/woocommerce-request-a-quote/includes/class-af-r-f-q-quote.php\";}','no'),(40,'template','hello-elementor','yes'),(41,'stylesheet','hello-elementor','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','customer','yes'),(46,'db_version','61833','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','16','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1789231671','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:150:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"edit_membership_plan\";b:1;s:20:\"read_membership_plan\";b:1;s:22:\"delete_membership_plan\";b:1;s:21:\"edit_membership_plans\";b:1;s:28:\"edit_others_membership_plans\";b:1;s:23:\"delete_membership_plans\";b:1;s:24:\"publish_membership_plans\";b:1;s:29:\"read_private_membership_plans\";b:1;s:31:\"delete_private_membership_plans\";b:1;s:33:\"delete_published_membership_plans\";b:1;s:30:\"delete_others_membership_plans\";b:1;s:29:\"edit_private_membership_plans\";b:1;s:31:\"edit_published_membership_plans\";b:1;s:20:\"edit_user_membership\";b:1;s:20:\"read_user_membership\";b:1;s:22:\"delete_user_membership\";b:1;s:21:\"edit_user_memberships\";b:1;s:28:\"edit_others_user_memberships\";b:1;s:23:\"delete_user_memberships\";b:1;s:24:\"publish_user_memberships\";b:1;s:29:\"read_private_user_memberships\";b:1;s:31:\"delete_private_user_memberships\";b:1;s:33:\"delete_published_user_memberships\";b:1;s:30:\"delete_others_user_memberships\";b:1;s:29:\"edit_private_user_memberships\";b:1;s:31:\"edit_published_user_memberships\";b:1;s:35:\"manage_woocommerce_membership_plans\";b:1;s:35:\"manage_woocommerce_user_memberships\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;s:16:\"create_customers\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:121:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"edit_membership_plan\";b:1;s:20:\"read_membership_plan\";b:1;s:22:\"delete_membership_plan\";b:1;s:21:\"edit_membership_plans\";b:1;s:28:\"edit_others_membership_plans\";b:1;s:23:\"delete_membership_plans\";b:1;s:24:\"publish_membership_plans\";b:1;s:29:\"read_private_membership_plans\";b:1;s:31:\"delete_private_membership_plans\";b:1;s:33:\"delete_published_membership_plans\";b:1;s:30:\"delete_others_membership_plans\";b:1;s:29:\"edit_private_membership_plans\";b:1;s:31:\"edit_published_membership_plans\";b:1;s:20:\"edit_user_membership\";b:1;s:20:\"read_user_membership\";b:1;s:22:\"delete_user_membership\";b:1;s:21:\"edit_user_memberships\";b:1;s:28:\"edit_others_user_memberships\";b:1;s:23:\"delete_user_memberships\";b:1;s:24:\"publish_user_memberships\";b:1;s:29:\"read_private_user_memberships\";b:1;s:31:\"delete_private_user_memberships\";b:1;s:33:\"delete_published_user_memberships\";b:1;s:30:\"delete_others_user_memberships\";b:1;s:29:\"edit_private_user_memberships\";b:1;s:31:\"edit_published_user_memberships\";b:1;s:35:\"manage_woocommerce_membership_plans\";b:1;s:35:\"manage_woocommerce_user_memberships\";b:1;s:16:\"create_customers\";b:1;}}}','yes'),(100,'fresh_site','0','off'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(107,'cron','a:33:{i:1767210495;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1767211201;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1767211690;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1767211721;a:1:{s:27:\"acfwf_dismiss_wc_admin_note\";a:1:{s:32:\"071c4195255ea732f45ace54d26d60ee\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:16:\"acfw-install-wwp\";}s:8:\"interval\";i:3600;}}}i:1767217005;a:1:{s:27:\"astra_addon_get_addon_usage\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767221195;a:1:{s:56:\"puc_cron_check_updates-sg-order-approval-woocommerce-pro\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1767225600;a:1:{s:31:\"acfw_advanced_usage_limits_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767226500;a:1:{s:27:\"wc_memberships_jobs_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767234351;a:1:{s:45:\"puc_cron_check_updates-woo-discount-rules-pro\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1767247948;a:2:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1767247960;a:1:{s:39:\"WPEngineSecurityAuditor_Scans_scheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1767249229;a:1:{s:40:\"woocommerce_marketplace_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1767250302;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1767250802;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1767251290;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767280233;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767291148;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767292054;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767292767;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767294134;a:1:{s:29:\"astra_get_knowledge_base_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767297814;a:1:{s:29:\"custom_report__schedule_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1767299860;a:1:{s:24:\"astra_delete_docs_folder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1767677983;a:1:{s:41:\"acfw_usage_tracking_cron_coupon_templates\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1767681583;a:1:{s:24:\"acfw_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1767768296;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1767809548;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1768331000;a:2:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:45:\"woocommerce_marketplace_cron_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1768331005;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1768343638;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"8db4ed2679c97b50c42587b60d5ce94b\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:184330;}}}}i:1774880166;a:1:{s:22:\"hfe_widgets_usage_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1774880171;a:1:{s:23:\"uael_widgets_usage_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1775845582;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"a8df9eccb47dce0028f798e40de2ccde\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:184381;}}}}s:7:\"version\";i:2;}','on'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_wpe_powered_by_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'recovery_keys','a:2:{s:22:\"wG51LE9nuNWlB43YgQMhc2\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$dCRT8epNwKYlmBQlgYMhWjD5ytijQ1JaHorUCSfu\";s:10:\"created_at\";i:1768334871;}s:22:\"CYW1eYSaopgHaDTxnhKbTs\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$7gxVBI1BLP1-7tlRrqjJpYvalXbM0M080yUDofjS\";s:10:\"created_at\";i:1770908483;}}','off'),(121,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1616092519;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','no'),(122,'wpe-health-check-site-status-result','{\"good\":16,\"recommended\":4,\"critical\":0}','yes'),(124,'wpe_notices','a:1:{s:4:\"read\";s:0:\"\";}','yes'),(125,'wpe_notices_ttl','1635273275','yes'),(128,'finished_updating_comment_type','1','yes'),(129,'recently_activated','a:0:{}','off'),(133,'https_detection_errors','a:0:{}','off'),(135,'current_theme','Hello Elementor','yes'),(136,'theme_mods_astra','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:28;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:3577;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1758222439;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:22:\"astra-woo-shop-sidebar\";a:0:{}s:24:\"astra-woo-single-sidebar\";a:0:{}s:36:\"astra-woo-product-off-canvas-sidebar\";a:0:{}s:11:\"ast-widgets\";a:0:{}}}}','off'),(137,'theme_switched','','yes'),(138,'astra-settings','a:391:{s:18:\"theme-auto-version\";s:6:\"4.11.5\";s:24:\"astra-addon-auto-version\";s:6:\"4.11.9\";s:28:\"is_astra_addon_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;s:37:\"section-footer-builder-layout-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-footer-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-below-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:39:\"sidebar-widgets-header-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-header-mobile-trigger-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"title_tagline-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-hb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"section-hb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu1-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu2-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu3-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu4-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu5-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu6-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu7-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu8-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu9-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"section-hb-menu-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-menu10-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-header-search-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-account-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-hb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-mobile-menu-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-header-mobile-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-footer-copyright-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-footer-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-fb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"section-fb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-menu1-megamenu-heading-space\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-menu2-megamenu-heading-space\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-hb-language-switcher-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-fb-language-switcher-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:34:\"header-mobile-menu-submenu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"sticky-header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-hb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"display-site-title\";b:0;s:17:\"header-main-stick\";b:1;s:24:\"sticky-header-on-devices\";s:4:\"both\";s:18:\"header-above-stick\";b:0;s:16:\"body-font-family\";s:24:\"\'Montserrat\', sans-serif\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";d:1.6499999999999999;s:20:\"headings-font-family\";s:21:\"\'Raleway\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"400\";s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:1:\"3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"font-family-h1\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h1\";s:3:\"400\";s:14:\"font-family-h2\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h2\";s:3:\"400\";s:14:\"font-family-h3\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h3\";s:3:\"400\";s:14:\"font-family-h4\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h4\";s:3:\"400\";s:14:\"font-family-h5\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h5\";s:3:\"400\";s:14:\"font-family-h6\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h6\";s:3:\"400\";s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:11:\"theme-color\";s:7:\"#5bc500\";s:10:\"link-color\";s:7:\"#5bc500\";s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:19:\"site-content-layout\";s:12:\"page-builder\";s:26:\"single-page-content-layout\";s:12:\"page-builder\";s:12:\"button-color\";s:7:\"#ffffff\";s:14:\"button-h-color\";s:7:\"#ffffff\";s:15:\"button-bg-color\";s:7:\"#5bc500\";s:17:\"button-bg-h-color\";s:7:\"#50ab00\";s:23:\"footer-copyright-editor\";s:60:\"Copyright [copyright] [current_year] Lice Clinics of America\";s:19:\"site-sidebar-layout\";s:10:\"no-sidebar\";s:36:\"guntenberg-button-pattern-compat-css\";b:0;s:26:\"can-update-astra-icons-svg\";b:0;s:17:\"is-flex-based-css\";b:0;s:54:\"can-update-page-header-compatibility-to-header-builder\";b:1;s:35:\"can-support-widget-and-editor-fonts\";b:0;s:36:\"can-reflect-cart-color-in-old-header\";b:0;s:29:\"display-site-title-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:29:\"can-remove-logo-max-width-css\";b:0;s:33:\"transparent-header-default-border\";b:0;s:27:\"btn-default-padding-updated\";b:0;s:23:\"underline-content-links\";b:0;s:20:\"support-block-editor\";b:0;s:30:\"add-outline-cart-bg-new-header\";b:0;s:41:\"remove-header-sections-deps-in-new-header\";b:0;s:35:\"support-swap-mobile-header-sections\";b:0;s:44:\"sticky-header-default-site-title-tagline-css\";b:0;s:34:\"support-footer-widget-right-margin\";b:0;s:31:\"remove-elementor-toc-margin-css\";b:0;s:28:\"remove-widget-design-options\";b:0;s:29:\"astra-zero-font-size-case-css\";b:0;s:32:\"unset-builder-elements-underline\";b:0;s:27:\"support-global-color-format\";b:0;s:22:\"footer-copyright-color\";s:7:\"#3a3a3a\";s:20:\"improve-gb-editor-ui\";b:0;s:29:\"breadcrumb-separator-selector\";s:7:\"unicode\";s:42:\"apply-content-background-fullwidth-layouts\";b:0;s:19:\"blocks-legacy-setup\";b:1;s:12:\"wp-blocks-ui\";s:6:\"legacy\";s:32:\"customizer-default-layout-update\";b:0;s:15:\"wp-blocks-v2-ui\";b:0;s:33:\"single-product-breadcrumb-disable\";b:1;s:29:\"woo-header-cart-label-display\";s:33:\"Cart/{cart_total_currency_symbol}\";s:12:\"border-color\";s:7:\"#dddddd\";s:22:\"modern-ecommerce-setup\";b:0;s:22:\"woo-show-password-icon\";b:0;s:19:\"woo-shop-style-flag\";b:1;s:32:\"astra-old-global-sidebar-default\";b:0;s:28:\"spectra-gutenberg-compat-css\";b:0;s:19:\"shop-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"astra-product-gallery-layout-flag\";b:0;s:33:\"astra-woocommerce-cart-icons-flag\";b:0;s:22:\"shop-toolbar-structure\";a:2:{i:0;s:7:\"results\";i:1;s:7:\"sorting\";}s:37:\"shop-toolbar-structure-with-hiddenset\";a:4:{s:7:\"results\";b:1;s:7:\"filters\";b:0;s:7:\"sorting\";b:1;s:9:\"easy_view\";b:0;}s:31:\"can-update-variant-active-style\";b:0;s:32:\"addon-dynamic-customizer-support\";b:1;s:20:\"dynamic-blog-layouts\";b:0;s:32:\"theme-dynamic-customizer-support\";b:1;s:36:\"ast-dynamic-single-product-structure\";a:2:{i:0;s:32:\"ast-dynamic-single-product-image\";i:1;s:32:\"ast-dynamic-single-product-title\";}s:35:\"ast-dynamic-single-product-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:25:\"ast-archive-product-title\";b:0;s:24:\"ast-single-product-title\";b:0;s:45:\"ast-dynamic-archive-product-banner-image-type\";s:4:\"none\";s:44:\"ast-dynamic-archive-product-banner-custom-bg\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:45:\"ast-dynamic-archive-product-title-font-family\";s:0:\"\";s:43:\"ast-dynamic-archive-product-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:45:\"ast-dynamic-archive-product-title-font-weight\";s:0:\"\";s:45:\"ast-dynamic-archive-product-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:46:\"ast-dynamic-archive-product-banner-title-color\";s:0:\"\";s:45:\"ast-dynamic-archive-product-banner-text-color\";s:0:\"\";s:45:\"ast-dynamic-single-product-banner-title-color\";s:0:\"\";s:44:\"ast-dynamic-single-product-title-font-family\";s:0:\"\";s:42:\"ast-dynamic-single-product-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:44:\"ast-dynamic-single-product-title-font-weight\";s:0:\"\";s:44:\"ast-dynamic-single-product-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-post-structure\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:32:\"ast-dynamic-single-post-taxonomy\";s:8:\"category\";s:32:\"ast-dynamic-single-post-metadata\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:22:\"ast-archive-post-title\";b:1;s:21:\"ast-single-post-title\";b:1;s:42:\"ast-dynamic-archive-post-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-post-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-post-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-post-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-post-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-post-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-post-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-post-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-post-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-post-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-page-structure\";a:1:{i:0;s:29:\"ast-dynamic-single-page-title\";}s:32:\"ast-dynamic-single-page-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:22:\"ast-archive-page-title\";b:1;s:21:\"ast-single-page-title\";b:1;s:42:\"ast-dynamic-archive-page-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-page-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-page-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-page-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-page-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-page-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-page-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-page-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-page-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-page-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:31:\"archive-download-content-layout\";s:7:\"default\";s:31:\"archive-download-sidebar-layout\";s:10:\"no-sidebar\";s:30:\"single-download-content-layout\";s:7:\"default\";s:30:\"single-download-sidebar-layout\";s:7:\"default\";s:19:\"enable-scroll-to-id\";b:0;s:20:\"scroll-to-top-enable\";b:1;s:25:\"update-default-color-typo\";b:0;s:22:\"v4-block-editor-compat\";b:0;s:23:\"v4-1-0-update-migration\";b:1;s:27:\"single-product-payment-list\";a:1:{s:5:\"items\";a:4:{i:0;a:6:{s:2:\"id\";s:8:\"item-100\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-visa\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Visa\";}i:1;a:6:{s:2:\"id\";s:8:\"item-101\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:13:\"cc-mastercard\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:10:\"Mastercard\";}i:2;a:6:{s:2:\"id\";s:8:\"item-102\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-amex\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Amex\";}i:3;a:6:{s:2:\"id\";s:8:\"item-103\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:11:\"cc-discover\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:8:\"Discover\";}}}s:27:\"woo_support_global_settings\";b:1;s:23:\"v4-1-4-update-migration\";b:1;s:27:\"list-block-vertical-spacing\";b:0;s:18:\"add-hr-styling-css\";b:0;s:32:\"astra-site-svg-logo-equal-height\";b:0;s:23:\"ast-site-content-layout\";s:20:\"full-width-container\";s:18:\"site-content-style\";s:7:\"unboxed\";s:18:\"site-sidebar-style\";s:7:\"unboxed\";s:30:\"single-page-ast-content-layout\";s:20:\"full-width-container\";s:25:\"single-page-content-style\";s:7:\"unboxed\";s:25:\"single-page-sidebar-style\";s:7:\"unboxed\";s:25:\"fullwidth_sidebar_support\";b:0;s:23:\"v4-2-0-update-migration\";b:1;s:29:\"v4-2-2-core-form-btns-styling\";b:0;s:22:\"v4-4-0-backward-option\";b:0;s:25:\"secondary-button-bg-color\";s:7:\"#5bc500\";s:27:\"secondary-button-bg-h-color\";s:7:\"#50ab00\";s:67:\"ast-dynamic-single-product-article-featured-image-position-layout-1\";s:4:\"none\";s:67:\"ast-dynamic-single-product-article-featured-image-position-layout-2\";s:4:\"none\";s:60:\"ast-dynamic-single-product-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-post-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-page-article-featured-image-ratio-type\";s:7:\"default\";s:22:\"v4-5-0-backward-option\";b:0;s:26:\"scndry-btn-default-padding\";b:0;s:22:\"v4-6-0-backward-option\";b:0;s:19:\"blog-post-structure\";a:5:{i:0;s:5:\"image\";i:1;s:5:\"title\";i:2;s:10:\"title-meta\";i:3;s:7:\"excerpt\";i:4;s:9:\"read-more\";}s:39:\"ast-sub-section-author-box-border-width\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:40:\"ast-sub-section-author-box-border-radius\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:39:\"ast-sub-section-author-box-border-color\";s:0:\"\";s:28:\"single-content-images-shadow\";b:0;s:21:\"ast-font-style-update\";b:0;s:22:\"v4-6-2-backward-option\";b:0;s:20:\"btn-stylings-upgrade\";b:0;s:24:\"elementor-headings-style\";b:1;s:37:\"apply-modern-layout-sale-badge-styles\";b:0;s:33:\"update-default-spacing-for-header\";b:0;s:39:\"restrict-banner-layout-with-page-header\";b:0;s:33:\"elementor-container-padding-style\";b:1;s:37:\"site-builder-templates-headings-space\";b:0;s:14:\"font-extras-h1\";a:2:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h2\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h3\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h4\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h5\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h6\";a:2:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";}s:34:\"global-headings-line-height-update\";b:1;s:37:\"single_posts_pages_heading_clear_none\";b:0;s:21:\"elementor-btn-styling\";b:1;s:52:\"remove_single_posts_navigation_mobile_device_padding\";b:1;s:27:\"enable-4-6-14-compatibility\";b:0;s:22:\"is_theme_queue_running\";b:0;s:33:\"hiding_social_share_icon_position\";b:0;s:11:\"v4-9-2-comp\";b:0;s:18:\"load_more_btn_comp\";b:0;s:24:\"heading-widget-font-size\";b:0;s:26:\"enable-4-8-0-compatibility\";b:0;s:22:\"v4-8-2-backward-option\";b:0;s:26:\"enable-4-8-4-compatibility\";b:0;s:37:\"astra-heading-font-size-compatibility\";b:0;s:26:\"enable-4-8-9-compatibility\";b:0;s:20:\"off-canvas-move-body\";b:1;s:16:\"star-rating-comp\";b:0;s:22:\"v4-9-0-backward-option\";b:0;}','yes'),(139,'bsf_force_check_extensions','','off'),(140,'bsf-updater-version','1.29.12','yes'),(141,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{s:4:\"uael\";a:32:{s:2:\"id\";s:4:\"uael\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";s:4:\"slug\";s:18:\"ultimate-elementor\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:170:\"Ultimate Addons is a premium extension for Elementor that adds 50+ widgets and works on top of any Elementor Package (Free, Pro). You can use it with any WordPress theme.\";s:7:\"version\";s:6:\"1.44.3\";s:12:\"download_url\";s:22:\"ultimate-elementor.zip\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"tested\";s:3:\"7.0\";s:14:\"privacy_policy\";s:133:\"https://store.brainstormforce.com/privacy-policy/?utm_source=graupi-license-form&utm_medium=privacy-policy&utm_campaign=uael-purchase\";s:16:\"terms_conditions\";s:145:\"https://store.brainstormforce.com/terms-and-conditions/?utm_source=graupi-license-form&utm_medium=terms-and-conditions&utm_campaign=uael-purchase\";s:12:\"purchase_url\";s:119:\"http://ultimateelementor.com/pricing/?utm_source=license-form&utm_medium=uael-purchase&utm_campaign=graupi-license-form\";s:13:\"changelog_url\";s:122:\"https://ultimateelementor.com/whats-new/?utm_source=graupi-updater&utm_medium=changelog-link&utm_campaign=graupi-changelog\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:5:\"false\";s:13:\"support_forum\";s:134:\"http://ultimateelementor.com/support/submit-a-ticket/?utm_source=license-form&utm_medium=support-form&utm_campaign=graupi-license-form\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2018/12/uael-logo.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:5:\"false\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:6:\"remote\";s:6:\"1.45.2\";s:12:\"purchase_key\";s:32:\"06bc1612071bf2266508392cac212472\";s:6:\"status\";s:10:\"registered\";s:7:\"message\";s:0:\"\";s:12:\"product_name\";s:33:\"Ultimate Addons for Elementor Pro\";}}}','yes'),(143,'bsf_analytics_installed_time','1616092554','no'),(144,'bsf_last_update_check','1785318560','yes'),(145,'papro_updated','true','yes'),(146,'elementor_version','4.1.0','yes'),(147,'elementor_install_history','a:146:{s:5:\"3.1.4\";i:1616959451;s:5:\"3.2.0\";i:1616959450;s:5:\"3.2.1\";i:1621881202;s:5:\"3.2.2\";i:1620052803;s:5:\"3.2.3\";i:1621881203;s:5:\"3.2.4\";i:1622225458;s:5:\"3.2.5\";i:1624390767;s:5:\"3.3.0\";i:1626188085;s:5:\"3.3.1\";i:1628889907;s:5:\"3.3.4\";i:1628889906;s:5:\"3.3.6\";i:1629300536;s:5:\"3.3.7\";i:1629807923;s:5:\"3.3.8\";i:1631464076;s:5:\"3.4.1\";i:1629300538;s:5:\"3.4.2\";i:1629807924;s:5:\"3.4.3\";i:1631464077;s:5:\"3.4.4\";i:1631550564;s:5:\"3.4.5\";i:1634151580;s:5:\"3.4.6\";i:1634677578;s:5:\"3.4.7\";i:1636402774;s:5:\"3.4.8\";i:1638215111;s:5:\"3.5.0\";i:1639681402;s:5:\"3.5.2\";i:1644434892;s:5:\"3.5.3\";i:1640888501;s:5:\"3.5.4\";i:1643053872;s:5:\"3.5.5\";i:1644853166;s:5:\"3.5.6\";i:1647456616;s:5:\"3.6.1\";i:1648126344;s:5:\"3.6.2\";i:1647013266;s:5:\"3.6.3\";i:1647455940;s:5:\"3.6.4\";i:1651066929;s:5:\"3.6.5\";i:1654455246;s:5:\"3.6.6\";i:1655156078;s:5:\"3.6.7\";i:1657309130;s:5:\"3.6.8\";i:1659384955;s:5:\"3.7.1\";i:1657308153;s:5:\"3.7.2\";i:1661202598;s:5:\"3.7.3\";i:1662991888;s:5:\"3.7.4\";i:1662991889;s:5:\"3.7.5\";i:1663608524;s:5:\"3.7.6\";i:1663608610;s:5:\"3.7.7\";i:1663685833;s:5:\"3.7.8\";i:1666015687;s:5:\"3.8.0\";i:1667227548;s:5:\"3.8.1\";i:1670356768;s:5:\"3.8.2\";i:1670792315;s:5:\"3.9.0\";i:1670793142;s:6:\"3.11.0\";i:1676316497;s:6:\"3.11.2\";i:1677525301;s:6:\"3.11.3\";i:1680031222;s:6:\"3.11.5\";i:1680031227;s:6:\"3.11.7\";i:1680488915;s:6:\"3.12.1\";i:1680488916;s:6:\"3.12.2\";i:1683059834;s:6:\"3.12.3\";i:1684961097;s:6:\"3.13.2\";i:1688669768;s:6:\"3.13.3\";i:1684961099;s:6:\"3.13.4\";i:1685484942;s:6:\"3.14.0\";i:1687381042;s:6:\"3.14.1\";i:1688669769;s:6:\"3.15.0\";i:1691007588;s:6:\"3.15.1\";i:1691007646;s:6:\"3.15.2\";i:1691699849;s:6:\"3.15.3\";i:1693933646;s:6:\"3.16.3\";i:1695230325;s:6:\"3.16.4\";i:1695324682;s:6:\"3.16.5\";i:1696943573;s:6:\"3.16.6\";i:1697734453;s:6:\"3.17.1\";i:1698346339;s:6:\"3.17.2\";i:1698868314;s:6:\"3.17.3\";i:1699548532;s:6:\"3.18.1\";i:1701978620;s:6:\"3.18.2\";i:1702327688;s:6:\"3.18.3\";i:1703819495;s:6:\"3.19.0\";i:1706543093;s:6:\"3.19.1\";i:1707315485;s:6:\"3.19.2\";i:1707407903;s:6:\"3.19.3\";i:1709064724;s:6:\"3.19.4\";i:1709238868;s:6:\"3.20.0\";i:1710179823;s:6:\"3.20.1\";i:1710786738;s:6:\"3.20.2\";i:1711418186;s:6:\"3.20.3\";i:1711562733;s:6:\"3.20.4\";i:1712852852;s:6:\"3.21.3\";i:1714504465;s:6:\"3.21.4\";i:1715013612;s:6:\"3.21.5\";i:1715806126;s:6:\"3.21.6\";i:1716322399;s:6:\"3.21.8\";i:1716903574;s:6:\"3.22.1\";i:1718942428;s:6:\"3.22.2\";i:1719366661;s:6:\"3.22.3\";i:1721066527;s:6:\"3.23.1\";i:1721075403;s:6:\"3.23.2\";i:1721795740;s:6:\"3.23.3\";i:1722877913;s:6:\"3.23.4\";i:1722918945;s:6:\"3.24.1\";i:1726252814;s:6:\"3.24.2\";i:1726254003;s:6:\"3.24.3\";i:1726722004;s:6:\"3.24.4\";i:1727306246;s:6:\"3.24.5\";i:1727845204;s:6:\"3.24.6\";i:1728679187;s:6:\"3.24.7\";i:1729054804;s:6:\"3.25.4\";i:1730762998;s:6:\"3.25.5\";i:1731477603;s:6:\"3.25.6\";i:1731606130;s:6:\"3.25.7\";i:1731995274;s:6:\"3.25.8\";i:1732146065;s:6:\"3.25.9\";i:1732231428;s:7:\"3.25.10\";i:1732514404;s:6:\"3.26.0\";i:1734494446;s:6:\"3.26.1\";i:1734674403;s:6:\"3.26.3\";i:1735412727;s:6:\"3.26.4\";i:1736316004;s:6:\"3.27.2\";i:1738345999;s:6:\"3.28.1\";i:1742833808;s:6:\"3.28.2\";i:1743445307;s:6:\"3.28.3\";i:1745249220;s:6:\"3.28.4\";i:1746803389;s:6:\"3.29.2\";i:1751071559;s:6:\"3.30.0\";i:1751547286;s:6:\"3.30.1\";i:1751907885;s:6:\"3.30.2\";i:1752159903;s:6:\"3.30.4\";i:1754064101;s:6:\"3.31.1\";i:1754676525;s:6:\"3.31.2\";i:1754927982;s:6:\"3.31.3\";i:1757098757;s:6:\"3.32.1\";i:1758201995;s:6:\"3.32.2\";i:1758224691;s:6:\"3.32.3\";i:1759238424;s:6:\"3.32.4\";i:1759771749;s:6:\"3.32.5\";i:1761138877;s:6:\"3.33.0\";i:1762929851;s:6:\"3.33.1\";i:1763473412;s:6:\"3.33.2\";i:1763988854;s:6:\"3.33.3\";i:1764940997;s:6:\"3.33.4\";i:1765277374;s:6:\"3.33.5\";i:1766040602;s:6:\"3.33.6\";i:1766144841;s:6:\"3.34.0\";i:1766512256;s:6:\"3.34.1\";i:1768331311;s:6:\"3.34.2\";i:1769011202;s:6:\"3.35.4\";i:1770908810;s:5:\"4.0.0\";i:1774880200;s:5:\"4.0.1\";i:1775658562;s:5:\"4.1.0\";i:1779808778;}','yes'),(148,'elementor_pro_version','4.1.0','yes'),(149,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(150,'_elementor_pro_installed_time','1616092767','yes'),(151,'elementor_submissions_db_version','5','yes'),(152,'_elementor_installed_time','1616092773','yes'),(153,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:4:{i:0;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:20472;s:5:\"title\";s:10:\"test ido f\";s:9:\"thumbnail\";s:153:\"https://library.stg.elementor.red/wp-content/uploads/2025/01/png-clipart-logo-harry-potter-literary-series-lord-voldemort-film-harry-potter-thumbnail.png\";s:12:\"tmpl_created\";i:1751356263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.stg.elementor.red/blocks/test-ido-f/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:1;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:19968;s:5:\"title\";s:12:\"Zeyad Test 1\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_2.jpg\";s:12:\"tmpl_created\";i:1670765723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.stg.elementor.red/blocks/zeyad-test-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:2;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:19494;s:5:\"title\";s:5:\"test2\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_4.jpg\";s:12:\"tmpl_created\";i:1672308146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.stg.elementor.red/blocks/test2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:3;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:87:\"https://library.stg.elementor.red/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1660034300;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.stg.elementor.red/popups/slide-in-sale-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(154,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Introducing Angie: Agentic AI for WordPress\";s:7:\"excerpt\";s:365:\"Meet Angie, agentic AI purpose-built for WordPress. Angie understands your site, connects to your tools, and takes real actions on your behalf. Its first capability, Angie Code, lets you describe any WordPress feature you can imagine and have it built for you in minutes. Production-ready, fully integrated with your site, and safe to test before it ever goes live.\";s:7:\"created\";i:1774270910;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:142:\"https://elementor.com/blog/introducing-angie-agentic-ai-for-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(155,'elementor_connect_site_key','fc561f7d80442439da2b172a0ad63cb2','yes'),(156,'elementor_allow_tracking','yes','yes'),(157,'elementor_tracker_last_send','1767119979','yes'),(161,'_elementor_pro_api_requests_lock','a:2:{s:16:\"get_license_data\";i:1785318558;s:11:\"get_version\";i:1785318559;}','yes'),(162,'elementor_pro_theme_builder_conditions','a:3:{s:6:\"header\";a:2:{i:184158;a:1:{i:0;s:28:\"include/singular/page/184149\";}i:112;a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}}s:6:\"footer\";a:1:{i:184;a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}}s:6:\"single\";a:1:{i:70;a:1:{i:0;s:15:\"include/product\";}}}','yes'),(163,'_astra_ext_enabled_extensions','a:18:{s:14:\"advanced-hooks\";s:14:\"advanced-hooks\";s:8:\"blog-pro\";s:8:\"blog-pro\";s:21:\"colors-and-background\";s:21:\"colors-and-background\";s:15:\"advanced-footer\";s:15:\"advanced-footer\";s:13:\"mobile-header\";s:13:\"mobile-header\";s:15:\"header-sections\";s:15:\"header-sections\";s:9:\"lifterlms\";s:9:\"lifterlms\";s:9:\"learndash\";s:9:\"learndash\";s:16:\"advanced-headers\";s:16:\"advanced-headers\";s:12:\"site-layouts\";s:12:\"site-layouts\";s:7:\"spacing\";s:7:\"spacing\";s:13:\"sticky-header\";s:13:\"sticky-header\";s:13:\"scroll-to-top\";s:13:\"scroll-to-top\";s:18:\"transparent-header\";s:18:\"transparent-header\";s:10:\"typography\";s:10:\"typography\";s:11:\"woocommerce\";s:11:\"woocommerce\";s:3:\"edd\";s:3:\"edd\";s:8:\"nav-menu\";s:8:\"nav-menu\";}','yes'),(164,'_astra_ext_http2','1','yes'),(173,'elementor_active_kit','11','yes'),(174,'elementor_fonts_manager_font_types','a:0:{}','yes'),(175,'elementor_fonts_manager_fonts','a:0:{}','yes'),(176,'elementor_custom_icon_sets_config','a:0:{}','yes'),(276,'action_scheduler_hybrid_store_demarkation','18','yes'),(277,'schema-ActionScheduler_StoreSchema','8.0.1757098769','yes'),(278,'schema-ActionScheduler_LoggerSchema','3.0.1634151577','yes'),(279,'woocommerce_schema_version','920','yes'),(280,'woocommerce_store_address','4873 South State Street','on'),(281,'woocommerce_store_address_2','','yes'),(282,'woocommerce_store_city','Murray','on'),(283,'woocommerce_default_country','US:UT','on'),(284,'woocommerce_store_postcode','84107','on'),(285,'woocommerce_allowed_countries','specific','yes'),(286,'woocommerce_all_except_countries','a:0:{}','yes'),(287,'woocommerce_specific_allowed_countries','a:2:{i:0;s:2:\"NO\";i:1;s:2:\"US\";}','yes'),(288,'woocommerce_ship_to_countries','specific','yes'),(289,'woocommerce_specific_ship_to_countries','a:2:{i:0;s:2:\"NO\";i:1;s:2:\"US\";}','yes'),(290,'woocommerce_default_customer_address','','yes'),(291,'woocommerce_calc_taxes','yes','yes'),(292,'woocommerce_enable_coupons','yes','yes'),(293,'woocommerce_calc_discounts_sequentially','no','no'),(294,'woocommerce_currency','USD','yes'),(295,'woocommerce_currency_pos','left','yes'),(296,'woocommerce_price_thousand_sep',',','yes'),(297,'woocommerce_price_decimal_sep','.','yes'),(298,'woocommerce_price_num_decimals','2','on'),(299,'woocommerce_shop_page_id','531','on'),(300,'woocommerce_cart_redirect_after_add','no','yes'),(301,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(302,'woocommerce_placeholder_image','18','yes'),(303,'woocommerce_weight_unit','lbs','yes'),(304,'woocommerce_dimension_unit','in','yes'),(305,'woocommerce_enable_reviews','no','yes'),(306,'woocommerce_review_rating_verification_label','yes','no'),(307,'woocommerce_review_rating_verification_required','no','no'),(308,'woocommerce_enable_review_rating','yes','yes'),(309,'woocommerce_review_rating_required','yes','no'),(310,'woocommerce_manage_stock','no','yes'),(311,'woocommerce_hold_stock_minutes','4320','no'),(312,'woocommerce_notify_low_stock','yes','no'),(313,'woocommerce_notify_no_stock','yes','no'),(314,'woocommerce_stock_email_recipient','brice@laradasciences.com','no'),(315,'woocommerce_notify_low_stock_amount','2','no'),(316,'woocommerce_notify_no_stock_amount','0','yes'),(317,'woocommerce_hide_out_of_stock_items','no','yes'),(318,'woocommerce_stock_format','','yes'),(319,'woocommerce_file_download_method','force','no'),(320,'woocommerce_downloads_require_login','no','no'),(321,'woocommerce_downloads_grant_access_after_payment','yes','no'),(322,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(323,'woocommerce_prices_include_tax','no','yes'),(324,'woocommerce_tax_based_on','billing','on'),(325,'woocommerce_shipping_tax_class','inherit','yes'),(326,'woocommerce_tax_round_at_subtotal','no','yes'),(327,'woocommerce_tax_classes','','yes'),(328,'woocommerce_tax_display_shop','excl','yes'),(329,'woocommerce_tax_display_cart','excl','yes'),(330,'woocommerce_price_display_suffix','','yes'),(331,'woocommerce_tax_total_display','itemized','no'),(332,'woocommerce_enable_shipping_calc','yes','no'),(333,'woocommerce_shipping_cost_requires_address','no','yes'),(334,'woocommerce_ship_to_destination','shipping','no'),(335,'woocommerce_shipping_debug_mode','no','yes'),(336,'woocommerce_enable_guest_checkout','yes','no'),(337,'woocommerce_enable_checkout_login_reminder','no','no'),(338,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(339,'woocommerce_enable_myaccount_registration','no','no'),(340,'woocommerce_registration_generate_username','yes','no'),(341,'woocommerce_registration_generate_password','yes','no'),(342,'woocommerce_erasure_request_removes_order_data','no','no'),(343,'woocommerce_erasure_request_removes_download_data','no','no'),(344,'woocommerce_allow_bulk_remove_personal_data','no','no'),(345,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(346,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(347,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(348,'woocommerce_trash_pending_orders','','no'),(349,'woocommerce_trash_failed_orders','','no'),(350,'woocommerce_trash_cancelled_orders','','no'),(351,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(352,'woocommerce_email_from_name','Lice Clinics of America','no'),(353,'woocommerce_email_from_address','ginesis@ginesis.com','no'),(354,'woocommerce_email_header_image','','no'),(355,'woocommerce_email_footer_text','','no'),(356,'woocommerce_email_base_color','#5bc500','no'),(357,'woocommerce_email_background_color','#f7f7f7','no'),(358,'woocommerce_email_body_background_color','#ffffff','no'),(359,'woocommerce_email_text_color','#3c3c3c','no'),(360,'woocommerce_merchant_email_notifications','no','no'),(361,'woocommerce_cart_page_id','20','no'),(362,'woocommerce_checkout_page_id','21','no'),(363,'woocommerce_myaccount_page_id','22','no'),(364,'woocommerce_terms_page_id','182','no'),(365,'woocommerce_force_ssl_checkout','yes','yes'),(366,'woocommerce_unforce_ssl_checkout','no','yes'),(367,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(368,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(369,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(370,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(371,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(372,'woocommerce_myaccount_orders_endpoint','orders','yes'),(373,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(374,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(375,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(376,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(377,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(378,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(379,'woocommerce_logout_endpoint','customer-logout','yes'),(380,'woocommerce_api_enabled','no','yes'),(381,'woocommerce_allow_tracking','yes','on'),(382,'woocommerce_show_marketplace_suggestions','yes','no'),(383,'woocommerce_single_image_width','600','yes'),(384,'woocommerce_thumbnail_image_width','300','yes'),(385,'woocommerce_checkout_highlight_required_fields','yes','yes'),(386,'woocommerce_demo_store','no','no'),(387,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:8:\"/product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(388,'current_theme_supports_woocommerce','yes','yes'),(389,'woocommerce_queue_flush_rewrite_rules','no','yes'),(391,'default_product_cat','15','yes'),(392,'woocommerce_version','10.7.0','yes'),(393,'woocommerce_db_version','10.4.3','yes'),(394,'action_scheduler_lock_async-request-runner','6a6a12aec7fb53.31598420|1785336554','yes'),(395,'woocommerce_admin_notices','a:0:{}','yes'),(396,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"hTgAXYy6iRWmcUbNucMi9wLoetKOtoRE\";}','yes'),(397,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(398,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(399,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(400,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(401,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(402,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(403,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(404,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(405,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(406,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(407,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(408,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(410,'woocommerce_admin_install_timestamp','1616095520','yes'),(412,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":3:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;s:17:\"new_product_count\";i:0;}','yes'),(413,'wc_blocks_db_schema_version','260','yes'),(414,'woocommerce_meta_box_errors','a:0:{}','yes'),(423,'bsf_analytics_optin','no','no'),(427,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:27:{i:0;a:1:{s:21:\"recommendations-count\";i:5;}i:1;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";a:1:{i:0;s:28:\"product-edit-meta-tab-header\";}s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:7:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";a:1:{i:0;s:28:\"product-edit-meta-tab-footer\";}s:9:\"link-text\";s:21:\"Discover more options\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:7:\"iam-url\";s:55:\"admin.php?page=wc-admin&tab=extensions&path=/extensions\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:3;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";a:1:{i:0;s:24:\"orders-list-empty-header\";}s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:4;a:7:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";a:1:{i:0;s:24:\"orders-list-empty-footer\";}s:9:\"link-text\";s:21:\"Discover more options\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:7:\"iam-url\";s:55:\"admin.php?page=wc-admin&tab=extensions&path=/extensions\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:5;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";a:1:{i:0;s:26:\"products-list-empty-header\";}s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:6;a:7:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";a:1:{i:0;s:26:\"products-list-empty-footer\";}s:9:\"link-text\";s:21:\"Discover more options\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:7:\"iam-url\";s:55:\"admin.php?page=wc-admin&tab=extensions&path=/extensions\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:7;a:9:{s:4:\"slug\";s:42:\"orders-list-empty-body-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:19:\"table-rate-shipping\";s:4:\"icon\";s:101:\"https://woocommerce.com/wp-content/uploads/2012/07/Table_Rate_Shipping_icon-marketplace-160x160-2.png\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:123:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";s:9:\"is_pinned\";b:1;}i:8;a:9:{s:4:\"slug\";s:56:\"orders-list-empty-body-conditional-shipping-and-payments\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:33:\"conditional-shipping-and-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/uploads/2015/03/Conditional_Shipping_Payments_icon-marketplace-160x160-1.png\";s:5:\"title\";s:33:\"Conditional Shipping and Payments\";s:4:\"copy\";s:91:\"Use conditional logic to restrict the shipping and payment options available on your store.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/conditional-shipping-and-payments/\";s:9:\"is_pinned\";b:1;}i:9;a:9:{s:4:\"slug\";s:40:\"orders-list-empty-body-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:17:\"shipment-tracking\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:49:\"Add shipment tracking information to your orders.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:9:\"is_pinned\";b:1;}i:10;a:8:{s:4:\"slug\";s:34:\"orders-list-empty-body-scanventory\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:11:\"scanventory\";s:4:\"icon\";s:68:\"https://woocommerce.com/wp-content/uploads/2018/06/estudios-icon.jpg\";s:5:\"title\";s:51:\"Scanventory – Inventory Manager & Label Generator\";s:4:\"copy\";s:99:\"Synchronize your warehouse inventory with your WooCommerce store products using your mobile device.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/scanventory/\";}i:11;a:8:{s:4:\"slug\";s:31:\"orders-list-empty-body-shipwire\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:8:\"shipwire\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:5:\"title\";s:8:\"Shipwire\";s:4:\"copy\";s:139:\"A full-featured Shipwire integration, with real-time shipping rates, automatic fulfillment processing, and live inventory/tracking updates.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:42:\"https://woocommerce.com/products/shipwire/\";}i:12;a:8:{s:4:\"slug\";s:50:\"orders-list-empty-body-shipping-multiple-addresses\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:27:\"shipping-multiple-addresses\";s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/uploads/2012/09/Shipping_Multiple_Addresses_icon-marketplace-160x160-2.png\";s:5:\"title\";s:27:\"Shipping Multiple Addresses\";s:4:\"copy\";s:86:\"Allow your customers to ship individual items in a single order to multiple addresses.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:61:\"https://woocommerce.com/products/shipping-multiple-addresses/\";}i:13;a:8:{s:4:\"slug\";s:43:\"orders-list-empty-body-usps-shipping-method\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"usps-shipping-method\";s:4:\"icon\";s:70:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-USPS-yhn1rb.png\";s:5:\"title\";s:20:\"USPS Shipping Method\";s:4:\"copy\";s:91:\"Get shipping rates from the USPS API which handles both domestic and international parcels.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/usps-shipping-method/\";}i:14;a:8:{s:4:\"slug\";s:49:\"orders-list-empty-body-woocommerce-order-delivery\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:26:\"woocommerce-order-delivery\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/09/Order-Delivery-logo-2-1.png\";s:5:\"title\";s:14:\"Order Delivery\";s:4:\"copy\";s:132:\"Delivery on time, every time. Let shoppers pick delivery dates and timeslots. You control capacity, cutoffs, holidays, and renewals.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:60:\"https://woocommerce.com/products/woocommerce-order-delivery/\";}i:15;a:8:{s:4:\"slug\";s:50:\"orders-list-empty-body-canada-post-shipping-method\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:27:\"canada-post-shipping-method\";s:4:\"icon\";s:76:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-CanadaPost-fjlcfq.png\";s:5:\"title\";s:27:\"Canada Post Shipping Method\";s:4:\"copy\";s:106:\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:61:\"https://woocommerce.com/products/canada-post-shipping-method/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-list-empty-body-warranty-requests\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:17:\"warranty-requests\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/uploads/2013/07/Returns_and_Warranty_icon-marketplace-160x160-1.png\";s:5:\"title\";s:29:\"Returns and Warranty Requests\";s:4:\"copy\";s:126:\"Manage the RMA process, add warranties to products, and let customers request and manage returns/exchanges from their account.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/warranty-requests/\";}i:17;a:9:{s:4:\"slug\";s:42:\"product-edit-meta-tab-body-product-add-ons\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:15:\"product-add-ons\";s:4:\"icon\";s:96:\"https://woocommerce.com/wp-content/uploads/2013/05/Product_Addons_icon-marketplace-160x160-2.png\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:94:\"Offer add-ons like gift wrapping, special messages or other special options for your products.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";s:9:\"is_pinned\";b:1;}i:18;a:9:{s:4:\"slug\";s:42:\"product-edit-meta-tab-body-product-bundles\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:15:\"product-bundles\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/uploads/2012/07/Product_Bundles_icon-marketplace-160x160-2.png\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:84:\"Offer personalized product bundles, bulk discount packages, and assembled products.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";s:9:\"is_pinned\";b:1;}i:19;a:9:{s:4:\"slug\";s:47:\"product-edit-meta-tab-body-woocommerce-bookings\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:90:\"https://woocommerce.com/wp-content/uploads/2014/05/Bookings_icon-marketplace-160x160-1.png\";s:5:\"title\";s:20:\"WooCommerce Bookings\";s:4:\"copy\";s:101:\"Allow customers to book appointments, make reservations, or rent equipment without leaving your site.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";s:9:\"is_pinned\";b:1;}i:20;a:9:{s:4:\"slug\";s:52:\"product-edit-meta-tab-body-woocommerce-subscriptions\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/09/Woo_Subscriptions_icon-marketplace-160x160-2.png\";s:5:\"title\";s:25:\"WooCommerce Subscriptions\";s:4:\"copy\";s:98:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";s:9:\"is_pinned\";b:1;}i:21;a:9:{s:4:\"slug\";s:45:\"product-edit-meta-tab-body-composite-products\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:18:\"composite-products\";s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/uploads/2013/06/Composite_Products_icon-marketplace-160x160-1.png\";s:5:\"title\";s:18:\"Composite Products\";s:4:\"copy\";s:85:\"Create product kit builders and custom product configurators using existing products.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/composite-products/\";s:9:\"is_pinned\";b:1;}i:22;a:8:{s:4:\"slug\";s:50:\"product-edit-meta-tab-body-woocommerce-memberships\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:5:\"title\";s:23:\"WooCommerce Memberships\";s:4:\"copy\";s:139:\"Power your membership association, online magazine, elearning sites, and more with access control to content/products and member discounts.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:23;a:8:{s:4:\"slug\";s:50:\"product-edit-meta-tab-body-product-recommendations\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:23:\"product-recommendations\";s:4:\"icon\";s:105:\"https://woocommerce.com/wp-content/uploads/2019/07/Product_Recommendations_icon-marketplace-160x160-1.png\";s:5:\"title\";s:23:\"Product Recommendations\";s:4:\"copy\";s:131:\"Offer smarter upsells, cross-sells, and \"frequently bought together\" recommendations. Measure their impact with in-depth analytics.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/product-recommendations/\";}i:24;a:8:{s:4:\"slug\";s:52:\"product-edit-meta-tab-body-wholesale-for-woocommerce\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:25:\"wholesale-for-woocommerce\";s:4:\"icon\";s:82:\"https://woocommerce.com/wp-content/uploads/2019/09/Wholesale-For-WooCommerce-5.png\";s:5:\"title\";s:43:\"Wholesale For WooCommerce – B2B Ecommerce\";s:4:\"copy\";s:204:\"This B2B plugin is built for both B2B and B2C businesses, enabling seamless management of wholesale products, pricing, customer registrations, and user roles — all within a single, easy-to-use solution.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/wholesale-for-woocommerce/\";}i:25;a:8:{s:4:\"slug\";s:53:\"product-edit-meta-tab-body-advanced-product-variation\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:26:\"advanced-product-variation\";s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/uploads/2021/11/Advanced-Product-Variation_WC-Product-Icon_80x80-px-bbpfhw.jpg\";s:5:\"title\";s:26:\"Advanced Product Variation\";s:4:\"copy\";s:116:\"Sell variable products with Advanced Product Variation using text & color swatches, variation tables, and galleries.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:60:\"https://woocommerce.com/products/advanced-product-variation/\";}i:26;a:8:{s:4:\"slug\";s:51:\"product-edit-meta-tab-body-woocommerce-paid-courses\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:24:\"woocommerce-paid-courses\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2019/01/SenseiProWooIcon-aut8wu.png\";s:5:\"title\";s:28:\"Sensei Pro (WC Paid Courses)\";s:4:\"copy\";s:143:\"Sell your online courses using Sensei LMS with WooCommerce — complete learning management with quizzes, certificates, content drip, and more.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:58:\"https://woocommerce.com/products/woocommerce-paid-courses/\";}}s:7:\"updated\";i:1766583715;}','off'),(453,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(477,'elementor_pro_license_key','ep-96KPPzV01BZfVbBHAqb91604636942feBIQw0BkbHg','yes'),(478,'_elementor_pro_license_data_fallback','a:2:{s:7:\"timeout\";i:1670687272;s:5:\"value\";s:207:\"{\"expires\":\"2023-11-06 04:30:11\",\"subscription_id\":9606162,\"success\":true,\"license\":\"valid\",\"subscriptions\":\"enable\",\"features\":[\"experts\",\"editor_comments\",\"template_access_level_20\",\"kit_access_level_20\"]}\";}','no'),(479,'_elementor_pro_license_data','a:2:{s:7:\"timeout\";i:1670644072;s:5:\"value\";s:207:\"{\"expires\":\"2023-11-06 04:30:11\",\"subscription_id\":9606162,\"success\":true,\"license\":\"valid\",\"subscriptions\":\"enable\",\"features\":[\"experts\",\"editor_comments\",\"template_access_level_20\",\"kit_access_level_20\"]}\";}','no'),(540,'wc_elavon_vm_lifecycle_events','[{\"name\":\"install\",\"time\":1616959288,\"version\":\"2.10.0\"}]','no'),(541,'wc_elavon_vm_version','2.10.0','yes'),(542,'wc_fedex_version','3.4.33','yes'),(543,'elementor_log','a:43:{s:32:\"6042887cb1f34feba3d3368a5294995c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-01-21 16:00:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-21 16:00:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"6d18abfa3b4c152616a039facbe51bff\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-01-21 16:00:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.34.1\";s:2:\"to\";s:6:\"3.34.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-21 16:00:02\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.34.1\";s:2:\"to\";s:6:\"3.34.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"bf6ccb9c10f5bf9619d06d6a00f9f99d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-01-21 16:00:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-21 16:00:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"785ac79b1d98d29ba307dc8a7a496866\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-01-21 16:00:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-21 16:00:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"4fa9e93a349de83e76a88536db89aeb8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-01-21 16:00:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-21 16:00:11\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"adf11f25ddcc96bd78116134f028e3a8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-01-21 16:00:11\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.34.0\";s:2:\"to\";s:6:\"3.34.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-21 16:00:11\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.34.0\";s:2:\"to\";s:6:\"3.34.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a2d0d35eb1ba976bf22a98cb87063fb3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-01-27 07:10:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.34.2\";s:2:\"to\";s:6:\"3.34.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-01-27 07:10:19\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.34.2\";s:2:\"to\";s:6:\"3.34.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6af4c4ac6af4d003373a3d7b3e879ba3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-12 15:03:09\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.34.1\";s:2:\"to\";s:6:\"3.35.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-12 15:03:09\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.34.1\";s:2:\"to\";s:6:\"3.35.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"cc648613c4e72c2c5ba6ad9effa2e92e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-12 15:06:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-12 15:06:49\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"d79da187c57ad0733bd8695d99fb14ab\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-12 15:06:49\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-12 15:06:49\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"96a30fb79f853bbd642a5b7e87dea632\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-12 15:06:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-12 15:06:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"2d4663a7cc24709d31d8e4535e185993\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-12 15:06:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.34.2\";s:2:\"to\";s:6:\"3.35.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-12 15:06:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.34.2\";s:2:\"to\";s:6:\"3.35.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"68c428a5f7bff2a8033002eba424eb74\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-12 15:06:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-12 15:06:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"01fc843a7cb840fd4aa3f1e8e2fda347\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-12 15:06:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-12 15:06:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"be61788be05eebf1f12fca3f61c0f21c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-12 15:06:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-12 15:06:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a691fdbe2d101cd4d2cd9906821c2064\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-02-12 15:06:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.34.1\";s:2:\"to\";s:6:\"3.35.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-02-12 15:06:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.34.1\";s:2:\"to\";s:6:\"3.35.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9dc14305748376d4a162e54bae543040\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-03-30 14:15:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.35.4\";s:2:\"to\";s:5:\"4.0.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-03-30 14:15:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.35.4\";s:2:\"to\";s:5:\"4.0.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8bf131511e666a222949d8b5a1651145\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-03-30 14:16:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-03-30 14:16:39\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"9768d1c47240b1f61b63f79145bb7767\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-03-30 14:16:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-03-30 14:16:39\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"415899333a02707c5d4ce84b2b570a56\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-03-30 14:16:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-03-30 14:16:40\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"641d51e9377cd84b088035cb26744e5f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-03-30 14:16:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.35.4\";s:2:\"to\";s:5:\"4.0.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-03-30 14:16:40\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.35.4\";s:2:\"to\";s:5:\"4.0.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"dbd73c1cd6e9a628e70bb6184e548a76\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-03-30 14:16:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.35.4\";s:2:\"to\";s:5:\"4.0.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-03-30 14:16:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.35.4\";s:2:\"to\";s:5:\"4.0.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"17df8c36ce4a1e13218d05a04b224ff1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-04-08 14:29:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 14:29:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"79bb682e1024e824f0eb07420a4029cb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-04-08 14:29:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 14:29:21\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"e4d6385759aa1fc90305d5241833e229\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-04-08 14:29:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 14:29:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"0bdabf39aef314bfb27cc0e1b28d5506\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-04-08 14:29:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.0\";s:2:\"to\";s:5:\"4.0.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 14:29:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.0\";s:2:\"to\";s:5:\"4.0.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"68085fdb8e71a64bf9f5120c749524ea\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-04-08 14:49:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.35.1\";s:2:\"to\";s:5:\"4.0.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 14:49:19\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.35.1\";s:2:\"to\";s:5:\"4.0.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"0bdf4bae650e3809fe9820b481d5322e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-04-08 14:49:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 14:49:31\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"fc2feea5f3f5d0931496ab47d9a544d9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-04-08 14:49:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 14:49:31\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"23bd4f5c2876ad3f2a1bb82c58d99595\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-04-08 14:49:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 14:49:31\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"841ad86d2626538a83dfedbc71af63d2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-04-08 14:49:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.35.1\";s:2:\"to\";s:5:\"4.0.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 14:49:31\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.35.1\";s:2:\"to\";s:5:\"4.0.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"5451876a565e5593b83cba1d1a114cf7\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-04-08 15:18:17\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1867:\"Uncaught WpOrg\\Requests\\Exception\\Http\\Status403: 403 Forbidden in /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/modules/cloud-library/module.php:190\nStack trace:\n#0 /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/modules/cloud-library/module.php(55): Elementor\\Modules\\CloudLibrary\\Module-&gt;is_screenshot_proxy_mode(Array)\n#1 /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/core/base/module.php(86): Elementor\\Modules\\CloudLibrary\\Module-&gt;__construct()\n#2 /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\\Core\\Base\\Module::instance()\n#3 /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/includes/plugin.php(704): Elementor\\Core\\Modules_Manager-&gt;__construct()\n#4 /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/includes/plugin.php(622): Elementor\\Plugin-&gt;init_components()\n#5 /storage/v12674/lcacomdelstore/public_html/wp-includes/class-wp-hook.php(341): Elementor\\Plugin-&gt;init(&#039;&#039;)\n#6 /storage/v12674/lcacomdelstore/public_html/wp-includes/class-wp-hook.php(365): WP_Hook-&gt;apply_filters(NULL, Array)\n#7 /storage/v12674/lcacomdelstore/public_html/wp-includes/plugin.php(522): WP_Hook-&gt;do_action(Array)\n#8 /storage/v12674/lcacomdelstore/public_html/wp-settings.php(742): do_action(&#039;init&#039;)\n#9 /storage/v12674/lcacomdelstore/public_html/wp-config.php(105): require_once(&#039;/storage/v12674...&#039;)\n#10 /storage/v12674/lcacomdelstore/public_html/wp-load.php(50): require_once(&#039;/storage/v12674...&#039;)\n#11 /storage/v12674/lcacomdelstore/public_html/wp-blog-header.php(13): require_once(&#039;/storage/v12674...&#039;)\n#12 /storage/v12674/lcacomdelstore/public_html/index.php(17): require(&#039;/storage/v12674...&#039;)\n#13 {main}\n  thrown\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 15:18:17\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1786:\"Uncaught WpOrg\\Requests\\Exception\\Http\\Status403: 403 Forbidden in /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/modules/cloud-library/module.php:190\nStack trace:\n#0 /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/modules/cloud-library/module.php(55): Elementor\\Modules\\CloudLibrary\\Module->is_screenshot_proxy_mode(Array)\n#1 /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/core/base/module.php(86): Elementor\\Modules\\CloudLibrary\\Module->__construct()\n#2 /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\\Core\\Base\\Module::instance()\n#3 /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/includes/plugin.php(704): Elementor\\Core\\Modules_Manager->__construct()\n#4 /storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/includes/plugin.php(622): Elementor\\Plugin->init_components()\n#5 /storage/v12674/lcacomdelstore/public_html/wp-includes/class-wp-hook.php(341): Elementor\\Plugin->init(\'\')\n#6 /storage/v12674/lcacomdelstore/public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(NULL, Array)\n#7 /storage/v12674/lcacomdelstore/public_html/wp-includes/plugin.php(522): WP_Hook->do_action(Array)\n#8 /storage/v12674/lcacomdelstore/public_html/wp-settings.php(742): do_action(\'init\')\n#9 /storage/v12674/lcacomdelstore/public_html/wp-config.php(105): require_once(\'/storage/v12674...\')\n#10 /storage/v12674/lcacomdelstore/public_html/wp-load.php(50): require_once(\'/storage/v12674...\')\n#11 /storage/v12674/lcacomdelstore/public_html/wp-blog-header.php(13): require_once(\'/storage/v12674...\')\n#12 /storage/v12674/lcacomdelstore/public_html/index.php(17): require(\'/storage/v12674...\')\n#13 {main}\n  thrown\";s:4:\"file\";s:104:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/modules/cloud-library/module.php\";s:4:\"line\";i:190;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:104:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/modules/cloud-library/module.php\";s:7:\"\0*\0line\";i:190;}s:32:\"62a008db21ceb2eae4447678b545942b\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-04-08 15:20:31\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:81:\"hexdec(): Passing null to parameter #1 ($hex_string) of type string is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-08 15:20:31\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:81:\"hexdec(): Passing null to parameter #1 ($hex_string) of type string is deprecated\";s:4:\"file\";s:104:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:4:\"line\";i:230;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:104:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:7:\"\0*\0line\";i:230;}s:32:\"66f2b494386820fd560230ea1a75989b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-26 15:19:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.1.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-26 15:19:29\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.1.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"21a5fdd8d4c8ec828f30de7dfa6c6041\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-26 15:19:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.1.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-26 15:19:30\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.1.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ebe4f5ab23383dbd29018a7eebd6eca1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-26 15:19:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-26 15:19:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"c5a9c182a60845c0f3b3bb1c4e133d43\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-26 15:19:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-26 15:19:37\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"145e497e65c36df7ee9576129d2e9f58\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-26 15:19:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-26 15:19:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a8a73f516cd661b5f712b6b8956f4a6c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-26 15:19:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.1.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-26 15:19:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.1.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"36c8f9755f1159551da4d6b31ba90494\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-26 15:19:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-26 15:19:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"e1c53162886bba74168ca198da24eb8c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-26 15:19:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-26 15:19:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"6d9563bf722ca9f92c33d23e8969eaa3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-26 15:19:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-26 15:19:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"c518bdb23297079c1bf36b03f0d1926f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-26 15:19:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.1.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-26 15:19:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.1\";s:2:\"to\";s:5:\"4.1.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}','off'),(546,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(549,'301_redirects','a:0:{}','yes'),(550,'ssl_insecure_content_fixer','a:4:{s:9:\"fix_level\";s:7:\"capture\";s:9:\"proxy_fix\";s:6:\"normal\";s:9:\"site_only\";i:0;s:12:\"fix_specific\";a:1:{s:9:\"woo_https\";i:1;}}','yes'),(556,'woocommerce_onboarding_profile','a:2:{s:7:\"skipped\";b:1;s:9:\"completed\";b:1;}','yes'),(557,'woocommerce_task_list_tracked_completed_tasks','a:9:{i:0;s:8:\"products\";i:1;s:8:\"payments\";i:2;s:3:\"tax\";i:3;s:8:\"shipping\";i:4;s:13:\"store_details\";i:5;s:8:\"purchase\";i:6;s:14:\"store_creation\";i:7;s:15:\"review-shipping\";i:8;s:13:\"connect-store\";}','yes'),(558,'woocommerce_task_list_welcome_modal_dismissed','yes','yes'),(559,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:0:\"\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:0:\"\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:3:\"yes\";}','on'),(560,'woocommerce_ces_tracks_queue','a:0:{}','yes'),(561,'woocommerce_clear_ces_tracks_queue_for_page','','yes'),(567,'woocommerce_fedex_settings','a:29:{s:3:\"api\";s:0:\"\";s:14:\"account_number\";s:0:\"\";s:12:\"meter_number\";s:9:\"253253890\";s:7:\"api_key\";s:16:\"1Prug5oetipQqukY\";s:8:\"api_pass\";s:25:\"dR6O5ipotAZaC8VvPYUuBBV6T\";s:10:\"production\";s:2:\"no\";s:7:\"freight\";s:0:\"\";s:15:\"freight_enabled\";s:2:\"no\";s:14:\"freight_number\";s:0:\"\";s:22:\"freight_billing_street\";s:0:\"\";s:24:\"freight_billing_street_2\";s:0:\"\";s:20:\"freight_billing_city\";s:0:\"\";s:21:\"freight_billing_state\";s:0:\"\";s:24:\"freight_billing_postcode\";s:0:\"\";s:23:\"freight_billing_country\";s:0:\"\";s:22:\"freight_shipper_street\";s:0:\"\";s:24:\"freight_shipper_street_2\";s:0:\"\";s:20:\"freight_shipper_city\";s:0:\"\";s:21:\"freight_shipper_state\";s:0:\"\";s:24:\"freight_shipper_postcode\";s:0:\"\";s:23:\"freight_shipper_country\";s:0:\"\";s:27:\"freight_shipper_residential\";s:2:\"no\";s:13:\"freight_class\";s:2:\"50\";s:5:\"debug\";s:2:\"no\";s:8:\"api_type\";s:4:\"rest\";s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"oauth_status\";s:0:\"\";s:18:\"box_packer_library\";s:8:\"original\";}','on'),(634,'woocommerce_tracker_last_send','1766472579','yes'),(637,'woocommerce_tracker_ua','a:115:{i:0;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36\";i:1;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36\";i:2;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36\";i:3;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";i:4;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";i:5;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";i:6;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";i:7;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36\";i:8;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36\";i:9;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36\";i:10;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36\";i:11;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\";i:12;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";i:13;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36\";i:14;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36\";i:15;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36\";i:16;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36\";i:17;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\";i:18;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36\";i:19;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36\";i:20;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36\";i:21;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36\";i:22;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\";i:23;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\";i:24;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\";i:25;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36\";i:26;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";i:27;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\";i:28;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36\";i:29;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36\";i:30;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36\";i:31;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\";i:32;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36\";i:33;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36\";i:34;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36\";i:35;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\";i:36;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36\";i:37;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36\";i:38;s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36\";i:39;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1\";i:40;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36\";i:41;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36\";i:42;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36\";i:43;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36\";i:44;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36\";i:45;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1\";i:46;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36\";i:47;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";i:48;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36\";i:49;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36\";i:50;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\";i:51;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\";i:52;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36\";i:53;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\";i:54;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\";i:55;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\";i:56;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36\";i:57;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\";i:58;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";i:59;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\";i:60;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";i:61;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";i:62;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36\";i:63;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36\";i:64;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\";i:65;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";i:66;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36\";i:67;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";i:68;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";i:69;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";i:70;s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0\";i:71;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\";i:72;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";i:73;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";i:74;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0\";i:75;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";i:76;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36\";i:77;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15\";i:78;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";i:79;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";i:80;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:81;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:82;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";i:83;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36\";i:84;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:85;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:86;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36\";i:87;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";i:88;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";i:89;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36\";i:90;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36\";i:91;s:144:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1\";i:92;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";i:93;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";i:94;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\";i:95;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\";i:96;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36\";i:97;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";i:98;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36\";i:99;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";i:100;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36\";i:101;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";i:102;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";i:103;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";i:104;s:145:\"Mozilla/5.0 (iPhone; CPU iPhone OS 26_1_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1\";i:105;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36\";i:106;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\";i:107;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36\";i:108;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36\";i:109;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36\";i:110;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";i:111;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";i:112;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";i:113;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36\";i:114;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";}','off'),(638,'woocommerce_multiple_addresses_page_id','3280','yes'),(639,'woocommerce_account_addresses_page_id','3281','yes'),(640,'woocommerce_ces_shown_for_actions','a:6:{i:0;s:19:\"product_add_publish\";i:1;s:10:\"ces_search\";i:2;s:14:\"product_update\";i:3;s:17:\"shop_order_update\";i:4;s:18:\"analytics_filtered\";i:5;s:15:\"settings_change\";}','yes'),(642,'mw_wc_qbo_sync_ord_sa_new_pr_pg_fnct','true','yes'),(652,'mw_wc_qbo_sync_fresh_install','true','yes'),(653,'mw_wc_qbo_sync_invnt_pull_set_prd_stock_sts','true','yes'),(655,'mw_wc_qbo_sync_order_qbo_sync_as','SalesReceipt','yes'),(656,'mw_wc_qbo_sync_pause_up_qbo_conection','true','yes'),(659,'mw_wc_qbo_sync_customer_match_by_name','true','yes'),(660,'mw_wc_qbo_sync_ca_ruso_dqs','true','yes'),(662,'mw_wc_qbo_sync_qb_pmnt_ref_num_vf','O_ID_NUM','yes'),(667,'mw_wc_qbo_sync_lbcr_chk_count_dt','a:1:{s:10:\"2023-05-30\";i:2;}','yes'),(668,'mw_qbo_sync_last_updated_version','2.7.0','yes'),(669,'mw_wc_qbo_sync_cur_db_version','1.6','yes'),(674,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:102:\"brice@liceclinicsofamerica.com, rosemary@liceclinicsofamerica.com, accounting@liceclinicsofamerica.com\";s:7:\"subject\";s:26:\"New Order: #{order_number}\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Congratulations on the sale.\";s:10:\"email_type\";s:4:\"html\";}','on'),(675,'woocommerce_cancelled_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:102:\"brice@liceclinicsofamerica.com, rosemary@liceclinicsofamerica.com, accounting@liceclinicsofamerica.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Thanks for reading.\";s:10:\"email_type\";s:4:\"html\";}','on'),(676,'woocommerce_failed_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:102:\"brice@liceclinicsofamerica.com, rosemary@liceclinicsofamerica.com, accounting@liceclinicsofamerica.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:146:\"Hopefully they’ll be back. Read more about <a href=\"https://docs.woocommerce.com/document/managing-orders/\">troubleshooting failed payments</a>.\";s:10:\"email_type\";s:4:\"html\";}','on'),(677,'woocommerce_gateway_order','a:12:{s:33:\"_wc_offline_payment_methods_group\";i:0;s:4:\"bacs\";i:1;s:6:\"cheque\";i:2;s:3:\"cod\";i:3;s:19:\"_wc_pes_woopayments\";i:4;s:25:\"_wc_pes_paypal_full_stack\";i:5;s:27:\"elavon_converge_credit_card\";i:6;s:22:\"elavon_converge_echeck\";i:7;s:6:\"paypal\";i:8;s:16:\"ppcp-axo-gateway\";i:9;s:11:\"woa-gateway\";i:10;s:12:\"ppcp-gateway\";i:11;}','yes'),(679,'wc_memberships_redirect_page_id','','yes'),(680,'wc_memberships_admin_restricted_content_notice','yes','yes'),(681,'woocommerce_myaccount_members_area_endpoint','members-area','yes'),(682,'woocommerce_myaccount_profile_fields_area_endpoint','my-profile','yes'),(683,'wc_memberships_restriction_mode','hide_content','yes'),(684,'wc_memberships_show_excerpts','yes','yes'),(685,'wc_memberships_excerpt_length','55','yes'),(686,'wc_memberships_inherit_restrictions','no','yes'),(687,'wc_memberships_redirect_upon_member_login','site_page','yes'),(688,'wc_memberships_assign_user_roles_to_members','no','yes'),(689,'wc_memberships_active_member_user_role','customer','yes'),(690,'wc_memberships_inactive_member_user_role','customer','yes'),(691,'wc_memberships_privacy_erasure_request_delete_user_memberships','no','yes'),(692,'wc_memberships_apply_member_discounts_when_purchasing_membership','no','yes'),(693,'wc_memberships_allow_cumulative_access_granting_orders','no','yes'),(694,'wc_memberships_exclude_on_sale_products_from_member_discounts','no','yes'),(695,'wc_memberships_hide_restricted_products','no','yes'),(696,'wc_memberships_display_member_login_notice','both','yes'),(698,'wc_memberships_version','1.27.2','yes'),(699,'mw_wc_qbo_sync_d_paypal_notice_status','true','yes'),(722,'elementor_use_mini_cart_template','yes','yes'),(724,'simple301redirects_version','2.1.0','yes'),(726,'_elementor_settings_update_time','1775661844','yes'),(727,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(728,'elementor_disable_color_schemes','','yes'),(729,'elementor_disable_typography_schemes','','yes'),(730,'elementor_notice','','yes'),(731,'elementor_pro_recaptcha_site_key','','yes'),(732,'elementor_pro_recaptcha_secret_key','','yes'),(733,'elementor_pro_recaptcha_v3_site_key','','yes'),(734,'elementor_pro_recaptcha_v3_secret_key','','yes'),(735,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(736,'elementor_pro_facebook_app_id','','yes'),(737,'elementor_pro_mailchimp_api_key','','yes'),(738,'elementor_validate_api_data','','yes'),(739,'elementor_pro_drip_api_token','','yes'),(740,'elementor_pro_activecampaign_api_key','','yes'),(741,'elementor_pro_activecampaign_api_url','','yes'),(742,'elementor_pro_getresponse_api_key','','yes'),(743,'elementor_pro_convertkit_api_key','','yes'),(744,'elementor_pro_mailerlite_api_key','','yes'),(745,'elementor_typekit-kit-id','','yes'),(747,'elementor_css_print_method','external','yes'),(748,'elementor_editor_break_lines','','yes'),(749,'elementor_unfiltered_files_upload','','yes'),(750,'elementor_load_fa4_shim','','yes'),(751,'elementor_experiment-e_dom_optimization','default','yes'),(752,'elementor_experiment-e_optimized_assets_loading','default','yes'),(753,'elementor_experiment-a11y_improvements','default','yes'),(754,'elementor_experiment-landing-pages','default','yes'),(755,'elementor_experiment-form-submissions','default','yes'),(762,'wc_memberships_milestone_messages','a:2:{s:23:\"membership-plan-created\";s:42:\"you\'ve created your first membership plan!\";s:23:\"user-membership-created\";s:42:\"you\'ve created your first user membership!\";}','yes'),(764,'wc_memberships_member_login_redirect_page_id','115','on'),(765,'wc_memberships_messages','a:17:{s:31:\"post_content_restricted_message\";s:50:\"To access this post, you must purchase {products}.\";s:43:\"post_content_restricted_message_no_products\";s:39:\"This post is only available to members.\";s:28:\"post_content_delayed_message\";s:82:\"This post is part of your membership, but not yet! You will gain access on {date}.\";s:31:\"page_content_restricted_message\";s:50:\"To access this page, you must purchase {products}.\";s:43:\"page_content_restricted_message_no_products\";s:39:\"This page is only available to members.\";s:28:\"page_content_delayed_message\";s:82:\"This page is part of your membership, but not yet! You will gain access on {date}.\";s:26:\"content_restricted_message\";s:53:\"To access this content, you must purchase {products}.\";s:38:\"content_restricted_message_no_products\";s:42:\"This content is only available to members.\";s:23:\"content_delayed_message\";s:85:\"This content is part of your membership, but not yet! You will gain access on {date}.\";s:30:\"product_access_delayed_message\";s:89:\"This product is part of your membership, but not yet! It will become available on {date}.\";s:34:\"product_viewing_restricted_message\";s:111:\"This product can only be viewed by members. To view or purchase this product, sign up by purchasing {products}.\";s:46:\"product_viewing_restricted_message_no_products\";s:43:\"This product can only be viewed by members.\";s:37:\"product_purchasing_restricted_message\";s:106:\"This product can only be purchased by members. To purchase this product, sign up by purchasing {products}.\";s:49:\"product_purchasing_restricted_message_no_products\";s:46:\"This product can only be purchased by members.\";s:24:\"product_discount_message\";s:58:\"Want a discount? Become a member by purchasing {products}!\";s:36:\"product_discount_message_no_products\";s:33:\"Want a discount? Become a member!\";s:20:\"member_login_message\";s:0:\"\";}','yes'),(802,'woocommerce_customer_processing_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:53:\"Your Lice Clinics of America order has been received!\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:336:\"Thank you for your order! Your Order# is {order_number}. We will notify you via email once it has shipped. \r\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(806,'woocommerce_admin_last_orders_milestone','1000','yes'),(817,'woocommerce_customer_on_hold_order_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:47:\"Your Lice Clinics of America Order Was Received\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:117:\"This is to inform you that your order {order_number} is on hold. We will inform you once it is approved and sent out.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(818,'woocommerce_customer_completed_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:63:\"Your order {order_number} has been completed and is on its way!\";s:10:\"email_type\";s:4:\"html\";}','yes'),(820,'wpins_block_notice','a:1:{s:20:\"simple-301-redirects\";s:20:\"simple-301-redirects\";}','yes'),(821,'woocommerce_customer_invoice_settings','a:6:{s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:12:\"subject_paid\";s:0:\"\";s:12:\"heading_paid\";s:0:\"\";s:18:\"additional_content\";s:28:\"Thanks for using {site_url}!\";s:10:\"email_type\";s:4:\"html\";}','yes'),(840,'mw_wc_qbo_sync_successfull_activation_message','triggered','yes'),(851,'woocommerce_sales_record_date','2025-08-07','yes'),(852,'woocommerce_sales_record_amount','14604.33','yes'),(858,'thmaf_general_settings','a:2:{s:16:\"settings_billing\";a:1:{s:14:\"enable_billing\";s:2:\"no\";}s:17:\"settings_shipping\";a:1:{s:15:\"enable_shipping\";s:3:\"yes\";}}','yes'),(873,'wc_memberships_messages[post_content_restricted_message]','To access this post, you must purchase {products}.','yes'),(874,'wc_memberships_messages[post_content_restricted_message_no_products]','This post is only available to members.','yes'),(875,'wc_memberships_messages[post_content_delayed_message]','This post is part of your membership, but not yet! You will gain access on {date}.','yes'),(876,'wc_memberships_messages[page_content_restricted_message]','To access this page, you must purchase {products}.','yes'),(877,'wc_memberships_messages[page_content_restricted_message_no_products]','This page is only available to members.','yes'),(878,'wc_memberships_messages[page_content_delayed_message]','This page is part of your membership, but not yet! You will gain access on {date}.','yes'),(879,'wc_memberships_messages[content_restricted_message]','To access this content, you must purchase {products}.','yes'),(880,'wc_memberships_messages[content_restricted_message_no_products]','This content is only available to members.','yes'),(881,'wc_memberships_messages[content_delayed_message]','This content is part of your membership, but not yet! You will gain access on {date}.','yes'),(882,'wc_memberships_messages[product_access_delayed_message]','This product is part of your membership, but not yet! It will become available on {date}.','yes'),(883,'wc_memberships_messages[product_viewing_restricted_message]','This product can only be viewed by members. To view or purchase this product, sign up by purchasing {products}.','yes'),(884,'wc_memberships_messages[product_viewing_restricted_message_no_products]','This product can only be viewed by members.','yes'),(885,'wc_memberships_messages[product_purchasing_restricted_message]','This product can only be purchased by members. To purchase this product, sign up by purchasing {products}.','yes'),(886,'wc_memberships_messages[product_purchasing_restricted_message_no_products]','This product can only be purchased by members.','yes'),(887,'wc_memberships_messages[product_discount_message]','Want a discount? Become a member by purchasing {products}!','yes'),(888,'wc_memberships_messages[product_discount_message_no_products]','Want a discount? Become a member!','yes'),(889,'wc_memberships_messages[member_login_message]','','yes');
INSERT INTO `wp_options` VALUES (916,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:4768:{s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:3;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:3;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:6;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:3;s:14:\"footer-divider\";i:3;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"astra-settings[header-sticky-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-woo-cart-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"section-header-woo-cart-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-woo-cart-tray-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-woo-cart-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-woo-cart-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-woo-cart-background-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-woo-cart-background-hover-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-woo-cart-separator-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-woo-cart-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-woo-cart-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-woo-cart-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-woo-cart-button-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-woo-cart-button-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-woo-cart-button-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-woo-cart-btn-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-woo-cart-btn-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-woo-cart-btn-text-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-woo-cart-btn-bg-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-woo-checkout-button-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-woo-checkout-button-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[header-woo-checkout-button-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-woo-checkout-btn-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-woo-checkout-btn-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-woo-checkout-btn-text-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-woo-checkout-btn-bg-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-header-woo-cart-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:7:\"#ffffff\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:7:\"#ffffff\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:7:\"#5bc500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:7:\"#50ab00\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:10;s:5:\"right\";i:40;s:6:\"bottom\";i:10;s:4:\"left\";i:40;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:7:\"#5bc500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:7:\"#50ab00\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:22:\"sanitize_logo_svg_icon\";}}s:39:\"astra-settings[logo-svg-site-title-gap]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[site-title-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[site-tagline-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-layout]\";a:4:{s:7:\"default\";s:13:\"blog-layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-post-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:5:\"image\";i:1;s:5:\"title\";i:2;s:10:\"title-meta\";i:3;s:7:\"excerpt\";i:4;s:9:\"read-more\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[blog-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-hover-effect]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[post-card-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[post-card-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-post-meta-divider-type]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-meta-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-content-images-shadow]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-inside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:20:\"full-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:1:{s:7:\"palette\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#E5E5E5\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#f9fafb\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#e2e8f0\";i:7;s:7:\"#cbd5e1\";i:8;s:7:\"#94a3b8\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#E7F6FF\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D1DAE5\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#F2F0FE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D8D8F5\";i:7;s:7:\"#0D0614\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFEDE6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FFD1BF\";i:7;s:7:\"#140609\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#EDFBE2\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D5EAD8\";i:7;s:7:\"#0C1406\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FAF5E5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F0E6C5\";i:7;s:7:\"#141004\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FCEEF5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FAD8E9\";i:7;s:7:\"#140610\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#EDF6EE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D4F3D7\";i:7;s:7:\"#06140C\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FEF9E1\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F9F0C8\";i:7;s:7:\"#141006\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FEF1E4\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#E5D7D1\";i:7;s:7:\"#140B06\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#F6F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F1F0F0\";i:7;s:7:\"#232529\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:7:\"#5bc500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:7:\"#5bc500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:7:\"#dddddd\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:24:\"\'Montserrat\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";d:1.6499999999999999;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:6:\"legacy\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:33:\"comments-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[comments-single-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-comments-area]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[comments-box-placement]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[comments-box-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[comment-form-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[ast-sub-section-comments-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:3;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[ast-sub-section-comments-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:1:\"3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:32;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[page-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[page-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-e-floating-buttons-title\";i:1;s:42:\"ast-dynamic-single-e-floating-buttons-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-e-floating-buttons-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"ast-dynamic-single-e-floating-buttons-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[single-posttype-e-floating-buttons-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-product-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-product-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"ast-dynamic-single-product-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-single-product-title]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-product-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-product-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-product-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:32:\"ast-dynamic-single-product-image\";i:1;s:32:\"ast-dynamic-single-product-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-product-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-product-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-product-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-product-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-product-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-product-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:85:\"astra-settings[ast-dynamic-single-product-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:90:\"astra-settings[ast-dynamic-single-product-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-product-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-product-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-product-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-product-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-product-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-product-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-product-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-product-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-product-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-product-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-product-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-product-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-product-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-product-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-product-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-product-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-product-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-single-product-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-product-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-product-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-product-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-product-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[ast-dynamic-single-product-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[ast-dynamic-single-product-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:60:\"astra-settings[ast-dynamic-single-product-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:58:\"astra-settings[ast-dynamic-single-product-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-product-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[ast-dynamic-single-product-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[ast-dynamic-single-product-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-product-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[ast-dynamic-single-product-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[section-woo-shop-single-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-woo-shop-single-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[section-woo-shop-single-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[ast-dynamic-single-product-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-product-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-product-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-product-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:8:\"category\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:20:\"full-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:1:{i:0;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:76:\"astra-settings[ast-dynamic-single-page-disable-structure-meta-on-front-page]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-single-page-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-single-page-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[archive-e-floating-buttons-ast-reveal-effect]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-e-floating-buttons-title\";i:1;s:50:\"ast-dynamic-archive-e-floating-buttons-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[archive-product-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[archive-product-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[archive-product-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[archive-product-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"ast-dynamic-archive-product-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-archive-product-title]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-product-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-product-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-product-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:33:\"ast-dynamic-archive-product-title\";i:1;s:39:\"ast-dynamic-archive-product-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-archive-product-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-product-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-product-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-product-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-product-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-product-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-product-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-archive-product-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-product-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-product-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-product-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-product-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-product-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-product-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:60:\"astra-settings[ast-dynamic-archive-product-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:58:\"astra-settings[ast-dynamic-archive-product-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-product-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:61:\"astra-settings[ast-dynamic-archive-product-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:59:\"astra-settings[ast-dynamic-archive-product-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-product-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[ast-dynamic-archive-product-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:67:\"astra-settings[ast-dynamic-archive-product-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-search-page-title-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-search-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-search-page-title-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-search-page-title-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-search-page-title-structure]\";a:4:{s:7:\"default\";a:1:{i:0;s:31:\"section-search-page-title-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-custom-title]\";a:4:{s:7:\"default\";s:19:\"Search Results for:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-search-page-title-found-custom-description]\";a:4:{s:7:\"default\";s:44:\"Here are the search results for your search.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-not-found-custom-description]\";a:4:{s:7:\"default\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-search-page-title-horizontal-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-search-page-title-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[section-search-page-title-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[section-search-page-title-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[section-search-page-title-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[section-search-page-title-title-font-weight]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[section-search-page-title-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-search-page-title-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[ast-search-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-search-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-results-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-search-results-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-search-live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-search-live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"related-posts-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:55:\"astra-settings[related-posts-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:60:\"astra-settings[related-posts-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[related-posts-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-category-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-tag-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-box-placement]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-outside-location]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-container-width]\";a:4:{s:7:\"default\";s:8:\"fallback\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:1:\"1\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[ast-sub-section-related-posts-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[ast-sub-section-related-posts-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[woocommerce-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[woocommerce-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[woocommerce-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[woocommerce-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[shop-display-options-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-woocommerce-shop-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[shop-box-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[shop-product-align-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"align-left\";s:6:\"tablet\";s:10:\"align-left\";s:6:\"mobile\";s:10:\"align-left\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[woo-shop-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[shop-product-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:8:\"category\";i:1;s:5:\"title\";i:2;s:7:\"ratings\";i:3;s:5:\"price\";i:4;s:8:\"add_cart\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[woo-shop-skin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[shop-style]\";a:4:{s:7:\"default\";s:20:\"shop-page-grid-style\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[shop-grids]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:4;s:6:\"tablet\";i:3;s:6:\"mobile\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[shop-no-of-products]\";a:4:{s:7:\"default\";s:2:\"12\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[shop-archive-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[shop-archive-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[shop-add-to-cart-action]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[shop-ratings-product-archive]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[shop-add-to-cart-action-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"section-woo-shop-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[woo-single-product-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[single-product-structure]\";a:4:{s:7:\"default\";a:7:{i:0;s:8:\"category\";i:1;s:5:\"title\";i:2;s:7:\"ratings\";i:3;s:5:\"price\";i:4;s:10:\"short_desc\";i:5;s:8:\"add_cart\";i:6;s:4:\"meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[woo-single-product-structure-fields-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-breadcrumb-disable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-product-enable-shipping]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-product-variation-tabs-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-disable-woo-products]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-product-shipping-text]\";a:4:{s:7:\"default\";s:15:\"& Free Shipping\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-product-sticky-add-to-cart-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-sticky-add-to-cart]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-product-sticky-add-to-cart-position]\";a:4:{s:7:\"default\";s:3:\"top\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[woo-single-product-sticky-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-product-sticky-add-to-cart-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:58:\"astra-settings[single-product-sticky-add-to-cart-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[single-product-sticky-add-to-cart-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[single-product-sticky-add-to-cart-btn-n-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[single-product-sticky-add-to-cart-btn-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[single-product-sticky-add-to-cart-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[single-product-sticky-add-to-cart-btn-bg-n-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[single-product-sticky-add-to-cart-btn-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[single-product-payment-icon-color]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-product-payment-text]\";a:4:{s:7:\"default\";s:24:\"Guaranteed Safe Checkout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-product-payment-list]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:4:{i:0;a:6:{s:2:\"id\";s:8:\"item-100\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-visa\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Visa\";}i:1;a:6:{s:2:\"id\";s:8:\"item-101\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:13:\"cc-mastercard\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:10:\"Mastercard\";}i:2;a:6:{s:2:\"id\";s:8:\"item-102\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-amex\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Amex\";}i:3;a:6:{s:2:\"id\";s:8:\"item-103\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:11:\"cc-discover\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:8:\"Discover\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[single-product-cart-button-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[woo-enable-cart-button-text]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[woo-cart-button-text]\";a:4:{s:7:\"default\";s:19:\"Proceed to checkout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-cart-upsells]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[woo-block-incompatible-cart-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:54:\"astra-settings[woo-block-incompatible-checkout-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:48:\"astra-settings[single-product-plus-minus-button]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"section-woo-general-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[woo-store-notice-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[store-notice-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[store-notice-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[store-notice-position]\";a:4:{s:7:\"default\";s:3:\"top\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hba-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hbb-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-header-disable-404-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-disable-search-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-disable-archive-pages]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-buttons-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-button-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[transparent-header-search-box-placeholder-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[transparent-header-divider-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[transparent-account-menu-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-menu-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-account-menu-bg-obj]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-account-menu-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-account-menu-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-account-menu-a-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-account-menu-a-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[breadcrumb-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:7:\"unicode\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-woo-cart-label-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[woo-header-cart-icon]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[woo-header-cart-label-display]\";a:4:{s:7:\"default\";s:33:\"Cart/{cart_total_currency_symbol}\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_html\";}}s:52:\"astra-settings[woo-header-cart-label-display-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:45:\"astra-settings[woo-header-cart-badge-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[woo-header-cart-total-label]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-woo-cart-click-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[woo-header-cart-click-action]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[responsive-cart-click-action]\";a:4:{s:7:\"default\";s:6:\"flyout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[woo-desktop-cart-flyout-direction]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[woo-slide-in-cart-width]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:1:\"%\";s:11:\"tablet-unit\";s:1:\"%\";s:11:\"mobile-unit\";s:1:\"%\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-woo-cart-icon-style-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[woo-header-cart-icon-style]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-woo-cart-icon-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-woo-cart-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-woo-cart-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[woo-header-cart-product-count-color-group]\";a:4:{s:7:\"default\";s:57:\"var( --ast-global-color-secondary, --ast-global-color-5 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[woo-header-cart-product-count-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[woo-header-cart-product-count-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[woo-header-cart-border-width]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[woo-header-cart-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[woo-header-cart-icon-total-label-position]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-woo-cart-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[section-header-woo-cart-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-header-woo-cart-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[section-header-woo-cart-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-1-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-2-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-2-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-3-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-3-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-4-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-4-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-5-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-5-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-5-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-5-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-5-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-5-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-5-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-5-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-5-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-6-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-6-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-6-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-6-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-6-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-6-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-6-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-6-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-6-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-7-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-7-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-7-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-7-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-7-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-7-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-7-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-7-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-7-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-8-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-8-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-8-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-8-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-8-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-8-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-8-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-8-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-8-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-9-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-9-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-9-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-9-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-9-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-9-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-9-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-9-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-9-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[astra-sidebar-widgets-header-widget-10-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-widget-10-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-widget-10-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-10-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-10-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-widget-10-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-10-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-10-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-10-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[astra-sidebar-widgets-header-widget-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[mobile-header-label-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[off-canvas-move-body]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[off-canvas-move-body-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button2-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button2-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button2-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button2-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button2-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button2-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button2-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button2-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button2-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button2-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button2-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-2-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-2-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button3-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button3-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button3-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button3-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button3-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button3-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button3-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button3-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button3-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button3-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button3-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-3-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-3-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button4-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button4-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button4-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button4-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button4-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button4-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button4-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button4-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button4-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button4-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button4-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-4-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-4-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button5-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button5-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button5-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button5-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button5-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button5-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button5-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button5-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button5-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button5-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button5-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-5-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-5-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button6-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button6-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button6-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button6-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button6-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button6-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button6-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button6-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button6-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button6-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button6-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-6-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-6-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button7-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button7-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button7-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button7-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button7-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button7-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button7-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button7-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button7-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button7-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button7-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-7-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-7-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button8-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button8-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button8-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button8-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button8-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button8-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button8-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button8-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button8-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button8-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button8-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-8-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-8-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button9-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button9-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button9-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button9-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button9-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button9-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button9-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button9-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button9-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button9-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button9-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-9-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-9-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"section-hb-button-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-button10-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:48:\"astra-settings[header-button10-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-button10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button10-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button10-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button10-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button10-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[header-button10-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button10-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-button10-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-button10-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[header-button10-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-button10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[header-button10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-button-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-button-10-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-button-10-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[section-hb-button-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-1-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-2-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-3-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-3]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-3color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-3-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-3link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-3link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-4-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-4]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-4color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-4-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-4link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-4link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-5-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-5]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-5color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-5-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-5link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-5link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-6-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-6]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-6color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-6-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-6link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-6link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-7-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-7]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-7color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-7-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-7link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-7link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-8-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-8]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-8color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-8-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-8link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-8link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-9-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-9]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-9color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-9-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-9link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-9link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-html-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-html-10-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[font-size-section-hb-html-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-hb-html-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[header-html-10]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-html-10color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-10-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-10link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-html-10link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-hb-html-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[section-hb-html-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu3-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu3-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu3-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu3-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu3-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu3-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu3-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu3-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu3-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu3-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu3-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu3-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu3-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu3-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu3-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu3-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu3-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu3-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu3-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu3-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-3-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu3-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-3-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu3-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu4-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu4-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu4-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu4-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu4-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu4-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu4-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu4-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu4-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu4-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu4-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu4-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu4-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu4-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu4-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu4-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu4-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu4-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu4-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu4-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-4-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu4-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-4-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu4-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu5-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu5-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu5-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu5-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu5-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu5-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu5-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu5-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu5-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu5-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu5-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu5-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu5-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu5-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu5-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu5-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu5-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu5-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu5-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu5-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-5-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu5-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-5-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu5-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu6-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu6-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu6-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu6-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu6-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu6-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu6-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu6-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu6-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu6-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu6-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu6-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu6-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu6-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu6-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu6-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu6-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu6-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu6-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu6-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-6-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu6-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-6-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu6-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu7-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu7-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu7-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu7-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu7-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu7-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu7-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu7-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu7-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu7-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu7-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu7-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu7-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu7-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu7-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu7-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu7-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu7-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu7-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu7-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-7-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu7-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-7-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu7-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu8-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu8-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu8-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu8-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu8-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu8-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu8-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu8-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu8-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu8-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu8-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu8-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu8-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu8-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu8-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu8-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu8-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu8-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu8-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu8-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-8-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu8-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-8-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu8-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu9-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu9-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu9-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu9-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu9-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu9-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu9-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu9-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu9-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu9-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu9-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu9-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu9-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu9-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu9-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu9-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu9-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu9-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu9-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu9-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-9-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu9-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-9-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu9-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-menu-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-hb-menu-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu10-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu10-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu10-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu10-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu10-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu10-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu10-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu10-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[header-menu10-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu10-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu10-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:58:\"astra-settings[header-menu10-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[header-menu10-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu10-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[section-hb-menu-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[header-menu10-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu10-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu10-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu10-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu10-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu10-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-10-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-menu10-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:41:\"astra-settings[header-menu10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[header-menu10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-10-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu10-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[live-search-result-count]\";a:4:{s:7:\"default\";i:5;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:61:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-account-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-1-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-2-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-2-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-2-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-2-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-2-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-2-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-2-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-2-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-2-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-2-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-2-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-2-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-2]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-2-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-2-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-2-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-2-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-3-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-3-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-3-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-3-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-3-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-3-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-3-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-3-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-3-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-3-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-3-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-3-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-3]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-3-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-3-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-3-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-3-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-4-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-4-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-4-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-4-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-4-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-4-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-4-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-4-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-4-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-4-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-4-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-4-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-4]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-4-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-4-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-4-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-4-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-5-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-5-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-5-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-5-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-5-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-5-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-5-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-5-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-5-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-5-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-5-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-5-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-5]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-5-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-5-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-5-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-5-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-6-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-6-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-6-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-6-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-6-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-6-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-6-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-6-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-6-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-6-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-6-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-6-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-6]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-6-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-6-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-6-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-6-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-7-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-7-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-7-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-7-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-7-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-7-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-7-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-7-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-7-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-7-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-7-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-7-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-7]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-7-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-7-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-7-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-7-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-8-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-8-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-8-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-8-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-8-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-8-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-8-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-8-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-8-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-8-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-8-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-8-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-8]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-8-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-8-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-8-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-8-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-9-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-9-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-9-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-9-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-9-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-9-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-9-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-9-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-9-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-9-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-9-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-9-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-9]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-9-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-9-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-9-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-9-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-hb-social-icons-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-hb-social-icons-10-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[font-size-section-hb-social-icons-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-hb-social-icons-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-10-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-10-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-10-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-social-10-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-10-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-10-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-social-10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-10-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-10-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-social-10-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-social-10-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-10-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-icons-10]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-10-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-10-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-social-10-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-social-10-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[section-hb-social-icons-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-hb-social-icons-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:80;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:63:\"var(--ast-global-color-subtle-background, --ast-global-color-6)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:60:\"Copyright [copyright] [current_year] Lice Clinics of America\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-footer-copyright-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"astra-settings[footer-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-1-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-2-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-2-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-2-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-2-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-2-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-2-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-2-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-2-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-2-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-2-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-2-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-2-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-2]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-2-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-2-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-2-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-2-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-3-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-3-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-3-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-3-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-3-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-3-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-3-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-3-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-3-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-3-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-3-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-3-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-3]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-3-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-3-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-3-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-3-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-4-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-4-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-4-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-4-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-4-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-4-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-4-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-4-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-4-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-4-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-4-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-4-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-4]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-4-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-4-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-4-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-4-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-4-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-5-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-5-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-5-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-5-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-5-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-5-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-5-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-5-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-5-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-5-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-5-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-5-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-5]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-5-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-5-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-5-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-5-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-5-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-6-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-6-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-6-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-6-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-6-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-6-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-6-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-6-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-6-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-6-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-6-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-6-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-6]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-6-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-6-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-6-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-6-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-6-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-7-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-7-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-7-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-7-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-7-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-7-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-7-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-7-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-7-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-7-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-7-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-7-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-7]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-7-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-7-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-7-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-7-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-7-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-8-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-8-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-8-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-8-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-8-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-8-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-8-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-8-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-8-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-8-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-8-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-8-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-8]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-8-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-8-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-8-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-8-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-8-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-9-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-9-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-9-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-9-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-9-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-9-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-9-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-9-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-9-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-9-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-9-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-9-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-9]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-9-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-9-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-9-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-9-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-9-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[section-fb-social-icons-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-fb-social-icons-10-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[font-size-section-fb-social-icons-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-fb-social-icons-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-10-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-10-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-10-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-social-10-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-10-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-10-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[footer-social-10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-10-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-10-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-social-10-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-social-10-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-10-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-icons-10]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-10-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-10-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-social-10-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-social-10-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[section-fb-social-icons-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-fb-social-icons-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-social-10-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-primary-footer-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-1-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-2-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-3-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-3]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-3color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-3-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-3link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-3link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-4-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-4]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-4color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-4-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-4link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-4link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-4-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-5-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-5]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-5color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-5-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-5link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-5link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-5-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-6-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-6]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-6color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-6-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-6link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-6link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-6-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-7-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-7]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-7color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-7-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-7link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-7link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-7-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-8-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-8]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-8color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-8-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-8link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-8link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-8-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-9-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-9]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-9color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-9-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-9link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-9link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-9-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-fb-html-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-10-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[font-size-section-fb-html-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-fb-html-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[footer-html-10]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-html-10color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-10-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-10link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-html-10link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-fb-html-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[section-fb-html-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[footer-html-10-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-fb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button2-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button2-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button2-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button2-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button2-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button2-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button2-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button2-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button2-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button2-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button2-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-2-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-2-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button3-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button3-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button3-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button3-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button3-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button3-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button3-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button3-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button3-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button3-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button3-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-3-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-3-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button4-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button4-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button4-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button4-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button4-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button4-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button4-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button4-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button4-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button4-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button4-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-4-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-4-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-4-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button5-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button5-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button5-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button5-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button5-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button5-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button5-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button5-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button5-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button5-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button5-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-5-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-5-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-5-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button6-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button6-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button6-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button6-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button6-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button6-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button6-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button6-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button6-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button6-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button6-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-6-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-6-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-6-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button7-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button7-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button7-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button7-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button7-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button7-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button7-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button7-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button7-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button7-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button7-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-7-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-7-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-7-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button8-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button8-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button8-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button8-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button8-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button8-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button8-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button8-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button8-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button8-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button8-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-8-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-8-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-8-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button9-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button9-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button9-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button9-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button9-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button9-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button9-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button9-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button9-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button9-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button9-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-9-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-9-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-9-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"section-fb-button-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-button10-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:48:\"astra-settings[footer-button10-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-button10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button10-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-button10-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button10-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-button10-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[footer-button10-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-button10-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-button10-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-button10-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[footer-button10-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-button10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[footer-button10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button-10-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-button-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-button-10-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-button-10-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[section-fb-button-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-1-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-2-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-2-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-3-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-3-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-4-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-4-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-5-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-5]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-5-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-5-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-5-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-5-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-5-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-5-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-5-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-5-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-6-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-6]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-6-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-6-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-6-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-6-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-6-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-6-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-6-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-6-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-7-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-7]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-7-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-7-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-7-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-7-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-7-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-7-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-7-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-7-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-8-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-8]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-8-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-8-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-8-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-8-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-8-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-8-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-8-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-8-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-9-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-9]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-9-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-9-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-9-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-9-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-9-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-9-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-9-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-9-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[astra-sidebar-widgets-footer-widget-10-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-widget-alignment-10]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-10-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-widget-10-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-10-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-10-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-widget-10-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-10-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-10-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-10-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[astra-sidebar-widgets-footer-widget-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[blog-archive-image-size-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-archive-image-width]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:41:\"astra-settings[blog-archive-image-height]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-archive-image-apply-sizes]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:51:\"astra-settings[blog-single-post-image-size-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[blog-single-post-image-width]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:45:\"astra-settings[blog-single-post-image-height]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:50:\"astra-settings[blog-single-post-image-apply-sizes]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:30:\"astra-settings[blog-grid-resp]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[blog-space-bet-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-masonry]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[first-post-full-width]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-equal-grid]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-reveal-effect]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[blog-row-reverse]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-featured-image-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[blog-date-box]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-date-box-style]\";a:4:{s:7:\"default\";s:6:\"square\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-excerpt-count]\";a:4:{s:7:\"default\";i:55;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-read-more-text]\";a:4:{s:7:\"default\";s:12:\"Read More »\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-read-more-as-button]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-pagination-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-pagination]\";a:4:{s:7:\"default\";s:6:\"number\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-infinite-scroll-event]\";a:4:{s:7:\"default\";s:6:\"scroll\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-pagination-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-load-more-text]\";a:4:{s:7:\"default\";s:9:\"Load More\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[blog-meta-author-avatar-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-meta-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[blog-meta-author-avatar-size]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"post-filter-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-filter-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-filter]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-filter-layout]\";a:4:{s:7:\"default\";s:20:\"blog-filter-layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-filter-by]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[blog-filter-category-exclude]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-filter-tag-exclude]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-filter-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[responsive-blog-filter-visibility]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[blog-filter-taxonomy-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-family-blog-filter-taxonomy]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:48:\"astra-settings[font-weight-blog-filter-taxonomy]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:46:\"astra-settings[font-size-blog-filter-taxonomy]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-extras-blog-filter-taxonomy]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[blog-filter-taxonomy-bg-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[blog-filter-taxonomy-bg-normal-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-filter-taxonomy-bg-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[blog-filter-taxonomy-bg-active-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[blog-filter-taxonomy-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[blog-filter-taxonomy-text-normal-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[blog-filter-taxonomy-text-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[blog-filter-taxonomy-text-active-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[blog-filter-outer-parent-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[blog-filter-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[blog-filter-inside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[blog-filter-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:32:\"astra-settings[blog-single-meta]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-auto-prev-post]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-featured-image-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[single-post-navigation-design-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-single-post-navigation]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-post-navigation-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-post-author-box-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"author-box-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[ast-author-info]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[author-box-placement]\";a:4:{s:7:\"default\";s:7:\"outside\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[author-box-in-new-tab]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[author-box-socials]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[author-box-social-icon-list]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:9:\"twitter-x\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"twitter-x\";s:5:\"label\";s:11:\"Twitter / X\";}i:2;a:8:{s:2:\"id\";s:8:\"linkedin\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#1c86c6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"linkedin\";s:5:\"label\";s:8:\"Linkedin\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[author-box-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-post-social-sharing-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-post-social-sharing-icon-enable]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-post-social-sharing-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-post-social-sharing-heading-enable]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-post-social-sharing-heading-text]\";a:4:{s:7:\"default\";s:15:\"Share your love\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-post-social-sharing-heading-position]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-post-social-sharing-icon-list]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:4:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"pinterest\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#E60023\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"pinterest\";s:5:\"label\";s:9:\"Pinterest\";}i:3;a:8:{s:2:\"id\";s:8:\"linkedin\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#1c86c6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"linkedin\";s:5:\"label\";s:8:\"Linkedin\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[single-post-social-sharing-icon-label]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[single-post-social-sharing-icon-label-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-post-social-sharing-icon-position]\";a:4:{s:7:\"default\";s:16:\"below-post-title\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[social-sharing-extra-settings-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:55:\"astra-settings[single-post-social-sharing-icon-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-social-sharing-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:58:\"astra-settings[single-post-social-sharing-icon-color-type]\";a:4:{s:7:\"default\";s:8:\"official\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-post-social-sharing-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[single-post-social-sharing-icon-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[single-post-social-sharing-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-post-social-sharing-icon-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[single-post-social-sharing-icon-background-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[single-post-social-sharing-icon-background-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[single-post-social-sharing-icon-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-post-social-sharing-icon-label-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[single-post-social-sharing-icon-label-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[single-post-social-sharing-heading-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-post-social-sharing-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-post-social-sharing-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-post-social-sharing-background-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-post-social-sharing-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:2:\"20\";s:6:\"mobile\";s:2:\"20\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-post-social-sharing-icon-spacing]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:2:\"20\";s:6:\"mobile\";s:2:\"20\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[single-post-social-sharing-icon-background-spacing]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"0\";s:6:\"tablet\";s:1:\"0\";s:6:\"mobile\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-post-social-sharing-icon-radius]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-post-social-sharing-heading-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[single-post-social-sharing-heading-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:62:\"astra-settings[single-post-social-sharing-heading-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:60:\"astra-settings[single-post-social-sharing-heading-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[single-post-social-sharing-heading-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-post-social-sharing-icon-label-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[single-post-social-sharing-icon-label-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[single-post-social-sharing-icon-label-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[single-post-social-sharing-icon-label-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[single-post-social-sharing-icon-label-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-post-social-sharing-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[single-post-social-sharing-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[single-post-social-sharing-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[author-box-background]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[author-box-extra-settings-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:55:\"astra-settings[ast-sub-section-author-box-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-sub-section-author-box-border-width]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-sub-section-author-box-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[ast-sub-section-author-box-border-radius]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-sub-section-author-box-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-sub-section-author-box-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[ast-sub-section-author-box-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"astra-settings[blog-content-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[blog-content-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:32:\"astra-settings[page-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[blog-excerpt-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[blog-meta-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[blog-taxonomy-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-read-more-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[blog-read-more-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:31:\"astra-settings[post-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[post-meta-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:30:\"astra-settings[blog-tax-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:33:\"astra-settings[blog-tax-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[blog-tax-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[post-meta-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:32:\"astra-settings[blog-tax-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:35:\"astra-settings[blog-tax-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:39:\"astra-settings[blog-tax-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[blog-read-more-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[blog-item-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[blog-item-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"6\";s:4:\"blur\";s:2:\"15\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:45:\"astra-settings[blog-item-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-item-box-shadow-color]\";a:4:{s:7:\"default\";s:22:\"rgba(16, 24, 40, 0.05)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[h1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:24:\"astra-settings[h2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:24:\"astra-settings[h3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:24:\"astra-settings[h4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:24:\"astra-settings[h5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:24:\"astra-settings[h6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[header-search-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-search-overlay-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-search-overlay-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-search-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-search-bg-color-parent]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-search-box-background-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-search-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-search-border-color]\";a:4:{s:7:\"default\";s:4:\"#ddd\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-search-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-search-border-radius]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-search-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-search-text-placeholder-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sidebar-color-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[sidebar-bg-obj]\";a:4:{s:7:\"default\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[sidebar-content-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[sidebar-widget-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[sidebar-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[sidebar-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[sidebar-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:33:\"section-sidebars-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu1-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu1-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu1-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu1-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu1-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-mega-menu-col-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu1-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:60:\"astra-settings[header-menu1-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[header-menu2-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu2-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu2-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu2-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu2-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu2-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-mega-menu-col-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu2-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:60:\"astra-settings[header-menu2-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[header-menu3-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu3-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu3-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu3-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu3-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu3-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu3-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu3-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu4-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu4-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu4-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu4-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu4-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu4-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu4-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu4-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu5-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu5-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu5-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu5-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu5-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu5-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu5-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu5-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu6-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu6-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu6-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu6-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu6-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu6-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu6-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu6-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu7-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu7-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu7-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu7-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu7-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu7-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu7-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu7-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu8-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu8-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu8-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu8-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu8-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu8-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu8-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu8-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu9-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu9-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu9-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu9-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu9-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu9-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu9-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu9-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu10-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu10-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu10-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu10-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu10-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[header-menu10-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu10-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[header-menu10-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-menu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-account-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-account-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-menu-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-menu-bg-obj]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-menu-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-menu-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-menu-a-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-menu-a-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-popup-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-account-popup-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[header-account-popup-input-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[header-account-popup-input-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[header-account-popup-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[header-account-popup-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[header-account-popup-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[footer-copyright-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-copyright-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[footer-copyright-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[header-mobile-menu-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[header-mobile-menu-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[header-mobile-menu-submenu-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[header-mobile-menu-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[header-mobile-menu-submenu-h-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[header-mobile-menu-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[header-mobile-menu-submenu-a-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[header-mobile-menu-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-hb-language-switcher-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-fb-language-switcher-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[site-layout]\";a:4:{s:7:\"default\";s:21:\"ast-full-width-layout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[site-layout-padded-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[site-layout-box-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[site-layout-padded-pad]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:25;s:5:\"right\";i:50;s:6:\"bottom\";i:25;s:4:\"left\";i:50;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[site-layout-box-tb-margin]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[site-layout-fluid-lr-padding]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[container-spacing-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[container-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[container-inside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:4:\"2.14\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:4:\"2.14\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:1:\"1\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-container-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[header-menu1-megamenu-heading-space]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu2-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[header-menu2-megamenu-heading-space]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu3-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu4-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu5-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu6-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu7-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu8-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu9-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[header-menu10-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:65:\"astra-settings[section-hb-language-switcher-item-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-language-switcher-item-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-hb-language-switcher-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-fb-language-switcher-item-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-language-switcher-item-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-fb-language-switcher-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-mobile-menu-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-account-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[sidebar-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[sidebar-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:1:\"1\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"astra-settings[sidebar-inside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[blog-post-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[blog-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[blog-post-inside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[blog-post-pagination-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[divider-section-sticky-primary-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[sticky-header-stick-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-main-stick]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-sticky-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[sticky-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:44:\"astra-settings[different-sticky-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:40:\"astra-settings[sticky-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-main-shrink]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-hide-on-scroll]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[sticky-header-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[sticky-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-button-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[divider-section-sticky-above-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[divider-section-sticky-below-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[sticky-above-header-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[sticky-below-header-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-primary-header-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-builder-site-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[sticky-header-builder-site-title-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[sticky-logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-header-bg-blur]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-bg-blur-intensity]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-site-identity-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-builder-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[sticky-header-builder-site-tagline-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[sticky-header-woo-cart-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-woo-cart-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-woo-cart-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-woo-cart-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-woo-cart-count-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-woo-cart-count-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[sticky-header-woo-cart-count-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-1-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu1-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu1-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu1-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu1-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu1-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu1-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu1-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu1-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu1-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu1-mega-menu-col-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu1-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[sticky-header-menu1-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-2-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu2-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu2-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu2-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu2-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu2-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu2-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu2-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu2-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu2-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu2-mega-menu-col-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu2-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[sticky-header-menu2-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-3-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu3-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu3-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu3-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu3-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu3-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu3-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu3-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu3-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu3-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu3-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu3-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu3-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu3-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu3-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu3-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu3-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-4-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu4-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu4-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu4-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu4-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu4-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu4-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu4-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu4-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu4-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu4-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu4-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu4-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu4-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu4-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu4-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu4-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-5-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu5-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu5-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu5-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu5-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu5-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu5-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu5-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu5-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu5-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu5-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu5-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu5-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu5-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu5-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu5-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu5-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-6-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu6-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu6-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu6-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu6-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu6-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu6-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu6-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu6-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu6-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu6-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu6-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu6-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu6-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu6-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu6-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu6-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-7-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu7-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu7-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu7-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu7-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu7-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu7-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu7-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu7-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu7-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu7-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu7-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu7-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu7-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu7-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu7-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu7-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-8-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu8-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu8-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu8-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu8-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu8-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu8-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu8-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu8-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu8-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu8-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu8-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu8-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu8-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu8-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu8-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu8-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-9-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu9-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu9-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu9-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu9-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu9-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu9-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu9-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu9-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu9-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu9-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu9-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu9-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu9-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu9-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu9-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu9-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[sticky-menu-10-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-menu10-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu10-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu10-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu10-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu10-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-menu10-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu10-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-menu10-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[sticky-header-menu10-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu10-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu10-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[sticky-header-menu10-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu10-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[sticky-header-menu10-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu10-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[sticky-header-menu10-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-stick-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:51:\"astra-settings[sticky-header-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-menu-h-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[divider-sticky-priamry-submenu-h-menu-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[sticky-header-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-submenu-h-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[sticky-header-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[sticky-header-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-above-stick]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-below-stick]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-above-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[sticky-above-header-bg-blur]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-above-header-bg-blur-intensity]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-below-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[sticky-below-header-bg-blur]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-below-header-bg-blur-intensity]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button1-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button1-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button1-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button1-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button1-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button1-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button1-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button1-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button2-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button2-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button2-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button2-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button2-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button2-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button2-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button2-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button2-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button2-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button2-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button2-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button3-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button3-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button3-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button3-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button3-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button3-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button3-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button3-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button3-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button3-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button3-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button3-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button4-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button4-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button4-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button4-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button4-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button4-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button4-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button4-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button4-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button4-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button4-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button4-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button5-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button5-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button5-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button5-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button5-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button5-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button5-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button5-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button5-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button5-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button5-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button5-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button6-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button6-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button6-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button6-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button6-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button6-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button6-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button6-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button6-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button6-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button6-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button6-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button7-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button7-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button7-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button7-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button7-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button7-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button7-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button7-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button7-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button7-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button7-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button7-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button8-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button8-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button8-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button8-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button8-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button8-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button8-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button8-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button8-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button8-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button8-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button8-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button9-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button9-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button9-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button9-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button9-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button9-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button9-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button9-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button9-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button9-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button9-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button9-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[sticky-header-button10-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-button10-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-button10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-button10-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-button10-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-button10-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-button10-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-button10-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[sticky-header-button10-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-button10-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-button10-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-button10-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[sticky-header-button10-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[sticky-header-social-1-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-1-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-2-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-2-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-2-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-2-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-2-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-3-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-3-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-3-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-3-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-3-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-4-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-4-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-4-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-4-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-4-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-5-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-5-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-5-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-5-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-5-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-6-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-6-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-6-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-6-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-6-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-7-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-7-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-7-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-7-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-7-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-8-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-8-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-8-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-8-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-8-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-9-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-9-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-9-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-9-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-9-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-10-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-social-10-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-social-10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-social-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-10-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-social-10-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-10-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-search-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[sticky-header-search-text-placeholder-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-search-icon-color-parent]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[sticky-header-search-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-search-bg-color-parent]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[sticky-header-search-box-background-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-html-1-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-1color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-2-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-2color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-3-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-3color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-4-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-4color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-5-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-5color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-6-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-6color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-7-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-7color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-8-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-8color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-9-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-9color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[sticky-header-html-10-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[sticky-header-html-10color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[sticky-header-widget-1-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-widget-1-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-widget-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[sticky-header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-widget-1-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[sticky-header-widget-1-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[sticky-header-widget-2-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-widget-2-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-widget-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[sticky-header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-widget-2-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[sticky-header-widget-2-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[sticky-header-widget-3-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-widget-3-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-widget-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[sticky-header-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-widget-3-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[sticky-header-widget-3-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[sticky-header-widget-4-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-widget-4-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-widget-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[sticky-header-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-widget-4-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[sticky-header-widget-4-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-1-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-2-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-3-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-4-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-5-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-6-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-7-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-8-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-9-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[sticky-header-divider-10-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-divider-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[sticky-header-language-switcher-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-language-switcher-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-account-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[sticky-header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[sticky-header-account-menu-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-account-menu-bg-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-account-menu-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-account-menu-bg-obj]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-account-menu-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-account-menu-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-account-menu-a-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-account-menu-a-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-toggle-design-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-color-switcher-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-color-switcher-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-color-switcher-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-color-switcher-background]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-color-switcher-background-hover]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-fonts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[blog-content-blog-post-title-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-family-page-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[font-weight-page-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-extras-page-title]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.23\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-content-post-meta-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-content-post-tax-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[blog-content-post-excerpt-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[blog-content-post-read-more-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[blog-content-pagination-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[font-family-post-meta]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:37:\"astra-settings[font-weight-post-meta]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:35:\"astra-settings[font-size-post-meta]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[font-extras-post-meta]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-family-post-tax]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[font-weight-post-tax]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:34:\"astra-settings[font-size-post-tax]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-extras-post-tax]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[font-family-post-read-more]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[font-weight-post-read-more]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[font-size-post-read-more]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[font-extras-post-read-more]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[font-family-post-excerpt]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[font-weight-post-excerpt]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[font-size-post-excerpt]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[font-extras-post-excerpt]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[text-transform-post-pagination]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-size-post-pagination]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-family-site-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[font-weight-site-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[font-extras-site-title]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.23\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[font-family-site-tagline]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[font-weight-site-tagline]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[font-extras-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[sidebar-typography-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sidebar-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[font-family-widget-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[font-weight-widget-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[font-size-widget-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[font-extras-widget-title]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.23\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sidebar-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[font-family-widget-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[font-weight-widget-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[font-size-widget-content]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[font-extras-widget-content]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[font-size-sidebar-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-size-sidebar-content]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu1-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu1-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu1-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu1-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu1-mega-menu-col-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu1-megamenu-heading-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[header-menu1-megamenu-heading-font-weight]\";a:4:{s:7:\"default\";s:3:\"700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[header-menu1-megamenu-heading-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu1-megamenu-heading-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu2-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu2-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu2-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu2-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu2-mega-menu-col-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu2-megamenu-heading-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[header-menu2-megamenu-heading-font-weight]\";a:4:{s:7:\"default\";s:3:\"700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[header-menu2-megamenu-heading-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu2-megamenu-heading-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu3-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu3-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu3-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu3-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu3-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu4-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu4-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu4-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu4-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu4-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu5-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu5-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu5-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu5-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu5-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu6-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu6-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu6-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu6-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu6-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu7-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu7-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu7-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu7-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu7-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu8-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu8-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu8-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu8-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu8-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu9-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu9-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu9-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu9-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu9-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu10-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-font-family-menu10-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:50:\"astra-settings[header-font-weight-menu10-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:48:\"astra-settings[header-font-size-menu10-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-font-extras-menu10-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:39:\"astra-settings[footer-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[footer-menu-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-font-family-mobile-menu-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[header-font-weight-mobile-menu-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[header-font-size-mobile-menu-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-extras-mobile-menu-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-1-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-1-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-1-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-1-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-1-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-1-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-2-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-2-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-2-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-2-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-2-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-2-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-3-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-3-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-3-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-3-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-3-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-3-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-4-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-4-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-4-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-4-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-4-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-4-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-5-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-5-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-5-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-5-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-5-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-5-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-6-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-6-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-6-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-6-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-6-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-6-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-7]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-7]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-7]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-7]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-7-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-7-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-7-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-7-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-7-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-7-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-8]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-8]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-8]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-8]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-8-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-8-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-8-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-8-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-8-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-8-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-9]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-9]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-9]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-9]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-9-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-9-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-9-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-9-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-9-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-9-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-weight-section-hb-html-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-family-section-hb-html-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-extras-section-hb-html-10]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-weight-section-fb-html-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-family-section-fb-html-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-extras-section-fb-html-10]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[font-weight-section-hb-social-icons-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-family-section-hb-social-icons-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-extras-section-hb-social-icons-10]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[font-weight-section-fb-social-icons-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-family-section-fb-social-icons-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-extras-section-fb-social-icons-10]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[header-widget-10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-widget-10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-widget-10-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:52:\"astra-settings[header-widget-10-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:52:\"astra-settings[header-widget-10-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[footer-widget-10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[footer-widget-10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-widget-10-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:52:\"astra-settings[footer-widget-10-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:52:\"astra-settings[footer-widget-10-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[mobile-header-label-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[mobile-header-label-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[mobile-header-label-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[font-weight-section-footer-copyright]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:52:\"astra-settings[font-family-section-footer-copyright]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:52:\"astra-settings[font-extras-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[font-weight-section-header-account]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:50:\"astra-settings[font-family-section-header-account]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:50:\"astra-settings[font-extras-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-header-account-font-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-header-account-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-header-account-menu-font-family]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[section-header-account-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[section-header-account-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-header-account-menu-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-header-account-popup-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-header-account-popup-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-header-account-popup-button-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-hb-language-switcher-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[font-family-section-hb-language-switcher]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[font-weight-section-hb-language-switcher]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-size-section-hb-language-switcher]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[font-extras-section-hb-language-switcher]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-language-switcher-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[font-family-section-fb-language-switcher]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[font-weight-section-fb-language-switcher]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-size-section-fb-language-switcher]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[font-extras-section-fb-language-switcher]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[woo-input-style-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[woo-sale-notification-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[product-sale-notification]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-product-plus-minus-button-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[cart-plus-minus-button-type]\";a:4:{s:7:\"default\";s:6:\"normal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[woo-single-product-quantity-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[plusminus-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[plusminus-text-normal-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[plusminus-text-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[plusminus-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[plusminus-background-normal-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[plusminus-background-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[cart-multistep-checkout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[cart-multistep-checkout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[cart-multistep-steps-numbers]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[woo-general-design-steps-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[cart-multistep-checkout-size]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[cart-multistep-checkout-font-case]\";a:4:{s:7:\"default\";s:6:\"normal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[product-sale-percent-value]\";a:4:{s:7:\"default\";s:9:\"-[value]%\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[product-sale-style]\";a:4:{s:7:\"default\";s:6:\"circle\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[woo-enable-sale-border-radius]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[woo-sale-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[woo-general-design-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[product-sale-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[product-sale-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[product-sale-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[woo-cart-empty-featured-product]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[woo-mini-cart-input-field-disable]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[woo-coupon-text-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[woo-coupon-text]\";a:4:{s:7:\"default\";s:14:\"Have a coupon?\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[woo-coupon-input-text]\";a:4:{s:7:\"default\";s:11:\"Coupon code\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[woo-coupon-apply-text]\";a:4:{s:7:\"default\";s:5:\"Apply\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[woo-shop-toolbar-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[shop-toolbar-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:7:\"results\";i:1;s:7:\"sorting\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[easy-list-content-enable-description]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[easy-list-grids]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:2;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[easy-list-content-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[shop-toolbar-structure-with-hiddenset]\";a:4:{s:7:\"default\";a:4:{s:7:\"results\";b:1;s:7:\"filters\";b:0;s:7:\"sorting\";b:1;s:9:\"easy_view\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[shop-product-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[quick-view-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:39:\"astra-settings[filter-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[shop-product-content-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[shop-page-list-style-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[shop-hover-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[shop-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[shop-pagination-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[shop-pagination]\";a:4:{s:7:\"default\";s:6:\"number\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[shop-pagination-divider-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[shop-pagination-style]\";a:4:{s:7:\"default\";s:6:\"square\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[shop-infinite-scroll-event]\";a:4:{s:7:\"default\";s:6:\"scroll\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[shop-load-more-text]\";a:4:{s:7:\"default\";s:9:\"Load More\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[woo-shop-structure-options-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[shop-page-title-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[shop-breadcrumb-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[shop-active-filters-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[shop-filter-list-to-buttons]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[shop-filter-accordion]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[shop-reveal-effect]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[shop-active-filters-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[shop-filters-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[shop-off-canvas-trigger-type]\";a:4:{s:7:\"default\";s:4:\"link\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[shop-filter-trigger-custom-class]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[shop-filter-trigger-link]\";a:4:{s:7:\"default\";s:6:\"Filter\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[shop-filter-position]\";a:4:{s:7:\"default\";s:18:\"shop-filter-flyout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[shop-filter-collapsable-columns]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:4;s:6:\"tablet\";i:2;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[shop-filter-max-height]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[shop-filter-scrollbar-max-height]\";a:4:{s:7:\"default\";i:130;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[woo-shop-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[shop-quick-view-enable]\";a:4:{s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[shop-quick-view-stick-cart]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[shop-item-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[shop-item-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:45:\"astra-settings[shop-item-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[shop-item-box-shadow-color]\";a:4:{s:7:\"default\";s:14:\"rgba(0,0,0,.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[shop-item-hover-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[shop-item-hover-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:51:\"astra-settings[shop-item-hover-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[shop-item-hover-box-shadow-color]\";a:4:{s:7:\"default\";s:14:\"rgba(0,0,0,.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[cart-general-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[cart-modern-layout]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[cart-sticky-cart-totals]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[cart-ajax-cart-quantity]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[cart-cross-sells-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[woo-single-product-gallery-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-gallery-layout]\";a:4:{s:7:\"default\";s:17:\"horizontal-slider\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[product-gallery-thumbnail-columns]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[single-product-image-zoom-effect]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[single-product-sticky-product-image]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[single-product-sticky-product-image-top-offset]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-image-width]\";a:4:{s:7:\"default\";i:50;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-sticky-summary]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-product-product-navigation-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[single-product-nav-style]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-navigation-preview]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[woo-single-product-navigation-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-nav-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[single-product-nav-icon-n-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[single-product-nav-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[single-product-nav-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-nav-bg-n-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-nav-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[single-product-product-variation-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[single-product-select-variations]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-product-tabs-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-product-tabs-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-tabs-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[woo-single-product-tab-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-heading-tab-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-product-heading-tab-normal-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-product-heading-tab-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-product-heading-tab-active-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[accordion-inside-woo-summary]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-product-related-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-product-related-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-product-recently-viewed-display]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[single-product-recently-viewed-text]\";a:4:{s:7:\"default\";s:24:\"Recently Viewed Products\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[single-product-up-sells-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-product-related-upsell-grid]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:4;s:6:\"tablet\";i:3;s:6:\"mobile\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-product-related-upsell-per-page]\";a:4:{s:7:\"default\";i:4;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-add-to-cart-action]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-product-add-to-cart-action-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-extras-text]\";a:4:{s:7:\"default\";s:33:\"Free shipping on orders over $50!\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-extras-list]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:6:{s:2:\"id\";s:6:\"item-1\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:12:\"check-circle\";s:5:\"label\";s:29:\"No-Risk Money Back Guarantee!\";s:5:\"image\";s:0:\"\";}i:1;a:6:{s:2:\"id\";s:6:\"item-2\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:12:\"check-circle\";s:5:\"label\";s:17:\"No Hassle Refunds\";s:5:\"image\";s:0:\"\";}i:2;a:6:{s:2:\"id\";s:6:\"item-3\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:12:\"check-circle\";s:5:\"label\";s:15:\"Secure Payments\";s:5:\"image\";s:0:\"\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-woo-checkout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[woo-checkout-general-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[checkout-content-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[checkout-content-max-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[checkout-layout-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[checkout-modern-layout-type]\";a:4:{s:7:\"default\";s:19:\"two-column-checkout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[checkout-place-order-text]\";a:4:{s:7:\"default\";s:11:\"Place Order\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[checkout-payment-text]\";a:4:{s:7:\"default\";s:7:\"Payment\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[checkout-customer-information-text]\";a:4:{s:7:\"default\";s:20:\"Customer information\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[checkout-show-summary-text]\";a:4:{s:7:\"default\";s:18:\"Show Order Summary\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[checkout-hide-summary-text]\";a:4:{s:7:\"default\";s:18:\"Hide Order Summary\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[checkout-modern-checkout-button-padlock]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[checkout-modern-checkout-button-price]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[checkout-order-review-product-images]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[checkout-modern-order-received]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[checkout-order-review-sticky]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[woo-checkout-form-options-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[two-step-checkout]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[two-step-checkout-modern-note]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[two-step-checkout-modern-note-text]\";a:4:{s:7:\"default\";s:14:\"Checkout Notes\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[two-step-checkout-modern-step-1-text]\";a:4:{s:7:\"default\";s:8:\"Shipping\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-step-1-sub-text]\";a:4:{s:7:\"default\";s:17:\"Where to ship it?\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[two-step-checkout-modern-step-2-text]\";a:4:{s:7:\"default\";s:7:\"Payment\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-step-2-sub-text]\";a:4:{s:7:\"default\";s:13:\"Of your order\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[two-step-checkout-modern-button-text]\";a:4:{s:7:\"default\";s:28:\"For Special Offer Click Here\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-button-sub-text]\";a:4:{s:7:\"default\";s:23:\"Yes! I want this offer!\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[checkout-order-notes-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[checkout-coupon-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[checkout-distraction-free]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[checkout-labels-as-placeholders]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[checkout-back-to-cart-button]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[checkout-back-to-cart-button-text]\";a:4:{s:7:\"default\";s:15:\"« Back to Cart\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[checkout-persistence-form-data]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[woo-checkout-form-fields-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[woo-order-summary-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[order-summary-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[woo-payment-option-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[payment-option-content-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[single-product-rating-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[woo-single-product-general-fonts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-title-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-category-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-family-product-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:41:\"astra-settings[font-weight-product-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[font-size-product-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-extras-product-title]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-price-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-family-product-price]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:41:\"astra-settings[font-weight-product-price]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[font-size-product-price]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-extras-product-price]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[font-family-product-category]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[font-weight-product-category]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:42:\"astra-settings[font-size-product-category]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[font-extras-product-category]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[single-product-breadcrumb-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-family-product-breadcrumb]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-weight-product-breadcrumb]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[font-size-product-breadcrumb]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-product-breadcrumb]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-product-content-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-family-product-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[font-weight-product-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[font-size-product-content]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-extras-product-content]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[woo-single-product-general-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[single-product-category-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[single-product-price-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[single-product-content-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[single-product-breadcrumb-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[woo-myaccount-general-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[modern-woo-account-view]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[woo-myaccount-dashboard-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[my-account-user-gravatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[woo-myaccount-orders-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[show-woo-grid-orders]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[my-account-input-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[my-account-download-text]\";a:4:{s:7:\"default\";s:9:\"Downloads\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[my-account-download-remaining-text]\";a:4:{s:7:\"default\";s:20:\"Downloads Remaining:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[my-account-download-expire-text]\";a:4:{s:7:\"default\";s:8:\"Expires:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[my-account-download-expire-alt-text]\";a:4:{s:7:\"default\";s:5:\"Never\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[login-register-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[my-account-register-text]\";a:4:{s:7:\"default\";s:8:\"Register\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[my-account-register-description-text]\";a:4:{s:7:\"default\";s:13:\"Not a member?\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[my-account-login-text]\";a:4:{s:7:\"default\";s:5:\"Login\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[my-account-login-description-text]\";a:4:{s:7:\"default\";s:17:\"Already a member?\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[woo-shop-general-fonts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[shop-product-title-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-family-shop-product-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-weight-shop-product-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[font-size-shop-product-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-shop-product-title]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[shop-product-price-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-family-shop-product-price]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-weight-shop-product-price]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[font-size-shop-product-price]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-shop-product-price]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[shop-product-content-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-family-shop-product-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:48:\"astra-settings[font-weight-shop-product-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:46:\"astra-settings[font-size-shop-product-content]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-extras-shop-product-content]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[woo-shop-design-general-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[shop-product-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[shop-product-price-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[shop-product-content-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:60:\"astra-settings[sticky-primary-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[sticky-primary-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:58:\"astra-settings[sticky-above-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:60:\"astra-settings[sticky-above-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[header-search-box-type]\";a:4:{s:7:\"default\";s:12:\"slide-search\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-search-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:6:\"search\";s:5:\"value\";s:6:\"search\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-search-box-placeholder]\";a:4:{s:7:\"default\";s:9:\"Search...\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[fullsearch-modal-color-mode]\";a:4:{s:7:\"default\";s:4:\"dark\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[full-screen-modal-heading]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[fullscreen-modal-heading-text]\";a:4:{s:7:\"default\";s:38:\"Start typing and press enter to search\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-1-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-1-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-1-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-1-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-1-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-2-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-2-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-2-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-2-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-2-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-3-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-3-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-3-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-3-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-3-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-4-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-4-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-4-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-4-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-4-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-5-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-5-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-5-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-5-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-5-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-6-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-6-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-6-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-6-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-6-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-7-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-7-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-7-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-7-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-7-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-8-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-8-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-8-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-8-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-8-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-9-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-9-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-9-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-9-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-9-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-hb-divider-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"section-hb-divider-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-divider-10-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-divider-10-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:39:\"astra-settings[header-divider-10-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-divider-10-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-10-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[section-hb-divider-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-divider-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[header-horizontal-divider-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-action-type]\";a:4:{s:7:\"default\";s:4:\"link\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-account-action-menu-display-on]\";a:4:{s:7:\"default\";s:5:\"hover\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-link-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-account-woo-menu]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-account-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-account-menu-link-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:44:\"astra-settings[header-account-logout-action]\";a:4:{s:7:\"default\";s:4:\"link\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-login-lostpass]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-type]\";a:4:{s:7:\"default\";s:9:\"account-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu1-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu2-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu3-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu3-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu4-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu4-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu5-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu5-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu6-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu6-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu7-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu7-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu8-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu8-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu9-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu9-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:49:\"astra-settings[header-menu10-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu10-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button1-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button1-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button1-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button1-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button2-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button2-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button2-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button2-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button2-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button3-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button3-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button3-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button3-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button3-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button4-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button4-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button4-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button4-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button4-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button5-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button5-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button5-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button5-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button5-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button6-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button6-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button6-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button6-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button6-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button7-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button7-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button7-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button7-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button7-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button8-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button8-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button8-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button8-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button8-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button9-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button9-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button9-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button9-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button9-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-button10-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-button10-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:51:\"astra-settings[header-button10-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-button10-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-button10-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-stack]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-hb-language-switcher-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-hb-language-switcher-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-language-switcher-options]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:1:{i:0;a:4:{s:2:\"id\";s:2:\"gb\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"label\";s:7:\"English\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-language-switcher-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-language-switcher-show-flag]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-language-switcher-show-name]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-language-switcher-show-tname]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-language-switcher-show-code]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-hb-language-switcher-flag-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-language-switcher-flag-spacing]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:35;s:6:\"tablet\";i:90;s:6:\"mobile\";i:90;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-color-switcher-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[color-switcher-palettes-quick-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[color-switcher-palette]\";a:4:{s:7:\"default\";s:9:\"palette_4\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[color-switcher-default-mode]\";a:4:{s:7:\"default\";s:6:\"system\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[color-switcher-mode-help]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:43:\"astra-settings[color-switcher-force-reload]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[color-switcher-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:6:\"adjust\";s:5:\"value\";s:6:\"adjust\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[color-switcher-icon-switched]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:6:\"adjust\";s:5:\"value\";s:6:\"adjust\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[color-switcher-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[color-switcher-text]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[color-switcher-text-switched]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[color-switcher-visibility]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[color-switcher-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[color-switcher-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[color-switcher-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[color-switcher-background-hover]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[color-switcher-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[color-switcher-spacing-divider-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[color-switcher-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"astra-settings[color-switcher-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[transparent-color-switcher-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-color-switcher-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-color-switcher-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-color-switcher-background-hover]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-1-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-1-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-1-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-1-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-2-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-2-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-2-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-2-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-3-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-3-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-3-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-3-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-4-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-4-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-4-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-4-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-4-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-4-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-4-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-5-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-5-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-5-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-5-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-5-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-5-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-5-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-6-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-6-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-6-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-6-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-6-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-6-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-6-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-7-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-7-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-7-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-7-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-7-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-7-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-7-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-8-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-8-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-8-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-8-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-8-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-8-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-8-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-9-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-9-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-9-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-9-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-9-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-9-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-9-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-fb-divider-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"section-fb-divider-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-divider-10-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-divider-10-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:39:\"astra-settings[footer-divider-10-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-divider-10-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-10-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[section-fb-divider-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-divider-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[footer-divider-10-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-vertical-divider-10-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button1-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button1-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button1-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button1-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button1-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button2-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button2-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button2-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button2-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button2-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button3-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button3-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button3-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button3-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button3-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button4-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button4-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button4-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button4-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button4-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button5-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button5-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button5-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button5-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button5-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button6-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button6-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button6-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button6-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button6-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button7-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button7-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button7-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button7-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button7-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button8-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button8-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button8-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button8-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button8-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button9-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button9-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button9-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button9-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button9-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-button10-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-button10-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:51:\"astra-settings[footer-button10-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-button10-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-button10-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-stack]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-fb-language-switcher-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-fb-language-switcher-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-language-switcher-options]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:1:{i:0;a:4:{s:2:\"id\";s:2:\"gb\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"label\";s:7:\"English\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-language-switcher-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-show-flag]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-show-name]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-language-switcher-show-tname]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-show-code]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-fb-language-switcher-flag-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-language-switcher-flag-spacing]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"flex-start\";s:6:\"tablet\";s:10:\"flex-start\";s:6:\"mobile\";s:10:\"flex-start\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:207:{s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[woo-header-cart-label-display]\";a:4:{s:8:\"selector\";s:20:\".ast-header-woo-cart\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_woo_cart\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button2-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button2-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button3-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button3-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button4-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button4-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button5-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button5-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button6-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button6-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button7-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button7-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button8-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button8-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button9-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button9-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-button10-text]\";a:4:{s:8:\"selector\";s:21:\".ast-header-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:43:\"astra-settings[header-button10-link-option]\";a:4:{s:8:\"selector\";s:21:\".ast-header-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-3]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-3\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-4]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-4\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-5]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-5\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-6]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-6\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-7]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-7\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-8]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-8\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-9]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-9\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:30:\"astra-settings[header-html-10]\";a:4:{s:8:\"selector\";s:19:\".ast-header-html-10\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:14:\"header_html_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-2]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-2-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-3]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-3-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-4]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-4-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-5]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-5-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-6]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-6-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-7]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-7-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-8]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-8-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-9]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-9-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:38:\"astra-settings[header-social-icons-10]\";a:4:{s:8:\"selector\";s:26:\".ast-header-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:16:\"header_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:45:\"astra-settings[header-social-10-label-toggle]\";a:4:{s:8:\"selector\";s:26:\".ast-header-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:16:\"header_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-2]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-2-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-3]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-3-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-4]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-4-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-5]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-5-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-6]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-6-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-7]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-7-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-8]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-8-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-9]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-9-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:38:\"astra-settings[footer-social-icons-10]\";a:4:{s:8:\"selector\";s:26:\".ast-footer-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:16:\"footer_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:45:\"astra-settings[footer-social-10-label-toggle]\";a:4:{s:8:\"selector\";s:26:\".ast-footer-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:16:\"footer_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-3]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-3\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-4]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-4\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-5]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-5\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-6]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-6\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-7]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-7\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-8]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-8\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-9]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-9\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:30:\"astra-settings[footer-html-10]\";a:4:{s:8:\"selector\";s:19:\".ast-footer-html-10\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:14:\"footer_html_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button2-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button2-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button3-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button3-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button4-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button4-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button5-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button5-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button6-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button6-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button7-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button7-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button8-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button8-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button9-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button9-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-button10-text]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:43:\"astra-settings[footer-button10-link-option]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:31:\"astra-settings[woo-coupon-text]\";a:4:{s:8:\"selector\";s:19:\"#ast-coupon-trigger\";s:15:\"render_callback\";a:2:{i:0;O:28:\"ASTRA_Ext_WooCommerce_Markup\":0:{}i:1;s:18:\"render_coupon_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[woo-coupon-apply-text]\";a:4:{s:8:\"selector\";s:17:\"#ast-apply-coupon\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:24:\"render_coupon_apply_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[shop-load-more-text]\";a:4:{s:8:\"selector\";s:49:\".ast-shop-pagination-infinite .ast-shop-load-more\";s:15:\"render_callback\";s:65:\"Astra_Customizer_Ext_WooCommerce_Partials::_render_shop_load_more\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[checkout-place-order-text]\";a:4:{s:8:\"selector\";s:12:\"#place_order\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:32:\"render_checkout_place_order_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[checkout-payment-text]\";a:4:{s:8:\"selector\";s:28:\"#ast-payment_options_heading\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:28:\"render_checkout_payment_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:50:\"astra-settings[checkout-customer-information-text]\";a:4:{s:8:\"selector\";s:29:\".ast-checkout-form-heading h3\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:41:\"render_checkout_customer_information_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:50:\"astra-settings[two-step-checkout-modern-note-text]\";a:4:{s:8:\"selector\";s:31:\".ast-embed-checkout-form-note p\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:34:\"render_checkout_two_step_form_note\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:52:\"astra-settings[two-step-checkout-modern-step-1-text]\";a:4:{s:8:\"selector\";s:51:\".ast-embed-checkout-form-steps .step-one .step-name\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:30:\"render_checkout_step_one_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-step-1-sub-text]\";a:4:{s:8:\"selector\";s:55:\".ast-embed-checkout-form-steps .step-one .step-sub-name\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:34:\"render_checkout_step_one_sub_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:52:\"astra-settings[two-step-checkout-modern-step-2-text]\";a:4:{s:8:\"selector\";s:51:\".ast-embed-checkout-form-steps .step-two .step-name\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:30:\"render_checkout_step_two_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-step-2-sub-text]\";a:4:{s:8:\"selector\";s:55:\".ast-embed-checkout-form-steps .step-two .step-sub-name\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:34:\"render_checkout_step_two_sub_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:52:\"astra-settings[two-step-checkout-modern-button-text]\";a:4:{s:8:\"selector\";s:41:\".ast-next-button-content .ast-button-text\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:36:\"render_checkout_step_two_button_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-button-sub-text]\";a:4:{s:8:\"selector\";s:45:\".ast-next-button-content .ast-button-sub-text\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:40:\"render_checkout_step_two_button_sub_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:34:\"astra-settings[header-search-icon]\";a:4:{s:8:\"selector\";s:18:\".ast-header-search\";s:15:\"render_callback\";a:2:{i:0;O:27:\"Astra_Ext_Adv_Search_Markup\":0:{}i:1;s:17:\"get_search_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-search-box-placeholder]\";a:4:{s:8:\"selector\";s:18:\".ast-header-search\";s:15:\"render_callback\";a:2:{i:0;r:38281;i:1;s:17:\"get_search_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[fullscreen-modal-heading-text]\";a:4:{s:8:\"selector\";s:18:\".ast-header-search\";s:15:\"render_callback\";a:2:{i:0;r:38281;i:1;s:17:\"get_search_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-1-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-1\";s:15:\"render_callback\";a:2:{i:0;O:26:\"Astra_Addon_Builder_Header\":0:{}i:1;s:16:\"header_divider_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-2-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-2\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-3-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-3\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-4-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-4\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-5-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-5\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-6-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-6\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-7-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-7\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-8-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-8\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-9-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-9\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[header-divider-10-layout]\";a:4:{s:8:\"selector\";s:22:\".ast-header-divider-10\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:17:\"header_divider_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:42:\"astra-settings[header-account-action-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[header-account-link-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-account-woo-menu]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:44:\"astra-settings[header-account-logout-action]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-login-lostpass]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[header-account-icon-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-account-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button2-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button3-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button4-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button5-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button6-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button7-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button8-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button9-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:36:\"astra-settings[header-button10-size]\";a:4:{s:8:\"selector\";s:21:\".ast-header-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:48:\"astra-settings[header-language-switcher-options]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[header-language-switcher-layout]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[header-language-switcher-show-flag]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[header-language-switcher-show-name]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:51:\"astra-settings[header-language-switcher-show-tname]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[header-language-switcher-show-code]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[color-switcher-icon]\";a:4:{s:8:\"selector\";s:27:\".ast-color-switcher-wrapper\";s:15:\"render_callback\";a:2:{i:0;s:33:\"Astra_Addon_Builder_UI_Controller\";i:1;s:28:\"render_color_switcher_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:44:\"astra-settings[color-switcher-icon-switched]\";a:4:{s:8:\"selector\";s:27:\".ast-color-switcher-wrapper\";s:15:\"render_callback\";a:2:{i:0;s:33:\"Astra_Addon_Builder_UI_Controller\";i:1;s:28:\"render_color_switcher_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[color-switcher-text]\";a:4:{s:8:\"selector\";s:27:\".ast-color-switcher-wrapper\";s:15:\"render_callback\";a:2:{i:0;s:33:\"Astra_Addon_Builder_UI_Controller\";i:1;s:28:\"render_color_switcher_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:44:\"astra-settings[color-switcher-text-switched]\";a:4:{s:8:\"selector\";s:27:\".ast-color-switcher-wrapper\";s:15:\"render_callback\";a:2:{i:0;s:33:\"Astra_Addon_Builder_UI_Controller\";i:1;s:28:\"render_color_switcher_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-1-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-1\";s:15:\"render_callback\";a:2:{i:0;O:26:\"Astra_Addon_Builder_Footer\":0:{}i:1;s:16:\"footer_divider_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-2-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-2\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-3-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-3\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-4-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-4\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-5-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-5\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-6-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-6\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-7-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-7\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-8-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-8\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-9-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-9\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[footer-divider-10-layout]\";a:4:{s:8:\"selector\";s:22:\".ast-footer-divider-10\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:17:\"footer_divider_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button1-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button2-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button3-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button4-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button5-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button6-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button7-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button8-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button9-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:36:\"astra-settings[footer-button10-size]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:48:\"astra-settings[footer-language-switcher-options]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[footer-language-switcher-layout]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[footer-language-switcher-show-flag]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[footer-language-switcher-show-name]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:51:\"astra-settings[footer-language-switcher-show-tname]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[footer-language-switcher-show-code]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}}}','off');
INSERT INTO `wp_options` VALUES (920,'wc_memberships_rules','a:6:{i:0;a:13:{s:2:\"id\";s:18:\"rule_608046c54c95a\";s:18:\"membership_plan_id\";i:161;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"content_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:4:\"page\";s:10:\"object_ids\";a:10:{i:0;i:115;i:1;i:182;i:2;i:20;i:3;i:21;i:4;i:16;i:5;i:22;i:6;i:183;i:7;i:181;i:8;i:158;i:9;i:19;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:0:\"\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}i:1;a:13:{s:2:\"id\";s:18:\"rule_60eda60a833c7\";s:18:\"membership_plan_id\";i:161;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"product_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:7:\"product\";s:10:\"object_ids\";a:5:{i:0;i:97;i:1;i:93;i:2;i:95;i:3;i:99;i:4;i:3669;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:8:\"purchase\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}i:2;a:13:{s:2:\"id\";s:18:\"rule_60eda66d6ef98\";s:18:\"membership_plan_id\";i:486;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"product_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:7:\"product\";s:10:\"object_ids\";a:6:{i:0;i:487;i:1;i:488;i:2;i:489;i:3;i:490;i:4;i:3669;i:5;i:3696;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:4:\"view\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}i:3;a:13:{s:2:\"id\";s:18:\"rule_60faea9b739a2\";s:18:\"membership_plan_id\";i:486;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"content_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:4:\"page\";s:10:\"object_ids\";a:11:{i:0;i:20;i:1;i:21;i:2;i:16;i:3;i:22;i:4;i:183;i:5;i:181;i:6;i:158;i:7;i:19;i:8;i:182;i:9;i:531;i:10;i:115;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:0:\"\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}i:4;a:13:{s:2:\"id\";s:18:\"rule_66180c63e67e9\";s:18:\"membership_plan_id\";i:2592;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"product_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:7:\"product\";s:10:\"object_ids\";a:6:{i:0;i:487;i:1;i:488;i:2;i:489;i:3;i:490;i:4;i:3669;i:5;i:3696;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:4:\"view\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}i:5;a:13:{s:2:\"id\";s:18:\"rule_66180c63e67ea\";s:18:\"membership_plan_id\";i:2592;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"content_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:4:\"page\";s:10:\"object_ids\";a:11:{i:0;i:20;i:1;i:21;i:2;i:16;i:3;i:22;i:4;i:183;i:5;i:181;i:6;i:158;i:7;i:19;i:8;i:182;i:9;i:531;i:10;i:115;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:0:\"\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}}','yes'),(927,'WPLANG','','yes'),(1123,'woocommerce_admin_report_export_status','a:6:{s:20:\"revenue:162015249744\";i:100;s:19:\"orders:164745692591\";i:83;s:19:\"orders:164745696704\";i:100;s:19:\"orders:164745772154\";i:83;s:19:\"orders:164745773869\";i:100;s:19:\"orders:164745983305\";i:92;}','yes'),(1191,'wc_remote_inbox_notifications_wca_updated','','off'),(1236,'hm_psr_report_settings','a:1:{i:0;a:17:{s:11:\"report_time\";s:3:\"1cm\";s:12:\"report_start\";s:10:\"2025-02-01\";s:10:\"report_end\";s:10:\"2025-02-28\";s:14:\"order_statuses\";a:1:{i:0;s:12:\"wc-completed\";}s:8:\"products\";s:3:\"all\";s:12:\"product_cats\";a:2:{i:0;s:2:\"31\";i:1;s:2:\"32\";}s:11:\"product_ids\";s:0:\"\";s:10:\"variations\";s:1:\"0\";s:7:\"orderby\";s:8:\"quantity\";s:8:\"orderdir\";s:4:\"desc\";s:6:\"fields\";a:3:{i:0;s:12:\"product_name\";i:1;s:13:\"quantity_sold\";i:2;s:11:\"gross_sales\";}s:8:\"limit_on\";i:0;s:5:\"limit\";s:2:\"10\";s:14:\"include_header\";s:2:\"on\";s:21:\"intermediate_rounding\";i:0;s:12:\"exclude_free\";i:0;s:12:\"hm_psr_debug\";i:0;}}','off'),(1299,'woocommerce_inbox_variant_assignment','11','yes'),(1390,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1391,'wp_force_deactivated_plugins','a:0:{}','off'),(1396,'acfw_coupon_endpoint','coupon','yes'),(1397,'acfw_clean_up_plugin_options','no','yes'),(1398,'shop_coupon_cat_children','a:0:{}','yes'),(1399,'acfw_default_coupon_category','34','yes'),(1400,'acfwf_show_getting_started_notice','dismissed','yes'),(1403,'acfw_bogo_deals_notice_message','Your current cart is eligible to redeem deals','yes'),(1404,'acfw_bogo_deals_notice_button_text','View Deals','yes'),(1405,'acfw_bogo_deals_notice_type','notice','yes'),(1406,'acfw_bogo_deals_default_values_set','yes','yes'),(1407,'acfwp_clean_up_plugin_options','no','yes'),(1408,'acfwf_getting_started_notice_shown_premium','yes','yes'),(1409,'acfw_loyalprog_db_tables_created','yes','yes'),(1414,'acfw_auto_apply_coupons','a:0:{}','yes'),(1415,'acfw_apply_notifcation_cache','a:0:{}','yes'),(1416,'acfw_slmw_activation_email','laradasciences@gmail.com','yes'),(1417,'acfw_slmw_license_key','ACFW-8f047bca-3bc7-4d82-b538-fde739b3e7de-24017','yes'),(1418,'acfw_license_activated','yes','yes'),(1436,'duplicate_page_options','a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}','yes'),(1438,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(1448,'wc_memberships_milestone_version','1.22.3','yes'),(1452,'woocommerce_helper_data','a:4:{s:4:\"auth\";a:5:{s:12:\"access_token\";s:40:\"cf1edca3877fa740c5507546e275481df9ce2a3f\";s:19:\"access_token_secret\";s:40:\"5519625120765cc006262477f8862342163c56eb\";s:7:\"site_id\";i:1477530;s:7:\"user_id\";i:2;s:7:\"updated\";i:1685485021;}s:14:\"auth_user_data\";a:2:{s:4:\"name\";s:15:\"Larada Sciences\";s:5:\"email\";s:24:\"laradasciences@gmail.com\";}s:15:\"product_install\";a:3:{s:6:\"status\";s:8:\"finished\";s:5:\"steps\";a:1:{i:958589;a:10:{s:12:\"download_url\";s:207:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-memberships/woocommerce-memberships.zip?AWSAccessKeyId=AKIA4DUDNEPIBKGFCLP6&Expires=1627368740&Signature=Q0srzCI8ClsHHCX4MyUKthDrbvs%3D\";s:12:\"product_type\";s:6:\"plugin\";s:9:\"last_step\";s:16:\"activate_product\";s:10:\"last_error\";s:0:\"\";s:13:\"download_path\";s:39:\"/tmp/woocommerce-memberships-qTbZp7.tmp\";s:13:\"unpacked_path\";s:93:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/woocommerce-memberships-qTbZp7\";s:14:\"installed_path\";s:87:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/woocommerce-memberships/\";s:8:\"activate\";b:1;s:12:\"product_name\";s:23:\"WooCommerce Memberships\";s:7:\"warning\";a:2:{s:7:\"message\";s:13:\"folder_exists\";s:11:\"plugin_info\";a:3:{s:4:\"name\";s:23:\"WooCommerce Memberships\";s:7:\"version\";s:6:\"1.22.3\";s:6:\"active\";b:1;}}}}s:12:\"current_step\";a:2:{s:10:\"product_id\";i:958589;s:4:\"step\";s:16:\"activate_product\";}}s:27:\"my_subscriptions_tab_loaded\";s:19:\"2025-09-26 13:56:17\";}','on'),(1453,'woocommerce_admin-wc-helper-last-refresh','1785318562','yes'),(1487,'acfwf_show_review_request_notice','dismissed','yes'),(1539,'woocommerce_analytics_enabled','yes','yes'),(1564,'acfwf_show_promote_wws_notice','dismissed','yes'),(1584,'woocommerce_refund_returns_page_id','619','yes'),(1589,'woocommerce_woa_gateway_settings','a:4:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:21:\"Pre-Approval Required\";s:11:\"description\";s:42:\"Please remit payment after order approval.\";s:12:\"instructions\";s:42:\"Please remit payment after order approval.\";}','yes'),(1590,'woocommerce_wc_admin_order_new_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:51:\"scottw@laradasciences.com, brice@laradasciences.com\";s:7:\"subject\";s:24:\"New Order Needs Approval\";s:7:\"heading\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1592,'woocommerce_wc_customer_order_new_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:317:\"Pending further notice, all orders which include FREE bulk products will require approval prior to processing. Once approved you will receive a notice with a link for you to pay. If we have questions or concerns we will contact you to discuss prior to approving or denying the order. Thank you for your understanding.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1597,'external_updates-sg-order-approval-woocommerce-pro','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1683059797;s:14:\"checkedVersion\";s:6:\"2.0.18\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:33:\"sg-order-approval-woocommerce-pro\";s:7:\"version\";s:6:\"2.0.19\";s:12:\"download_url\";s:83:\"http://update.sevengits.com/?action=download&slug=sg-order-approval-woocommerce-pro\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:30:\"https://sevengits.com/plugins/\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"5.4\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:71:\"sg-order-approval-woocommerce-pro/sg-order-approval-woocommerce-pro.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p9_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}','no'),(1598,'sg_enable_order_approval','disable','yes'),(1599,'default_per_product','default_disable','yes'),(1600,'sg_enable_order_edit','no','yes'),(1601,'sg_order_license_key','LezlxTXpPmOb6xD','yes'),(1603,'woocommerce_sgitsoa_gateway_settings','a:4:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:9:\"Pre Order\";s:11:\"description\";s:43:\"Please submit payment after order approval.\";s:12:\"instructions\";s:43:\"Please submit payment after order approval.\";}','yes'),(1605,'woocommerce_sgitsoa_wc_admin_order_new_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:51:\"scottw@laradasciences.com, brice@laradasciences.com\";s:7:\"subject\";s:31:\"New Bulk Order Pending Approval\";s:7:\"heading\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1606,'woocommerce_sgitsoa_wc_customer_order_new_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:317:\"Pending further notice, all orders which include FREE bulk products will require approval prior to processing. Once approved you will receive a notice with a link for you to pay. If we have questions or concerns we will contact you to discuss prior to approving or denying the order. Thank you for your understanding.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1649,'acfw_loyalty_program_moved_notice','no','yes'),(1714,'wc_admin_show_legacy_coupon_menu','0','yes'),(1747,'woocommerce_task_list_hidden_lists','a:1:{i:0;s:5:\"setup\";}','yes'),(1903,'th_multiple_addresses_for_woocommerce_license_data','a:3:{s:11:\"license_key\";s:30:\"3YIWUI2L8HT3Z056M25NZBCBSWFD5A\";s:6:\"expiry\";s:19:\"2023-04-13 23:59:59\";s:6:\"status\";s:6:\"active\";}','no'),(1948,'wt_order_show_legacy_menu','1','yes'),(1950,'wt_iew_admin_modules','a:3:{s:7:\"history\";i:1;s:6:\"export\";i:1;s:6:\"import\";i:1;}','yes'),(1951,'wt_o_iew_basic_start_date','1634677962','yes'),(1953,'wt_order_line_items_max_count','21','yes'),(1957,'woocommerce-ppcp-settings','a:19:{s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:15:\"Pay via PayPal.\";s:29:\"button_single_product_enabled\";b:1;s:24:\"button_mini-cart_enabled\";b:1;s:19:\"button_cart_enabled\";b:1;s:10:\"brand_name\";s:16:\"LCA Portal Store\";s:17:\"dcc_gateway_title\";s:12:\"Credit Cards\";s:23:\"dcc_gateway_description\";s:26:\"Pay with your credit card.\";s:13:\"vault_enabled\";b:0;s:22:\"button_product_enabled\";b:1;s:27:\"pay_later_messaging_enabled\";b:0;s:14:\"button_enabled\";b:1;s:24:\"pay_later_button_enabled\";b:1;s:26:\"pay_later_button_locations\";a:4:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";i:3;s:9:\"mini-cart\";}s:29:\"pay_later_messaging_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:22:\"smart_button_locations\";a:4:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";i:3;s:9:\"mini-cart\";}s:40:\"smart_button_enable_styling_per_location\";b:1;s:20:\"products_dcc_enabled\";s:0:\"\";s:20:\"products_pui_enabled\";s:0:\"\";}','yes'),(1963,'wpe_cache_config','a:44:{s:20:\"sanitized_post_types\";a:6:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:14:\"e-landing-page\";s:14:\"e-landing-page\";s:17:\"elementor_library\";s:17:\"elementor_library\";s:7:\"product\";s:7:\"product\";s:19:\"astra-advanced-hook\";s:19:\"astra-advanced-hook\";}s:28:\"sanitized_builtin_post_types\";a:2:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}s:21:\"smarter_cache_enabled\";s:1:\"0\";s:21:\"last_modified_enabled\";s:1:\"0\";s:27:\"wpe_ac_global_last_modified\";s:10:\"1262304000\";s:24:\"post_cache_expires_value\";s:2:\"-1\";s:24:\"page_cache_expires_value\";s:2:\"-1\";s:34:\"e-landing-page_cache_expires_value\";s:2:\"-1\";s:37:\"elementor_library_cache_expires_value\";s:2:\"-1\";s:27:\"product_cache_expires_value\";s:2:\"-1\";s:39:\"astra-advanced-hook_cache_expires_value\";s:2:\"-1\";s:10:\"namespaces\";a:32:{i:0;s:10:\"oembed/1.0\";i:1;s:19:\"wpe/cache-plugin/v1\";i:2;s:21:\"wpe_sign_on_plugin/v1\";i:3;s:10:\"coupons/v1\";i:4;s:16:\"store-credits/v1\";i:5;s:19:\"wc-store-credits/v1\";i:6;s:13:\"wc-coupons/v1\";i:7;s:17:\"order-approval/v1\";i:8;s:12:\"elementor/v1\";i:9;s:12:\"wc-paypal/v1\";i:10;s:9:\"paypal/v1\";i:11;s:23:\"wc-shipment-tracking/v3\";i:12;s:5:\"wc/v1\";i:13;s:5:\"wc/v2\";i:14;s:8:\"wc-admin\";i:15;s:12:\"wc-analytics\";i:16;s:8:\"wc/store\";i:17;s:11:\"wc/store/v1\";i:18;s:17:\"wc/v2/memberships\";i:19;s:17:\"wc/v3/memberships\";i:20;s:17:\"wc/v4/memberships\";i:21;s:8:\"astra/v1\";i:22;s:14:\"astra_addon/v1\";i:23;s:16:\"elementor-pro/v1\";i:24;s:5:\"wc/v3\";i:25;s:12:\"wc-telemetry\";i:26;s:13:\"wccom-site/v1\";i:27;s:13:\"wccom-site/v2\";i:28;s:11:\"bsf-core/v1\";i:29;s:5:\"wp/v2\";i:30;s:17:\"wp-site-health/v1\";i:31;s:18:\"wp-block-editor/v1\";}s:30:\"oembed/1.0_cache_expires_value\";s:2:\"-1\";s:39:\"wpe/cache-plugin/v1_cache_expires_value\";s:2:\"-1\";s:41:\"wpe_sign_on_plugin/v1_cache_expires_value\";s:2:\"-1\";s:30:\"coupons/v1_cache_expires_value\";s:2:\"-1\";s:36:\"store-credits/v1_cache_expires_value\";s:2:\"-1\";s:39:\"wc-store-credits/v1_cache_expires_value\";s:2:\"-1\";s:33:\"wc-coupons/v1_cache_expires_value\";s:2:\"-1\";s:37:\"order-approval/v1_cache_expires_value\";s:2:\"-1\";s:32:\"elementor/v1_cache_expires_value\";s:2:\"-1\";s:32:\"wc-paypal/v1_cache_expires_value\";s:2:\"-1\";s:29:\"paypal/v1_cache_expires_value\";s:2:\"-1\";s:43:\"wc-shipment-tracking/v3_cache_expires_value\";s:2:\"-1\";s:25:\"wc/v1_cache_expires_value\";s:2:\"-1\";s:25:\"wc/v2_cache_expires_value\";s:2:\"-1\";s:28:\"wc-admin_cache_expires_value\";s:2:\"-1\";s:32:\"wc-analytics_cache_expires_value\";s:2:\"-1\";s:28:\"wc/store_cache_expires_value\";s:2:\"-1\";s:31:\"wc/store/v1_cache_expires_value\";s:2:\"-1\";s:37:\"wc/v2/memberships_cache_expires_value\";s:2:\"-1\";s:37:\"wc/v3/memberships_cache_expires_value\";s:2:\"-1\";s:37:\"wc/v4/memberships_cache_expires_value\";s:2:\"-1\";s:28:\"astra/v1_cache_expires_value\";s:2:\"-1\";s:34:\"astra_addon/v1_cache_expires_value\";s:2:\"-1\";s:36:\"elementor-pro/v1_cache_expires_value\";s:2:\"-1\";s:25:\"wc/v3_cache_expires_value\";s:2:\"-1\";s:32:\"wc-telemetry_cache_expires_value\";s:2:\"-1\";s:33:\"wccom-site/v1_cache_expires_value\";s:2:\"-1\";s:33:\"wccom-site/v2_cache_expires_value\";s:2:\"-1\";s:31:\"bsf-core/v1_cache_expires_value\";s:2:\"-1\";s:25:\"wp/v2_cache_expires_value\";s:2:\"-1\";s:37:\"wp-site-health/v1_cache_expires_value\";s:2:\"-1\";s:38:\"wp-block-editor/v1_cache_expires_value\";s:2:\"-1\";}','yes'),(1977,'acfwf_bogo_migrate_coupon_type','3.0','yes'),(1978,'acfw_virtual_coupons_db_created','yes','yes'),(1983,'wt_o_iew_basic_review_request','3','yes'),(2173,'wpe_cache_last_cleared','2023-06-12 16:34:17','yes'),(2220,'woocommerce-ppcp-version','3.1.0','yes'),(2494,'db_upgraded','','on'),(3102,'woocommerce_attribute_lookup_direct_updates','no','yes'),(3151,'acfw_store_credits_db_created','yes','yes'),(3489,'elementor_events_db_version','1.0.0','no'),(3521,'woocommerce_task_list_completed_lists','a:2:{i:0;s:8:\"extended\";i:1;s:19:\"extended_two_column\";}','yes'),(3566,'woocommerce_admin_version','3.3.2','yes'),(3585,'woocommerce_task_list_prompt_shown','1','yes'),(3601,'woocommerce_excluded_report_order_statuses','a:4:{i:0;s:7:\"pending\";i:1;s:9:\"cancelled\";i:2;s:6:\"failed\";i:3;s:9:\"completed\";}','yes'),(3602,'woocommerce_actionable_order_statuses','a:2:{i:0;s:10:\"processing\";i:1;s:7:\"on-hold\";}','yes'),(3603,'woocommerce_default_date_range','period=month&amp;compare=previous_year','yes'),(3715,'woocommerce_task_list_reminder_bar_hidden','yes','yes'),(3717,'wc_has_tracked_default_theme','1','yes'),(3718,'elementor_notes_db_version','5','yes'),(3827,'wc_downloads_approved_directories_mode','disabled','yes'),(4624,'user_count','107','off'),(4986,'woocommerce_admin_created_default_shipping_zones','yes','yes'),(4987,'woocommerce_admin_reviewed_default_shipping_zones','yes','yes'),(5088,'woocommerce_downloads_deliver_inline','','no'),(5259,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(5260,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(5261,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(5287,'woocommerce_ppcp-is_pay_later_settings_migrated','1','yes'),(5290,'woocommerce_navigation_enabled','no','yes'),(5291,'woocommerce_feature_custom_order_tables_enabled','no','yes'),(5292,'acfwf_show_allow_usage_notice','dismissed','yes'),(5293,'acfw_usage_tracking_config','a:6:{s:3:\"day\";i:4;s:4:\"hour\";i:4;s:6:\"minute\";i:11;s:6:\"second\";i:48;s:6:\"offset\";i:360708;s:8:\"initsend\";i:1671077508;}','yes'),(5333,'_elementor_pro_license_v2_data_fallback','a:2:{s:7:\"timeout\";i:1785404958;s:5:\"value\";s:2911:\"{\"expires\":\"2026-11-06 00:00:00\",\"subscription_id\":\"9606162\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"size-variable\",\"transitions\",\"pro-interactions\",\"atomic-components\",\"atomic-loop\",\"atomic-form\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\",\"atomic-custom-attributes\",\"atomic-custom-css\"],\"tier\":\"expert\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}','off'),(5334,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1785361758;s:5:\"value\";s:2911:\"{\"expires\":\"2026-11-06 00:00:00\",\"subscription_id\":\"9606162\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"size-variable\",\"transitions\",\"pro-interactions\",\"atomic-components\",\"atomic-loop\",\"atomic-form\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\",\"atomic-custom-attributes\",\"atomic-custom-css\"],\"tier\":\"expert\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}','off'),(5472,'acfw_usage_tracking_last_checkin','1731394281','yes'),(5624,'woocommerce_ppcp-is_smart_button_settings_migrated','1','yes'),(5627,'acfw_store_credit_apply_type','after_tax','yes'),(5638,'astra_admin_settings','a:4:{s:26:\"addon-setup-admin-migrated\";b:1;s:18:\"self_hosted_gfonts\";b:0;s:19:\"preload_local_fonts\";b:0;s:26:\"theme-setup-admin-migrated\";b:1;}','yes'),(5708,'woocommerce_new_product_management_enabled','no','yes'),(66497,'external_updates-order-approval-woocommerce-pro','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1758222396;s:14:\"checkedVersion\";s:6:\"2.2.12\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"order-approval-woocommerce-pro\";s:7:\"version\";s:6:\"2.2.12\";s:12:\"download_url\";s:80:\"http://update.sevengits.com/?action=download&slug=order-approval-woocommerce-pro\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:60:\"https://sevengits.com/plugin/order-approval-woocommerce-pro/\";s:6:\"tested\";s:7:\"6.7.999\";s:12:\"requires_php\";s:3:\"5.4\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:68:\"sg-order-approval-woocommerce-pro/order-approval-woocommerce-pro.php\";}s:11:\"updateClass\";s:50:\"YahnisElsts\\PluginUpdateChecker\\v5p5\\Plugin\\Update\";s:15:\"updateBaseClass\";s:13:\"Plugin\\Update\";}','off'),(67948,'sg_oa_woo_manage_inventory','order_received','yes'),(67949,'sg_zero_order','woo-default','yes'),(67970,'is_beta_enable_rollback_astra-addon','0','yes'),(74831,'recovery_mode_email_last_sent','1770908483','yes'),(74842,'thmaf_since','1685491877','no'),(83608,'aqf_variation_price_plugin_notice','yes','yes'),(83853,'wc_ups_version','3.4.3','yes'),(96805,'woocommerce_feature_product_block_editor_enabled','no','on'),(102262,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:14:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.54\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:201:\"<ul class=\"description\"><li>Remove upload limits</li><li>Use on any number of websites that you own</li><li>Restore backup from server</li><li>WP CLI commands included</li><li>Premium support</li></ul>\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:509;s:10:\"downloaded\";i:50188;s:14:\"update_message\";s:215:\"You may be a victim of software counterfeiting. The license installed on your extension is likely non-genuine or pirated. For assistance, contact us at <a href=\"mailto:support@servmask.com\">support@servmask.com</a>.\";}}','yes'),(102266,'ai1wm_backups_labels','a:0:{}','yes'),(102267,'ai1wm_sites_links','a:0:{}','yes'),(102269,'ai1wmue_plugin_key','1bebc005-bc23-4932-8b3f-1b4b72ee066a','yes'),(102273,'swift_performance_plugin_organizer','a:0:{}','yes'),(102274,'jetpack_active_modules','a:0:{}','yes'),(102277,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(102283,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','yes'),(102286,'_transient_shipping-transient-version','1769012913','yes'),(102297,'_transient_product_query-transient-version','1785186433','yes'),(102298,'_transient_wc_min_max_group_quantity-transient-version','1723145269','yes'),(102377,'wp_cli_login','{\"endpoint\":\"938e0c14\",\"version\":\"^1.2\"}','yes'),(102393,'_transient_woocommerce_reports-transient-version','1785263001','yes'),(102454,'_transient_orders-transient-version','1784904185','yes'),(102495,'_site_transient_ai1wm_last_check_for_updates','1707843918','no'),(102635,'bsr_data','a:8:{s:13:\"select_tables\";a:60:{i:0;s:25:\"wp_acfw_loyalprog_entries\";i:1;s:21:\"wp_acfw_store_credits\";i:2;s:23:\"wp_acfw_virtual_coupons\";i:3;s:26:\"wp_actionscheduler_actions\";i:4;s:25:\"wp_actionscheduler_claims\";i:5;s:25:\"wp_actionscheduler_groups\";i:6;s:23:\"wp_actionscheduler_logs\";i:7;s:14:\"wp_commentmeta\";i:8;s:11:\"wp_comments\";i:9;s:11:\"wp_e_events\";i:10;s:10:\"wp_e_notes\";i:11;s:26:\"wp_e_notes_users_relations\";i:12;s:16:\"wp_e_submissions\";i:13;s:28:\"wp_e_submissions_actions_log\";i:14;s:23:\"wp_e_submissions_values\";i:15;s:8:\"wp_links\";i:16;s:26:\"wp_mw_wc_qbo_sync_sessions\";i:17;s:10:\"wp_options\";i:18;s:11:\"wp_postmeta\";i:19;s:8:\"wp_posts\";i:20;s:21:\"wp_term_relationships\";i:21;s:16:\"wp_term_taxonomy\";i:22;s:11:\"wp_termmeta\";i:23;s:8:\"wp_terms\";i:24;s:11:\"wp_usermeta\";i:25;s:8:\"wp_users\";i:26;s:24:\"wp_wc_admin_note_actions\";i:27;s:17:\"wp_wc_admin_notes\";i:28;s:21:\"wp_wc_category_lookup\";i:29;s:21:\"wp_wc_customer_lookup\";i:30;s:18:\"wp_wc_download_log\";i:31;s:25:\"wp_wc_order_coupon_lookup\";i:32;s:26:\"wp_wc_order_product_lookup\";i:33;s:17:\"wp_wc_order_stats\";i:34;s:22:\"wp_wc_order_tax_lookup\";i:35;s:31:\"wp_wc_product_attributes_lookup\";i:36;s:34:\"wp_wc_product_download_directories\";i:37;s:25:\"wp_wc_product_meta_lookup\";i:38;s:17:\"wp_wc_rate_limits\";i:39;s:20:\"wp_wc_reserved_stock\";i:40;s:22:\"wp_wc_tax_rate_classes\";i:41;s:14:\"wp_wc_webhooks\";i:42;s:23:\"wp_woocommerce_api_keys\";i:43;s:35:\"wp_woocommerce_attribute_taxonomies\";i:44;s:47:\"wp_woocommerce_downloadable_product_permissions\";i:45;s:18:\"wp_woocommerce_log\";i:46;s:29:\"wp_woocommerce_order_itemmeta\";i:47;s:26:\"wp_woocommerce_order_items\";i:48;s:32:\"wp_woocommerce_payment_tokenmeta\";i:49;s:29:\"wp_woocommerce_payment_tokens\";i:50;s:23:\"wp_woocommerce_sessions\";i:51;s:38:\"wp_woocommerce_shipping_zone_locations\";i:52;s:36:\"wp_woocommerce_shipping_zone_methods\";i:53;s:29:\"wp_woocommerce_shipping_zones\";i:54;s:33:\"wp_woocommerce_tax_rate_locations\";i:55;s:24:\"wp_woocommerce_tax_rates\";i:56;s:24:\"wp_wt_iew_action_history\";i:57;s:14:\"wp_wt_iew_cron\";i:58;s:13:\"wp_wt_iew_ftp\";i:59;s:26:\"wp_wt_iew_mapping_template\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:34:\"lcaginesisstore.us14.cdn-alpha.com\";s:12:\"replace_with\";s:41:\"lcaportalstoreg.liceclinicsofamerica.com/\";s:15:\"completed_pages\";i:68;s:11:\"total_pages\";i:68;}','yes'),(103176,'woocommerce_attribute_lookup_regeneration_in_progress','yes','yes'),(103177,'woocommerce_attribute_lookup_last_product_id_to_process','490','yes'),(103178,'woocommerce_attribute_lookup_processed_count','0','yes'),(105172,'wc_blocks_use_blockified_product_grid_block_as_template','1','yes'),(105173,'wc_blocks_version','11.8.0-dev','yes'),(105174,'jetpack_connection_active_plugins','a:1:{s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}','yes'),(107433,'woocommerce_custom_orders_table_enabled','no','yes'),(107434,'woocommerce_custom_orders_table_data_sync_enabled','no','yes'),(107435,'woocommerce_custom_orders_table_created','yes','yes'),(110632,'_transient_product-transient-version','1785186433','yes'),(111544,'wcpay_was_in_use','no','yes'),(112958,'elementor_pro_install_history','a:36:{s:6:\"3.15.1\";i:1695844689;s:6:\"3.16.2\";i:1698346808;s:6:\"3.16.4\";i:1695844690;s:6:\"3.17.0\";i:1698868315;s:6:\"3.17.1\";i:1698346809;s:6:\"3.17.2\";i:1698868316;s:6:\"3.18.1\";i:1705005342;s:6:\"3.18.2\";i:1702504909;s:6:\"3.18.3\";i:1706209967;s:6:\"3.19.0\";i:1706543094;s:6:\"3.19.2\";i:1707847758;s:6:\"3.20.0\";i:1710179891;s:6:\"3.20.2\";i:1712852855;s:6:\"3.20.3\";i:1711996959;s:6:\"3.20.4\";i:1712852856;s:6:\"3.21.2\";i:1716994592;s:6:\"3.21.3\";i:1726254449;s:6:\"3.21.4\";i:1715013613;s:6:\"3.21.8\";i:1716994593;s:6:\"3.24.1\";i:1726254450;s:6:\"3.24.2\";i:1728679188;s:6:\"3.26.1\";i:1734494801;s:6:\"3.27.1\";i:1738346046;s:6:\"3.28.1\";i:1742837636;s:6:\"3.28.2\";i:1743445345;s:6:\"3.28.3\";i:1745249634;s:6:\"3.30.0\";i:1751908916;s:6:\"3.30.1\";i:1754507201;s:6:\"3.31.2\";i:1754928135;s:6:\"3.32.1\";i:1758224772;s:6:\"3.33.2\";i:1765378312;s:6:\"3.34.0\";i:1767140731;s:6:\"3.34.1\";i:1769011211;s:6:\"3.35.1\";i:1770908814;s:5:\"4.0.1\";i:1775659771;s:5:\"4.1.0\";i:1779808778;}','yes'),(114060,'woocommerce_feature_marketplace_enabled','yes','yes'),(117005,'wp_attachment_pages_enabled','1','yes'),(117593,'woa_enable_visual_timeline_checkbox','yes','yes'),(117594,'woa_visual_timeline_text','Wait for Approval','yes'),(117595,'woa_visual_timeline_approved','Your order has been approved','yes'),(117596,'woa_visual_timeline_rejected','Your order has been rejected','yes'),(117597,'woa_visual_timeline_pending','Hold on, and wait for your approval','yes'),(117598,'woa_display_time_checkbox','yes','yes'),(117599,'woa_text_cancel_button','Cancel','yes'),(117600,'woa_text_pay_button','Pay','yes'),(117601,'woa_bgcolor_pay_button','#eeeeee','yes'),(117602,'woa_order_received_text','Thank you. Your order has been received.','yes'),(117603,'woa_select_orders','wc-on-hold','yes'),(117604,'woa_description','Your order status is {woa_status}.','yes'),(117605,'woa_pay_text_checkout','Pending for approval {products}, after the payment is made.','yes'),(117606,'woa_without_pay_text_checkout','Pending for approval {products}, once your order is approved, you will get a payment link','yes'),(117630,'elementor_clear_cache','','yes'),(117631,'elementor_reset_api_data','','yes'),(117632,'elementor_enable_inspector','','yes'),(117633,'elementor_replace_url','','yes'),(117634,'elementor_rollback','','yes'),(117635,'elementor_rollback_pro_separator','','yes'),(117636,'elementor_rollback_pro','','yes'),(117637,'elementor_beta','no','yes'),(117638,'elementor_maintenance_mode_mode','','yes'),(117639,'elementor_maintenance_mode_exclude_mode','logged_in','yes'),(117640,'elementor_maintenance_mode_exclude_roles','a:0:{}','yes'),(117641,'elementor_maintenance_mode_template_id','','yes'),(118778,'wt_promotion_banner_state','4','yes'),(120225,'woocommerce_store_id','cfaf79f4-92b5-4788-bf08-cc8c7baea606','yes'),(122695,'speedien_options','a:2:{s:22:\"speedien_field_api_key\";s:32:\"c4b8a43959f67efdb4844033f84de0c8\";s:22:\"speedien_field_site_id\";s:32:\"ea359b48646be161970743b1e4f6b8af\";}','yes'),(122767,'speedien_cdnurl','cdniq.us1.myspdn.com/aj0tb8y710ujpe3xr25fgccw0','yes'),(123167,'woocommerce_product_match_featured_image_by_sku','no','yes'),(123168,'woocommerce_feature_order_attribution_enabled','yes','yes'),(124158,'oawoo_restrict_categories','a:1:{i:0;s:0:\"\";}','yes'),(124159,'oawoo_restrict_tags','a:1:{i:0;s:0:\"\";}','yes'),(125817,'wc_memberships_enable_member_directory','yes','yes'),(129038,'wafs_plugin_version','1.1.7','yes'),(129042,'woocommerce_advanced_free_shipping_settings','a:3:{s:7:\"enabled\";s:3:\"yes\";s:19:\"hide_other_shipping\";s:3:\"yes\";s:10:\"conditions\";s:0:\"\";}','yes'),(129124,'woocommerce_remote_variant_assignment','75','yes'),(129152,'woocommerce_ppcp-admin-notices','a:0:{}','yes'),(129991,'woocommerce_ups_settings','a:27:{s:28:\"customer_classification_code\";s:0:\"\";s:5:\"title\";s:3:\"UPS\";s:7:\"user_id\";s:0:\"\";s:8:\"api_type\";s:4:\"rest\";s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:8:\"password\";s:0:\"\";s:10:\"access_key\";s:0:\"\";s:14:\"shipper_number\";s:0:\"\";s:11:\"simple_rate\";s:0:\"\";s:10:\"negotiated\";s:0:\"\";s:18:\"origin_addressline\";s:0:\"\";s:11:\"origin_city\";s:0:\"\";s:15:\"origin_postcode\";s:0:\"\";s:20:\"origin_country_state\";s:0:\"\";s:5:\"debug\";s:2:\"no\";s:11:\"residential\";s:0:\"\";s:30:\"destination_address_validation\";s:0:\"\";s:11:\"offer_rates\";s:3:\"all\";s:8:\"fallback\";s:0:\"\";s:14:\"packing_method\";s:8:\"per_item\";s:13:\"ups_packaging\";a:0:{}s:8:\"services\";a:0:{}s:5:\"boxes\";a:0:{}s:12:\"insuredvalue\";s:0:\"\";s:9:\"signature\";s:4:\"none\";s:10:\"tax_status\";s:0:\"\";}','yes'),(131187,'_site_transient_wp_plugin_dependencies_plugin_data','a:2:{s:9:\"elementor\";a:35:{s:4:\"name\";s:63:\"Elementor Website Builder &#8211; more than just a page builder\";s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:5:\"4.2.0\";s:6:\"author\";s:64:\"<a href=\"https://profiles.wordpress.org/elemntor/\">Elementor</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:12:\"contributors\";a:1:{s:8:\"elemntor\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/7d70f15d78757f876d1847a8f87dd93e1d9c168264b4aeeaf72058656690d05b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Elementor\";}}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:6132;i:4;i:231;i:3;i:121;i:2;i:116;i:1;i:681;}s:11:\"num_ratings\";i:7281;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:51;s:24:\"support_threads_resolved\";i:37;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:21:\"2026-07-20 1:54pm GMT\";s:5:\"added\";s:10:\"2016-05-30\";s:8:\"homepage\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:8:\"sections\";a:6:{s:11:\"description\";s:24938:\"<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/ROEC0CPRO3w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>THE #1 NO CODE DRAG &amp; DROP WORDPRESS WEBSITE BUILDER POWERING 22M+ WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly with its no-code, drag-and-drop Atomic Editor.</p>\n<p>Supporting the full website lifecycle, Elementor enables you to confidently build, optimize, and manage your website with extended capabilities such as AI-powered creation, image optimization, transactional email delivery, accessibility tools, performance boosters, and more.</p>\n<p>Now in version 4 – the Atomic Editor! Introducing a new generation of performance-first atomic building blocks that allow you to control every atomic part with no limits or locked layouts. Define your global design systems and reusable components once, and they apply everywhere instantly – turning hours or even days of work into single clicks.</p>\n<p>Unlock all features with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/\" rel=\"nofollow ugc\">Elementor One</a></strong>.</p>\n<p>Need fast and secure cloud hosting for your Elementor site? Try out <strong><a href=\"https://elemn.to/repo-hosting\" rel=\"nofollow ugc\">Elementor Host</a></strong> Powered by Google Cloud &amp; Cloudflare. 4.9/5 TrustPilot score.</p>\n<h3>? Create professional stunning websites</h3>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Intuitive drag &amp; drop builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/\" rel=\"nofollow ugc\">Pixel-perfect design tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/\" rel=\"nofollow ugc\">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates.  </li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Advanced widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-ai/\" rel=\"nofollow ugc\">AI capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images.</li>\n</ul>\n<h4>?️ Key features</h4>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-global-settings/\" rel=\"nofollow ugc\">Design system</a></strong>: Use Variables and Classes for consistent colors, typography, and design elements, ensuring a cohesive, professional look that updates everywhere globally.  </li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-responsive-design/\" rel=\"nofollow ugc\">Responsive design</a></strong>: Optimize your design for every device with custom breakpoints, ensuring a seamless desktop, tablet, and mobile experience.  </li>\n<li><strong>Mask shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.  </li>\n<li><strong>CSS transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.  </li>\n<li><strong>Entrance animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.  </li>\n<li><strong><a href=\"https://elementor.com/features/#SaveBackup\" rel=\"nofollow ugc\">Revision history</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-developers-developers-website/\" rel=\"nofollow ugc\">Developer-friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.  </li>\n<li><strong><a href=\"https://elementor.com/features/contact-button/\" rel=\"nofollow ugc\">Floating buttons</a></strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.  </li>\n<li><strong>Components [Pro]</strong>: Reuse the same building blocks across pages and sites, and update them everywhere they appear. Including controlled content editing, allowing collaborators and clients to update only exposed content properties without breaking layout or styling.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/\" rel=\"nofollow ugc\">Theme Builder</a> [Pro]</strong>: Design every part of your site—headers, footers, posts, and archives—for complete control over appearance.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/\" rel=\"nofollow ugc\">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/\" rel=\"nofollow ugc\">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/\" rel=\"nofollow ugc\">WooCommerce Builder</a> [Pro]</strong>: Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/\" rel=\"nofollow ugc\">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.  </li>\n<li><strong><a href=\"https://go.elementor.com/features-page-notes/\" rel=\"nofollow ugc\">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface.  </li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.  </li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.  </li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/\" rel=\"nofollow ugc\">Motion effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.  </li>\n<li><strong>Custom fonts and icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li>\n</ul>\n<h4>? Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>: Add eye-catching headlines.  </li>\n<li><strong>Image</strong>: Control the size, opacity and more.  </li>\n<li><strong>Text Editor</strong>: Just like the WordPress text editor.  </li>\n<li><strong>Video</strong>: Add YouTube, Vimeo, VideoPress, Dailymotion or self-hosted videos.  </li>\n<li><strong>Button</strong>: Create interactive buttons.  </li>\n<li><strong>Link in Bio</strong>: Build link in bio components to promote your business / services.  </li>\n<li><strong>Image Box</strong>: A box with image, headline and text.  </li>\n<li><strong>Testimonials</strong>: Customer testimonials.  </li>\n<li><strong>Icon</strong>: Place one or more of 600+ icons available.  </li>\n<li><strong>Icon Box</strong>: An icon, headline, and text with one widget.  </li>\n<li><strong>Social Icons</strong>: Link to your social pages with the Facebook/X (formerly Twitter) icons.  </li>\n<li><strong>Image Gallery</strong>: Display your images in a grid.  </li>\n<li><strong>Image Carousel</strong>: Create rotating carousels or sliders for chosen images.  </li>\n<li><strong>Icon List</strong>: Use any icon to create a bullet list.  </li>\n<li><strong>Counter</strong>: Show numbers in an escalating manner.  </li>\n<li><strong>Progress Bar</strong>: Include an escalating progress bar.  </li>\n<li><strong>Nested Tabs</strong>: Display content in vertical or horizontal tabs.  </li>\n<li><strong>Nested Accordion</strong>: Display any type of content in collapsible sections.  </li>\n<li><strong>Rating</strong>: Display how many stars (or another icon) other visitors gave.  </li>\n<li><strong>Alert</strong>: Include a colored alert box to draw visitor’s attention.  </li>\n<li><strong>HTML</strong>: Insert code into the page.  </li>\n<li><strong>Shortcode</strong>: Insert shortcodes from any plugin into the page.  </li>\n<li><strong>Menu Anchor</strong>: Link any menu to this anchor.  </li>\n<li><strong>Read More</strong>: Set the Read More cut-off for the excerpt in archive pages.  </li>\n<li><strong>Sidebar</strong>: Add sidebars onto the page.  </li>\n<li><strong>Google Maps</strong>: Embed maps into the page.  </li>\n<li><strong>SoundCloud</strong>: Add SoundCloud audio bits.  </li>\n<li><strong>Divider</strong>: Separate content with a designed divider.  </li>\n<li><strong>Spacer</strong>: Add space between elements.  </li>\n<li><strong>Text Path</strong>: Attach your text to a path.  </li>\n<li><strong>And counting…</strong></li>\n</ul>\n<h3>? Enhance your website</h3>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-performance-performance-page/\" rel=\"nofollow ugc\">High-performing websites</a></strong>: Website performance impacts your visitors’ experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM output</strong>: Streamlined HTML structure for faster rendering.  </li>\n<li><strong>Improved media file loading</strong>: Optimized loading of images, videos, and other media assets.  </li>\n<li><strong>Reduced CSS and JS files</strong>: Minimized stylesheets and scripts individually loaded only on demand for quicker loading times.  </li>\n<li><strong>Lazy loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.  </li>\n<li><strong>Faster font loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.  </li>\n<li><strong>Optimized front-end asset loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.  </li>\n<li><strong>Element caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<h3>? Elementor Editor Pro features</h3>\n<p>Create unparalleled websites while saving time, money and resources with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Editor Pro design widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.  </li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.  </li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.  </li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.  </li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.  </li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.  </li>\n<li><strong>Nav Menu</strong>: Customize and style your website’s navigation menu for better user experience.  </li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.  </li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.  </li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.  </li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.  </li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.  </li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.  </li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.  </li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.  </li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.  </li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.  </li>\n<li><strong>Table of Contents</strong>: Generate a table of contents for longer articles or guides to improve navigation.  </li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.  </li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.  </li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.  </li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.  </li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.  </li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.  </li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.  </li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website’s pages or posts.  </li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.  </li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.  </li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.  </li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.  </li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.  </li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.  </li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Editor Pro theme widgets:</strong></p>\n<p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more…</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.  </li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.  </li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.  </li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.  </li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.  </li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.  </li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.  </li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.  </li>\n<li><strong>Site Logo</strong>: Upload and customize your website’s logo for branding purposes.  </li>\n<li><strong>Site Title</strong>: Customize the title of your website.  </li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.  </li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website’s content.  </li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.  </li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.  </li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Editor Pro WooCommerce widgets:</strong></p>\n<p>Design and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.  </li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.  </li>\n<li><strong>Product Title</strong>: Customize the title of individual products.  </li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.  </li>\n<li><strong>Product Price</strong>: Display the price of individual products.  </li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.  </li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.  </li>\n<li><strong>Product Stock</strong>: Display stock availability for products.  </li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.  </li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.  </li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.  </li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.  </li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.  </li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.  </li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.  </li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.  </li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.  </li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.  </li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.  </li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.  </li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.  </li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.  </li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.  </li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.  </li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a></strong>!</p>\n<h4>? Security and compliance</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href=\"https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/\" rel=\"nofollow ugc\">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href=\"https://go.elementor.com/trust-center/\" rel=\"nofollow ugc\">Trust Center</a>.</p>\n<h4>♿ Accessibility best practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>? Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">over 63 languages</a>.</p>\n<p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via <a href=\"https://translate.wordpress.org/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. See our guide on <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-translate/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n<h4>? Use of 3rd-party services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts are loaded to add additional fonts to your website. Google’s <a href=\"https://policies.google.com/terms\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://policies.google.com/privacy\" rel=\"nofollow ugc\">Privacy Policy</a> apply.  </li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly stated, and require your approval and manual opt-in. Learn more in our <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</li>\n</ul>\n<h4>? Related products by Elementor</h4>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-io/\" rel=\"nofollow ugc\">Image Optimization</a></strong>: Superior image compression for faster, high-quality website performance.</p>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-sm/\" rel=\"nofollow ugc\">Email Deliverability</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p>\n<p><strong><a href=\"http://go.elementor.com/editor-acc-wp-repo\" rel=\"nofollow ugc\">Web Accessibility</a></strong>: Enhances website usability for individuals with disabilities. Ally is designed to help web creators make their websites more inclusive. It scans, detects, and remediates key accessibility violations, working seamlessly on all WordPress and Elementor websites.</p>\n<h4>? See what our users have to say</h4>\n<blockquote>\n<p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/\" rel=\"ugc\">Graphicvision1</a></em></p>\n<p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/a-wonderful-experience/\" rel=\"ugc\">Hyeyoga</a></em></p>\n<p>“Easily, my most used WP plugin” –  &hellip;</p>\n</blockquote>\n\";s:12:\"installation\";s:2338:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.8 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.6 or MariaDB version 10.5 or greater</li>\n<li>PHP Memory limit of 256 MB or greater</li>\n<li>WordPress Memory limit of 256 MB or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>WordPress 7.0 or greater</li>\n<li>PHP version 8.3 or greater</li>\n<li>MySQL version 8.0 or MariaDB version 10.6 or greater</li>\n<li>PHP Memory limit of 512 MB (768 MB for best performance) or greater</li>\n<li>WordPress Memory limit of 512 MB (768 MB for best performance) or greater</li>\n</ul>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/9EZ159ryFNs?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<p><strong>Note:</strong> These requirements are for Elementor and Elementor Pro only. If you are using additional plugins on your site that also have minimum requirements such as WooCommerce or Elementor addons, you may need to increase your PHP and WordPress Memory limit to help avoid loading issues. See also, the following documentation <a href=\"https://elementor.com/help/elementor-widget-panel-not-loading/\" rel=\"nofollow ugc\">Elementor Widget Panel Not Loading</a>.</p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n<li>Go to Pages &gt; Add New</li>\n<li>Press the &#8216;Edit with Elementor&#8217; button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href=\"https://elementor.com/help/?utm_source=wp-repo&amp;utm_medium=link&amp;utm_campaign=readme\" rel=\"nofollow ugc\">Knowledge Base</a>.</p>\n\";s:3:\"faq\";s:5054:\"\n<dt id=\"how%20do%20i%20install%20elementor%20editor%3F\">\nHow do I install Elementor Editor?\n</h4>\n<p>\n<p>To install the free version of Elementor Editor, follow the steps below:<br />\nFrom your WordPress dashboard -&gt; Go to Plugins -&gt; Click on ‘Add new’-&gt; In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -&gt; After installation, click Activate.</p>\n</p>\n<dt id=\"does%20elementor%20editor%20work%20with%20all%20the%20themes%3F\">\nDoes Elementor Editor work with all the themes?\n</h4>\n<p>\n<p>Elementor Editor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor’s <a href=\"https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/\" rel=\"nofollow ugc\">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor Editor, and optimize your experience.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20gutenberg%3F\">\nIs Elementor Editor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor Editor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=\"can%20i%20create%20an%20online%20store%3F\">\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Editor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=\"does%20it%20work%20with%20other%20wordpress%20plugins%3F\">\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor Editor.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20code%3F\">\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor Editor provides you with all the widgets and features that you need to build a professional website without using code.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20design%3F\">\nDo I need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionally designed kits and templates that fit to every industry and have all you need to create your own professional website.</p>\n</p>\n<dt id=\"will%20elementor%20editor%20slow%20down%20my%20website%3F\">\nWill Elementor Editor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of the Editor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=\"is%20my%20site%20secure%20with%20elementor%20editor%3F\">\nIs my site secure with Elementor Editor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=\"can%20i%20buy%20templates%20separately%3F\">\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor Editor.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20post%20and%20custom%20post%20types%3F\">\nIs Elementor Editor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=\"what%20is%20the%20difference%20between%20elementor%E2%80%99s%20free%20editor%20plugin%20and%20elementor%20editor%20pro%3F\">\nWhat is the difference between Elementor’s free Editor plugin and Elementor Editor Pro?\n</h4>\n<p>\n<p>Elementor Editor’s Free version allows you to explore our revolutionary drag &amp; drop live editor, basic widgets and templates. Elementor Editor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=\"how%20can%20i%20become%20a%20contributor%3F\">\nHow can I become a Contributor?\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href=\"https://github.com/elementor/elementor\" rel=\"nofollow ugc\">Elementor GitHub Repository</a> and see where you can help. You can also add a new language via <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. We’ve built a short guide explaining <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:1722:\"<h4>4.2.0 &#8211; 2026-07-20</h4>\n<ul>\n<li>New: Introducing Grid for building advanced row and column layouts &#8211; Atomic Editor</li>\n<li>Tweak: Improved Angie layout, composition, and design system creation from prompts and images &#8211; Atomic Editor</li>\n<li>Tweak: Added dynamic tag support for AI-generated element properties</li>\n<li>Fix: VideoPress URLs do not display on the frontend when used in Background Video and Lightbox dynamic tags (<a href=\"https://github.com/elementor/elementor/issues/24467\" rel=\"nofollow ugc\">#24467</a>)</li>\n<li>Fix: Grid containers can cause slower Editor performance on complex pages</li>\n<li>Fix: Filters do not work as expected in Website Templates</li>\n<li>Fix: The Save as Template button is unreachable when the modal does not fit the browser viewport</li>\n<li>Fix: AI-related Editor features show a console error when required services are not available yet</li>\n<li>Fix: Missing classes can affect the editing panel when they are still applied to elements &#8211; Atomic Editor</li>\n<li>Fix: Unsaved Class changes are not detected when switching between Design System tabs &#8211; Atomic Editor</li>\n<li>Fix: Custom Font names with spaces or special characters do not work in the Font Family control &#8211; Atomic Editor</li>\n<li>Fix: The drop indicator is missing when dragging Atomic elements inside row Containers &#8211; Atomic Editor</li>\n<li>Fix: Global Classes can be shared across multiple Kits instead of being separated per Kit &#8211; Atomic Editor</li>\n<li>Fix: Angie cannot update text in some Atomic elements &#8211; Atomic Editor</li>\n</ul>\n<p><a href=\"https://go.elementor.com/full-changelog/\" rel=\"nofollow ugc\">See changelog for all versions.</a></p>\n\";s:11:\"screenshots\";s:3162:\"<ol><li><a href=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\" alt=\"&lt;strong&gt;Visual Drag and Drop Editor&lt;/strong&gt; - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\"></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\" alt=\"&lt;strong&gt;Full Design System&lt;/strong&gt; - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\"></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\" alt=\"&lt;strong&gt;Responsive Design&lt;/strong&gt; Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\"></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\" alt=\"&lt;strong&gt;Kits and Templates&lt;/strong&gt; - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\"></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\" alt=\"&lt;strong&gt;Nested Elements&lt;/strong&gt; Leverage Elementor Editor&#039;s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\"></a><p><strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\" alt=\"&lt;strong&gt;Motion Effects&lt;/strong&gt; - Add entrance animations and transitions to any element in your website to captivate visitors.\"></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>\";s:7:\"reviews\";s:17015:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Cool plugin!!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/mfroehlich64/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/2ed42a47b0653e505d53a6e9f80fca427f2cd435d23152ce91e9bd7026367ef2?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/2ed42a47b0653e505d53a6e9f80fca427f2cd435d23152ce91e9bd7026367ef2?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/mfroehlich64/\" class=\"reviewer-name\">mfroehlich64</a> on <span class=\"review-date\">July 22, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>This plugin editor add a surplus to the wordpress universe. It\'s rewarding to have a really up to date website!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Elementor est devenu beaucoup trop gourmand en ressources</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/saidaazri/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8be49cb059d4a42d94b792664c5a586bea0fedacc59c9ef8a903be981a4f1a68?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/8be49cb059d4a42d94b792664c5a586bea0fedacc59c9ef8a903be981a4f1a68?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/saidaazri/\" class=\"reviewer-name\">saidaazri</a> on <span class=\"review-date\">July 22, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Les dernières mises à jour d’Elementor sont très décevantes. Le plugin consomme énormément de ressources et provoque des ralentissements importants, voire des crashs serveur sur certains hébergements. Il faut augmenter la mémoire PHP juste pour pouvoir éditer une page correctement. L’éditeur devient lent et peu agréable à utiliser, ce qui fait perdre beaucoup de temps. Elementor devrait se concentrer davantage sur l’optimisation et la stabilité.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Worst and timing consuming software</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/makwdmtech/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/20263c9b6251af6934f01064e4bb63049e7b07960527d7b4f3c982c7b4c095e8?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/20263c9b6251af6934f01064e4bb63049e7b07960527d7b4f3c982c7b4c095e8?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/makwdmtech/\" class=\"reviewer-name\">makwdmtech</a> on <span class=\"review-date\">July 21, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I am using this plugin to develop my client\'s website, but it hangs and crashes every 5 minutes, making it very difficult to work. It also has numerous issues in the backend that are affecting development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We contacted the support team for assistance, but they informed us that support is only available through a paid support plan. As a result, my client is very disappointed with this plugin and its overall stability.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Some widgets work very slow.</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/jonyshanto/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/5d5ff7e6c97536d73b070eb7170682f94456d2817294cbb75e6b5ed10052660e?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/5d5ff7e6c97536d73b070eb7170682f94456d2817294cbb75e6b5ed10052660e?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/jonyshanto/\" class=\"reviewer-name\">jonyshanto</a> on <span class=\"review-date\">July 19, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>The plugin is updated regularly, but the lagging issues and functionality problems are never fixed.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Stress-inducing work, but pretty layouts</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/monkeykong/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/023f9ccfe736cc9ed42882588dc6e59440483fd1c192829c56a58f7fbb1526d4?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/023f9ccfe736cc9ed42882588dc6e59440483fd1c192829c56a58f7fbb1526d4?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/monkeykong/\" class=\"reviewer-name\"> <small>(MonkeyKong)</small></a> on <span class=\"review-date\">July 14, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Really difficult and time consuming to work with, and mixing old and new Atomic layouts is quite the mess to work with, but the end-result usually looks worth. </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Too Heavy for Larger Websites</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/hussainmirza11/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/43741a383f0c6783aaae33e85197bcfd2d3d2c2697622fdeea0c258234d82188?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/43741a383f0c6783aaae33e85197bcfd2d3d2c2697622fdeea0c258234d82188?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/hussainmirza11/\" class=\"reviewer-name\">hussainmirza11</a> on <span class=\"review-date\">July 14, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>While Elementor is easy to use, it adds a significant amount of CSS and JavaScript. On larger websites, this can negatively impact loading speed and overall performance. There are also occasional compatibility issues after updates, which can be frustrating.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Atomic version breaks site and support doesn&#039;t solve it</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/upupepops/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/af8a6e43fbdfdceffd33f44c8edfcaaa9f24dba1a25512d83b43c50141f1d091?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/af8a6e43fbdfdceffd33f44c8edfcaaa9f24dba1a25512d83b43c50141f1d091?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/upupepops/\" class=\"reviewer-name\">Maria del Castillo <small>(upupepops)</small></a> on <span class=\"review-date\">July 13, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Still waiting for support to fix the atomic designer. After a recent update my website broke completely (error with containers) and after more than a month I\'m still waiting for support to fix it. They admited it is a problem on their side, but still haven\'t done anything to solve it. Would not recommend this plugin anymore.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Too many promotional messages in the Elementor dashboard</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/tiri17/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a93b723acac08d831e6db6eb756b246ec0ae97cec8af4cdcbb63e4f91135628c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a93b723acac08d831e6db6eb756b246ec0ae97cec8af4cdcbb63e4f91135628c?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/tiri17/\" class=\"reviewer-name\">Thierry Laval <small>(tiri17)</small></a> on <span class=\"review-date\">July 11, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor is an excellent page builder, but my frustration, as well as that of my clients regarding the repeated display of promotional messages in the dashboard, leads me to give it only one star.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is becoming extremely annoying to see advertising everywhere, including inside an administration area that should remain a clean and professional workspace. This constant promotion creates a strong rejection of the product instead of encouraging users to continue using Elementor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Users should be given a simple option to disable these promotional messages and keep control over their own workspace.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">learning curve is quite steep for new users</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ashlyjohny/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/32acb95946e716d19f317aceafce692d46a21bae38c385716fd508508fdd9825?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/32acb95946e716d19f317aceafce692d46a21bae38c385716fd508508fdd9825?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/ashlyjohny/\" class=\"reviewer-name\">ashlyjohny</a> on <span class=\"review-date\">July 8, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>The plugin is good and offers useful features, but the learning curve is quite steep for new users. Better documentation or beginner-friendly tutorials would make it much easier to get started.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great Plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ethanmaller/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/762af23b022fc9a21b3859d2a166a920ab367bff7ae1e98e004c02c570ded5d5?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/762af23b022fc9a21b3859d2a166a920ab367bff7ae1e98e004c02c570ded5d5?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/ethanmaller/\" class=\"reviewer-name\">ethanmaller</a> on <span class=\"review-date\">July 8, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor was key in helping us implement our designs across our pages and blogs. It was an interesting learning curve at first, but everything clicked once we understood the logic.</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:159:\"The Elementor Website Builder has it all: drag and drop page builder, Atomic Editor, pixel perfect design, global and reusable style systems, mobile r &hellip;\";s:13:\"download_link\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.0.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\";s:7:\"caption\";s:144:\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\";}i:2;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\";s:7:\"caption\";s:185:\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\";}i:3;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\";s:7:\"caption\";s:170:\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\";}i:4;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\";s:7:\"caption\";s:193:\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\";}i:5;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\";s:7:\"caption\";s:197:\"<strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\";}i:6;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\";s:7:\"caption\";s:127:\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\";}}s:4:\"tags\";a:5:{s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:9:\"elementor\";s:9:\"elementor\";s:12:\"landing-page\";s:12:\"landing page\";s:12:\"page-builder\";s:12:\"page builder\";}s:8:\"versions\";a:445:{s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:6:\"3.15.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip\";s:6:\"3.15.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip\";s:6:\"3.15.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip\";s:6:\"3.15.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip\";s:6:\"3.16.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip\";s:12:\"3.16.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip\";s:12:\"3.16.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip\";s:11:\"3.16.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip\";s:11:\"3.16.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip\";s:6:\"3.16.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip\";s:6:\"3.16.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:6:\"3.16.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:6:\"3.16.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:6:\"3.16.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip\";s:6:\"3.16.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip\";s:6:\"3.17.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip\";s:11:\"3.17.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip\";s:11:\"3.17.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip\";s:11:\"3.17.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip\";s:6:\"3.17.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip\";s:6:\"3.17.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip\";s:6:\"3.17.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:6:\"3.18.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip\";s:12:\"3.18.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip\";s:12:\"3.18.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip\";s:12:\"3.18.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip\";s:12:\"3.18.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip\";s:11:\"3.18.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip\";s:6:\"3.18.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip\";s:6:\"3.18.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip\";s:6:\"3.18.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:6:\"3.19.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip\";s:12:\"3.19.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip\";s:12:\"3.19.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip\";s:12:\"3.19.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip\";s:12:\"3.19.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip\";s:12:\"3.19.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip\";s:12:\"3.19.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip\";s:11:\"3.19.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip\";s:11:\"3.19.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip\";s:11:\"3.19.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip\";s:11:\"3.19.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip\";s:11:\"3.19.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip\";s:11:\"3.19.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip\";s:6:\"3.19.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip\";s:6:\"3.19.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip\";s:6:\"3.19.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip\";s:6:\"3.19.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:6:\"3.20.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip\";s:12:\"3.20.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip\";s:12:\"3.20.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip\";s:12:\"3.20.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip\";s:12:\"3.20.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip\";s:11:\"3.20.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip\";s:11:\"3.20.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip\";s:11:\"3.20.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip\";s:11:\"3.20.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip\";s:6:\"3.20.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip\";s:6:\"3.20.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip\";s:6:\"3.20.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:6:\"3.20.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip\";s:6:\"3.21.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip\";s:12:\"3.21.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip\";s:12:\"3.21.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip\";s:12:\"3.21.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip\";s:11:\"3.21.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip\";s:11:\"3.21.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip\";s:11:\"3.21.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip\";s:6:\"3.21.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip\";s:6:\"3.21.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip\";s:6:\"3.21.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip\";s:6:\"3.21.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip\";s:6:\"3.21.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip\";s:6:\"3.21.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip\";s:6:\"3.21.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:6:\"3.21.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip\";s:6:\"3.22.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip\";s:12:\"3.22.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip\";s:12:\"3.22.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip\";s:12:\"3.22.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip\";s:12:\"3.22.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip\";s:12:\"3.22.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip\";s:12:\"3.22.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip\";s:11:\"3.22.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip\";s:11:\"3.22.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip\";s:11:\"3.22.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip\";s:11:\"3.22.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip\";s:11:\"3.22.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip\";s:11:\"3.22.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip\";s:6:\"3.22.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip\";s:6:\"3.22.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:6:\"3.22.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip\";s:6:\"3.23.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip\";s:12:\"3.23.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip\";s:12:\"3.23.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip\";s:12:\"3.23.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip\";s:12:\"3.23.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip\";s:12:\"3.23.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip\";s:12:\"3.23.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip\";s:11:\"3.23.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip\";s:11:\"3.23.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip\";s:11:\"3.23.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip\";s:11:\"3.23.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip\";s:11:\"3.23.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip\";s:11:\"3.23.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip\";s:6:\"3.23.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip\";s:6:\"3.23.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip\";s:6:\"3.23.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip\";s:6:\"3.23.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:6:\"3.24.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip\";s:12:\"3.24.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip\";s:12:\"3.24.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip\";s:12:\"3.24.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip\";s:11:\"3.24.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip\";s:11:\"3.24.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip\";s:11:\"3.24.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip\";s:6:\"3.24.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip\";s:6:\"3.24.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip\";s:6:\"3.24.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip\";s:6:\"3.24.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip\";s:6:\"3.24.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip\";s:6:\"3.24.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip\";s:6:\"3.24.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip\";s:6:\"3.24.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip\";s:6:\"3.25.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip\";s:12:\"3.25.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip\";s:12:\"3.25.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip\";s:12:\"3.25.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip\";s:11:\"3.25.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip\";s:11:\"3.25.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip\";s:11:\"3.25.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip\";s:6:\"3.25.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip\";s:7:\"3.25.10\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.10.zip\";s:7:\"3.25.11\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.11.zip\";s:6:\"3.25.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip\";s:6:\"3.25.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip\";s:6:\"3.25.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.4.zip\";s:6:\"3.25.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.5.zip\";s:6:\"3.25.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.6.zip\";s:6:\"3.25.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.7.zip\";s:6:\"3.25.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.8.zip\";s:6:\"3.25.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.9.zip\";s:6:\"3.26.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.0.zip\";s:12:\"3.26.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta1.zip\";s:12:\"3.26.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta2.zip\";s:12:\"3.26.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta3.zip\";s:12:\"3.26.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta4.zip\";s:12:\"3.26.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta5.zip\";s:11:\"3.26.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev1.zip\";s:11:\"3.26.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev2.zip\";s:11:\"3.26.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev3.zip\";s:11:\"3.26.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev4.zip\";s:11:\"3.26.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev5.zip\";s:6:\"3.26.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.1.zip\";s:6:\"3.26.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.2.zip\";s:6:\"3.26.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.3.zip\";s:6:\"3.26.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.4.zip\";s:6:\"3.26.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.5.zip\";s:6:\"3.27.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.0.zip\";s:12:\"3.27.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta1.zip\";s:12:\"3.27.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta2.zip\";s:11:\"3.27.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev1.zip\";s:11:\"3.27.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev2.zip\";s:6:\"3.27.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.1.zip\";s:6:\"3.27.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip\";s:6:\"3.27.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip\";s:6:\"3.27.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.4.zip\";s:6:\"3.27.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.5.zip\";s:6:\"3.27.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.6.zip\";s:6:\"3.27.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.7.zip\";s:6:\"3.28.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.0.zip\";s:12:\"3.28.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta1.zip\";s:12:\"3.28.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta2.zip\";s:12:\"3.28.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta3.zip\";s:11:\"3.28.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev1.zip\";s:11:\"3.28.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev2.zip\";s:11:\"3.28.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev3.zip\";s:6:\"3.28.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.1.zip\";s:6:\"3.28.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.2.zip\";s:6:\"3.28.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.3.zip\";s:6:\"3.28.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.4.zip\";s:6:\"3.29.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.0.zip\";s:12:\"3.29.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta1.zip\";s:12:\"3.29.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta2.zip\";s:12:\"3.29.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta3.zip\";s:12:\"3.29.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta4.zip\";s:11:\"3.29.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev1.zip\";s:11:\"3.29.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev2.zip\";s:11:\"3.29.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev3.zip\";s:11:\"3.29.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev4.zip\";s:6:\"3.29.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.1.zip\";s:6:\"3.29.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:6:\"3.30.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.0.zip\";s:12:\"3.30.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta1.zip\";s:12:\"3.30.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta2.zip\";s:12:\"3.30.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta3.zip\";s:11:\"3.30.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev1.zip\";s:11:\"3.30.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev2.zip\";s:11:\"3.30.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev3.zip\";s:6:\"3.30.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.1.zip\";s:6:\"3.30.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.2.zip\";s:6:\"3.30.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.3.zip\";s:6:\"3.30.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.4.zip\";s:6:\"3.31.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.0.zip\";s:12:\"3.31.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta1.zip\";s:12:\"3.31.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta2.zip\";s:11:\"3.31.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev1.zip\";s:11:\"3.31.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev2.zip\";s:6:\"3.31.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.1.zip\";s:6:\"3.31.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.2.zip\";s:6:\"3.31.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.3.zip\";s:6:\"3.31.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.4.zip\";s:6:\"3.31.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.5.zip\";s:6:\"3.32.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.0.zip\";s:12:\"3.32.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta1.zip\";s:12:\"3.32.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta2.zip\";s:12:\"3.32.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta3.zip\";s:11:\"3.32.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev1.zip\";s:11:\"3.32.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev2.zip\";s:11:\"3.32.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev3.zip\";s:6:\"3.32.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.1.zip\";s:6:\"3.32.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.2.zip\";s:6:\"3.32.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.3.zip\";s:6:\"3.32.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.4.zip\";s:6:\"3.32.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.5.zip\";s:6:\"3.33.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.0.zip\";s:12:\"3.33.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta1.zip\";s:12:\"3.33.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta2.zip\";s:12:\"3.33.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta3.zip\";s:12:\"3.33.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta4.zip\";s:11:\"3.33.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev1.zip\";s:11:\"3.33.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev2.zip\";s:11:\"3.33.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev3.zip\";s:11:\"3.33.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev4.zip\";s:6:\"3.33.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.1.zip\";s:6:\"3.33.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.2.zip\";s:6:\"3.33.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.3.zip\";s:6:\"3.33.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.4.zip\";s:6:\"3.33.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.5.zip\";s:6:\"3.33.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.6.zip\";s:6:\"3.34.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.0.zip\";s:12:\"3.34.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta1.zip\";s:12:\"3.34.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta2.zip\";s:12:\"3.34.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta3.zip\";s:11:\"3.34.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev1.zip\";s:11:\"3.34.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev2.zip\";s:6:\"3.34.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.1.zip\";s:6:\"3.34.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.2.zip\";s:6:\"3.34.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.3.zip\";s:6:\"3.34.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.4.zip\";s:6:\"3.35.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.0.zip\";s:12:\"3.35.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta1.zip\";s:12:\"3.35.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta2.zip\";s:12:\"3.35.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta3.zip\";s:12:\"3.35.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta4.zip\";s:11:\"3.35.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev1.zip\";s:11:\"3.35.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev2.zip\";s:11:\"3.35.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev3.zip\";s:11:\"3.35.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev4.zip\";s:6:\"3.35.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.1.zip\";s:6:\"3.35.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.2.zip\";s:6:\"3.35.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.3.zip\";s:6:\"3.35.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.4.zip\";s:6:\"3.35.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.5.zip\";s:6:\"3.35.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.6.zip\";s:6:\"3.35.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.7.zip\";s:6:\"3.35.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.8.zip\";s:6:\"3.35.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.9.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:5:\"4.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.0.zip\";s:11:\"4.0.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta1.zip\";s:11:\"4.0.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta2.zip\";s:11:\"4.0.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta3.zip\";s:11:\"4.0.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta4.zip\";s:11:\"4.0.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta5.zip\";s:10:\"4.0.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev1.zip\";s:10:\"4.0.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev2.zip\";s:10:\"4.0.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev3.zip\";s:10:\"4.0.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev4.zip\";s:10:\"4.0.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev5.zip\";s:5:\"4.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.1.zip\";s:5:\"4.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.2.zip\";s:5:\"4.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.3.zip\";s:5:\"4.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.4.zip\";s:5:\"4.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.5.zip\";s:5:\"4.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.6.zip\";s:5:\"4.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.7.zip\";s:5:\"4.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip\";s:5:\"4.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.9.zip\";s:5:\"4.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.0.zip\";s:11:\"4.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta1.zip\";s:11:\"4.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta2.zip\";s:11:\"4.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta3.zip\";s:10:\"4.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev1.zip\";s:10:\"4.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev2.zip\";s:10:\"4.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev3.zip\";s:5:\"4.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.1.zip\";s:5:\"4.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.2.zip\";s:5:\"4.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.3.zip\";s:5:\"4.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.4.zip\";s:5:\"4.1.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.5.zip\";s:5:\"4.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.0.zip\";s:11:\"4.2.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.2.0-beta1.zip\";s:11:\"4.2.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.2.0-beta2.zip\";s:10:\"4.2.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.2.0-dev2.zip\";s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:94:\"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:63:\"Elementor Website Builder &#8211; more than just a page builder\";}s:11:\"woocommerce\";a:35:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:6:\"10.9.4\";s:6:\"author\";s:67:\"<a href=\"https://profiles.wordpress.org/automattic/\">Automattic</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:12:\"contributors\";a:50:{s:10:\"automattic\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73edc627541112a447e978843cf72f516bdbf6350e7cbac10016c71ab1b8c8a1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"Automattic\";}s:11:\"woocommerce\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/woocommerce/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c7781a3c13bcc86b57064b9539ec22da52fd5ef1902fbc020d0a4a8595b14ea0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"WooCommerce\";}s:10:\"mikejolley\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mikejolley/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/8295774fc174b6a5b9bd960709949f4de88cd0b8708d711dc5b6676693d41432?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Mike Jolley\";}s:11:\"jameskoster\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/jameskoster/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/94b5473c03a46cb204f0a868dfe65f8199ef483242814ec1bcaf6770ba90d203?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"James Koster\";}s:14:\"claudiosanches\";a:3:{s:7:\"profile\";s:46:\"https://profiles.wordpress.org/claudiosanches/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ac91c7d73bb4501567ab3790755bf001d53dac8d1f4311a2480a5fb62dfb180c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Claudio Sanches\";}s:13:\"rodrigosprimo\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/rodrigosprimo/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1dc85457417601db220b14e7fa96c842700fbd1cceecd21d65306c26fffb92cc?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Rodrigo Primo\";}s:15:\"peterfabian1000\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/peterfabian1000/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c25372df076206b9fe44dddd7ec6af6ba427d3fe2a457fa301fcb9cf90b23ddd?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Peter Fabian\";}s:7:\"vedjain\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/vedjain/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/eb19da24784b2f86d310a213b60c903b0a5464a6c725cf5fcabfd274383337c4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Vedanshu - Urumi.AI\";}s:8:\"jamosova\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/jamosova/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73f150b0172cbb319293e372b3b20f4b78f0d5fbe70558318f69aad70908e95a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Julia Amosova\";}s:16:\"obliviousharmony\";a:3:{s:7:\"profile\";s:48:\"https://profiles.wordpress.org/obliviousharmony/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/67851e0deeb2c6a7a4c238cf45c0e9694a919e2c5e02706c5852e67c4ad279c9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"obliviousharmony\";}s:9:\"konamiman\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/konamiman/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ee97f225bf5be24cd3c3b04990b9fc3dfc67a2c9aaea418ec2bdd32e164ed9b1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:23:\"Néstor Soriano Vilchez\";}s:8:\"sadowski\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/sadowski/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/cee318a6ec06e747df7f70f274da4e0cf4adba60c59e12d660d0f5a6ba78658a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"sadowski\";}s:8:\"wpmuguru\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/wpmuguru/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/23afb25faac780cb6ec9533b2ac9e5daedf7a1faf444b41db471b9529701f87e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Ron Rennick\";}s:5:\"royho\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/royho/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1beda14f19fa93030ba2c66359dc270286820af6c667cdfeb4e87833c747f3a0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"royho\";}s:13:\"barryhughes-1\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/barryhughes-1/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/6ce0f4afb77f8d32da9c43e9a39c84fcfb3ed0e9cac24f440c46a151946cdec8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"Barry\";}s:12:\"claudiulodro\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/claudiulodro/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/34a74527d3859bd9fb0b477cd80c9f78b3610259a251c32a31023ead285ac124?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Claudiu Lodromanean\";}s:12:\"tiagonoronha\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/tiagonoronha/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0352cd451932c8a2ab15b8457933e6d90cc919bbf23db63e3bc35ee41d56577e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Tiago Noronha\";}s:6:\"ryelle\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/ryelle/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/6d860975d8bd4b166268bba8da8c1ea0e861a7d7f4ef0aee52fa727fc69e12b2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Kelly Choyce-Dwan\";}s:10:\"levinmedia\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/levinmedia/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/657d301b3683f02c75e4b2363681518e94485770056cc51526f19818884ba6aa?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"levinmedia\";}s:7:\"aljullu\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/aljullu/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/784f29a6d06799d1d40adc32b115da932cd1ee2b22d91cd8597e9fe6e4ee1420?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:21:\"Albert Juhé Lluveras\";}s:6:\"nerrad\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/nerrad/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1bd692736861bd20949789e4a3d922736480efcacb0e44041616c5a79eaa54c0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:22:\"Darren Ethier (nerrad)\";}s:10:\"joshuawold\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/joshuawold/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f98224d78e12fcc0e9686dbf15f8c37b1967835212f25a92fceb6caafdc5b08d?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Joshua Wold\";}s:13:\"assassinateur\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/assassinateur/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0850998ce28d445575c78a6405382fd8418569c761304c10c0d5df85453116c0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Nadir Seghir\";}s:7:\"haszari\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/haszari/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/5478c55437f47714a4dae1016cf521e803dfc4633ce5781b2f24d749d1623f69?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Rua Haszard\";}s:10:\"mppfeiffer\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mppfeiffer/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0fe64f1ef1e4abe1825653bcb17113a4a14c755f5b6f77d2f27494fe349d7081?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Michael P. Pfeiffer\";}s:10:\"nielslange\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/nielslange/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0894ec0d7e5d70306a16431b36249b1928cad88a572de9b5211a54d75ad5d77a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Niels Lange\";}s:9:\"ralucastn\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/ralucastn/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e65d79886499f47ee368495f5016117deef427d5abca9d3ed76c4bfaa42e7c0a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:6:\"Raluca\";}s:11:\"tjcafferkey\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/tjcafferkey/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/23d134901eef453e721759c9d84810f5748a84fc8681ed230c7d78e53583c77a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"tjcafferkey\";}s:13:\"danielwrobert\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/danielwrobert/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f1f823ffbe2a6adb7f94c6998079fd6ae6636d3b6272dd8c54385783360e2cf8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"danielwrobert\";}s:19:\"patriciahillebrandt\";a:3:{s:7:\"profile\";s:51:\"https://profiles.wordpress.org/patriciahillebrandt/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/13f5707fad9a68e5cf9c3c0ebb9c7179c862dcb279c761d20c9b40bd2fff9f4a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"patriciahillebrandt\";}s:7:\"albarin\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/albarin/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0dd150b60949026a3c34f49d40089e3a8cf97dc331e2f5b27e805ffd34648e22?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"albarin\";}s:10:\"dinhtungdu\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/dinhtungdu/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/07e79c32b1abba868f8c5e3ee0c85b9150c74e2c2a946088a268e6be486d9114?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"Tung Du\";}s:10:\"imanish003\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/imanish003/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/59ff646ede2dd6475f24762ac21ee2afd7d72fdcade7b9d2915cf1c3c2d984a2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Manish Menaria\";}s:12:\"karolmanijak\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/karolmanijak/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/42305d7047ca11d494b1912d687266a50edd05954fdec22e61ab1fe63cf2df6b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Karol Manijak\";}s:13:\"sunyatasattva\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/sunyatasattva/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73ce316f9775441698b601e6902728a80837f7fd6df0846e3c5a82448dce447c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:20:\"sunyatasattva (a11n)\";}s:13:\"alexandrelara\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/alexandrelara/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1c0c71a072f798066e4661395461e73e0fb6692eaddcced2a0e457ef01a458e8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Alexandre Lara\";}s:7:\"gigitux\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/gigitux/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/2dcd003f15403180364c56b093b48e6edca9a88c8f1470b965b87fc230c66d7f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Luigi Teschio\";}s:12:\"danieldudzic\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/danieldudzic/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b689767c4b308b8f5910cef3a2f44c2acdadcb3b63326b0d5c865d2c208c668e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Danny Dudzic\";}s:11:\"samueljseay\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/samueljseay/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/4c4a5e8fd5b99749ed9ac735c31d0370254356e40feea46bcf51b2b607f8ab0e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:3:\"Sam\";}s:12:\"alexflorisca\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/alexflorisca/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b68615471f527e6224909ce0726dda68b074e6cbcf89e0d4b5ecc483a96557ca?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Alex Florisca\";}s:5:\"opr18\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/opr18/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e083a0759b8ea01b11c1f154a3087ddfaf65a93011cf97a85fdbfc0cda709538?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"opr18\";}s:12:\"tarunvijwani\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/tarunvijwani/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/fa4a4b2688afb8d238bb035f31fda4d07dabd67ccf41576276e5eb084463d617?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"tarunvijwani\";}s:12:\"pauloarromba\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/pauloarromba/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ab6034aa12c0e53f21978df9e470f161f06810d814082cbe3ab74450f0618818?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Paulo Arromba\";}s:9:\"saadtarhi\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/saadtarhi/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f4fd0df69b8c7bf3a3e6526df3b42c3854de544904ef825bfd549afc9829f645?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"Saad T.\";}s:4:\"bor0\";a:3:{s:7:\"profile\";s:36:\"https://profiles.wordpress.org/bor0/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/787d8ea71701ced680cd80411d656c20e0e600be5d34f6ce3478143d43dc9fd9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Boro Sitnikovski\";}s:5:\"kloon\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/kloon/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c7c708f5b0957714ab48e00220b0f74acccb43b70fa0d4b5ee091d59951ae751?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Gerhard Potgieter\";}s:12:\"coreymckrill\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/coreymckrill/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/9cc64cf0f650f165ac55f1294105259f82f2b72c4c24903a79af6d6cd1ad2a9a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Corey McKrill\";}s:12:\"jorgeatorres\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/jorgeatorres/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/33d6a063c7411775135383c5bae6cd4e45d094b72ec062c96ceafca5e2a4956f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Jorge A. Torres\";}s:10:\"leifsinger\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/leifsinger/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/8107603a6bbc5ff73e07e2450f260335af41a5adb2cccd80cba20cdd28b96651?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Leif Singer\";}s:9:\"neosinner\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/neosinner/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/68b52d53a3c6dd39841f697853a1965057c6f3aeb9e89f7d960d1921ffa90d29?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Ján Mikláš\";}}s:8:\"requires\";s:3:\"6.9\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:3983;i:4;i:196;i:3;i:112;i:2;i:107;i:1;i:408;}s:11:\"num_ratings\";i:4806;s:11:\"support_url\";s:49:\"https://wordpress.org/support/plugin/woocommerce/\";s:15:\"support_threads\";i:210;s:24:\"support_threads_resolved\";i:180;s:15:\"active_installs\";i:7000000;s:12:\"last_updated\";s:21:\"2026-07-07 2:16pm GMT\";s:5:\"added\";s:10:\"2011-09-27\";s:8:\"homepage\";s:24:\"https://woocommerce.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:12355:\"<p><a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a> is the open-source ecommerce platform for WordPress.</p>\n<p>Our core platform is free, flexible, and amplified by a global community. The freedom of open-source means you retain full ownership of your store’s content and data forever.</p>\n<p>Whether you’re launching a business, taking brick-and-mortar retail online, or developing sites for clients, use WooCommerce for a store that powerfully blends content and commerce.</p>\n<ul>\n<li><strong>Create beautiful, enticing storefronts</strong> with <a href=\"https://woocommerce.com/product-category/themes/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">themes</a> suited to your brand and industry.</li>\n<li><strong>Increase revenue</strong> with an optimized <a href=\"https://woocommerce.com/checkout-blocks/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">shopping cart experience</a> that converts.</li>\n<li><strong>Customize product pages in minutes</strong> using modular <a href=\"https://woocommerce.com/document/woocommerce-blocks/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">product blocks</a>.</li>\n<li>Showcase physical and digital goods, product variations, custom configurations, instant downloads, and affiliate items.</li>\n<li>Sell <a href=\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">subscriptions</a>, <a href=\"https://woocommerce.com/products/woocommerce-bookings/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">bookings</a>, or <a href=\"https://woocommerce.com/products/woocommerce-memberships/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">memberships</a>, with our developer-vetted extensions.</li>\n<li><strong>Rise to the top of search results</strong> by leveraging <a href=\"https://www.searchenginejournal.com/wordpress-best-cms-seo/\" rel=\"nofollow ugc\">WordPress’ SEO advantage</a>.</li>\n<li><strong>Build on a platform that scales.</strong> Get flexible ecommerce for <a href=\"https://woocommerce.com/high-volume-stores/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">high-volume stores</a>.</li>\n</ul>\n<h4>ALL THE TOOLS YOU NEED TO SELL</h4>\n<p>Built-in tools and popular integrations help you efficiently manage your business operations. Many services are free to add with a single click via the optional <a href=\"https://woocommerce.com/document/woocommerce-setup-wizard/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Setup Wizard</a>.</p>\n<ul>\n<li><strong>Choose how you want to get paid</strong>. Conveniently manage payments from the comfort of your store with <a href=\"https://woocommerce.com/payments/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooPayments</a> (Available in the U.S., U.K., Ireland, Australia, New Zealand, Canada, Spain, France, Germany, and Italy). Securely accept credit cards, mobile wallets, bank transfers, and cash thanks to <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">100+ payment gateways</a> – including <a href=\"https://woocommerce.com/products/stripe/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Stripe</a>, <a href=\"https://woocommerce.com/products/woocommerce-gateway-paypal-checkout/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">PayPal</a>, and <a href=\"https://woocommerce.com/products/square/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Square</a>.</li>\n<li><strong>Configure your shipping options</strong>. Print USPS labels right from your dashboard and even schedule a pickup with <a href=\"https://woocommerce.com/products/shipping/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Shipping</a> (U.S.-only). Connect with <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">well-known carriers</a> such as UPS and FedEx – plus a wide variety of delivery, inventory, and fulfillment solutions for your locale.</li>\n<li><strong>Simplify sales tax</strong>. Add <a href=\"https://woocommerce.com/products/tax/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Tax</a> or <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/tax?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">similar integrated services</a> to make automated calculations a reality.</li>\n</ul>\n<h4>Grow your business, add features, and monitor your store on the go</h4>\n<p>WooCommerce means business. Keep tabs on the performance metrics most important to you with a powerful and flexible central dashboard built into WooCommerce.</p>\n<p>Expand your audience across marketing and social channels with <a href=\"https://woocommerce.com/products/google-ads/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Google Ads</a>, <a href=\"https://woocommerce.com/products/hubspot-for-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">HubSpot</a>, <a href=\"https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Mailchimp</a>, and <a href=\"https://woocommerce.com/products/facebook/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Facebook</a> integrations. You can always check out the in-dashboard <a href=\"https://woocommerce.com/document/marketing-hub/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Marketing Hub</a> for fresh ideas and tips to help you succeed.</p>\n<p>Enhance store functionality with hundreds of free and paid extensions from the <a href=\"https://woocommerce.com/products/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Marketplace</a>. Our developers <a href=\"https://woocommerce.com/document/marketplace-overview/#section-6?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">vet each new extension</a> and regularly review existing extensions to maintain Marketplace quality standards. We are actively <a href=\"https://woocommerce.com/document/marketplace-overview/#section-2?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">looking for products that help store builders create successful stores</a>.</p>\n<p>Manage your store from anywhere with the free WooCommerce <a href=\"https://woocommerce.com/mobile/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">mobile app</a> (Android and iOS). Spoiler alert: Keep an ear out for the slightly addictive &#8220;cha-ching&#8221; notification sound each time you make a new sale!</p>\n<h4>Own and control your store data – forever</h4>\n<p>With <a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a>, your data belongs to you. Always.</p>\n<p>If you opt to share <a href=\"https://woocommerce.com/usage-tracking/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">usage data</a> with us, you can feel confident knowing that it’s anonymized and kept secure. Choose to opt-out at any time without impacting your store.</p>\n<p>Unlike hosted ecommerce solutions, WooCommerce store data is future-proof; you’re free to export all your content and take your site to any platform you choose. No restrictions.</p>\n<h4>Why developers choose (and love) WooCommerce</h4>\n<p>Developers can use <a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a> to create, customize, and scale a store to meet a client’s exact specifications, making enhancements through extensions or custom solutions.</p>\n<ul>\n<li>Leverage <a href=\"https://woocommerce.com/document/introduction-to-hooks-actions-and-filters/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">hooks and filters</a> to modify or create functionality.</li>\n<li>Integrate virtually any service using a robust <a href=\"https://developer.woocommerce.com/docs/getting-started-with-the-woocommerce-rest-api/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">REST API</a> and webhooks.</li>\n<li>Design and build custom content blocks with React.</li>\n<li><a href=\"https://developer.woocommerce.com/docs/category/extension-development/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Inspect and modify</a> any aspect of the core plugin code.</li>\n<li>Speed up development with a lightning-fast <a href=\"https://developer.woocommerce.com/docs/category/wc-cli/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">CLI</a>.</li>\n</ul>\n<p>The core platform is tested rigorously and often, supported by a dedicated development team working across time zones. Comprehensive documentation is updated with each release, empowering you to build exactly the store required.</p>\n<h4>Be part of our growing international community</h4>\n<p>WooCommerce has a large, passionate community dedicated to helping merchants succeed – and it’s growing fast.</p>\n<p>There are <a href=\"https://woocommerce.com/meetups/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Meetups</a> in locations around the world that you can attend for free and even get involved in running. These events are a great way to learn from others, share your expertise, and connect with like-minded folks.</p>\n<p>WooCommerce also has a regular presence at WordCamps across the globe – we’d love to meet you.</p>\n<h4>Contribute and translate</h4>\n<p>WooCommerce is developed and supported by Automattic, the creators of WordPress.com and Jetpack. We also have hundreds of independent contributors, and there’s always room for more. Head to the <a href=\"https://github.com/woocommerce/woocommerce?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>WooCommerce is translated into multiple languages, including Danish, Ukrainian, and Persian. Help localize WooCommerce even further by adding your locale – visit <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">translate.wordpress.org</a>.</p>\n<h4>Connection to WooCommerce.com</h4>\n<p>You can connect your store to <a href=\"https://woocommerce.com/\" rel=\"nofollow ugc\">WooCommerce.com</a> to manage your subscriptions on WooCommerce Marketplace and receive product updates without leaving WordPress admin. Connection also enables installation of purchased products right from WooCommerce.com and streamlines access to technical support. If you’d like to learn about what data is gathered and how it is used, please refer to our <a href=\"https://automattic.com/privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</p>\n\";s:12:\"installation\";s:2459:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP 7.4 or greater is required (PHP 8.0 or greater is recommended)</li>\n<li>MySQL 5.5.5 or greater, OR MariaDB version 10.1 or greater, is required</li>\n<li>WordPress 6.9 or greater</li>\n<li>(Recommended) WordPress <a href=\"https://woocommerce.com/document/increasing-the-wordpress-memory-limit/\" rel=\"nofollow ugc\">memory limit</a> of 256 MB or greater.</li>\n<li>(Recommended) <a href=\"https://woocommerce.com/document/ssl-and-https/\" rel=\"nofollow ugc\">HTTPS</a> support.</li>\n</ul>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option &#8212; WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”</p>\n<p>In the search field type “WooCommerce,” then click “Search Plugins.” Once you’ve found us,  you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now,” and WordPress will take it from there.</p>\n<h4>Manual installation</h4>\n<p>Manual installation method requires downloading the WooCommerce plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains <a href=\"https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation\" rel=\"ugc\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work smoothly, but we still recommend you back up your site.</p>\n<p>If you encounter issues with the shop/category pages after an update, flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting “Save.” That should return things to normal.</p>\n<h4>Sample data</h4>\n<p>WooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\" rel=\"ugc\">WordPress importer</a>. You can also use the core <a href=\"https://woocommerce.com/document/product-csv-importer-exporter/?utm_source=wp%20org%20repo%20listing&amp;utm_content=3.6\" rel=\"nofollow ugc\">CSV importer</a> or our <a href=\"https://woocommerce.com/products/product-csv-import-suite/?utm_source=wp%20org%20repo%20listing&amp;utm_content=3.6\" rel=\"nofollow ugc\">CSV Import Suite extension</a> to import sample_products.csv</p>\n\";s:3:\"faq\";s:7790:\"\n<dt id=\"where%20can%20i%20find%20woocommerce%20documentation%20and%20user%20guides%3F\">\nWhere can I find WooCommerce documentation and user guides?\n</h4>\n<p>\n<p>For help setting up and configuring WooCommerce, please refer to <a href=\"https://woocommerce.com/documentation/plugins/woocommerce/getting-started/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Getting Started</a> and the <a href=\"https://woocommerce.com/guides/new-store/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">New WooCommerce Store Owner Guide</a>.</p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://github.com/woocommerce/woocommerce/tree/trunk/docs\" rel=\"nofollow ugc\">documentation</a>, as well as the <a href=\"https://github.com/woocommerce/woocommerce/blob/trunk/docs/extension-development/extension-development-best-practices.md\" rel=\"nofollow ugc\">Plugin Developer Best Practices</a>.</p>\n</p>\n<dt id=\"where%20can%20i%20get%20help%20or%20talk%20to%20other%20users%20about%20woocommerce%20core%3F\">\nWhere can I get help or talk to other users about WooCommerce Core?\n</h4>\n<p>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"ugc\">WooCommerce Support Forum</a> by following <a href=\"https://wordpress.org/support/topic/guide-to-the-woocommerce-forum/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"ugc\">these guidelines</a>, reach out via the <a href=\"https://woocommerce.com/community-slack/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Community Slack</a>, or post in the <a href=\"https://www.facebook.com/groups/advanced.woocommerce?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Community group</a> on Facebook.</p>\n</p>\n<dt id=\"where%20can%20i%20get%20help%20for%20extensions%20i%20have%20purchased%20from%20the%20woocommerce%20marketplace%3F\">\nWhere can I get help for extensions I have purchased from the WooCommerce Marketplace?\n</h4>\n<p>\n<p>For assistance with paid extensions from the WooCommerce Marketplace: first, review our <a href=\"https://woocommerce.com/document/woocommerce-self-service-guide/\" rel=\"nofollow ugc\">self-service troubleshooting guide</a>. If the problem persists, kindly log a support ticket via <a href=\"https://woocommerce.com/my-account/create-a-ticket/\" rel=\"nofollow ugc\">our helpdesk</a>. Our dedicated Happiness Engineers aim to respond within 24 hours.</p>\n</p>\n<dt id=\"i%E2%80%99m%20having%20trouble%20logging%20in%20to%20woocommerce.com%20%E2%80%93%20what%20now%3F\">\nI’m having trouble logging in to WooCommerce.com – what now?\n</h4>\n<p>\n<p>First, troubleshoot common login issues using this helpful <a href=\"https://woocommerce.com/document/log-into-woocommerce-com-with-wordpress-com/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">step-by-step guide</a>. Still not working? <a href=\"https://woocommerce.com/contact-us/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Get in touch with us</a>.</p>\n</p>\n<dt id=\"will%20woocommerce%20work%20with%20my%20theme%3F\">\nWill WooCommerce work with my theme?\n</h4>\n<p>\n<p>Yes! WooCommerce will work with any theme but may require some additional styling. If you’re looking for a theme featuring deep WooCommerce integration, we recommend <a href=\"https://woocommerce.com/storefront/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Storefront</a>.</p>\n</p>\n<dt id=\"how%20do%20i%20update%20woocommerce%3F\">\nHow do I update WooCommerce?\n</h4>\n<p>\n<p>We have a detailed guide on <a href=\"https://woocommerce.com/document/how-to-update-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">How To Update WooCommerce</a>.</p>\n</p>\n<dt id=\"my%20site%20broke%20%E2%80%93%20what%20do%20i%20do%3F\">\nMy site broke – what do I do?\n</h4>\n<p>\n<p>Start by diagnosing the issue using our helpful <a href=\"https://woocommerce.com/documentation/get-help/troubleshooting-get-help/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">troubleshooting guide</a>.</p>\n<p>If you noticed the error after updating a theme or plugin, there might be compatibility issues between it and WooCommerce. If the issue appeared after updating WooCommerce, there could be a conflict between WooCommerce and an outdated theme or plugin.</p>\n<p>In both instances, we recommend running a conflict test using <a href=\"https://woocommerce.com/document/troubleshooting-using-health-check/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Health Check</a> (which allows you to disable themes and plugins without affecting your visitors) or troubleshooting the issue using a <a href=\"https://woocommerce.com/document/how-to-test-for-conflicts/#section-3?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">staging site</a>.</p>\n</p>\n<dt id=\"where%20can%20i%20report%20bugs%3F\">\nWhere can I report bugs?\n</h4>\n<p>\n<p>Report bugs on the <a href=\"https://github.com/woocommerce/woocommerce/issues?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce GitHub repository</a>. You can also notify us via our support forum – be sure to search the forums to confirm that the error has not already been reported.</p>\n</p>\n<dt id=\"where%20can%20i%20request%20new%20features%2C%20themes%2C%20and%20extensions%3F\">\nWhere can I request new features, themes, and extensions?\n</h4>\n<p>\n<p>Request new features and extensions and vote on existing suggestions on our official <a href=\"https://woocommerce.com/feature-requests/woocommerce?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">feature request board</a>. Our Product teams regularly review requests and consider them valuable for product planning.</p>\n</p>\n<dt id=\"woocommerce%20is%20awesome%21%20can%20i%20contribute%3F\">\nWooCommerce is awesome! Can I contribute?\n</h4>\n<p>\n<p>Yes, you can! Join in on our <a href=\"https://github.com/woocommerce/woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">GitHub repository</a> and follow the <a href=\"https://woocommerce.wordpress.com/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">development blog</a> to stay up-to-date with everything happening in the project.</p>\n</p>\n<dt id=\"where%20can%20i%20find%20rest%20api%20documentation%3F\">\nWhere can I find REST API documentation?\n</h4>\n<p>\n<p>Extensive <a href=\"https://developer.woocommerce.com/docs/apis/rest-api/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce REST API Documentation</a> is available.</p>\n</p>\n<dt id=\"my%20question%20is%20not%20listed%20here.%20where%20can%20i%20find%20more%20answers%3F\">\nMy question is not listed here. Where can I find more answers?\n</h4>\n<p>\n<p>Check out <a href=\"https://woocommerce.com/document/frequently-asked-questions/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Frequently Asked Questions</a> for more.</p>\n</p>\n\n\";s:9:\"changelog\";s:428:\"<h4>10.9.4 2026-07-07</h4>\n<p><strong>WooCommerce</strong></p>\n<ul>\n<li>Fix &#8211; Fix is_vat_exempt being not correctly applied during block checkout for logged-in users. <a href=\"https://github.com/woocommerce/woocommerce/pull/66342\" rel=\"nofollow ugc\">#66342</a></li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt\" rel=\"nofollow ugc\">See changelog for all versions</a>.</p>\n\";s:11:\"screenshots\";s:1035:\"<ol><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\" alt=\"\"></a></li></ol>\";s:7:\"reviews\";s:15900:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Solution for shipping option problems</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/fullcolor/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/203428cf5914f4ec55e3a65072ea33dcb6def6d7a027be307238280dff95dc79?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/203428cf5914f4ec55e3a65072ea33dcb6def6d7a027be307238280dff95dc79?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/fullcolor/\" class=\"reviewer-name\">fullcolor</a> on <span class=\"review-date\">July 20, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I\'m so happy with this forum. If you have a problem you get help from people who know what they are talking about. Not from someone who \'thinks\' they know, but from the professionals.<br />Thanks to you, shahzeen, for your support :-)<br /></p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Searching All Products on Dashboard</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/louisenglish1990/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8d89cb34cddcc1e278f0aca137f5f8ba20430b7dba8f89c4bf1026e749d64522?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/8d89cb34cddcc1e278f0aca137f5f8ba20430b7dba8f89c4bf1026e749d64522?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/louisenglish1990/\" class=\"reviewer-name\">louisenglish1990</a> on <span class=\"review-date\">July 15, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Absolutley excellent feedback, I spoke with our admin team and there was a filter applied in the background that was not allowing me to search.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thank you for all of your help</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Quick Support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/jimk1416/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/db81ef2ac6b9341e298fe425ea9110dda0b81addec5643c085fd6e76c9ee76df?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/db81ef2ac6b9341e298fe425ea9110dda0b81addec5643c085fd6e76c9ee76df?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/jimk1416/\" class=\"reviewer-name\">jimk1416</a> on <span class=\"review-date\">July 6, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>very quick and reliable support if you have any issues</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/wopodk/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/087a5cc37fc958a1cbfe0f51f4daddfca1230036f279c64699caed5b798a7c65?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/087a5cc37fc958a1cbfe0f51f4daddfca1230036f279c64699caed5b798a7c65?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/wopodk/\" class=\"reviewer-name\">wopodk</a> on <span class=\"review-date\">July 2, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Extremely helpful and fast support.<br />Greatly appreciated!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/marco4422/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a44027e3ffb57e60b0937a9ec8327fe75216a8d8b7e2491e9e5f1687f575146f?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a44027e3ffb57e60b0937a9ec8327fe75216a8d8b7e2491e9e5f1687f575146f?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/marco4422/\" class=\"reviewer-name\">marco4422</a> on <span class=\"review-date\">June 29, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Woocommerce offers a great support team, the can help you if you have any trouble or issue with wordpress or woocommerce. They answer in short time, in my case in 1 days. 5 stars</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/icpte2024/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4512ad4e15aad9522a4e33aabbf2657799fb2afb3084642f92d678b2fe73572a?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4512ad4e15aad9522a4e33aabbf2657799fb2afb3084642f92d678b2fe73572a?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/icpte2024/\" class=\"reviewer-name\">icpte2024</a> on <span class=\"review-date\">June 26, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Thanks Frank Remmy for his support on 25/05/2026 for our issue!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great Plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/cllamsupport/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/73651eed512048f7e2334bd3ba7c952302cbd737a992433afd90c0e71dbe782e?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/73651eed512048f7e2334bd3ba7c952302cbd737a992433afd90c0e71dbe782e?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/cllamsupport/\" class=\"reviewer-name\">cllamsupport</a> on <span class=\"review-date\">June 24, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Great Plugin</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Устаревший забагованный кусок УГ</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/krakanosh/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/bdd87b53f9a2c5c40b4f1130d2b2c8c9cbd04cdba89275cf31113ec915bcde99?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/bdd87b53f9a2c5c40b4f1130d2b2c8c9cbd04cdba89275cf31113ec915bcde99?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/krakanosh/\" class=\"reviewer-name\">krakanosh</a> on <span class=\"review-date\">June 24, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Плагин стабильно обновляется каждый месяц, а что в нем меняется - НИЧЕГО! Кроме мусорных функций или обновлений ради обновлений ничего не меняется. Баги не исправляются коих не малое количество, зато с лихвой заносятся новые. Десять раз подумайте прежде чем делать интернет-магазин на WooCommerce. Лучше использовать другой инструмент для создания магазина, благо сейчас их достаточное количество, в том числе open-source.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Woo Support Sympathetic, Timely, Effective</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/robby-barnes/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b7d7bc99570bb9d9294ccc1a994a0aec9846b75c1c9e975d7664cb94556299fd?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/b7d7bc99570bb9d9294ccc1a994a0aec9846b75c1c9e975d7664cb94556299fd?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/robby-barnes/\" class=\"reviewer-name\">Robby Barnes</a> on <span class=\"review-date\">June 18, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I ran into a problem with my site that my theme\'s developers weren\'t able to help me solve, so I tried the WooCommerce support forum.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Within a day I received a thoughtful, detailed response... which also gave me enough info to solve the problem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Much appreciated!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Better and better</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/jkont/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/9b78eb671db07bf060451a421bb6edfd2f6abcece5767ea3513018a892fbaad2?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/9b78eb671db07bf060451a421bb6edfd2f6abcece5767ea3513018a892fbaad2?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/jkont/\" class=\"reviewer-name\">jkont</a> on <span class=\"review-date\">June 8, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>With every update it gets better and better !</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:146:\"Everything you need to launch an online store in days and keep it growing for years. From your first sale to millions in revenue, Woo is with you.\";s:13:\"download_link\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.4.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\";s:7:\"caption\";s:0:\"\";}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}}s:4:\"tags\";a:5:{s:9:\"ecommerce\";s:9:\"ecommerce\";s:12:\"online-store\";s:12:\"online store\";s:11:\"sell-online\";s:11:\"sell online\";s:4:\"shop\";s:4:\"shop\";s:13:\"shopping-cart\";s:13:\"shopping cart\";}s:8:\"versions\";a:638:{s:6:\"10.0.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0.zip\";s:11:\"10.0.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0-rc.1.zip\";s:11:\"10.0.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0-rc.2.zip\";s:6:\"10.0.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.1.zip\";s:6:\"10.0.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.2.zip\";s:6:\"10.0.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.3.zip\";s:6:\"10.0.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.4.zip\";s:6:\"10.0.5\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.5.zip\";s:6:\"10.0.6\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.6.zip\";s:6:\"10.1.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0.zip\";s:11:\"10.1.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.1.zip\";s:11:\"10.1.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.2.zip\";s:11:\"10.1.0-rc.3\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.3.zip\";s:11:\"10.1.0-rc.4\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.4.zip\";s:6:\"10.1.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.1.zip\";s:6:\"10.1.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.2.zip\";s:6:\"10.1.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.3.zip\";s:6:\"10.1.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.4.zip\";s:6:\"10.2.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0.zip\";s:13:\"10.2.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0-beta.1.zip\";s:13:\"10.2.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0-beta.2.zip\";s:11:\"10.2.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0-rc.1.zip\";s:6:\"10.2.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.1.zip\";s:6:\"10.2.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.2.zip\";s:6:\"10.2.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.3.zip\";s:6:\"10.2.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.4.zip\";s:6:\"10.3.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0.zip\";s:13:\"10.3.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-beta.1.zip\";s:13:\"10.3.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-beta.2.zip\";s:11:\"10.3.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-rc.1.zip\";s:11:\"10.3.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-rc.2.zip\";s:6:\"10.3.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.1.zip\";s:6:\"10.3.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.2.zip\";s:6:\"10.3.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.3.zip\";s:6:\"10.3.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.4.zip\";s:6:\"10.3.5\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.5.zip\";s:6:\"10.3.6\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.6.zip\";s:6:\"10.3.7\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.7.zip\";s:6:\"10.3.8\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.8.zip\";s:6:\"10.4.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0.zip\";s:13:\"10.4.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0-beta.1.zip\";s:13:\"10.4.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0-beta.2.zip\";s:11:\"10.4.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0-rc.1.zip\";s:6:\"10.4.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.1.zip\";s:6:\"10.4.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.2.zip\";s:6:\"10.4.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.3.zip\";s:6:\"10.4.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.4.zip\";s:6:\"10.5.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0.zip\";s:13:\"10.5.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0-beta.1.zip\";s:13:\"10.5.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0-beta.2.zip\";s:11:\"10.5.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0-rc.1.zip\";s:11:\"10.5.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0-rc.2.zip\";s:11:\"10.5.0-rc.3\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0-rc.3.zip\";s:6:\"10.5.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.1.zip\";s:6:\"10.5.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.2.zip\";s:6:\"10.5.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.3.zip\";s:6:\"10.6.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.0.zip\";s:13:\"10.6.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.0-beta.1.zip\";s:13:\"10.6.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.0-beta.2.zip\";s:11:\"10.6.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.0-rc.1.zip\";s:6:\"10.6.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.1.zip\";s:6:\"10.6.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.2.zip\";s:6:\"10.7.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.7.0.zip\";s:13:\"10.7.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.7.0-beta.1.zip\";s:13:\"10.7.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.7.0-beta.2.zip\";s:11:\"10.7.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.7.0-rc.1.zip\";s:6:\"10.8.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.8.0.zip\";s:13:\"10.8.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.8.0-beta.1.zip\";s:13:\"10.8.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.8.0-beta.2.zip\";s:11:\"10.8.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.8.0-rc.1.zip\";s:6:\"10.8.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.8.1.zip\";s:6:\"10.9.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.0.zip\";s:13:\"10.9.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.0-beta.1.zip\";s:13:\"10.9.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.0-beta.2.zip\";s:11:\"10.9.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.0-rc.1.zip\";s:6:\"10.9.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.1.zip\";s:6:\"10.9.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.2.zip\";s:6:\"10.9.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.3.zip\";s:6:\"10.9.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.4.zip\";s:13:\"11.0.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.11.0.0-beta.1.zip\";s:13:\"11.0.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.11.0.0-beta.2.zip\";s:5:\"3.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip\";s:5:\"3.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip\";s:5:\"3.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip\";s:5:\"3.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip\";s:5:\"3.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip\";s:5:\"3.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:5:\"3.0.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip\";s:5:\"3.0.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip\";s:5:\"3.0.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip\";s:5:\"3.0.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip\";s:5:\"3.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip\";s:5:\"3.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:5:\"3.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";s:5:\"3.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.0.zip\";s:5:\"3.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.1.zip\";s:5:\"3.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.2.zip\";s:5:\"3.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.3.zip\";s:5:\"3.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.4.zip\";s:5:\"3.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.5.zip\";s:5:\"3.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.6.zip\";s:5:\"3.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.0.zip\";s:5:\"3.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.1.zip\";s:5:\"3.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2.zip\";s:10:\"3.3.2-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2-rc.1.zip\";s:5:\"3.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:5:\"3.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip\";s:5:\"3.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip\";s:5:\"3.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.6.zip\";s:5:\"3.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0.zip\";s:12:\"3.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-beta.1.zip\";s:10:\"3.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-rc.2.zip\";s:5:\"3.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.zip\";s:5:\"3.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.zip\";s:5:\"3.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:5:\"3.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.4.zip\";s:5:\"3.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip\";s:5:\"3.4.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.6.zip\";s:5:\"3.4.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.7.zip\";s:5:\"3.4.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.8.zip\";s:5:\"3.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0.zip\";s:12:\"3.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-beta.1.zip\";s:10:\"3.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.1.zip\";s:10:\"3.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.2.zip\";s:5:\"3.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.1.zip\";s:6:\"3.5.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.10.zip\";s:5:\"3.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.2.zip\";s:5:\"3.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.3.zip\";s:5:\"3.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.4.zip\";s:5:\"3.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.5.zip\";s:5:\"3.5.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.6.zip\";s:5:\"3.5.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.7.zip\";s:5:\"3.5.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.8.zip\";s:5:\"3.5.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.9.zip\";s:5:\"3.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0.zip\";s:12:\"3.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-beta.1.zip\";s:10:\"3.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.1.zip\";s:10:\"3.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.2.zip\";s:10:\"3.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.3.zip\";s:5:\"3.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.1.zip\";s:5:\"3.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.2.zip\";s:5:\"3.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.3.zip\";s:5:\"3.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.4.zip\";s:5:\"3.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.5.zip\";s:5:\"3.6.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.6.zip\";s:5:\"3.6.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.7.zip\";s:5:\"3.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0.zip\";s:12:\"3.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-beta.1.zip\";s:10:\"3.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.1.zip\";s:10:\"3.7.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.2.zip\";s:5:\"3.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.1.zip\";s:5:\"3.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.2.zip\";s:5:\"3.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.3.zip\";s:5:\"3.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0.zip\";s:12:\"3.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-beta.1.zip\";s:10:\"3.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.1.zip\";s:10:\"3.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.2.zip\";s:5:\"3.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.1.zip\";s:5:\"3.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.2.zip\";s:5:\"3.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.3.zip\";s:5:\"3.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0.zip\";s:12:\"3.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.1.zip\";s:12:\"3.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.2.zip\";s:10:\"3.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.1.zip\";s:10:\"3.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.2.zip\";s:10:\"3.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.3.zip\";s:10:\"3.9.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.4.zip\";s:5:\"3.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.1.zip\";s:5:\"3.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.2.zip\";s:5:\"3.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.3.zip\";s:5:\"3.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.4.zip\";s:5:\"3.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.5.zip\";s:5:\"4.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0.zip\";s:12:\"4.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-beta.1.zip\";s:10:\"4.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.1.zip\";s:10:\"4.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.2.zip\";s:5:\"4.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.1.zip\";s:5:\"4.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.2.zip\";s:5:\"4.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.3.zip\";s:5:\"4.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.4.zip\";s:5:\"4.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0.zip\";s:12:\"4.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.1.zip\";s:12:\"4.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.2.zip\";s:10:\"4.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.1.zip\";s:10:\"4.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.2.zip\";s:5:\"4.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.1.zip\";s:5:\"4.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.2.zip\";s:5:\"4.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.3.zip\";s:5:\"4.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.4.zip\";s:5:\"4.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0.zip\";s:10:\"4.2.0-RC.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.1.zip\";s:10:\"4.2.0-RC.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.2.zip\";s:12:\"4.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-beta.1.zip\";s:5:\"4.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.1.zip\";s:5:\"4.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.2.zip\";s:5:\"4.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.3.zip\";s:5:\"4.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.4.zip\";s:5:\"4.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.5.zip\";s:5:\"4.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0.zip\";s:12:\"4.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-beta.1.zip\";s:10:\"4.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.1.zip\";s:10:\"4.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.2.zip\";s:10:\"4.3.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.3.zip\";s:5:\"4.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.1.zip\";s:5:\"4.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.2.zip\";s:5:\"4.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.3.zip\";s:5:\"4.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.4.zip\";s:5:\"4.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.5.zip\";s:5:\"4.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.6.zip\";s:5:\"4.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0.zip\";s:12:\"4.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-beta.1.zip\";s:10:\"4.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-rc.1.zip\";s:5:\"4.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.1.zip\";s:5:\"4.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.2.zip\";s:5:\"4.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.3.zip\";s:5:\"4.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.4.zip\";s:5:\"4.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0.zip\";s:12:\"4.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-beta.1.zip\";s:10:\"4.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.1.zip\";s:10:\"4.5.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.3.zip\";s:5:\"4.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.1.zip\";s:5:\"4.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.2.zip\";s:5:\"4.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.3.zip\";s:5:\"4.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.4.zip\";s:5:\"4.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.5.zip\";s:5:\"4.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0.zip\";s:12:\"4.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-beta.1.zip\";s:10:\"4.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-rc.1.zip\";s:5:\"4.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.1.zip\";s:5:\"4.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.2.zip\";s:5:\"4.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.3.zip\";s:5:\"4.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.4.zip\";s:5:\"4.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.5.zip\";s:5:\"4.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0.zip\";s:12:\"4.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.1.zip\";s:12:\"4.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.2.zip\";s:10:\"4.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-rc.1.zip\";s:5:\"4.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1.zip\";s:12:\"4.7.1-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1-beta.1.zip\";s:5:\"4.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.2.zip\";s:5:\"4.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.3.zip\";s:5:\"4.7.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.4.zip\";s:5:\"4.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0.zip\";s:12:\"4.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-beta.1.zip\";s:10:\"4.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.1.zip\";s:10:\"4.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.2.zip\";s:5:\"4.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.1.zip\";s:5:\"4.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.2.zip\";s:5:\"4.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.3.zip\";s:5:\"4.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0.zip\";s:12:\"4.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-beta.1.zip\";s:10:\"4.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.1.zip\";s:10:\"4.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.2.zip\";s:5:\"4.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.1.zip\";s:5:\"4.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.2.zip\";s:5:\"4.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.3.zip\";s:5:\"4.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.4.zip\";s:5:\"4.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.5.zip\";s:5:\"5.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0.zip\";s:12:\"5.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.1.zip\";s:12:\"5.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.2.zip\";s:10:\"5.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.1.zip\";s:10:\"5.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.2.zip\";s:10:\"5.0.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.3.zip\";s:5:\"5.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.1.zip\";s:5:\"5.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.2.zip\";s:5:\"5.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.3.zip\";s:5:\"5.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0.zip\";s:12:\"5.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-beta.1.zip\";s:10:\"5.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-rc.1.zip\";s:5:\"5.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.1.zip\";s:5:\"5.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.2.zip\";s:5:\"5.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.3.zip\";s:5:\"5.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0.zip\";s:12:\"5.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-beta.1.zip\";s:10:\"5.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.1.zip\";s:10:\"5.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.2.zip\";s:5:\"5.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.1.zip\";s:5:\"5.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.2.zip\";s:5:\"5.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.3.zip\";s:5:\"5.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.4.zip\";s:5:\"5.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.5.zip\";s:5:\"5.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0.zip\";s:12:\"5.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-beta.1.zip\";s:10:\"5.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.1.zip\";s:10:\"5.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.2.zip\";s:5:\"5.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.1.zip\";s:5:\"5.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.2.zip\";s:5:\"5.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.3.zip\";s:5:\"5.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0.zip\";s:12:\"5.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-beta.1.zip\";s:10:\"5.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-rc.1.zip\";s:5:\"5.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.1.zip\";s:5:\"5.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.2.zip\";s:5:\"5.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.3.zip\";s:5:\"5.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.4.zip\";s:5:\"5.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.5.zip\";s:5:\"5.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0.zip\";s:12:\"5.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-beta.1.zip\";s:10:\"5.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.1.zip\";s:10:\"5.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.2.zip\";s:5:\"5.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.1.zip\";s:5:\"5.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.2.zip\";s:5:\"5.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.3.zip\";s:5:\"5.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.4.zip\";s:5:\"5.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.5.zip\";s:5:\"5.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0.zip\";s:12:\"5.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-beta.1.zip\";s:10:\"5.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.1.zip\";s:10:\"5.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.2.zip\";s:5:\"5.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.1.zip\";s:5:\"5.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.2.zip\";s:5:\"5.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.3.zip\";s:5:\"5.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0.zip\";s:12:\"5.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-beta.1.zip\";s:10:\"5.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-rc.1.zip\";s:5:\"5.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.1.zip\";s:5:\"5.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.2.zip\";s:5:\"5.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.3.zip\";s:5:\"5.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0.zip\";s:12:\"5.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.1.zip\";s:12:\"5.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.2.zip\";s:10:\"5.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-rc.1.zip\";s:5:\"5.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.1.zip\";s:5:\"5.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.2.zip\";s:5:\"5.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0.zip\";s:12:\"5.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-beta.1.zip\";s:10:\"5.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.1.zip\";s:10:\"5.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.2.zip\";s:5:\"5.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.1.zip\";s:5:\"5.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.2.zip\";s:5:\"6.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0.zip\";s:12:\"6.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-beta.1.zip\";s:10:\"6.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-rc.1.zip\";s:5:\"6.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.1.zip\";s:5:\"6.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.2.zip\";s:5:\"6.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0.zip\";s:12:\"6.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-beta.1.zip\";s:10:\"6.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.1.zip\";s:10:\"6.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.2.zip\";s:5:\"6.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.1.zip\";s:5:\"6.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.2.zip\";s:5:\"6.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.3.zip\";s:5:\"6.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0.zip\";s:12:\"6.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-beta.1.zip\";s:10:\"6.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.1.zip\";s:10:\"6.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.2.zip\";s:5:\"6.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.1.zip\";s:5:\"6.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.2.zip\";s:5:\"6.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.3.zip\";s:5:\"6.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0.zip\";s:12:\"6.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-beta.1.zip\";s:10:\"6.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.1.zip\";s:10:\"6.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.2.zip\";s:5:\"6.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.1.zip\";s:5:\"6.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.2.zip\";s:5:\"6.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0.zip\";s:12:\"6.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-beta.1.zip\";s:10:\"6.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-rc.1.zip\";s:5:\"6.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.1.zip\";s:5:\"6.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.2.zip\";s:5:\"6.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0.zip\";s:12:\"6.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-beta.1.zip\";s:10:\"6.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.1.zip\";s:10:\"6.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.2.zip\";s:5:\"6.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.1.zip\";s:5:\"6.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.2.zip\";s:5:\"6.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0.zip\";s:12:\"6.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-beta.1.zip\";s:10:\"6.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.1.zip\";s:10:\"6.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.2.zip\";s:5:\"6.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.1.zip\";s:5:\"6.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.2.zip\";s:5:\"6.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0.zip\";s:12:\"6.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.1.zip\";s:12:\"6.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.2.zip\";s:10:\"6.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-rc.1.zip\";s:5:\"6.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.1.zip\";s:5:\"6.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0.zip\";s:12:\"6.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.1.zip\";s:12:\"6.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.2.zip\";s:10:\"6.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-rc.1.zip\";s:5:\"6.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.1.zip\";s:5:\"6.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.2.zip\";s:5:\"6.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.3.zip\";s:5:\"6.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0.zip\";s:12:\"6.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.1.zip\";s:12:\"6.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.2.zip\";s:10:\"6.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-rc.1.zip\";s:5:\"6.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.1.zip\";s:5:\"6.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.2.zip\";s:5:\"6.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.3.zip\";s:5:\"6.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.4.zip\";s:5:\"6.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.5.zip\";s:5:\"7.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0.zip\";s:12:\"7.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.1.zip\";s:12:\"7.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.2.zip\";s:12:\"7.0.0-beta.3\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.3.zip\";s:10:\"7.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.1.zip\";s:10:\"7.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.2.zip\";s:5:\"7.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.1.zip\";s:5:\"7.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.2.zip\";s:5:\"7.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0.zip\";s:12:\"7.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.1.zip\";s:12:\"7.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.2.zip\";s:10:\"7.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.1.zip\";s:10:\"7.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.2.zip\";s:5:\"7.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.1.zip\";s:5:\"7.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.2.zip\";s:5:\"7.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0.zip\";s:12:\"7.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.1.zip\";s:12:\"7.2.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.2.zip\";s:10:\"7.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.1.zip\";s:10:\"7.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.2.zip\";s:5:\"7.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.1.zip\";s:5:\"7.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.2.zip\";s:5:\"7.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.3.zip\";s:5:\"7.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.4.zip\";s:5:\"7.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0.zip\";s:12:\"7.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.1.zip\";s:12:\"7.3.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.2.zip\";s:10:\"7.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.1.zip\";s:10:\"7.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.2.zip\";s:5:\"7.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.1.zip\";s:5:\"7.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0.zip\";s:12:\"7.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.1.zip\";s:12:\"7.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.2.zip\";s:10:\"7.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.1.zip\";s:10:\"7.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.2.zip\";s:5:\"7.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.1.zip\";s:5:\"7.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.2.zip\";s:5:\"7.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0.zip\";s:12:\"7.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.1.zip\";s:12:\"7.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.2.zip\";s:10:\"7.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-rc.1.zip\";s:5:\"7.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.1.zip\";s:5:\"7.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.2.zip\";s:5:\"7.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0.zip\";s:12:\"7.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.1.zip\";s:12:\"7.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.2.zip\";s:10:\"7.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.1.zip\";s:10:\"7.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.2.zip\";s:10:\"7.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.3.zip\";s:5:\"7.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.1.zip\";s:5:\"7.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.2.zip\";s:5:\"7.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0.zip\";s:12:\"7.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.1.zip\";s:12:\"7.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.2.zip\";s:10:\"7.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-rc.1.zip\";s:5:\"7.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.1.zip\";s:5:\"7.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.2.zip\";s:5:\"7.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.3.zip\";s:5:\"7.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0.zip\";s:12:\"7.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.1.zip\";s:12:\"7.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.2.zip\";s:10:\"7.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.1.zip\";s:10:\"7.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.2.zip\";s:5:\"7.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.1.zip\";s:5:\"7.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.2.zip\";s:5:\"7.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.3.zip\";s:5:\"7.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.4.zip\";s:5:\"7.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0.zip\";s:12:\"7.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.1.zip\";s:12:\"7.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.2.zip\";s:10:\"7.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.2.zip\";s:10:\"7.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.3.zip\";s:5:\"7.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.1.zip\";s:5:\"7.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.2.zip\";s:5:\"8.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0.zip\";s:12:\"8.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.1.zip\";s:12:\"8.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.2.zip\";s:10:\"8.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.1.zip\";s:10:\"8.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.2.zip\";s:5:\"8.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.1.zip\";s:5:\"8.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.2.zip\";s:5:\"8.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.3.zip\";s:5:\"8.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.4.zip\";s:5:\"8.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.5.zip\";s:5:\"8.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0.zip\";s:12:\"8.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-beta.1.zip\";s:10:\"8.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.1.zip\";s:10:\"8.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.2.zip\";s:5:\"8.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.1.zip\";s:5:\"8.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.2.zip\";s:5:\"8.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.3.zip\";s:5:\"8.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.4.zip\";s:5:\"8.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0.zip\";s:12:\"8.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-beta.1.zip\";s:10:\"8.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.1.zip\";s:10:\"8.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.2.zip\";s:5:\"8.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.1.zip\";s:5:\"8.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.2.zip\";s:5:\"8.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.3.zip\";s:5:\"8.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.4.zip\";s:5:\"8.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.5.zip\";s:5:\"8.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0.zip\";s:12:\"8.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-beta.1.zip\";s:10:\"8.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.1.zip\";s:10:\"8.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.2.zip\";s:5:\"8.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.1.zip\";s:5:\"8.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.2.zip\";s:5:\"8.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.3.zip\";s:5:\"8.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.4.zip\";s:5:\"8.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0.zip\";s:12:\"8.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-beta.1.zip\";s:10:\"8.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-rc.1.zip\";s:5:\"8.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.1.zip\";s:5:\"8.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.2.zip\";s:5:\"8.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.3.zip\";s:5:\"8.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0.zip\";s:12:\"8.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-beta.1.zip\";s:10:\"8.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-rc.1.zip\";s:5:\"8.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.1.zip\";s:5:\"8.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.2.zip\";s:5:\"8.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.3.zip\";s:5:\"8.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.4.zip\";s:5:\"8.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.5.zip\";s:5:\"8.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0.zip\";s:12:\"8.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-beta.1.zip\";s:10:\"8.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-rc.1.zip\";s:5:\"8.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.1.zip\";s:5:\"8.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.2.zip\";s:5:\"8.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.3.zip\";s:5:\"8.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.4.zip\";s:5:\"8.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0.zip\";s:12:\"8.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.1.zip\";s:12:\"8.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.2.zip\";s:10:\"8.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-rc.1.zip\";s:5:\"8.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.1.zip\";s:5:\"8.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.2.zip\";s:5:\"8.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.3.zip\";s:5:\"8.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0.zip\";s:12:\"8.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-beta.1.zip\";s:10:\"8.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-rc.1.zip\";s:5:\"8.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.1.zip\";s:5:\"8.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.2.zip\";s:5:\"8.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.3.zip\";s:5:\"8.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.4.zip\";s:5:\"8.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.5.zip\";s:5:\"8.8.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.6.zip\";s:5:\"8.8.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.7.zip\";s:5:\"8.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0.zip\";s:12:\"8.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-beta.1.zip\";s:10:\"8.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-rc.1.zip\";s:5:\"8.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.1.zip\";s:5:\"8.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.2.zip\";s:5:\"8.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.3.zip\";s:5:\"8.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.4.zip\";s:5:\"8.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.5.zip\";s:5:\"9.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0.zip\";s:12:\"9.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.1.zip\";s:12:\"9.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.2.zip\";s:10:\"9.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-rc.1.zip\";s:5:\"9.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.1.zip\";s:5:\"9.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.2.zip\";s:5:\"9.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.3.zip\";s:5:\"9.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.4.zip\";s:5:\"9.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0.zip\";s:12:\"9.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-beta.1.zip\";s:10:\"9.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-rc.1.zip\";s:5:\"9.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.1.zip\";s:5:\"9.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.2.zip\";s:5:\"9.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.3.zip\";s:5:\"9.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.4.zip\";s:5:\"9.1.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.5.zip\";s:5:\"9.1.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.6.zip\";s:5:\"9.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0.zip\";s:12:\"9.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-beta.1.zip\";s:10:\"9.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-rc.1.zip\";s:5:\"9.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.1.zip\";s:5:\"9.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.2.zip\";s:5:\"9.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.3.zip\";s:5:\"9.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.4.zip\";s:5:\"9.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.5.zip\";s:5:\"9.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0.zip\";s:12:\"9.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-beta.1.zip\";s:10:\"9.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-rc.1.zip\";s:5:\"9.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.1.zip\";s:5:\"9.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.2.zip\";s:5:\"9.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.3.zip\";s:5:\"9.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.4.zip\";s:5:\"9.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.5.zip\";s:5:\"9.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.6.zip\";s:5:\"9.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0.zip\";s:12:\"9.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.1.zip\";s:12:\"9.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.2.zip\";s:10:\"9.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.1.zip\";s:10:\"9.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.2.zip\";s:10:\"9.4.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.3.zip\";s:10:\"9.4.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.4.zip\";s:5:\"9.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.1.zip\";s:5:\"9.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.2.zip\";s:5:\"9.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.3.zip\";s:5:\"9.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.4.zip\";s:5:\"9.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.5.zip\";s:5:\"9.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0.zip\";s:12:\"9.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.1.zip\";s:12:\"9.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.2.zip\";s:10:\"9.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-rc.1.zip\";s:5:\"9.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.1.zip\";s:5:\"9.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.2.zip\";s:5:\"9.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.3.zip\";s:5:\"9.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.4.zip\";s:5:\"9.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0.zip\";s:12:\"9.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.1.zip\";s:12:\"9.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.2.zip\";s:10:\"9.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-rc.1.zip\";s:5:\"9.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.1.zip\";s:5:\"9.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.2.zip\";s:5:\"9.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.3.zip\";s:5:\"9.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.4.zip\";s:5:\"9.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0.zip\";s:12:\"9.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-beta.1.zip\";s:10:\"9.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-rc.1.zip\";s:5:\"9.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.1.zip\";s:5:\"9.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.2.zip\";s:5:\"9.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.3.zip\";s:5:\"9.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0.zip\";s:12:\"9.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-beta.1.zip\";s:10:\"9.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-rc.1.zip\";s:5:\"9.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.1.zip\";s:5:\"9.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.2.zip\";s:5:\"9.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.3.zip\";s:5:\"9.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.4.zip\";s:5:\"9.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.5.zip\";s:5:\"9.8.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.6.zip\";s:5:\"9.8.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.7.zip\";s:5:\"9.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0.zip\";s:12:\"9.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-beta.1.zip\";s:10:\"9.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-rc.1.zip\";s:5:\"9.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.1.zip\";s:5:\"9.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.2.zip\";s:5:\"9.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.3.zip\";s:5:\"9.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.4.zip\";s:5:\"9.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.5.zip\";s:5:\"9.9.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.6.zip\";s:5:\"9.9.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.7.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";s:4:\"high\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:11:\"WooCommerce\";}}','off'),(131203,'woocommerce_mmq_version','5.2.7','yes'),(131207,'wc_mmq_maintenance_notices','a:0:{}','yes'),(132334,'wcpay_welcome_page_viewed_timestamp','1713537614','yes'),(132644,'wc_mmq_meta_box_notices','a:0:{}','yes'),(135149,'pagespeed_cache','0','no'),(136333,'pagespeeddb_options','a:0:{}','yes'),(136334,'pagespeedwp_options','a:0:{}','yes'),(136335,'pagespeedcss_options','a:0:{}','yes'),(136629,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(136948,'acfwp_installed_version','3.6.1','yes'),(136949,'option_acfwp_activation_code_triggered','yes','yes'),(138708,'woocommerce_hpos_fts_index_enabled','no','yes'),(139414,'acfw_last_license_check','1732513149','off'),(139417,'acfw_plugins_license_data','a:1:{s:4:\"ACFW\";a:11:{s:6:\"status\";s:7:\"success\";s:14:\"license_status\";s:6:\"active\";s:20:\"expiration_timestamp\";s:19:\"2025-07-22 14:50:20\";s:19:\"subscription_status\";s:6:\"active\";s:14:\"max_activation\";i:1;s:22:\"max_staging_activation\";i:3;s:21:\"activated_sites_count\";i:1;s:29:\"activated_staging_sites_count\";i:0;s:14:\"management_url\";s:55:\"https://advancedcouponsplugin.com/my-account/downloads/\";s:11:\"upgrade_url\";s:59:\"https://advancedcouponsplugin.com/my-account/subscriptions/\";s:7:\"message\";s:16:\"License is valid\";}}','off'),(139418,'acfwf_show_funnelkit_stripe_promote_notice','dismissed','yes'),(140664,'acfwf_plugin_installation_date','2024-07-11 05:19:44','yes'),(141058,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":5,\"critical\":2}','yes'),(141069,'jetpack_options','a:1:{s:14:\"last_heartbeat\";i:1767193000;}','yes'),(141119,'woocommerce_share_key','JePks35b1q8GLFCh43mXYJV8fMAzM5WU','yes'),(141122,'woocommerce_show_lys_tour','yes','yes'),(141234,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:24:\"brice@laradasciences.com\";s:7:\"version\";s:5:\"6.8.3\";s:9:\"timestamp\";i:1759263851;}','off'),(144145,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1775703447;s:5:\"value\";s:8561:\"[{\"id\":\"4.0-default\",\"title\":\"The new default\",\"description\":\"New sites now start with version 4.0 and atomic features enabled by default. Existing sites can choose to manually activate. Nothing happens to your existing layouts and sites.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-default.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-atomic-form.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-atomic-forms\\/\"},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-interactions\\/\"},{\"id\":\"4.0-sync-design-system\",\"title\":\"Sync and share design systems\",\"description\":\"Export and import Variables and Classes between sites, and sync them with v3 Global Styles. Maintain a consistent design system across projects and across versions.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-sync-design-system.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-launch\",\"title\":\"Introducing Angie Code.\",\"description\":\"Create custom Elementor widgets, and snippets for custom site functionality from a simple description. Built natively for WordPress, and Elementor. Preview safely, refine through conversation, and publish when ready.\",\"topic\":\"Angie Code\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-launch.png\",\"chipTags\":[\"New launch\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-angie-launch\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"partner-program\",\"title\":\"Partner with Elementor. Grow your business.\",\"description\":\"Join to unlock exclusive access, secure visibility, benefit from marketing opportunities, and create additional revenue from the work you have already done. Join for free and start benefiting!\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/notification-partner.png\",\"chipTags\":[\"Partner Program\"],\"cta\":\"Apply now\",\"ctaLink\":\"https:\\/\\/my.elementor.com\\/agency\\/\"},{\"id\":\"manage-launch\",\"title\":\"Introducing Manage\",\"description\":\"Monitor, optimize and maintain all your sites from one centralized dashboard. Track performance, perform bulk updates and detect security risks to stay ahead of issues.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/manage.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Start free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/manage\\/whatsnew\"},{\"id\":\"components-3.35\",\"title\":\"Components\",\"description\":\"Build modular, reusable sections that update everywhere and decide how much control to give away to your team or clients.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/components-3-35.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-components-3.35-blog\",\"readMoreText\":\"Learn More\"},{\"id\":\"one-launch\",\"title\":\"Introducing Elementor One\",\"description\":\"The complete website building experience. All the tools to create, optimize, and manage websites, unified under one roof.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-launch.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Explore Elementor One\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/launch-whats-new\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}','off'),(144152,'elementor_woocommerce_purchase_summary_page_id','','auto'),(154161,'woocommerce_downloads_count_partial','yes','on'),(154487,'_itwr_validation','invalid','auto'),(154488,'itwr_update_data','a:11:{s:3:\"key\";s:4:\"itwr\";s:4:\"slug\";s:31:\"iThemelandco-Woocommerce-Report\";s:5:\"label\";s:31:\"iThemelandCo WooCommerce Report\";s:13:\"download_link\";s:62:\"https://license.ithemelandco.com/index.php?service=update_file\";s:4:\"date\";s:10:\"1732492800\";s:11:\"new_version\";s:5:\"1.2.0\";s:17:\"force_update_from\";s:5:\"0.0.0\";s:17:\"wp_tested_version\";s:3:\"6.7\";s:18:\"wp_require_version\";s:5:\"5.1.0\";s:11:\"plugin_icon\";s:0:\"\";s:8:\"sections\";a:2:{s:11:\"description\";s:36:\"<b>iThemeland WooCommerce Report</b>\";s:9:\"changelog\";s:73:\"ver 1.2.0 : Fixed Compatible with WordPress 6.7 | Fixed Some other issues\";}}','auto'),(154489,'itwr_last_check_for_update','2024-12-18 04:01:21','auto'),(154491,'itwr-el-data','a:18:{s:4:\"hash\";s:32:\"c9da5bceede6211c35c2655d917824d9\";s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";s:6:\"domain\";s:34:\"lcaginesisstore.us14.cdn-alpha.com\";s:11:\"license_key\";s:22:\"IT-Bc7E-7feD-ecAE-0cD4\";s:10:\"product_id\";s:4:\"itwr\";s:12:\"product_name\";s:38:\"WooCommerce Report - 1 Site - LifeTime\";s:8:\"industry\";s:18:\"Retail / eCommerce\";s:4:\"type\";s:10:\"ithemeland\";s:11:\"active_date\";s:19:\"2024-08-22 19:55:05\";s:11:\"expire_date\";s:19:\"2124-07-29 19:55:05\";s:10:\"multi_site\";i:0;s:12:\"core_version\";N;s:17:\"subsystem_version\";s:5:\"1.1.8\";s:9:\"updatable\";i:1;s:9:\"activable\";i:1;s:6:\"status\";i:1;s:8:\"is_valid\";i:1;s:7:\"matched\";i:1;}','auto'),(154494,'it_report_menus','{\"logo\":{\"label\":\"\",\"id\":\"logo\",\"link\":\"#\",\"icon\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/iThemelandco-Woocommerce-Report\\/assets\\/images\\/logo.png\",\"mini_icon\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/iThemelandco-Woocommerce-Report\\/assets\\/images\\/mini_logo.png\"},\"dashboard\":{\"label\":\"Dashboard\",\"id\":\"dashboard\",\"link\":\"admin.php?page=wcx_wcreport_plugin_dashboard&parent=dashboard&smenu=dashboard\",\"icon\":\"fa-bookmark\"},\"all_order_reports\":{\"label\":\"Order\",\"id\":\"all_order_reports\",\"link\":\"#\",\"icon\":\"fa-shopping-cart\",\"childs\":{\"all_orders\":{\"label\":\"All Orders\",\"id\":\"all_orders\",\"link\":\"admin.php?page=wcx_wcreport_plugin_details&parent=all_order_reports&smenu=all_orders\",\"icon\":\"fa-file-text\"},\"all_orders_full\":{\"label\":\"All Orders Billing\",\"id\":\"all_orders_full\",\"link\":\"admin.php?page=wcx_wcreport_plugin_details_full&parent=all_order_reports&smenu=all_orders_full\",\"icon\":\"fa-file-text\"},\"details_combined\":{\"label\":\"Combined Orders\",\"id\":\"details_combined\",\"link\":\"admin.php?page=wcx_wcreport_plugin_details_combined&parent=all_order_reports&smenu=details_combined\",\"icon\":\"fa-area-chart\"},\"all_orders_full_shipping_tax\":{\"label\":\"All Orders Billing|Shipping Tax\",\"id\":\"all_orders_full_shipping_tax\",\"link\":\"admin.php?page=wcx_wcreport_plugin_details_full_shipping_tax&parent=all_order_reports&smenu=all_orders_full_shipping_tax\",\"icon\":\"fa-area-chart\"},\"all_orders_full_shipping\":{\"label\":\"All Orders Billing\\/Shipping\",\"id\":\"all_orders_full_shipping\",\"link\":\"admin.php?page=wcx_wcreport_plugin_details_full_shipping&parent=all_order_reports&smenu=all_orders_full_shipping\",\"icon\":\"fa-area-chart\"},\"order_per_country\":{\"label\":\"Order\\/Country\",\"id\":\"order_per_country\",\"link\":\"admin.php?page=wcx_wcreport_plugin_order_per_country&parent=all_order_reports&smenu=order_per_country\",\"icon\":\"fa-eye-slash\"},\"order_status\":{\"label\":\"Order Status\",\"id\":\"order_status\",\"link\":\"admin.php?page=wcx_wcreport_plugin_orderstatus&parent=all_order_reports&smenu=order_status\",\"icon\":\"fa-check\"},\"order_status_change\":{\"label\":\"Status Change\",\"id\":\"order_status_change\",\"link\":\"admin.php?page=wcx_wcreport_plugin_order_status_change&parent=all_order_reports&smenu=order_status_change\",\"icon\":\"fa-check\"},\"recent_order\":{\"label\":\"Recent Order\",\"id\":\"recent_order\",\"link\":\"admin.php?page=wcx_wcreport_plugin_recentorder&parent=all_order_reports&smenu=recent_order\",\"icon\":\"fa-shopping-cart\"},\"refund_detail\":{\"label\":\"Refund Orders\",\"id\":\"refund_detail\",\"link\":\"admin.php?page=wcx_wcreport_plugin_refunddetails&parent=all_order_reports&smenu=refund_detail\",\"icon\":\"fa-eye-slash\"},\"order_product_analysis\":{\"label\":\"Analysis Simple Products\",\"id\":\"order_product_analysis\",\"link\":\"admin.php?page=wcx_wcreport_plugin_order_product_analysis&parent=all_order_reports&smenu=order_product_analysis\",\"icon\":\"fa-line-chart\"},\"order_variation_analysis\":{\"label\":\"Analysis Variation Products\",\"id\":\"order_variation_analysis\",\"link\":\"admin.php?page=wcx_wcreport_plugin_order_variation_analysis&parent=all_order_reports&smenu=order_variation_analysis\",\"icon\":\"fa-area-chart\"}}},\"product_reports\":{\"label\":\"Product\",\"id\":\"product_reports\",\"link\":\"#\",\"icon\":\"fa-shopping-bag\",\"childs\":{\"product\":{\"label\":\"Purchased Product\",\"id\":\"product\",\"link\":\"admin.php?page=wcx_wcreport_plugin_product&parent=product_reports&smenu=product\",\"icon\":\"fa-cog\"},\"variation\":{\"label\":\"Purchased Variation\",\"id\":\"variation\",\"link\":\"admin.php?page=wcx_wcreport_plugin_variation&parent=product_reports&smenu=variation\",\"icon\":\"fa-server\"},\"all_products\":{\"label\":\"All Products\",\"id\":\"all_products\",\"link\":\"admin.php?page=wcx_wcreport_plugin_all_products&parent=product_reports&smenu=all_products\",\"icon\":\"fa-cog\"},\"product_variation_qty\":{\"label\":\"Purchased Product Qty\",\"id\":\"product_variation_qty\",\"link\":\"admin.php?page=wcx_wcreport_plugin_product_variation_qty&parent=product_reports&smenu=product_variation_qty\",\"icon\":\"fa-cog\"},\"product_per_users\":{\"label\":\"Product\\/Users\",\"id\":\"product_per_users\",\"link\":\"admin.php?page=wcx_wcreport_plugin_product_per_users&parent=product_reports&smenu=product_per_users\",\"icon\":\"fa-cog\"},\"category\":{\"label\":\"Category\",\"id\":\"category\",\"link\":\"admin.php?page=wcx_wcreport_plugin_category&parent=product_reports&smenu=category\",\"icon\":\"fa-tags\"},\"tags\":{\"label\":\"Tag\",\"id\":\"tags\",\"link\":\"admin.php?page=wcx_wcreport_plugin_tags&parent=product_reports&smenu=tags\",\"icon\":\"fa-tags\"},\"customer_buy_prod\":{\"label\":\"Purchased Product by Customer\",\"id\":\"customer_buy_prod\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customrebuyproducts&parent=product_reports&smenu=customer_buy_prod\",\"icon\":\"fa-users\"},\"customer_category\":{\"label\":\"Purchased Category by Customer\",\"id\":\"customer_category\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_category&parent=product_reports&smenu=customer_category\",\"icon\":\"fa-users\"},\"stock_list\":{\"label\":\"Product Stock\",\"id\":\"stock_list\",\"link\":\"admin.php?page=wcx_wcreport_plugin_stock_list&parent=product_reports&smenu=stock_list\",\"icon\":\"fa-cart-arrow-down\"},\"variation_stock\":{\"label\":\"Variation Stock\",\"id\":\"variation_stock\",\"link\":\"admin.php?page=wcx_wcreport_plugin_variation_stock&parent=product_reports&smenu=variation_stock\",\"icon\":\"fa-rocket\"},\"stock_zero_level\":{\"label\":\"Zero Level Stock\",\"id\":\"stock_zero_level\",\"link\":\"admin.php?page=wcx_wcreport_plugin_stock_zero_level&parent=product_reports&smenu=stock_zero_level\",\"icon\":\"fa-exclamation-triangle\"},\"stock_min_level\":{\"label\":\"Minimum Level Stock\",\"id\":\"stock_min_level\",\"link\":\"admin.php?page=wcx_wcreport_plugin_stock_min_level&parent=product_reports&smenu=stock_min_level\",\"icon\":\"fa-level-down\"},\"stock_max_level\":{\"label\":\"Most Stocked\",\"id\":\"stock_max_level\",\"link\":\"admin.php?page=wcx_wcreport_plugin_stock_max_level&parent=product_reports&smenu=stock_max_level\",\"icon\":\"fa-level-up\"},\"stock_summary_avg\":{\"label\":\"Summary Stock Planner\",\"id\":\"stock_summary_avg\",\"link\":\"admin.php?page=wcx_wcreport_plugin_stock_summary_avg&parent=product_reports&smenu=stock_summary_avg\",\"icon\":\"fa-newspaper-o\"}}},\"brands_reports\":{\"label\":\"Brands Reports\",\"id\":\"brands_reports\",\"link\":\"#\",\"icon\":\"fa-tag\",\"childs\":{\"details_brands\":{\"label\":\"All Orders Per Brands\",\"id\":\"details_brands\",\"link\":\"admin.php?page=wcx_wcreport_plugin_all_order_brands&parent=brands_reports&smenu=details_brands\",\"icon\":\"fa-cog\"},\"brand_brands\":{\"label\":\"Brands Report\",\"id\":\"brand_brands\",\"link\":\"admin.php?page=wcx_wcreport_plugin_brand_brands&parent=brands_reports&smenu=brand_brands\",\"icon\":\"fa-tags\"}}},\"customer_reports\":{\"label\":\"Customer\",\"id\":\"customer_reports\",\"link\":\"#\",\"icon\":\"fa-user\",\"childs\":{\"customer\":{\"label\":\"Customer\",\"id\":\"customer\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer&parent=customer_reports&smenu=customer\",\"icon\":\"fa-user\"},\"customer_analysis\":{\"label\":\"Customer Analysis\",\"id\":\"customer_analysis\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_analysis&parent=customer_reports&smenu=customer_analysis\",\"icon\":\"fa-bar-chart\"},\"customer_min_max\":{\"label\":\"Customer Min-Max\",\"id\":\"customer_min_max\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_min_max&parent=customer_reports&smenu=customer_min_max\",\"icon\":\"fa-hand-pointer-o\"},\"customer_no_purchased\":{\"label\":\"Customer\\/Non Purchase\",\"id\":\"customer_no_purchased\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_no_purchased&parent=customer_reports&smenu=customer_no_purchased\",\"icon\":\"fa-ban\"}}},\"customer_role_group\":{\"label\":\"Customer Role\\/Group\",\"id\":\"customer_role_group\",\"link\":\"#\",\"icon\":\"fa-user-circle\",\"childs\":{\"customer_role_total_sale\":{\"label\":\"Total Sales\",\"id\":\"customer_role_total_sale\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_role_total_sale&parent=customer_role_group&smenu=customer_role_total_sale\",\"icon\":\"fa-usd\"},\"customer_role_registered\":{\"label\":\"New User Sign-Up\",\"id\":\"customer_role_registered\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_role_registered&parent=customer_role_group&smenu=customer_role_registered\",\"icon\":\"fa-user-plus\"},\"customer_role_top_products\":{\"label\":\"Top 20 Products\",\"id\":\"customer_role_top_products\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_role_top_products&parent=customer_role_group&smenu=customer_role_top_products\",\"icon\":\"fa-level-up\"},\"customer_role_bottom_products\":{\"label\":\"Lowly 20 Products\",\"id\":\"customer_role_bottom_products\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_role_bottom_products&parent=customer_role_group&smenu=customer_role_bottom_products\",\"icon\":\"fa-level-down\"}}},\"more_reports\":{\"label\":\"More Reports\",\"id\":\"more_reports\",\"link\":\"#\",\"icon\":\"fa-files-o\",\"childs\":{\"profit\":false,\"billing_country\":{\"label\":\"Billing Country\",\"id\":\"billing_country\",\"link\":\"admin.php?page=wcx_wcreport_plugin_billingcountry&parent=more_reports&smenu=billing_country\",\"icon\":\"fa-globe\"},\"billing_state\":{\"label\":\"Billing State\",\"id\":\"billing_state\",\"link\":\"admin.php?page=wcx_wcreport_plugin_billingstate&parent=more_reports&smenu=billing_state\",\"icon\":\"fa-map\"},\"billing_city\":{\"label\":\"Billing City\",\"id\":\"billing_city\",\"link\":\"admin.php?page=wcx_wcreport_plugin_billingcity&parent=more_reports&smenu=billing_city\",\"icon\":\"fa-map-marker\"},\"payment_gateway\":{\"label\":\"Payment Gateway\",\"id\":\"payment_gateway\",\"link\":\"admin.php?page=wcx_wcreport_plugin_paymentgateway&parent=more_reports&smenu=payment_gateway\",\"icon\":\"fa-credit-card\"},\"coupon\":{\"label\":\"Coupon\",\"id\":\"coupon\",\"link\":\"admin.php?page=wcx_wcreport_plugin_coupon&parent=more_reports&smenu=coupon\",\"icon\":\"fa-hashtag\"},\"coupon_discount\":{\"label\":\"Coupon Discount\",\"id\":\"coupon_discount\",\"link\":\"admin.php?page=wcx_wcreport_plugin_coupon_discount&parent=more_reports&smenu=coupon_discount\",\"icon\":\"fa-percent\"},\"proj_actual_sale\":{\"label\":\"Project VS Actual Sale\",\"id\":\"proj_actual_sale\",\"link\":\"admin.php?page=wcx_wcreport_plugin_projected_actual_sale&parent=more_reports&smenu=proj_actual_sale\",\"icon\":\"fa-calendar-check-o\"}}},\"cross_tab\":{\"label\":\"CrossTab\",\"id\":\"cross_tab\",\"link\":\"#\",\"icon\":\"fa-random\",\"childs\":{\"prod_per_month\":{\"label\":\"Product\\/Month\",\"id\":\"prod_per_month\",\"link\":\"admin.php?page=wcx_wcreport_plugin_prod_per_month&parent=cross_tab&smenu=prod_per_month\",\"icon\":\"fa-cog\"},\"variation_per_month\":{\"label\":\"Variation\\/Month\",\"id\":\"variation_per_month\",\"link\":\"admin.php?page=wcx_wcreport_plugin_variation_per_month&parent=cross_tab&smenu=variation_per_month\",\"icon\":\"fa-line-chart\"},\"prod_per_country\":{\"label\":\"Product\\/Country\",\"id\":\"prod_per_country\",\"link\":\"admin.php?page=wcx_wcreport_plugin_prod_per_country&parent=cross_tab&smenu=prod_per_country\",\"icon\":\"fa-globe\"},\"prod_per_state\":{\"label\":\"Product\\/State\",\"id\":\"prod_per_state\",\"link\":\"admin.php?page=wcx_wcreport_plugin_prod_per_state&parent=cross_tab&smenu=prod_per_state\",\"icon\":\"fa-map\"},\"country_per_month\":{\"label\":\"Country\\/Month\",\"id\":\"country_per_month\",\"link\":\"admin.php?page=wcx_wcreport_plugin_country_per_month&parent=cross_tab&smenu=country_per_month\",\"icon\":\"fa-globe\"},\"payment_per_month\":{\"label\":\"Payment Gateway\\/Month\",\"id\":\"payment_per_month\",\"link\":\"admin.php?page=wcx_wcreport_plugin_payment_per_month&parent=cross_tab&smenu=payment_per_month\",\"icon\":\"fa-cog\"},\"order_status_per_month\":{\"label\":\"Order Status\\/Month\",\"id\":\"order_status_per_month\",\"link\":\"admin.php?page=wcx_wcreport_plugin_ord_status_per_month&parent=cross_tab&smenu=order_status_per_month\",\"icon\":\"fa-check\"}}},\"tax_reports\":{\"label\":\"Tax\",\"id\":\"tax_reports\",\"link\":\"#\",\"icon\":\"fa-percent\",\"childs\":{\"tax_report\":{\"label\":\"Tax Report\",\"id\":\"tax_report\",\"link\":\"admin.php?page=wcx_wcreport_plugin_taxreport&parent=tax_reports&smenu=tax_report\",\"icon\":\"fa-pie-chart\"},\"tax_reports\":{\"label\":\"Tax Reports\",\"id\":\"tax_reports\",\"link\":\"admin.php?page=wcx_wcreport_plugin_tax_reports&parent=tax_reports&smenu=tax_reports\",\"icon\":\"fa-pie-chart\"}}},\"setting\":{\"label\":\"Settings\",\"id\":\"setting\",\"link\":\"admin.php?page=wcx_wcreport_plugin_setting_report&parent=setting&smenu=setting\",\"icon\":\"fa-cogs\"}}','auto'),(158213,'acfw_total_coupons_created_with_coupon_templates','0','auto'),(158214,'acfw_most_popular_templates','a:0:{}','auto'),(161625,'woocommerce_email_footer_text_color','#3c3c3c','off'),(161850,'woocommerce_coming_soon','no','auto'),(167122,'woocommerce_ppcp-axo-gateway_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','on'),(167732,'pagespeed_options','s:163:\"a:4:{s:25:\"pagespeed_js_optimization\";s:1:\"0\";s:24:\"pagespeed_field_jse_type\";s:1:\"1\";s:22:\"pagespeed_field_jslist\";s:0:\"\";s:24:\"pagespeed_field_pagelist\";s:0:\"\";}\";','auto'),(171688,'_elementor_global_css','a:6:{s:4:\"time\";i:1729097463;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','auto'),(175241,'elementor_checklist','{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"editor_visit_count\":0,\"should_open_in_editor\":false}','auto'),(179994,'woocommerce_feature_site_visibility_badge_enabled','yes','on'),(180050,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"b30b5efddb02b6ab37304f23c6bfd494\";s:6:\"blocks\";a:7:{s:32:\"0368537a03d4b05ed11f802c802c5153\";s:0:\"\";s:32:\"500888137eafa12a508de2c588d9ffdd\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"a6036e6eb2ad2df7ed8860b807868647\";s:0:\"\";s:32:\"3b46efc0a10c1dae38f584ad199c3544\";s:0:\"\";s:32:\"ab4df16c9e454bfed8a404309545590d\";s:0:\"\";s:32:\"68ec5cad52d993402775a7503ba9efb7\";s:0:\"\";s:32:\"b8b4aa19e69b9b2de0f5c27097467bd6\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(183932,'acfw_option_update_data','O:8:\"stdClass\":22:{s:12:\"download_url\";s:153:\"https://advancedcouponsplugin.com/?download_file=8&order=wc_order_g9ouhEiEBl95d&email=laradasciences%40gmail.com&key=af82678e-01c7-484f-83c7-d36698144493\";s:11:\"download_id\";s:36:\"af82678e-01c7-484f-83c7-d36698144493\";s:10:\"product_id\";i:8;s:12:\"product_name\";s:30:\"Advanced Coupons (Single Site)\";s:11:\"product_url\";s:71:\"https://advancedcouponsplugin.com/product/advanced-coupons-single-site/\";s:13:\"download_name\";s:43:\"advanced-coupons-for-woocommerce3.6.1.1.zip\";s:8:\"order_id\";i:24017;s:9:\"order_key\";s:22:\"wc_order_g9ouhEiEBl95d\";s:19:\"downloads_remaining\";s:0:\"\";s:14:\"access_expires\";N;s:14:\"latest_version\";s:7:\"3.6.1.1\";s:12:\"software_key\";s:4:\"ACFW\";s:8:\"requires\";s:3:\"5.2\";s:12:\"tested_up_to\";s:3:\"6.7\";s:12:\"last_updated\";s:10:\"2024-11-21\";s:9:\"home_page\";s:33:\"https://advancedcouponsplugin.com\";s:6:\"author\";s:13:\"Rymera Web Co\";s:10:\"author_url\";s:21:\"https://rymera.com.au\";s:11:\"description\";s:83:\"The plugin that adds powerful advanced coupon features to your WooCommerce Coupons.\";s:12:\"installation\";s:176:\"<ol>\n<li>Upload the advanced-coupons-for-woocommerce/ folder to the /wp-content/plugins/ directory</li>\n<li>Activate the plugin through the Plugins menu in WordPress</li>\n</ol>\";s:9:\"changelog\";s:33132:\"<p>Version 3.6.1.1</p>\n<ul>\n<li>Bug Fix: Force apply coupon feature doesn\'t work in FunnelKit checkout</li>\n<li>Bug Fix: Auto Apply Doesn\'t Work When Individual Use Only and Allow Coupon Options Enabled</li>\n</ul>\n\n<p>Version 3.6.1</p>\n<ul>\n<li>Bug Fix: Aelia Currency: conversion of loyalty points and store credits are computed twice</li>\n<li>Bug Fix: Cart Condition: Total Customer Spend only counts 10 customers orders</li>\n<li>Bug Fix: Show the valid notice when the multiple BOGO coupon is applied on cart with virtual coupon</li>\n<li>Bug Fix: The excluded product attributes for non-fixed cart discounts are not applied to the cart</li>\n<li>Bug Fix: Virtual Coupon Page cannot back to first page after you delete all coupon in second page</li>\n<li>Feature: Set maximum store credits that can be used per order</li>\n<li>Feature: Restrict coupon with product attributes</li>\n<li>Feature: Cart Condition: Specific Product Stock Quantity In Cart</li>\n<li>Improvement: Add setting to choose which order status change awards the earned cashback store credits</li>\n<li>Improvement: Add a way to easily revoke cashback store credits for refunded orders</li>\n<li>Improvement: Add exist and doesn\'t exist condition options in the custom user meta cart condition</li>\n<li>Improvement: Customize error message for guests trying to apply a cashback coupon</li>\n</ul>\n\n<p>Version 3.6.0.1</p>\n<ul>\n<li>Bug Fix: fatal error when placing order with WooPayments multi currency feature enabled</li>\n</ul>\n\n<p>Version 3.6.0</p>\n<ul>\n<li>Bug Fix: Applying coupon with numeric code shows as invalid</li>\n<li>Bug Fix: Deferred coupon cannot be force applied even when the cart is already valid for it</li>\n<li>Bug Fix: Force apply for coupon is not working when applied via URL</li>\n<li>Bug Fix: Gutenberg Advanced Coupons by Customer is Not Working</li>\n<li>Feature: Add cart condition to check if a specific coupon is used</li>\n<li>Feature: Allow Coupons feature for individual use only coupons</li>\n</ul>\n\n<p>Version 3.5.9</p>\n<ul>\n<li>Bug Fix: Can\'t change the virtual code separator</li>\n<li>Bug Fix: The discounted products (from Add Products) are not added when a virtual coupon is enabled and applied via URL</li>\n<li>Bug Fix: Usage reset info text isn\'t shown until coupon is saved twice</li>\n<li>Feature: Add Product item notice in the cart/checkout blocks</li>\n<li>Feature: Cashback coupon text in the cart/checkout blocks cart totals</li>\n<li>Feature: Disable the qty for the discounted products listed on the cart via Add-Products coupon in the cart block</li>\n<li>Feature: Add undiscounted products before coupon restrictions and cart conditions in the cart/checkout blocks</li>\n<li>Feature: Show the one-click apply notification on the cart and checkout blocks</li>\n<li>Feature: Show and hide the allowed or disallowed payment methods after the coupon is applied/removed in the checkout block</li>\n</ul>\n\n<p>Version 3.5.8.1</p>\n<ul>\n<li>Bug Fix: Unable to Delete the Advanced Coupons Premium</li>\n</ul>\n\n<p>Version 3.5.8</p>\n<ul>\n<li>Bug Fix: Coupon that is set to be individual use and force applied doesn\'t remove auto applied coupon</li>\n<li>Bug Fix: Fix the wording for \"Add Product\" feature</li>\n<li>Bug Fix: Force apply field value can\'t be saved when the URL Coupons module is disabled</li>\n<li>Bug Fix: Individual use coupon is not removed when a second coupon is force applied to the cart</li>\n<li>Bug Fix: Infinite loop happens when 2+ coupons are force and auto applied</li>\n<li>Bug Fix: PHP Deprecated message is logged when running with PHP version 8.2 with ACFWP</li>\n<li>Improvement: Replace webpack with Vite for building and bundling scripts</li>\n</ul>\n\n<p>Version 3.5.7</p>\n<ul>\n<li>Bug Fix: 500 internal_server_error when creating/deleting a virtual coupon from the invalid parent coupon</li>\n<li>Bug Fix: Cart Condition: Update the label when the type is changes from \"within period\" to \"number of orders\"</li>\n<li>Bug Fix: Cart Page Critical Error when using Has Ordered Before Cart Condition</li>\n<li>Bug Fix: Coupon label field value can\'t be removed</li>\n<li>Bug Fix: Customer has ordered product before coupon is not working if number of orders is set to processing</li>\n<li>Bug Fix: Expired coupons should not have clickable link on my coupons tab</li>\n<li>Bug Fix: Individual use coupon is not removed when a second coupon is force applied to the cart</li>\n<li>Bug Fix: PHP Fatal error log found when the acfwp plugin is activated with WC 7.4.1</li>\n<li>Bug Fix: Show the expired coupons on my coupon tab in the \"used/expired coupons\" section</li>\n<li>Bug Fix: Store Credit Reminder Email still send even if customer has $0 total store credit balance</li>\n<li>Bug Fix: The check_if_valid_api_request helper function is causing our API endpoints to fail on some servers.</li>\n<li>Feature: Cart & Checkout Block : Cart Page - Custom coupon label </li>\n<li>Feature: Cart & Checkout Block : Cart Page - Form Method : Force Apply</li>\n<li>Improvement: Add support for 0 value for Cart Conditions type Within a period</li>\n<li>Improvement: Hide the \"Show on my coupons page?\" on the coupon editor when the \"Hide my coupons tab\" is enabled</li>\n</ul>\n\n<p>Version 3.5.6.1</p>\n<ul>\n<li>Bug Fix: Coupons are showing in available section for non assigned users</li>\n<li>Bug Fix: My Coupon tab showing all expired coupons</li>\n</ul>\n\n<p>Version 3.5.6</p>\n<ul>\n<li>Bug Fix: The premium version of the getting started notice is not overriding the free one</li>\n<li>Bug Fix: Uncaught exception fatal error happens for auto applied coupons that doesn\'t exist or invalid</li>\n<li>Bug Fix: Virtual coupon doesn\'t exist when applying via URL when using force feature</li>\n<li>Bug Fix: When Cashback Coupons is Removed From Order, Store Credits is still credited</li>\n<li>Feature: Add Coupon Tab on My Account Page with Available Coupons</li>\n<li>Feature: Adopt new WooCommerce High-Performance Order Storage (HPOS) system</li>\n<li>Feature: Cart Condition: Total Cart Weight</li>\n<li>Feature: New Cart Condition: Total Customer Spend of a certain product category</li>\n</ul>\n\n<p>Version 3.5.5.1</p>\n<ul>\n<li>Bug Fix: Individual Use Only not working</li>\n<li>Bug Fix: The \"store credit reminder email\" scheduled cron is using the UTC not the site timezone</li>\n</ul>\n\n<p>Version 3.5.5</p>\n<ul>\n<li>Bug Fix: Excluded coupons via a category is displaying a non-expected error message</li>\n<li>Bug Fix: Fatal error when viewing the help modal for premium features</li>\n<li>Bug Fix: Klarna payment gateway integration bug with One Click Apply</li>\n<li>Bug Fix: User able to force apply the coupon via apply coupon code when the setting set to \"when applied via URL only\"</li>\n<li>Bug Fix: [Multisite] after plugin updated successfully the notice still shows up for multisite website</li>\n<li>Feature: Option to hide the applied coupon on the cart and checkout if the discount is equal to $0</li>\n<li>Feature: Option to make all coupons in a category mutually exclusive</li>\n<li>Feature: Store Credit reminder emails</li>\n<li>Improvement: Delete data when the plugin is deleted and the option is enabled</li>\n<li>Improvement: Gutenberg: Show the virtual coupon codes link for Advanced Coupons by Customer block</li>\n<li>Improvement: Move \"force apply\" from URL coupons to general usage to allow force apply for typed in coupons</li>\n<li>Improvement: Virtual Coupon: Unlimited Usage</li>\n<li>Improvement: Virtual Coupons API: set a hard limit in maximum count for bulk create to 10k</li>\n</ul>\n\n<p>Version 3.5.4</p>\n<ul>\n<li>Bug Fix: Shipping overrides is still taxed even when the tax rate is set to zero</li>\n<li>Bug Fix: ACFW license won\'t show on network admin when ACFWF is not network active while ACFWP is network activated.</li>\n<li>Bug Fix: Cart condition: Cannot use Has Ordered Before cart condition with Subscription products</li>\n<li>Improvement: Add \"license\" text to the license activation admin notice to avoid confusion</li>\n<li>Improvement: Scheduler: Add the {coupon_code} to the Invalid days and time error message default text</li>\n<li>Improvement: Filter request for CheckoutWC Integration</li>\n<li>Feature: Cart condition base on stock availability</li>\n<li>Feature: Cart Condition: Has ordered before for product category</li>\n</ul>\n\n<p>Version 3.5.3.1</p>\n<ul>\n<li>Bug Fix: Trailing comma in function is causing fatal errors for PHP 7.2</li>\n<li>Bug Fix: Multisite: The \"Add License Key\" link is pointing to the wrong admin page</li>\n</ul>\n\n<p>Version 3.5.3</p>\n<ul>\n<li>Bug Fix: Able to create a virtual coupon with pending status for coupons that haven\'t enabled the feature</li>\n<li>Bug Fix: The allowed customers restriction is not working for the valid user</li>\n<li>Bug Fix: The cashback coupon info is not updated in the customer\'s email when the order status changes from on hold to processing</li>\n<li>Bug Fix: Coupon can\'t be applied if there\'s a Subscriptions Product in the Cart while Virtual Coupon module is enabled</li>\n<li>Bug Fix: Multisite: After ACFWF Installation complete, the button show up to activate \"Network Admin\", but it will activate on sub site only</li>\n<li>Bug Fix: Multisite: Display license form in new advanced coupons top level admin menu</li>\n<li>Bug Fix: Unable to update and save the settings for the One Click Apply notification</li>\n</ul>\n\n<p>Version 3.5.2</p>\n<ul>\n<li>Feature: Cashback coupon type (cashback is given as store credits)</li>\n<li>Feature: Add an option to modify the coupon label</li>\n<li>Improvement: Virtual Coupon: Add URL Coupon support</li>\n<li>Improvement: Refactor and minify all JS and CSS files</li>\n<li>Improvement: Refactor PHP code so it uses WP standard formatting and rules</li>\n<li>Improvement: Save shipping overrides discount total to the coupon order item meta</li>\n<li>Improvement: Checking if result is actually 0 or false when using wpdb::update</li>\n<li>Bug Fix: The customer cannot re-apply for the virtual coupon if the previous order is cancelled.</li>\n<li>Bug Fix: Percentage Discount Cap text is not translatable</li>\n<li>Bug Fix: The license field width is too small</li>\n<li>Bug Fix: Change the Day/Time Schedules input name checkbox to have the same name as the data saved in DB</li>\n</ul>\n\n<p>Version 3.5.1</p>\n<ul>\n<li>Bug Fix: Virtual coupon code can\'t be applied to cart with WP installs that have persistent object cache</li>\n<li>Bug Fix: WOOCS: Percentage Discount Cap value is not converted to other currencies</li>\n<li>Bug Fix: WOOCS: The price of the products that are added via Add Products feature are not converted to other currency</li>\n<li>Bug Fix: Stripe: Can\'t proceed to checkout when virtual coupon is applied on cart and express checkout is enabled</li>\n</ul>\n\n<p>Version 3.5</p>\n<ul>\n<li>Improvement: Remove current scheduler feature (moved to the free plugin)</li>\n<li>Feature: Day/Time Schedules Edit UI</li>\n<li>Feature: Day/Time Schedules coupon validation (frontend)</li>\n</ul>\n\n<p>Version 3.4.1</p>\n<ul>\n<li>Bug Fix: \"Force Apply\" is ignored when we set a cart condition for \"Product Categories Exists In Cart\"</li>\n<li>Bug Fix: The tab area in the coupon editor for Add Product and Shipping Overrides should have a normal tab area</li>\n<li>Bug Fix: Conflict with WooCommerce Gift Card Plugin with One Click Notification Module</li>\n</ul>\n\n<p>Version 3.4</p>\n<ul>\n<li>Improvement: BOGO: Migrate current coupons with product categories buy/get data to new \"OR\" implementation equivalent</li>\n<li>Improvement: BOGO: Change the implementation of BOGO Deals discount from \"AND\" to \"OR\"</li>\n</ul>\n\n<p>Versions 3.3.2</p>\n<ul>\n<li>Bug Fix: WPML string translations for coupon related strings are not working</li>\n<li>Improvement: Save Add Products discount data to coupon order line item</li>\n<li>Improvement: Display upgrade admin notice for the upcoming changes in the BOGO feature</li>\n</ul>\n\n<p>Version 3.3.1</p>\n<ul>\n<li>Bug Fix: Error when using auto apply coupon</li>\n</ul>\n\n<p>Version 3.3</p>\n<ul>\n<li>Integration: Integration with Abandon Cart Pro for WooCommerce</li>\n<li>Feature: New Usage restriction: Set the cap value of a percentage % discount, e.g. if the product is $300 and gets a 15% discount with a max value of $30, customers will get $30 off not $45 off</li>\n<li>Feature: Option to exclude coupons per category</li>\n<li>Feature: Coupon URL - Defer Apply Feature</li>\n</ul>\n\n<p>Version 3.2.1</p>\n<ul>\n<li>Improvement: Cart condition to check if a cart item meta key exists/doesn\'t exist</li>\n<li>Improvement: Automator Integration for Virtual Coupons</li>\n<li>Improvement: Cart Condition: Custom Cart Item Meta: Include cart item meta keys and values stored in arrays</li>\n<li>Bug Fix: One Click Apply Multiple notification</li>\n<li>Bug Fix: Add to cart is prevented when coupon with Add Products setup is auto applied</li>\n<li>Bug Fix: BOGO deals notice and discounts only shows after page is refreshed when coupon is auto applied</li>\n<li>Bug Fix: Auto Apply scripts run before Cross Sell Product is Added to the Cart</li>\n</ul>\n\n<p>Version 3.2</p>\n<ul>\n<li>Feature: Cart Condition: Number of customer order</li>\n<li>Improvement: Add quantity condition to custom taxonomy exists cart condition</li>\n<li>Improvement: Allow One-Click Apply Notification in The Checkout Page</li>\n<li>Bug Fix: WPML: add products discounts aren\'t applied for variation products when language is not set to default</li>\n</ul>\n\n<p>Version 3.1.4</p>\n<ul>\n<li>Improvement: Display an \"Add license key\" plugin action link when license is not yet activated</li>\n<li>Improvement: Improve license form to clearly inform that license has been active</li>\n<li>Improvement: Sort priority in cart not following the Calculate coupon discounts sequentially</li>\n<li>Bug Fix: Sort priority in cart not following the Calculate coupon discounts sequentially</li>\n<li>Bug Fix: One Click Apply Notification Doesn\'t Work on Safari MacOS and iOS</li>\n<li>Bug Fix: Some issues when virtual coupon applied on cart is removed from the cart and session</li>\n</ul>\n\n<p>Version 3.1.3</p>\n<ul>\n<li>Bug fix: BOGO Fixed Discount and Percentage Discount Get types were overriding product price</li>\n</ul>\n\n<p>Version 3.1.2</p>\n<ul>\n<li>Bug fix: Virtual Coupon: The search coupon filter should be working for the combining main code and the virtual code</li>\n<li>Bug fix: Virtual Coupon: User should be able to delete applied coupon and should have correct applied coupon code after checkout</li>\n<li>Bug fix: Virtual Coupon with Add Product and undiscounted products enabled</li>\n<li>Bug fix: Cart Conditions: Unable to use coupon when WC Memberships is disabled and it previously has condition for Memberships</li>\n</ul>\n\n<p>Version 3.1.1</p>\n<ul>\n<li>Bug fix: Gutenberg: Virtual Coupon code issue on advanced coupon by category block</li>\n<li>Bug fix: Allowed Customer Restriction with Virtual Coupon</li>\n<li>Bug fix: Virtual Coupons produces error when running via WC REST API</li>\n<li>Bug fix: Virtual Coupon: when user apply expired virtual coupon code on cart, then user couldn\'t apply the unexpired coupons on cart</li>\n<li>Bug fix: Remove the WPML config file that is not used anymore</li>\n</ul>\n\n<p>Version 3.1</p>\n<ul>\n<li>Feature: Gutenberg block: Advanced Coupons by Customer</li>\n<li>Feature: Restrict coupon to a specific registered customer(s)</li>\n</ul>\n\n<p>Version 3.0.3</p>\n<ul>\n<li>Bug fix: Coupon Sort Priority is not working on front end</li>\n</ul>\n\n<p>Version 3.0.2</p>\n<ul>\n<li>Improvement: Update the utm source for KB and Tutorials on Help Links to acfwp</li>\n<li>Bug fix: Multisite update notice does not disappear after updating</li>\n<li>Bug fix: When Hide coupon fields is enabled, coupon with \"One Click Apply Notification\" not applied to the cart</li>\n<li>Bug fix: Add Products: Fatal error occurs when activating plugin with a theme that has incomplete arguments passed in a filter</li>\n</ul>\n\n<p>Version 3.0.1</p>\n<ul>\n<li>Improvement: Add WC Authorization support for all REST API endpoints</li>\n</ul>\n\n<p>Version 3.0</p>\n<ul>\n<li>Big Feature: Virtual Coupons</li>\n<li>Big Feature: Virtual Coupons REST API</li>\n</ul>\n\n<p>Version 2.7.3</p>\n<ul>\n<li>Bug fix: Fix the duplicate queries for cart conditions module</li>\n<li>Bug fix: WC Memberships integration - Disallowed membership plans cart conditions weren\'t working after free plugin v1.5</li>\n</ul>\n\n<p>Version 2.7.2</p>\n<ul>\n<li>Improvement: Code improvements for better performance.</li>\n</ul>\n\n<p>Version 2.7.1</p>\n<ul>\n<li>Improvement: Display notice for eligible customers to install their copy of LPFW plugin to continue using Loyalty Program feature</li>\n</ul>\n\n<p>Version 2.7</p>\n<ul>\n<li>Improvement: Rename \"One Click Apply Notifications\" to just \"One Click Apply\"</li>\n<li>Improvement: Group the Individual Use and Exclude Coupons together</li>\n<li>Improvement: Add descriptions to Add Products, Scheduler, Payment Methods Restriction, Shipping Overrides and One Click Apply</li>\n<li>Improvement: Ability to manually clear the data from the table and save for Add Products and Shipping Overrides</li>\n<li>Improvement: Add help links for each ACFW module (top right of tab content panel)</li>\n</ul>\n\n<p>Version 2.6.3</p>\n<ul>\n<li>Improvement: Code improvements</li>\n<li>Bug fix: User can add duplicate products in Add Product Feature</li>\n<li>Bug fix: User can add duplicate shipping override rules</li>\n<li>Bug fix: User can add duplicate products in Cart Condition</li>\n<li>Bug fix: Error when updating the ACFWP</li>\n</ul>\n\n<p>Version 2.6.2</p>\n<ul>\n<li>Improvement: Improve the wording of Shipping Override on the Cart Subtotal</li>\n<li>Bug fix: Fixup calculation with non taxed shipping method and shipping override</li>\n<li>Bug fix: The URL force coupon doesn\'t remove auto applied coupon on Cart, when one of the coupons has \"Individual Use Only\" set</li>\n<li>Bug fix: Compatibility issue with Exclude coupons and Auto Apply</li>\n<li>Bug fix: When 2 auto applied coupon exist with 2 different priority, the lower sort priority coupon has individually set, both coupon still will applied to cart</li>\n<li>Bug fix: PHP Log critical error on website when updating WPML Multilingual to 4.11.5</li>\n<li>Bug fix: The product from Add Products is not removed at first load when WPML plugins are Enabled</li>\n</ul>\n\n<p>Version 2.6.1</p>\n<ul>\n<li>Bug fix: PHP 7.2 & lower: Issue with second param not present on function calls causing PHP fatal error</li>\n</ul>\n\n<p>Version 2.6</p>\n<ul>\n<li>Feature: BOGO Deals: add new Any Products trigger and apply type implementation</li>\n<li>Improvement: Improve BOGO Deals implementation logic (code optimization)</li>\n<li>Bug fix: Hide discount summary and adjust price display for Add Products when Discount Price are higher than normal price</li>\n</ul>\n\n<p>Version 2.5.2</p>\n<ul>\n<li>Bug Fix: [Auto Apply] Optimize code applying coupon to cart</li>\n<li>Bug Fix: [Bogo Product Categories] Product counted twice as bogo trigger product, when product under more than 1 parent category</li>\n</ul>\n\n<p>Version 2.5.1</p>\n<ul>\n<li>Improvement: Update french translation</li>\n<li>Improvement: Change the time stamp format to use date_i18n instead of DateTime php class</li>\n<li>Bug Fix: Cart Condition: Tweak title on Total Customer Spend cart condition</li>\n<li>Bug Fix: When auto apply coupon is set to individual use but was not valid on cart, it stops the whole auto apply implementation</li>\n<li>Bug Fix: When Hide coupon fields is enabled, it won\'t trigger the Auto-Apply coupons</li>\n<li>Bug Fix: Sub-sub categories are not being recognized on the BOGO deal when Parent category is being used as trigger</li>\n</ul>\n\n<p>Version 2.5</p>\n<ul>\n<li>Feature: Payment Method restrictions</li>\n<li>Feature: Ability to set Priority Level of Coupon</li>\n<li>Improvement: Code improvements</li>\n<li>Bug Fix: BOGO deal notice for Product Category does not show up and does not apply the deal</li>\n<li>Bug Fix: Redesign the Scheduler Time Picker field</li>\n<li>Bug Fix: Make versions in plugin dependency notice not-translatable</li>\n</ul>\n\n<p>Version 2.4.2</p>\n<ul>\n<li>Bug Fix: User couldn\'t open checkout page, when 2 Auto Apply coupon applied and one of them has \"Invalid Use Only\" set</li>\n<li>Bug Fix: The applied coupon changes every reloading the page, when 2 Auto Apply coupon applied and both of them has \"Invalid Use Only\" set</li>\n<li>Bug Fix: Coupon with \"Subscription\" product added in the \"Add Product\" feature won\'t be applied and will remove other coupon from the cart</li>\n<li>Bug Fix: When Multiple BOGO Coupon are applied at the same time, it keeps the coupon active when the apply condition isn\'t met.</li>\n</ul>\n\n<p>Version 2.4.1</p>\n<ul>\n<li>Improvement: Add Titles to Scheduler and One Click Apply Notification Tab </li>\n<li>Improvement: Advanced Coupons for WooCommerce Premium French Translation</li>\n<li>Bug Fix: Dollar character can’t be translated on Coupon Editor page</li>\n<li>Bug Fix: Add Products not available for Shop Managers</li>\n<li>Bug Fix: Issue with WooCommerce Memberships plugin - Cart Condition WC Memberships: Disallowed Membership Plans</li>\n<li>Bug Fix: Can\'t save comma as decimal separator on acfwp price field</li>\n</ul>\n\n<p>Version 2.4</p>\n<ul>\n<li>Improvement: Support Shipping Classes for Shipping Overrides</li>\n<li>Improvement: Display amount of discount for Add Products coupons on the Cart Totals</li>\n<li>Feature: BOGO Deals: Automatically add deal products (specific products apply type) to cart when trigger condition is matched</li>\n<li>Improvement: Allow admin to choose whether Add Products should be done before or after Cart Conditions are checked</li>\n<li>Bug Fix: BOGO discount not applying to all products with Add Products, Auto-Apply is enabled for first time cart view</li>\n</ul>\n\n<p>Version 2.3</p>\n<ul>\n<li>Feature: Integration: WPML compatibility</li>\n<li>Improvement: \"Within Hours After Customer Last Order\" description improvement</li>\n</ul>\n\n<p>Version 2.2.3</p>\n<ul>\n<li>Feature: Support WordPress plugin auto-update feature</li>\n<li>Improvement: Shipping Overrides: List non-zoned shipping methods to support 3rd party plugins</li>\n<li>Improvement: WordPress 5.5 compatibility</li>\n<li>Improvement: WooCommerce 4.5 compatibility</li>\n<li>Bug Fix: Scheduler: Clearing the \"Coupon start date\" field using X button won\'t re-enable \"Coupon expiry date\" calendar dates and vice versa</li>\n<li>Bug Fix: Cart Conditions: The number type of Custom Cart Item meta is not rounded down right away</li>\n<li>Bug Fix: Cart Conditions: The product attribute condition from Custom Taxonomy Exist In The Cart doesn\'t work for variable product</li>\n<li>Bug Fix: 3rd party shipping options not showing in Shipping Overrides due to strict validation</li>\n<li>Bug Fix: Shipping Override re-adds tax in the order</li>\n</ul>\n\n<p>Version 2.2.2</p>\n<ul>\n<li>Bug Fix: Minor code issues with WC Admin.</li>\n</ul>\n\n<p>Version 2.2.1</p>\n<ul>\n<li>Bug Fix: ACFWF plugin version 1.2 dependency notice url not working</li>\n</ul>\n\n<p>Version 2.2</p>\n<ul>\n<li>Improvement: Code improvements</li>\n<li>Bug Fix: BOGO Deals set on Repeatedly and applied on Product Categories/Any Product Combination for Variable Products is not calculating properly</li>\n<li>Bug Fix: Able to set negative value in a BOGO any combination & product categories discounts</li>\n</ul>\n\n<p>Version 2.1</p>\n<ul>\n<li>Improvement: Revamp license screen with new UI</li>\n<li>Improvement: Add time value \'HH:MM:SS\' format to coupon start date and expire date for scheduling feature</li>\n<li>Bug Fix: [Cart Conditions] The Customer Has Ordered Products Before period is based on the order modified date</li>\n<li>Bug Fix: The license activation notice shows up for users other than admin</li>\n<li>Bug Fix: Able to search drafted coupons in the Exclude Coupons field</li>\n<li>Bug Fix: Scheduler expiry date can\'t be cleared for cloned coupons</li>\n</ul>\n\n<p>Version 2.0</p>\n<ul>\n<li>Launching the new Advanced Coupons Premium Add-on</li>\n<li>Feature: Loyalty Programs</li>\n<li>Feature: One Click Apply Notification</li>\n<li>Feature: Exclude coupons</li>\n<li>Feature: Orders with coupons report</li>\n<li>Feature: Shipping Overrides module</li>\n<li>Feature: Advanced Usage Limits module</li>\n<li>Feature: Coupon Scheduler module</li>\n<li>Feature: BOGO Deals module (full)</li>\n<li>Feature: Auto Apply module</li>\n<li>Feature: Cart Conditions Module (full)</li>\n<li>Feature: Add Products Module</li>\n</ul>\n\n<p>Version 1.16.1</p>\n<ul>\n<li>Improvement: Compatibility check for upcoming WooCommerce 4.0.0<li>\n<li>Bug Fix: [WC 4.0] Opening new WC Admin analytics for coupon produces an error\n</li>\n</ul>\n\n<p>Version 1.16</p>\n<ul>\n<li>Improvement: Buttons to clear caches</li>\n<li>Improvement: Buttons to manually run crons</li>\n<li>Bug Fix: Auto apply cache \"sometimes\" will blindly try to construct coupons without checking the name first</li>\n<li>Bug Fix: Multisite license issues</li>\n<li>Bug Fix: ACFW module settings can be accessed directly when the ACFW module is disabled</li>\n<li>Bug Fix: Second BOGO deal notice doesn\'t show when two coupons are applied with certain conditions</li>\n<li>Bug Fix: Loyalty Program: Points to earn message in cart/checkout not showing for \"Spending over a certain amount\"</li>\n</ul>\n\n<p>Version 1.15</p>\n<ul>\n<li>Improvement: Big code improvements and optimization</li>\n</ul>\n\n<p>Version 1.14.1</p>\n<ul>\n<li>Improvement: Minor code improvements (Tested on upcoming WC 3.8 and WP 5.3)</li>\n</ul>\n\n<p>Version 1.14</p>\n<ul>\n<li>Feature: Cart Condition: Restrict by shipping zone and region</li>\n<li>Feature: Cart Condition: Custom Meta</li>\n<li>Feature: Additional cart condition settings: Non-qualify message</li>\n<li>Feature: Integration: Aelia\'s WooCommerce Currency Switcher</li>\n<li>Feature: Integration: WooCommerce Memberships Integration</li>\n<li>Improvement: Cart Condition: Restrict Based On Custom Taxonomy In Cart</li>\n<li>Bug Fix: Activation notice not clearing when license is activated and site not activated on ACFW store.</li>\n</ul>\n\n<p>Version 1.13</p>\n<ul>\n<li>Feature: Cart Condition: Total Customer Spend</li>\n<li>Feature: Reset Usage Limits stats on a recurring time period (eg. monthly)</li>\n<li>Improvement: Make product search allowed product types filterable</li>\n<li>Bug Fix: BOGO deal wrong calculation with products that have wholesale price</li>\n<li>Bug Fix: WC3.7: get_used_coupons() deprecated as of WC 3.7</li>\n<li>Bug Fix: When BOGO deals are saved and the coupon hasn\'t been saved before it shows errors during saving</li>\n<li>Bug Fix: Points preview not showing on single variable product page with default variation</li>\n</ul>\n\n<p>Version 1.12</p>\n<ul>\n<li>Feature: Loyalty Programs: Simple way to manage user points</li>\n<li>Improvement: Loyalty Program: Points calculation should optionally include tax and shipping</li>\n<li>Bug Fix: Hidden wholesale variations cause points message to be weird (WWS compatibility)</li>\n<li>Bug Fix: Loyalty Program: “Minimum threshold to earn points” not calculate the order subtotal after discount (if coupon discount applied)</li>\n<li>Bug Fix: Loyalty Program: Error Log for warning message occurs when saving loyalty program admin settings</li>\n</ul>\n\n<p>Version 1.11</p>\n<ul>\n<li>Feature: Loyalty Program: earn points leaving a product review and blog comment</li>\n<li>Feature: Loyalty Program: Earn bonus points for higher spend</li>\n<li>Feature: Loyalty Program: Option to expire points for inactive use for (x) days</li>\n<li>Feature: Loyalty Program: Option to have redeemed coupons expire by period</li>\n<li>Improvement: Loyalty Program: Earn extra points on orders made during a given period</li>\n<li>Bug Fix: Expiry dates on existing coupons wiped when plugin activated</li>\n<li>Bug Fix: Loyalty Program: Form Validation for \"registering as a customer and after completing the first order\"</li>\n</ul>\n\n<p>Version 1.10</p>\n<ul>\n<li>Feature: Ability to categorize coupons</li>\n<li>Improvement: Loyalty Program: Earn extra points on user account signup</li>\n<li>Improvement: Loyalty Program: Earn extra points on first order</li>\n<li>Bug Fix: Cart Conditions: Product Categories doesn\'t apply on variable products</li>\n<li>Bug Fix: Clone Coupon should copy all meta data</li>\n<li>Bug Fix: Auto apply coupon prevents checking out when usage limit is set to 1 per user</li>\n<li>Bug Fix: BOGO discounts should show negative on cart totals</li>\n</ul>\n\n<p>Version 1.9.1</p>\n<ul>\n<li>Bug Fix: Points calculation not working on WP Installs with custom prefix</li>\n<li>Bug Fix: Disallowed roles setting is not working on WP installs with custom prefix</li>\n</ul>\n\n<p>Version 1.9</p>\n<ul>\n<li>Feature: Loyalty Programs</li>\n<li>Bug Fix: Coupon data not saving on wpengine site</li>\n<li>Bug Fix: Points worth has wrong/late calculation after the order is completed</li>\n</ul>\n\n<p>Version 1.8</p>\n<ul>\n<li>Improvement: Improve multi site support</li>\n<li>Improvement: Improve BOGO Deals Apply Type feature for product categories/variable products</li>\n<li>Bug Fix: Hide cart condition select box after condition has been added</li>\n<li>Bug Fix: WooCommerce 3.6: Coupon Expire Date not work </li>\n<li>Bug Fix: WooCommerce 3.6: Product Variable created on WC 3.6 RC1 & RC2 not loaded in some ACFW settings</li>\n</ul>\n\n<p>Version 1.7</p>\n<ul>\n    <li>Feature: Shipping price override</li>\n    <li>Improvement: Add the disallowed user roles</li>\n</ul>\n\n<p>Version 1.6</p>\n<ul>\n  <li>Bug Fix: WP 5.0 : Fatal error when editing the page with [acfw_bogo_deals] shortcode in Gutenberg</li>\n  <li>Bug Fix: URL Coupon shows Error 404 if the Custom Structure in the Permalink has a text</li>\n  <li>Bug Fix: Export contents are wrong if filters are changed without pressing Filter button</li>\n  <li>Bug Fix: Updating a coupon with incomplete settings (Cart Condition, BOGO, Add Products) will yield an error but still proceed with Updating</li>\n  <li>Bug Fix: Metorik Helper plugin compat issue</li>\n  <li>Bug Fix: Creating an account after checkout removes the discount for coupons with guest role restriction</li>\n</ul>\n\n<p>Version 1.5</p>\n<ul>\n<li>Bug Fix: Variations are not working in Has Ordered Before cart condition</li>\n</ul>\n\n<p>Version 1.4</p>\n<ul>\n<li>Bug Fix: Auto apply is deactivated for all coupons when another coupon is trashed</li>\n<li>Bug Fix: Edge case: If you put a lot of spaces in between words, the url coupon won\'t work</li>\n</ul>\n\n<p>Version 1.3</p>\n<ul>\n<li>Feature: Duplicate a coupon</li>\n<li>Feature: Orders With Coupons Table Report</li>\n<li>Feature: Add a list of coupons used on an Order on the Order quick view popup</li>\n<li>Improvement: Specify which coupons it should not be allowed to work alongside</li>\n<li>Improvement: BOGO Deals shortcode to display all products eligible as \"deals\"</li>\n<li>Bug Fix: If you haven\'t saved a new coupon first before configuring BOGO it will save as draft instead of publish when hitting publish</li>\n<li>Bug Fix: BOGO message doesn\'t show up on apply until you refresh the cart</li>\n<li>Bug Fix: BOGO fatal errors when adding a Product Bundle</li>\n</ul>\n\n\n<p>Version 1.2</p>\n<ul>\n<li>Bug: Fix PHP Warning when updating WooCommerce via the beta tester plugin</li>\n<li>Bug: Cart Conditions: allow 0 value in quantity field property when editing product lines</li>\n<li>Bug: Cart Conditions: Cart Subtotal condition should not accept LESS THAN 0</li>\n<li>Bug: Activate the Save BOGO Deals button when BOGO type is changed</li>\n<li>Bug: Duplicate redeem deals notices displayed in some conditions</li>\n<li>Bug: When coupon titles contain spaces Coupon URLs will not work</li>\n<li>Bug: Add as deals button breaking layout on themes who improperly use woocommerce_loop_add_to_cart_link filter hook (themes should pass the $args variable but now we handle for improper hook usage better)</li>\n</ul>\n\n\n<p>Version 1.1.0</p>\n<ul>\n<li>Feature: BOGO Deals: allow users to set price for product deals</li>\n<li>Feature: Different BOGO Types implementation</li>\n<li>Feature: Add A Product or Products On Apply</li>\n<li>Improvement: BOGO Deals settings for displaying notice</li>\n<li>Improvement: Design improvements to Cart Conditions interface</li>\n<li>Improvement: Rearrange coupon edit tabs</li>\n<li>Bug: Allow a float value in Cart Subtotal cart conditions</li>\n<li>Bug: Draft coupons should not be checked for one click notifications and auto applies</li>\n<li>Bug: Adding product to a product quantity in to cart condition group</li>\n<li>Bug: BOGO Deals: adding multiple product as deals will discount the previously added products</li>\n<li>Bug: Has ordered before cart condition issues</li>\n<li>Bug: BOGO Deals: The setting \"How should the BOGO deal be applied?\" will only work for Specific Products, it will not work on combination of products and categories</li>\n</ul>\n\n\n<p>Version 1.0.1</p>\n<ul>\n<li>Improvement: Hide license key after input</li>\n<li>Improvement: Fix help tip text on schedule tab</li>\n<li>Improvement: Activate the Save BOGO Deals button when clicking the edit button instead of pencil icon</li>\n<li>Improvement: Add cancel button when editing the BOGO condition or deals list</li>\n<li>Bug Fix: Add Free Products: conflict with WWS wholesale pricing</li>\n</ul>\n\n<p>Version 1.0.0</p>\n<ul>\n<li>Initial version</li>\n</ul>\";s:7:\"support\";s:306:\"<p>For support, please visit our <a href=\"https://advancedcouponsplugin.com/knowledge-base/\" target=\"_blank\">knowledge base</a>. If you cannot find an answer to your question please <a href=\"https://advancedcouponsplugin.com/support/\" target=\"_blank\">log a ticket</a> and our team will get back to you.</p>\";}','off'),(188015,'wtier_bfcm_twenty_twenty_four_banner_state','4','auto'),(193312,'woocommerce_feature_cost_of_goods_sold_enabled','no','on'),(193341,'GOTMLS_Installation_Keys','s:102:\"a:1:{s:32:\"065b29deb5221fcbd836d211604cb578\";s:48:\"https://lcaportalstoreg.liceclinicsofamerica.com\";}\";','auto'),(204858,'widget_wc_brands_brand_description','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(204859,'widget_woocommerce_brand_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(204860,'widget_wc_brands_brand_thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(204863,'woocommerce_feature_rate_limit_checkout_enabled','no','on'),(204864,'woocommerce_feature_remote_logging_enabled','yes','on'),(204866,'woocommerce_feature_email_improvements_enabled','no','on'),(204884,'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments','no','auto'),(217103,'_transient_astra-addon_license_status','1','off'),(218856,'elementor_landing_pages_activation','0','auto'),(218875,'wt_o_iew_basic_json_migration_complete','yes','auto'),(218900,'_transient_wc_min_max_quantity-transient-version','1758127159','on'),(218925,'_elementor_local_google_fonts','a:5:{s:10:\"montserrat\";a:2:{s:3:\"url\";s:109:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/google-fonts/css/montserrat.css\";s:7:\"version\";i:1742835262;}s:7:\"raleway\";a:2:{s:3:\"url\";s:106:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/google-fonts/css/raleway.css\";s:7:\"version\";i:1742835263;}s:6:\"roboto\";a:2:{s:3:\"url\";s:105:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1742863431;}s:13:\"archivonarrow\";a:2:{s:3:\"url\";s:112:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/google-fonts/css/archivonarrow.css\";s:7:\"version\";i:1742931622;}s:12:\"merriweather\";a:2:{s:3:\"url\";s:111:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/google-fonts/css/merriweather.css\";s:7:\"version\";i:1742931623;}}','auto'),(220824,'jetpack_connection_xmlrpc_errors','a:1:{s:15:\"malformed_token\";a:1:{s:7:\"invalid\";a:7:{s:10:\"error_code\";s:15:\"malformed_token\";s:7:\"user_id\";s:7:\"invalid\";s:13:\"error_message\";s:26:\"Malformed token in request\";s:10:\"error_data\";a:7:{s:5:\"token\";s:40:\"cf1edca3877fa740c5507546e275481df9ce2a3f\";s:9:\"timestamp\";s:0:\"\";s:5:\"nonce\";s:0:\"\";s:9:\"body_hash\";s:0:\"\";s:6:\"method\";s:4:\"POST\";s:3:\"url\";s:205:\"lcaportalstoreg.liceclinicsofamerica.com/?rest_route=%2Fwccom-site%2Fv3%2Finstaller&token=cf1edca3877fa740c5507546e275481df9ce2a3f&signature=a7c811498e91a3c4d52608d01547c3696b2f3ac7a7c47a87d10b692376b1a4a0\";s:9:\"signature\";s:64:\"a7c811498e91a3c4d52608d01547c3696b2f3ac7a7c47a87d10b692376b1a4a0\";}s:9:\"timestamp\";i:1743445176;s:5:\"nonce\";s:10:\"HPbwdJd7eU\";s:10:\"error_type\";s:6:\"xmlrpc\";}}}','auto'),(220825,'wccom-product-installation-state-18741','a:13:{s:10:\"product_id\";i:18741;s:15:\"idempotency_key\";s:12:\"oag9nYPgwBeq\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:27:\"Shipping Multiple Addresses\";s:12:\"download_url\";s:449:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-multiple-addresses/woocommerce-shipping-multiple-addresses.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPICZDWDNUW%2F20250331%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250331T181938Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=8f33b0f0ade1f79532cd0b05e4e7bb2c7ac45d7f961ff0eb54ce1db5119bcb0a\";s:13:\"download_path\";s:55:\"/tmp/woocommerce-shipping-multiple-addresses-4aPn71.tmp\";s:13:\"unpacked_path\";s:109:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/woocommerce-shipping-multiple-addresses-4aPn71\";s:14:\"installed_path\";s:103:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/woocommerce-shipping-multiple-addresses/\";s:29:\"already_installed_plugin_info\";N;s:12:\"started_date\";i:1743445177;}','auto'),(220840,'wccom-product-installation-state-18620','a:13:{s:10:\"product_id\";i:18620;s:15:\"idempotency_key\";s:12:\"ciWp8ji78gMz\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:21:\"FedEx Shipping Method\";s:12:\"download_url\";s:423:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-fedex/woocommerce-shipping-fedex.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPICZDWDNUW%2F20250331%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250331T181957Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=bf5de062bf85b771b709f25523b7e872017eba0e2a7269ff435a8f0c2c20b5e7\";s:13:\"download_path\";s:42:\"/tmp/woocommerce-shipping-fedex-Go9iOI.tmp\";s:13:\"unpacked_path\";s:96:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/woocommerce-shipping-fedex-Go9iOI\";s:14:\"installed_path\";s:90:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/woocommerce-shipping-fedex/\";s:29:\"already_installed_plugin_info\";a:3:{s:4:\"name\";s:26:\"WooCommerce FedEx Shipping\";s:7:\"version\";s:5:\"4.3.5\";s:6:\"active\";b:1;}s:12:\"started_date\";i:1743445194;}','auto'),(220845,'wccom-product-installation-state-8499707','a:13:{s:10:\"product_id\";i:8499707;s:15:\"idempotency_key\";s:12:\"NAgzd0OqtTHJ\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:14:\"Order Approval\";s:12:\"download_url\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/addify-order-approval-woocommerce/addify-order-approval-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPICZDWDNUW%2F20250331%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250331T182015Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=07c4fa039a1673dfa1a460db173b99cabc15203e6b03db4bf3f03c298887173d\";s:13:\"download_path\";s:49:\"/tmp/addify-order-approval-woocommerce-hQsatt.tmp\";s:13:\"unpacked_path\";s:103:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/addify-order-approval-woocommerce-hQsatt\";s:14:\"installed_path\";s:97:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/addify-order-approval-woocommerce/\";s:29:\"already_installed_plugin_info\";N;s:12:\"started_date\";i:1743445213;}','auto'),(220852,'wccom-product-installation-state-18616','a:13:{s:10:\"product_id\";i:18616;s:15:\"idempotency_key\";s:12:\"eQdiBn5dRlmt\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:18:\"Min/Max Quantities\";s:12:\"download_url\";s:431:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-min-max-quantities/woocommerce-min-max-quantities.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPICZDWDNUW%2F20250331%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250331T182030Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=956e4e45ef26749460fded439dcf110cc60f1d7ca97e6af9f5f99a85099d28bd\";s:13:\"download_path\";s:46:\"/tmp/woocommerce-min-max-quantities-nBhGbI.tmp\";s:13:\"unpacked_path\";s:100:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/woocommerce-min-max-quantities-nBhGbI\";s:14:\"installed_path\";s:94:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/woocommerce-min-max-quantities/\";s:29:\"already_installed_plugin_info\";a:3:{s:4:\"name\";s:30:\"WooCommerce Min/Max Quantities\";s:7:\"version\";s:5:\"5.2.3\";s:6:\"active\";b:1;}s:12:\"started_date\";i:1743445228;}','auto'),(221602,'thwma_custom_sections','a:4:{i:0;a:4:{s:2:\"id\";s:16:\"billing_shipping\";s:4:\"name\";s:16:\"billing_shipping\";s:5:\"order\";i:1;s:5:\"title\";s:16:\"Billing/Shipping\";}i:1;a:4:{s:2:\"id\";s:17:\"multiple_shipping\";s:4:\"name\";s:17:\"multiple_shipping\";s:5:\"order\";i:1;s:5:\"title\";s:17:\"Multiple Shipping\";}i:2;a:4:{s:2:\"id\";s:11:\"guest_users\";s:4:\"name\";s:11:\"guest_users\";s:5:\"order\";i:1;s:5:\"title\";s:11:\"Guest Users\";}i:3;a:4:{s:2:\"id\";s:12:\"manage_style\";s:4:\"name\";s:12:\"manage_style\";s:5:\"order\";i:1;s:5:\"title\";s:11:\"Manage Text\";}}','auto'),(221603,'thwma_general_settings','a:5:{s:26:\"settings_multiple_shipping\";a:11:{s:20:\"enable_cart_shipping\";s:3:\"yes\";s:16:\"exclude_products\";s:0:\"\";s:19:\"hidden_ex_pdts_list\";s:0:\"\";s:16:\"exclude_category\";s:0:\"\";s:19:\"hidden_ex_catg_list\";s:0:\"\";s:24:\"enable_product_variation\";s:2:\"no\";s:21:\"order_shipping_status\";s:3:\"yes\";s:23:\"enable_product_disticty\";s:2:\"no\";s:12:\"handling_fee\";s:2:\"no\";s:16:\"shop_page_reload\";s:2:\"no\";s:18:\"notification_email\";s:2:\"no\";}s:16:\"settings_billing\";a:6:{s:14:\"enable_billing\";s:3:\"yes\";s:15:\"billing_display\";s:13:\"popup_display\";s:24:\"billing_display_position\";s:5:\"above\";s:21:\"billing_display_title\";s:4:\"link\";s:20:\"billing_display_text\";s:32:\"Billing with a different address\";s:21:\"billing_address_limit\";s:2:\"20\";}s:17:\"settings_shipping\";a:6:{s:15:\"enable_shipping\";s:3:\"yes\";s:16:\"shipping_display\";s:13:\"popup_display\";s:25:\"shipping_display_position\";s:5:\"above\";s:22:\"shipping_display_title\";s:4:\"link\";s:21:\"shipping_display_text\";s:31:\"Shipping to a different address\";s:22:\"shipping_address_limit\";s:2:\"20\";}s:15:\"settings_styles\";a:4:{s:20:\"enable_button_styles\";s:3:\"yes\";s:23:\"button_background_color\";s:7:\"#000000\";s:17:\"button_text_color\";s:7:\"#ffffff\";s:14:\"button_padding\";s:4:\"auto\";}s:21:\"enable_custom_section\";s:2:\"no\";}','auto'),(221612,'e_editor_counter','80','auto'),(225104,'_fluentmail_last_generated_state','87dc8f491f36a5c8c2549e6fad7a4dab','auto'),(225109,'_fluentsmtp_intended_outlook_info','a:2:{s:9:\"client_id\";s:36:\"8f03f232-19d0-42ce-aea3-0eab9d7dc504\";s:13:\"client_secret\";s:40:\"cWP8Q~4LsvrmXC9OrjKOnfSGaG0mZYou7b4hoa2f\";}','auto'),(225111,'fluentmail-settings','a:5:{s:8:\"mappings\";a:1:{s:32:\"noreply@liceclinicsofamerica.com\";s:32:\"d932e2d5e7586bcc9a1e26bf86c61d13\";}s:11:\"connections\";a:1:{s:32:\"d932e2d5e7586bcc9a1e26bf86c61d13\";a:2:{s:5:\"title\";s:10:\"PHP mail()\";s:17:\"provider_settings\";a:7:{s:8:\"provider\";s:7:\"default\";s:11:\"sender_name\";s:23:\"Lice Clinics of America\";s:12:\"sender_email\";s:32:\"noreply@liceclinicsofamerica.com\";s:15:\"force_from_name\";s:2:\"no\";s:16:\"force_from_email\";s:3:\"yes\";s:11:\"return_path\";s:3:\"yes\";s:9:\"key_store\";s:2:\"db\";}}}s:4:\"misc\";a:4:{s:10:\"log_emails\";s:3:\"yes\";s:23:\"log_saved_interval_days\";s:2:\"14\";s:22:\"disable_fluentcrm_logs\";s:2:\"no\";s:18:\"default_connection\";s:32:\"d932e2d5e7586bcc9a1e26bf86c61d13\";}s:11:\"use_encrypt\";s:0:\"\";s:4:\"test\";s:0:\"\";}','auto'),(226630,'astra_analytics_installed_time','1745249214','off'),(226634,'astra_analytics_optin','no','auto'),(226653,'woocommerce_feature_reactify-classic-payments-settings_enabled','yes','auto'),(226656,'woocommerce_anonymize_refunded_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),(226657,'woocommerce_email_auto_sync_with_theme','no','off'),(226682,'woocommerce_mmq_tracking_data','a:2:{s:8:\"products\";a:22:{s:14:\"products_count\";i:53;s:22:\"product_variable_count\";i:0;s:24:\"product_variations_count\";i:0;s:24:\"product_categories_count\";i:12;s:31:\"product_with_min_quantity_count\";i:0;s:31:\"product_with_max_quantity_count\";i:4;s:27:\"product_with_group_of_count\";i:0;s:43:\"product_with_exclude_from_order_rules_count\";i:0;s:46:\"product_with_exclude_from_category_rules_count\";i:0;s:46:\"product_variable_with_combine_variations_count\";i:0;s:41:\"product_variation_with_min_quantity_count\";i:0;s:41:\"product_variation_with_max_quantity_count\";i:0;s:46:\"product_variation_with_group_of_quantity_count\";i:0;s:53:\"product_variation_with_exclude_from_order_rules_count\";i:0;s:56:\"product_variation_with_exclude_from_category_rules_count\";i:0;s:32:\"category_with_min_quantity_count\";i:0;s:32:\"category_with_max_quantity_count\";i:0;s:37:\"category_with_group_of_quantity_count\";i:0;s:22:\"minimum_order_quantity\";i:0;s:22:\"maximum_order_quantity\";i:0;s:19:\"minimum_order_value\";i:0;s:19:\"maximum_order_value\";i:0;}s:4:\"info\";a:2:{s:10:\"iterations\";i:1;s:12:\"started_time\";i:1757863802;}}','auto'),(232613,'advanced_woo_discount_rules_load_version','v2','auto'),(232614,'awdr_activity_log_version','2.6.11','auto'),(232615,'awdr_migration_info','a:1:{s:13:\"has_migration\";i:0;}','auto'),(232616,'advanced_woo_discount_rules_current_version','2.6.11','auto'),(232633,'external_updates-woo-discount-rules-pro','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1758222397;s:14:\"checkedVersion\";s:6:\"2.6.11\";s:6:\"update\";O:8:\"stdClass\":10:{s:4:\"slug\";s:22:\"woo-discount-rules-pro\";s:7:\"version\";s:6:\"2.6.11\";s:12:\"download_url\";s:0:\"\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:20:\"https://flycart.org/\";s:6:\"tested\";s:5:\"6.8.2\";s:14:\"upgrade_notice\";s:51:\"Update available for Discount Rules for WooCommerce\";s:5:\"icons\";a:0:{}s:8:\"filename\";s:49:\"woo-discount-rules-pro/woo-discount-rules-pro.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p9_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}','off'),(232635,'woo-discount-config-v2','a:1:{s:11:\"licence_key\";s:40:\"846050331ab91cce0e96e8f34226b4df515231f3\";}','auto'),(232636,'advanced_woo_discount_rules_licence_verified_time','1746804140','auto'),(232637,'advanced_woo_discount_rules_licence_status','1','auto'),(233954,'tgwc_version','0.5.2','auto'),(233977,'tgwc_settings','','auto'),(233978,'tgwc_flush_rewrite','','auto'),(233981,'tgwc_endpoints','','auto'),(233982,'tgwc_debug_settings','a:3:{s:12:\"enable_debug\";b:0;s:8:\"frontend\";a:3:{s:11:\"fontawesome\";a:2:{s:3:\"css\";b:1;s:2:\"js\";b:1;}s:8:\"dropzone\";a:2:{s:3:\"css\";b:1;s:2:\"js\";b:1;}s:16:\"jqueryscrolltabs\";a:2:{s:3:\"css\";b:1;s:2:\"js\";b:1;}}i:0;b:0;}','auto'),(255386,'woocommerce_shipping_hide_rates_when_free','no','off'),(255387,'woocommerce_email_header_image_width','120','on'),(255388,'woocommerce_email_header_alignment','left','on'),(255389,'woocommerce_email_font_family','Helvetica','on'),(255390,'woocommerce_feature_blueprint_enabled','yes','on'),(255392,'woocommerce_hpos_datastore_caching_enabled','no','on'),(255393,'woocommerce_feature_block_email_editor_enabled','no','on'),(255415,'wc_memberships_lifecycle_events','[{\"name\":\"upgrade\",\"time\":1751071639,\"version\":\"1.27.2\",\"data\":{\"from_version\":\"1.27.1\"}},{\"name\":\"upgrade\",\"time\":1746803372,\"version\":\"1.27.1\",\"data\":{\"from_version\":\"1.26.11\"}},{\"name\":\"upgrade\",\"time\":1742837572,\"version\":\"1.26.11\",\"data\":{\"from_version\":\"1.26.10\"}},{\"name\":\"upgrade\",\"time\":1738331389,\"version\":\"1.26.10\",\"data\":{\"from_version\":\"1.26.9\"}},{\"name\":\"upgrade\",\"time\":1728402863,\"version\":\"1.26.9\",\"data\":{\"from_version\":\"1.26.8\"}},{\"name\":\"upgrade\",\"time\":1726254834,\"version\":\"1.26.8\",\"data\":{\"from_version\":\"1.26.5\"}},{\"name\":\"upgrade\",\"time\":1712852971,\"version\":\"1.26.5\",\"data\":{\"from_version\":\"1.26.4\"}},{\"name\":\"upgrade\",\"time\":1711996926,\"version\":\"1.26.4\",\"data\":{\"from_version\":\"1.26.3\"}},{\"name\":\"upgrade\",\"time\":1709671281,\"version\":\"1.26.3\",\"data\":{\"from_version\":\"1.26.1\"}},{\"name\":\"upgrade\",\"time\":1707847750,\"version\":\"1.26.1\",\"data\":{\"from_version\":\"1.26.0\"}},{\"name\":\"upgrade\",\"time\":1706543081,\"version\":\"1.26.0\",\"data\":{\"from_version\":\"1.25.2\"}},{\"name\":\"upgrade\",\"time\":1702504831,\"version\":\"1.25.2\",\"data\":{\"from_version\":\"1.25.0\"}},{\"name\":\"upgrade\",\"time\":1688669738,\"version\":\"1.25.0\",\"data\":{\"from_version\":\"1.24.0\"}},{\"name\":\"upgrade\",\"time\":1670356767,\"version\":\"1.24.0\",\"data\":{\"from_version\":\"1.23.1\"}},{\"name\":\"upgrade\",\"time\":1663608585,\"version\":\"1.23.1\",\"data\":{\"from_version\":\"1.23.0\"}},{\"name\":\"upgrade\",\"time\":1663608575,\"version\":\"1.23.1\",\"data\":{\"from_version\":\"1.23.0\"}},{\"name\":\"upgrade\",\"time\":1663608527,\"version\":\"1.23.1\",\"data\":{\"from_version\":\"1.23.0\"}},{\"name\":\"upgrade\",\"time\":1663608500,\"version\":\"1.23.1\",\"data\":{\"from_version\":\"1.23.0\"}},{\"name\":\"upgrade\",\"time\":1648729897,\"version\":\"1.23.0\",\"data\":{\"from_version\":\"1.22.11\"}},{\"name\":\"upgrade\",\"time\":1645830467,\"version\":\"1.22.11\",\"data\":{\"from_version\":\"1.22.10\"}},{\"name\":\"upgrade\",\"time\":1644434869,\"version\":\"1.22.10\",\"data\":{\"from_version\":\"1.22.9\"}},{\"name\":\"upgrade\",\"time\":1637692450,\"version\":\"1.22.9\",\"data\":{\"from_version\":\"1.22.7\"}},{\"name\":\"upgrade\",\"time\":1633713619,\"version\":\"1.22.7\",\"data\":{\"from_version\":\"1.22.5\"}},{\"name\":\"upgrade\",\"time\":1631464078,\"version\":\"1.22.5\",\"data\":{\"from_version\":\"1.22.4\"}},{\"name\":\"upgrade\",\"time\":1631111020,\"version\":\"1.22.4\",\"data\":{\"from_version\":\"1.22.3\"}},{\"name\":\"upgrade\",\"time\":1627324466,\"version\":\"1.22.3\",\"data\":{\"from_version\":\"1.21.7\"}},{\"name\":\"install\",\"time\":1617228998,\"version\":\"1.21.7\"}]','no'),(255422,'_transient_timeout_woocommerce_analytics_orders_statuses_all','1784918053','off'),(255423,'_transient_woocommerce_analytics_orders_statuses_all','a:8:{i:0;s:12:\"wc-completed\";i:1;s:11:\"wc-refunded\";i:2;s:12:\"wc-cancelled\";i:3;s:13:\"wc-processing\";i:4;s:10:\"wc-on-hold\";i:5;s:10:\"wc-approve\";i:6;s:10:\"wc-pending\";i:7;s:10:\"wc-waiting\";}','off'),(259410,'as_has_wp_comment_logs','no','on'),(259977,'woocommerce_admin_dismissed_try_email_improvements_modal','yes','auto'),(259979,'_transient_woocommerce_product_task_has_product_transient','yes','on'),(260598,'_elementor_home_screen_data','a:2:{s:7:\"timeout\";i:1775663442;s:5:\"value\";s:12470:\"{\"top_with_licences\":[{\"license\":[\"free\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Start building your website with Elementor\'s no code drag & drop editor.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s\",\"youtube_embed_id\":\"le72grP_Q6k?si=g2akyWNODL6usu6u\"},{\"license\":[\"pro\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"},{\"license\":[\"one\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"}],\"get_started\":[{\"license\":[\"free\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&page=popup_templates\",\"is_relative_url\":true,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\",\"title_small_color\":\"text.tertiary\"}]},{\"license\":[\"pro\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]},{\"license\":[\"one\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]}],\"add_ons\":{\"hide_section\":[\"free\",\"essential\",\"pro\",\"one\"],\"header\":{\"title\":\"Expand your design toolkit\",\"description\":\"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity.\"},\"repeater\":[{\"file_path\":\"pojo-accessibility\\/pojo-accessibility.php\",\"title\":\"Ally - Web Accessibility. Simplified.\",\"url\":\"\",\"description\":\"Make your website more accessible with powerful tools to detect and fix issues, enhance usability, and create a better experience for all visitors.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/ally_logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"site-mailer\\/site-mailer.php\",\"title\":\"Site Mailer\",\"url\":\"\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg\",\"type\":\"wporg\"},{\"file_path\":\"image-optimization\\/image-optimization.php\",\"title\":\"Image Optimizer\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/\",\"description\":\"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg\",\"type\":\"wporg\"},{\"title\":\"Elementor AI\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/\",\"description\":\"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.\",\"button_label\":\"Let\'s go\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg\",\"type\":\"link\",\"condition\":{\"key\":\"introduction_meta\",\"value\":\"ai_get_started\"}}],\"footer\":{\"label\":\"Explore more add-ons\",\"file_path\":\"wp-admin\\/admin.php?page=elementor-apps\"}},\"sidebar_promotion_variants\":[{\"license\":[\"essential\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/essential-upgrade.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-advanced-home-sidebar-upgrade\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\"}},{\"license\":[\"expired\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-expired\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\'s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"pro\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\'s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"one\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\'s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}}],\"external_links\":[{\"label\":\"Help Center\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg\",\"url\":\"https:\\/\\/elementor.com\\/help\\/\"},{\"label\":\"Youtube\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg\",\"url\":\"https:\\/\\/www.youtube.com\\/@Elementor\"},{\"label\":\"Facebook Community\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg\",\"url\":\"https:\\/\\/www.facebook.com\\/groups\\/Elementors\"},{\"label\":\"Blog\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg\",\"url\":\"https:\\/\\/elementor.com\\/blog\\/\"}]}\";}','off'),(260600,'elementor_allow_tracking_last_update','1775661844','auto'),(260601,'elementor_google_maps_api_key','','auto'),(260603,'elementor_pro_stripe_test_secret_key','','auto'),(260604,'elementor_validate_stripe_api_test_secret_key_button','','auto'),(260605,'elementor_pro_stripe_live_secret_key','','auto'),(260606,'elementor_validate_stripe_api_live_secret_key_button','','auto'),(260607,'elementor_stripe_legal_disclaimer','','auto'),(260608,'elementor_google_font','1','auto'),(260609,'elementor_font_display','auto','auto'),(260610,'elementor_form-submissions','','auto'),(260611,'elementor_meta_generator_tag','','auto'),(260612,'elementor_optimized_image_loading','1','auto'),(260613,'elementor_optimized_gutenberg_loading','1','auto'),(260614,'elementor_lazy_load_background_images','1','auto'),(260615,'elementor_experiment-e_optimized_markup','default','auto'),(260616,'elementor_experiment-cloud-library','default','auto'),(260617,'elementor_experiment-container','active','auto'),(260618,'elementor_experiment-nested-elements','default','auto'),(260619,'elementor_experiment-mega-menu','active','auto'),(260620,'elementor_experiment-e_font_icon_svg','default','auto'),(260621,'elementor_experiment-additional_custom_breakpoints','default','auto'),(260622,'elementor_experiment-theme_builder_v2','default','auto'),(260623,'elementor_experiment-e_element_cache','default','auto'),(260788,'site_logo','3577','auto'),(261305,'_transient_filter_data-transient-version','1785186433','on'),(261683,'allowed_astra_notices','a:2:{i:0;s:24:\"theme-min-version-notice\";i:1;s:16:\"uae-optin-notice\";}','auto'),(261690,'astra_nps_show','1','auto'),(261744,'fs_active_plugins','O:8:\"stdClass\":0:{}','auto'),(261745,'fs_debug_mode','','auto'),(261746,'fs_accounts','a:8:{s:21:\"id_slug_type_path_map\";a:1:{i:4036;a:3:{s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}}s:11:\"plugin_data\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:17:{s:19:\"last_load_timestamp\";i:1752174170;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1752174170;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:6:\"2.11.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:7:\"1.5.146\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:40:\"lcaportalstoreg.liceclinicsofamerica.com\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1752174170;s:7:\"version\";s:7:\"1.5.146\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1752174264;s:7:\"version\";s:7:\"1.5.146\";}}}s:13:\"file_slug_map\";a:1:{s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:32:\"unlimited-elements-for-elementor\";}s:7:\"plugins\";a:1:{s:32:\"unlimited-elements-for-elementor\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:32:\"Unlimited Elements for Elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:12:\"premium_slug\";s:22:\"unlimited-elements-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:7:\"version\";s:7:\"1.5.146\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_719fa791fb45bf1896e3916eca491\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4036\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"ce9f7ee9cf6e23c97582e21e4c138d92\";s:13:\"admin_notices\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:0:{}}}','auto'),(261747,'fs_api_cache','a:0:{}','off'),(261753,'unitecreator_db_version','6','auto'),(261770,'uae_lite_is_activated','yes','auto'),(261773,'hfe_is_theme_supported','1','auto'),(261774,'_hfe_db_version','2.8.7','auto'),(261775,'hfe_onboarding_triggered','yes','auto'),(261776,'hfe_plugin_previous_version','2.8.6','auto'),(261777,'hfe_plugin_version','2.8.7','auto'),(261781,'nps-survey-header-footer-elementor','a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1752174226;}','auto'),(261788,'addon_library_catalog','a:3:{s:5:\"stamp\";i:1752130480;s:7:\"catalog\";a:4:{s:6:\"addons\";a:19:{s:16:\"Creative Widgets\";a:30:{i:0;a:6:{s:5:\"title\";s:8:\"Flip Box\";s:4:\"name\";s:8:\"flip_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/flip_box.png\";s:7:\"preview\";s:29:\"flip-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:12:\"Before After\";s:4:\"name\";s:15:\"uc_before_after\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_before_after.png\";s:7:\"preview\";s:33:\"before-after-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:15:\"Image Accordion\";s:4:\"name\";s:14:\"image_accodion\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_accodion.png\";s:7:\"preview\";s:36:\"image-accordion-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:3;a:6:{s:5:\"title\";s:12:\"Icon Bullets\";s:4:\"name\";s:19:\"uc_material_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_material_bullets.png\";s:7:\"preview\";s:33:\"icon-bullets-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:4;a:6:{s:5:\"title\";s:10:\"Number Box\";s:4:\"name\";s:20:\"circle_number_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/circle_number_widget.png\";s:7:\"preview\";s:31:\"number-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:11:\"Blob Shapes\";s:4:\"name\";s:11:\"blob_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blob_shapes.png\";s:7:\"preview\";s:32:\"blob-shapes-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:14:\"Icon Accordion\";s:4:\"name\";s:17:\"uc_icon_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_icon_accordion.png\";s:7:\"preview\";s:35:\"icon-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:16:\"Timeline Bullets\";s:4:\"name\";s:16:\"timeline_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/timeline_bullets.png\";s:7:\"preview\";s:37:\"timeline-bullets-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:8;a:6:{s:5:\"title\";s:13:\"Shape Bullets\";s:4:\"name\";s:18:\"uc_diamond_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_diamond_bullets.png\";s:7:\"preview\";s:34:\"shape-bullets-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:9;a:6:{s:5:\"title\";s:24:\"Lordicon: Animated Icons\";s:4:\"name\";s:9:\"lord_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/lord_icon.png\";s:7:\"preview\";s:44:\"lordicon-animated-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:14:\"Stacked Images\";s:4:\"name\";s:14:\"stacked_images\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacked_images.png\";s:7:\"preview\";s:35:\"stacked-images-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:11;a:6:{s:5:\"title\";s:12:\"Rhombus Grid\";s:4:\"name\";s:24:\"ue_rhombus_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_rhombus_image_gallery.png\";s:7:\"preview\";s:33:\"rhombus-grid-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:12;a:6:{s:5:\"title\";s:17:\"Flip Box Carousel\";s:4:\"name\";s:17:\"carousel_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/carousel_flip_box.gif\";s:7:\"preview\";s:38:\"flip-box-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:13;a:6:{s:5:\"title\";s:13:\"SVG Animation\";s:4:\"name\";s:21:\"uc_svg_draw_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_svg_draw_animation.gif\";s:7:\"preview\";s:34:\"svg-animation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:14:\"Stacking Cards\";s:4:\"name\";s:14:\"stacking_cards\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacking_cards.png\";s:7:\"preview\";s:35:\"stacking-cards-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:15;a:6:{s:5:\"title\";s:16:\"Scroll Accordion\";s:4:\"name\";s:16:\"scroll_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/scroll_accordion.png\";s:7:\"preview\";s:37:\"scroll-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:16;a:6:{s:5:\"title\";s:13:\"Stacked Icons\";s:4:\"name\";s:13:\"stacked_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacked_icons.png\";s:7:\"preview\";s:34:\"stacked-icons-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:17;a:6:{s:5:\"title\";s:9:\"Icon Tabs\";s:4:\"name\";s:14:\"uc_bullet_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_bullet_tabs.png\";s:7:\"preview\";s:30:\"icon-tabs-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:18;a:6:{s:5:\"title\";s:19:\"Background Switcher\";s:4:\"name\";s:31:\"content_box_background_switcher\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/content_box_background_switcher.gif\";s:7:\"preview\";s:40:\"background-switcher-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:19;a:6:{s:5:\"title\";s:20:\"Image Zoom Magnifier\";s:4:\"name\";s:20:\"image_zoom_magnifier\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_zoom_magnifier.gif\";s:7:\"preview\";s:41:\"image-zoom-magnifier-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:14:\"Particle Image\";s:4:\"name\";s:19:\"blox_particles_logo\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blox_particles_logo.jpg\";s:7:\"preview\";s:35:\"particle-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:12:\"Image Shapes\";s:4:\"name\";s:12:\"image_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_shapes.jpg\";s:7:\"preview\";s:33:\"image-shapes-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:23:\"Animated Hamburger Icon\";s:4:\"name\";s:23:\"animated_hamburger_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_hamburger_icon.gif\";s:7:\"preview\";s:44:\"animated-hamburger-icon-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:19:\"Scroll Image Reveal\";s:4:\"name\";s:22:\"image_reveal_on_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_reveal_on_scroll.gif\";s:7:\"preview\";s:40:\"scroll-image-reveal-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:12:\"Morph Slider\";s:4:\"name\";s:12:\"morph_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/morph_slider.gif\";s:7:\"preview\";s:33:\"morph-slider-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:25;a:6:{s:5:\"title\";s:18:\"Icon Box Accordion\";s:4:\"name\";s:18:\"icon_box_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/icon_box_accordion.gif\";s:7:\"preview\";s:39:\"icon-box-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:26;a:6:{s:5:\"title\";s:15:\"Scroll Sequence\";s:4:\"name\";s:21:\"image_sequence_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_sequence_player.gif\";s:7:\"preview\";s:36:\"scroll-sequence-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:13:\"Custom Cursor\";s:4:\"name\";s:13:\"custom_cursor\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/custom_cursor.png\";s:7:\"preview\";s:34:\"custom-cursor-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:12:\"Hexagon Grid\";s:4:\"name\";s:24:\"ue_hexagon_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_hexagon_image_gallery.png\";s:7:\"preview\";s:33:\"hexagon-grid-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:29;a:6:{s:5:\"title\";s:15:\"Christmas Icons\";s:4:\"name\";s:15:\"christmas_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/christmas_icons.png\";s:7:\"preview\";s:36:\"christmas-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:5:\"Tools\";a:36:{i:0;a:6:{s:5:\"title\";s:15:\"Toggle Dropdown\";s:4:\"name\";s:7:\"dropbar\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/dropbar.png\";s:7:\"preview\";s:36:\"toggle-dropdown-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:6:\"How To\";s:4:\"name\";s:6:\"how_to\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/how_to.png\";s:7:\"preview\";s:27:\"how-to-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:17:\"Protected Content\";s:4:\"name\";s:17:\"protected_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/protected_content.png\";s:7:\"preview\";s:38:\"protected-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:6:\"Layers\";s:4:\"name\";s:6:\"layers\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/layers.png\";s:7:\"preview\";s:27:\"layers-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:4;a:6:{s:5:\"title\";s:18:\"360 Product Viewer\";s:4:\"name\";s:16:\"360_product_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_product_view.gif\";s:7:\"preview\";s:39:\"360-product-viewer-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:18:\"Currency Converter\";s:4:\"name\";s:17:\"currency_exchange\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/currency_exchange.png\";s:7:\"preview\";s:39:\"currency-converter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:12:\"Image Scroll\";s:4:\"name\";s:20:\"scrolling_screenshot\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/scrolling_screenshot.png\";s:7:\"preview\";s:33:\"image-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:10:\"PDF Viewer\";s:4:\"name\";s:10:\"pdf_viewer\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/pdf_viewer.png\";s:7:\"preview\";s:31:\"pdf-viewer-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:11:\"Job Listing\";s:4:\"name\";s:11:\"job_listing\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/job_listing.png\";s:7:\"preview\";s:32:\"job-listing-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:9;a:6:{s:5:\"title\";s:7:\"Weather\";s:4:\"name\";s:7:\"weather\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/weather.png\";s:7:\"preview\";s:28:\"weather-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:10:\"Event List\";s:4:\"name\";s:10:\"event_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_list.png\";s:7:\"preview\";s:31:\"event-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:11;a:6:{s:5:\"title\";s:8:\"Hotspots\";s:4:\"name\";s:7:\"hotspot\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/hotspot.png\";s:7:\"preview\";s:29:\"hotspots-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:12;a:6:{s:5:\"title\";s:12:\"Code Snippet\";s:4:\"name\";s:11:\"source_code\";s:6:\"isfree\";b:1;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/source_code.png\";s:7:\"preview\";s:33:\"code-snippet-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:25:\"360 Panorama Virtual Tour\";s:4:\"name\";s:8:\"360_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_view.gif\";s:7:\"preview\";s:46:\"360-panorama-virtual-tour-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:14:\"Contact Form 7\";s:4:\"name\";s:14:\"contact_form_7\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/contact_form_7.png\";s:7:\"preview\";s:35:\"contact-form-7-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:26:\"Animated Mouse Scroll Icon\";s:4:\"name\";s:26:\"animated_mouse_scroll_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/animated_mouse_scroll_icon.gif\";s:7:\"preview\";s:47:\"animated-mouse-scroll-icon-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:12:\"Notification\";s:4:\"name\";s:12:\"notification\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/notification.png\";s:7:\"preview\";s:33:\"notification-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:17;a:6:{s:5:\"title\";s:7:\"QR Code\";s:4:\"name\";s:7:\"qr_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/qr_code.jpg\";s:7:\"preview\";s:28:\"qr-code-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:9:\"Event Box\";s:4:\"name\";s:9:\"event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_box.png\";s:7:\"preview\";s:30:\"event-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:13:\"Image Tooltip\";s:4:\"name\";s:13:\"image_tooltip\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/image_tooltip.png\";s:7:\"preview\";s:34:\"image-tooltip-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:13:\"Smooth Scroll\";s:4:\"name\";s:13:\"smooth_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/smooth_scroll.png\";s:7:\"preview\";s:34:\"smooth-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:8:\"Calendar\";s:4:\"name\";s:11:\"ue_calendar\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/ue_calendar.png\";s:7:\"preview\";s:29:\"calendar-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:22;a:6:{s:5:\"title\";s:16:\"Age Verification\";s:4:\"name\";s:22:\"age_verification_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/age_verification_field.png\";s:7:\"preview\";s:37:\"age-verification-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:10:\"Off Canvas\";s:4:\"name\";s:10:\"off_canvas\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/off_canvas.png\";s:7:\"preview\";s:31:\"off-canvas-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:14:\"Cookie Consent\";s:4:\"name\";s:14:\"cookie_consent\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/cookie_consent.png\";s:7:\"preview\";s:35:\"cookie-consent-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:14:\"Random Content\";s:4:\"name\";s:17:\"ue_random_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/ue_random_content.png\";s:7:\"preview\";s:35:\"random-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:8:\"RSS Feed\";s:4:\"name\";s:8:\"rss_feed\";s:6:\"isfree\";b:1;s:5:\"image\";s:71:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/rss_feed.png\";s:7:\"preview\";s:29:\"rss-feed-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:27;a:6:{s:5:\"title\";s:15:\"Restaurant Menu\";s:4:\"name\";s:15:\"restaurant_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/restaurant_menu.png\";s:7:\"preview\";s:36:\"restaurant-menu-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:28;a:6:{s:5:\"title\";s:20:\"Payment Method Icons\";s:4:\"name\";s:20:\"payment_method_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/payment_method_icons.png\";s:7:\"preview\";s:41:\"payment-method-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:6:\"Recipe\";s:4:\"name\";s:6:\"recipe\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/recipe.png\";s:7:\"preview\";s:27:\"recipe-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:30;a:6:{s:5:\"title\";s:14:\"Repeater Table\";s:4:\"name\";s:14:\"repeater_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_table.png\";s:7:\"preview\";s:35:\"repeater-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:31;a:6:{s:5:\"title\";s:17:\"Repeater Carousel\";s:4:\"name\";s:17:\"repeater_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_carousel.png\";s:7:\"preview\";s:38:\"repeater-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:32;a:6:{s:5:\"title\";s:13:\"Repeater Tabs\";s:4:\"name\";s:13:\"repeater_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_tabs.png\";s:7:\"preview\";s:34:\"repeater-tabs-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:33;a:6:{s:5:\"title\";s:13:\"Repeater Grid\";s:4:\"name\";s:13:\"repeater_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_grid.png\";s:7:\"preview\";s:34:\"repeater-grid-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:34;a:6:{s:5:\"title\";s:18:\"Repeater Accordion\";s:4:\"name\";s:18:\"repeater_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_accordion.png\";s:7:\"preview\";s:39:\"repeater-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"rs\";}i:35;a:6:{s:5:\"title\";s:20:\"Disable Right Click\";s:4:\"name\";s:19:\"disable_right_click\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/disable_right_click.png\";s:7:\"preview\";s:40:\"disable-right-click-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Post Widgets\";a:19:{i:0;a:6:{s:5:\"title\";s:11:\"Post Blocks\";s:4:\"name\";s:11:\"post_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_blocks.png\";s:7:\"preview\";s:32:\"post-blocks-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:1;a:6:{s:5:\"title\";s:9:\"Post Grid\";s:4:\"name\";s:9:\"post_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_grid.jpg\";s:7:\"preview\";s:30:\"post-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:2;a:6:{s:5:\"title\";s:13:\"Post Carousel\";s:4:\"name\";s:13:\"post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_carousel.png\";s:7:\"preview\";s:34:\"post-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:3;a:6:{s:5:\"title\";s:18:\"Post Carousel Lite\";s:4:\"name\";s:21:\"uc_card_post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/uc_card_post_carousel.png\";s:7:\"preview\";s:39:\"post-carousel-lite-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:9:\"Post Tabs\";s:4:\"name\";s:9:\"post_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tabs.png\";s:7:\"preview\";s:30:\"post-tabs-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:5;a:6:{s:5:\"title\";s:9:\"Post List\";s:4:\"name\";s:9:\"post_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_list.png\";s:7:\"preview\";s:30:\"post-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:6;a:6:{s:5:\"title\";s:14:\"Post Accordion\";s:4:\"name\";s:14:\"post_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_accordion.png\";s:7:\"preview\";s:35:\"post-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:7;a:6:{s:5:\"title\";s:11:\"Post Ticker\";s:4:\"name\";s:17:\"post_news_tickers\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_news_tickers.png\";s:7:\"preview\";s:32:\"post-ticker-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:8;a:6:{s:5:\"title\";s:18:\"Post Magazine Grid\";s:4:\"name\";s:18:\"post_magazine_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_magazine_grid.png\";s:7:\"preview\";s:39:\"post-magazine-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:9;a:6:{s:5:\"title\";s:14:\"Taxonomy Terms\";s:4:\"name\";s:17:\"ue_taxonomy_terms\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/ue_taxonomy_terms.png\";s:7:\"preview\";s:35:\"taxonomy-terms-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:10;a:6:{s:5:\"title\";s:11:\"Post Scroll\";s:4:\"name\";s:11:\"post_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_scroll.png\";s:7:\"preview\";s:32:\"post-scroll-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:11;a:6:{s:5:\"title\";s:13:\"Post Timeline\";s:4:\"name\";s:13:\"post_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_timeline.jpg\";s:7:\"preview\";s:34:\"post-timeline-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:12;a:6:{s:5:\"title\";s:16:\"Post Card Slider\";s:4:\"name\";s:16:\"blog_card_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/blog_card_slider.png\";s:7:\"preview\";s:37:\"post-card-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:13;a:6:{s:5:\"title\";s:11:\"Post Slider\";s:4:\"name\";s:11:\"post_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_slider.png\";s:7:\"preview\";s:32:\"post-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:14;a:6:{s:5:\"title\";s:9:\"Post Tile\";s:4:\"name\";s:9:\"post_tile\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tile.png\";s:7:\"preview\";s:30:\"post-tile-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:15;a:6:{s:5:\"title\";s:11:\"Author List\";s:4:\"name\";s:11:\"author_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/author_list.png\";s:7:\"preview\";s:32:\"author-list-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:24:\"Post Horizontal Timeline\";s:4:\"name\";s:24:\"post_horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_horizontal_timeline.png\";s:7:\"preview\";s:45:\"post-horizontal-timeline-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:17;a:6:{s:5:\"title\";s:9:\"Tag Cloud\";s:4:\"name\";s:9:\"tag_cloud\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/tag_cloud.jpg\";s:7:\"preview\";s:30:\"tag-cloud-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:17:\"Masonry Post Grid\";s:4:\"name\";s:17:\"masonry_post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/masonry_post_grid.png\";s:7:\"preview\";s:38:\"masonry-post-grid-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}}s:20:\"Post Filters & Tools\";a:19:{i:0;a:6:{s:5:\"title\";s:11:\"AJAX Search\";s:4:\"name\";s:11:\"ajax_search\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ajax_search.png\";s:7:\"preview\";s:32:\"ajax-search-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"name\";s:18:\"breadcrumbs_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/breadcrumbs_widget.png\";s:7:\"preview\";s:32:\"breadcrumbs-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Dynamic Post Popup\";s:4:\"name\";s:13:\"dynamic_popup\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/dynamic_popup.png\";s:7:\"preview\";s:39:\"dynamic-post-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:11:\"Tabs Filter\";s:4:\"name\";s:22:\"ue_buttons_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_buttons_post_filter.jpg\";s:7:\"preview\";s:32:\"tabs-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:17:\"Checkboxes Filter\";s:4:\"name\";s:20:\"ue_checkboxes_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_checkboxes_filter.png\";s:7:\"preview\";s:38:\"checkboxes-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Post Pagination\";s:4:\"name\";s:18:\"archive_pagination\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/archive_pagination.png\";s:7:\"preview\";s:36:\"post-pagination-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:14:\"Active Filters\";s:4:\"name\";s:14:\"active_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/active_filters.png\";s:7:\"preview\";s:35:\"active-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Clear Filters\";s:4:\"name\";s:20:\"clear_filters_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/clear_filters_button.png\";s:7:\"preview\";s:34:\"clear-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:22:\"Select Dropdown Filter\";s:4:\"name\";s:21:\"ue_select_post_filter\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_select_post_filter.jpg\";s:7:\"preview\";s:43:\"select-dropdown-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:18:\"Post Query Summary\";s:4:\"name\";s:20:\"query_summary_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/query_summary_filter.png\";s:7:\"preview\";s:39:\"post-query-summary-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:13:\"Search Filter\";s:4:\"name\";s:19:\"posts_search_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/posts_search_filter.png\";s:7:\"preview\";s:34:\"search-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:27:\"Load More / Infinite Scroll\";s:4:\"name\";s:16:\"load_more_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/load_more_filter.png\";s:7:\"preview\";s:46:\"load-more-infinite-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:14:\"Sorting Filter\";s:4:\"name\";s:14:\"ue_sort_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_sort_filter.png\";s:7:\"preview\";s:35:\"sorting-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:18:\"Price Range Filter\";s:4:\"name\";s:18:\"price_range_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/price_range_filter.png\";s:7:\"preview\";s:39:\"price-range-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:23:\"Colors Swatches Filter\";s:4:\"name\";s:22:\"colors_swatches_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/colors_swatches_filter.png\";s:7:\"preview\";s:42:\"color-swatches-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:18:\"Off Canvas Filters\";s:4:\"name\";s:23:\"mobile_dropdown_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/mobile_dropdown_filters.png\";s:7:\"preview\";s:39:\"off-canvas-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:17:\"Accordion Filters\";s:4:\"name\";s:17:\"accordion_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/accordion_filters.png\";s:7:\"preview\";s:38:\"accordion-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:15:\"Post Navigation\";s:4:\"name\";s:14:\"next_prev_post\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/next_prev_post.png\";s:7:\"preview\";s:36:\"post-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:15:\"Alphabet Filter\";s:4:\"name\";s:18:\"ue_alphabet_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_alphabet_filter.png\";s:7:\"preview\";s:36:\"alphabet-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Form Builder\";a:19:{i:0;a:6:{s:5:\"title\";s:10:\"Text Field\";s:4:\"name\";s:10:\"text_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/text_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:14:\"Textarea Field\";s:4:\"name\";s:20:\"form_field_paragraph\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_paragraph.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:13:\"Submit Button\";s:4:\"name\";s:13:\"submit_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/submit_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:14:\"Dropdown Field\";s:4:\"name\";s:14:\"dropdown_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/dropdown_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:14:\"Checkbox Field\";s:4:\"name\";s:14:\"checkbox_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/checkbox_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:2:\"am\";}i:5;a:6:{s:5:\"title\";s:18:\"Radio Button Field\";s:4:\"name\";s:12:\"radio_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/radio_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:6;a:6:{s:5:\"title\";s:12:\"Number Field\";s:4:\"name\";s:12:\"number_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/number_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Phone Field\";s:4:\"name\";s:11:\"phone_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/phone_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:11:\"Email Field\";s:4:\"name\";s:16:\"form_field_email\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_email.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:15:\"Multi Step Form\";s:4:\"name\";s:15:\"multi_step_form\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/multi_step_form.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:10;a:6:{s:5:\"title\";s:10:\"File Field\";s:4:\"name\";s:10:\"file_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/file_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:10:\"Date Field\";s:4:\"name\";s:10:\"date_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/date_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:12:\"Slider Field\";s:4:\"name\";s:12:\"range_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/range_slider.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:13:\"Message Field\";s:4:\"name\";s:13:\"message_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/message_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:13:\"Confirm Field\";s:4:\"name\";s:13:\"confirm_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/confirm_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:17:\"Star Rating Field\";s:4:\"name\";s:17:\"star_rating_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/star_rating_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:9:\"NPS Field\";s:4:\"name\";s:9:\"nps_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/nps_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:17;a:6:{s:5:\"title\";s:11:\"Scale Field\";s:4:\"name\";s:11:\"scale_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/scale_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:18;a:6:{s:5:\"title\";s:12:\"Likert Scale\";s:4:\"name\";s:12:\"likert_scale\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/likert_scale.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}}s:11:\"Woo Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:13:\"Woo Mini Cart\";s:4:\"name\";s:16:\"woo_mini_cart_ax\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woo_mini_cart_ax.png\";s:7:\"preview\";s:34:\"woo-mini-cart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:16:\"Woo Product Grid\";s:4:\"name\";s:24:\"woocommerce_product_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_grid.png\";s:7:\"preview\";s:37:\"woo-product-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:2;a:6:{s:5:\"title\";s:16:\"Woo Product List\";s:4:\"name\";s:24:\"woocommerce_product_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_list.jpg\";s:7:\"preview\";s:37:\"woo-product-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:3;a:6:{s:5:\"title\";s:20:\"Woo Product Carousel\";s:4:\"name\";s:28:\"woocommerce_product_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_carousel.png\";s:7:\"preview\";s:41:\"woo-product-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:4;a:6:{s:5:\"title\";s:15:\"Woo AJAX Search\";s:4:\"name\";s:23:\"woocommerce_ajax_search\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_ajax_search.png\";s:7:\"preview\";s:36:\"woo-ajax-search-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:17:\"Woo Category Grid\";s:4:\"name\";s:25:\"woocommerce_category_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_category_grid.png\";s:7:\"preview\";s:39:\"woo-category-grid-widget-for-elemenetor\";s:4:\"tags\";s:1:\"s\";}i:6;a:6:{s:5:\"title\";s:21:\"Woo Category Carousel\";s:4:\"name\";s:29:\"woocommerce_category_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_category_carousel.png\";s:7:\"preview\";s:42:\"woo-category-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:18:\"Woo Product Slider\";s:4:\"name\";s:26:\"woocommerce_product_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_slider.png\";s:7:\"preview\";s:39:\"woo-product-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:8;a:6:{s:5:\"title\";s:26:\"Quantity Increment Buttons\";s:4:\"name\";s:26:\"quantity_increment_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/quantity_increment_buttons.png\";s:7:\"preview\";s:47:\"quantity-increment-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:17:\"Marketing Widgets\";a:54:{i:0;a:6:{s:5:\"title\";s:5:\"Badge\";s:4:\"name\";s:5:\"badge\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/badge.png\";s:7:\"preview\";s:26:\"badge-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:15:\"Comparison List\";s:4:\"name\";s:15:\"comparison_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/comparison_list.png\";s:7:\"preview\";s:36:\"comparison-list-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:13:\"Pricing Table\";s:4:\"name\";s:18:\"icon_pricing_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_pricing_table.png\";s:7:\"preview\";s:34:\"pricing-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:21:\"Unlimited Google Maps\";s:4:\"name\";s:14:\"ue_google_maps\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/ue_google_maps.jpg\";s:7:\"preview\";s:42:\"unlimited-google-maps-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:20:\"Team Member Carousel\";s:4:\"name\";s:20:\"team_member_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_carousel.png\";s:7:\"preview\";s:41:\"team-member-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:5;a:6:{s:5:\"title\";s:9:\"Price Box\";s:4:\"name\";s:17:\"box_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_pricing_table.png\";s:7:\"preview\";s:30:\"price-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:9:\"Logo Grid\";s:4:\"name\";s:9:\"logo_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_grid.png\";s:7:\"preview\";s:30:\"logo-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:7;a:6:{s:5:\"title\";s:12:\"Logo Marquee\";s:4:\"name\";s:12:\"logo_marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_marquee.png\";s:7:\"preview\";s:33:\"logo-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:8;a:6:{s:5:\"title\";s:15:\"Testimonial Box\";s:4:\"name\";s:15:\"box_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_testimonial.png\";s:7:\"preview\";s:36:\"testimonial-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:15:\"Block Quote Box\";s:4:\"name\";s:27:\"blox_solid_color_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_solid_color_blockquote.png\";s:7:\"preview\";s:36:\"block-quote-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:14:\"Instagram Feed\";s:4:\"name\";s:25:\"blox_grid_instagrm_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_grid_instagrm_widget.png\";s:7:\"preview\";s:35:\"instagram-feed-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:11;a:6:{s:5:\"title\";s:16:\"Testimonial Grid\";s:4:\"name\";s:16:\"testemonial_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/testemonial_grid.png\";s:7:\"preview\";s:37:\"testimonial-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:12;a:6:{s:5:\"title\";s:16:\"Block Quote Card\";s:4:\"name\";s:20:\"material_block_quote\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/material_block_quote.png\";s:7:\"preview\";s:37:\"block-quote-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:16:\"Team Member Card\";s:4:\"name\";s:16:\"team_member_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_card.png\";s:7:\"preview\";s:37:\"team-member-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"name\";s:31:\"responsive_testemonial_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/responsive_testemonial_carousel.png\";s:7:\"preview\";s:41:\"testimonial-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:15;a:6:{s:5:\"title\";s:22:\"Instagram Latest Image\";s:4:\"name\";s:27:\"blox_instagram_latest_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_latest_image.png\";s:7:\"preview\";s:43:\"instagram-latest-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:13:\"Logo Carousel\";s:4:\"name\";s:13:\"logo_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_carousel.gif\";s:7:\"preview\";s:34:\"logo-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:17;a:6:{s:5:\"title\";s:11:\"Product Box\";s:4:\"name\";s:14:\"bold_price_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_price_box.png\";s:7:\"preview\";s:32:\"product-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:9:\"Logo Card\";s:4:\"name\";s:9:\"logo_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_card.jpg\";s:7:\"preview\";s:30:\"logo-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:24:\"Block Quote Carousel Box\";s:4:\"name\";s:24:\"blox_material_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_material_blockquote.png\";s:7:\"preview\";s:45:\"block-quote-carousel-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:16:\"Testimonial Card\";s:4:\"name\";s:21:\"logo_card_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_card_testimonial.png\";s:7:\"preview\";s:37:\"testimonial-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:13:\"Instagram Box\";s:4:\"name\";s:28:\"blox_quatro_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_quatro_instagram_widget.png\";s:7:\"preview\";s:34:\"instagram-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:10:\"Price List\";s:4:\"name\";s:10:\"price_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/price_list.png\";s:7:\"preview\";s:31:\"price-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:23;a:6:{s:5:\"title\";s:15:\"Team Member Box\";s:4:\"name\";s:23:\"team_member_box_overlay\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_box_overlay.gif\";s:7:\"preview\";s:36:\"team-member-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:20:\"Block Quote Carousel\";s:4:\"name\";s:24:\"blox_blockquote_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_blockquote_carousel.png\";s:7:\"preview\";s:41:\"block-quote-carousel-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:14:\"Instagram Card\";s:4:\"name\";s:26:\"blox_instagram_card_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_card_widget.png\";s:7:\"preview\";s:35:\"instagram-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:23:\"Team Member Icon Effect\";s:4:\"name\";s:25:\"circle_effect_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/circle_effect_team_member.gif\";s:7:\"preview\";s:44:\"team-member-icon-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:18:\"Block Quote Slider\";s:4:\"name\";s:26:\"blox_side_image_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_side_image_blockquote.png\";s:7:\"preview\";s:39:\"block-quote-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:13:\"WhatsApp Chat\";s:4:\"name\";s:13:\"whatsapp_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/whatsapp_chat.png\";s:7:\"preview\";s:34:\"whatsapp-chat-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:20:\"Instagram Metro Grid\";s:4:\"name\";s:21:\"blox_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_widget.png\";s:7:\"preview\";s:41:\"instagram-metro-grid-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:21:\"Floating Chat Buttons\";s:4:\"name\";s:22:\"mobile_conversion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/mobile_conversion_menu.gif\";s:7:\"preview\";s:42:\"floating-chat-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:31;a:6:{s:5:\"title\";s:5:\"vCard\";s:4:\"name\";s:12:\"vcard_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/vcard_button.png\";s:7:\"preview\";s:26:\"vcard-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:32;a:6:{s:5:\"title\";s:16:\"Team Member Grid\";s:4:\"name\";s:16:\"team_member_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_grid.jpg\";s:7:\"preview\";s:37:\"team-member-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:33;a:6:{s:5:\"title\";s:26:\"Team Member Sliding Effect\";s:4:\"name\";s:29:\"uc_team_member_overlay_bottom\";s:6:\"isfree\";b:0;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_team_member_overlay_bottom.gif\";s:7:\"preview\";s:47:\"team-member-sliding-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:34;a:6:{s:5:\"title\";s:13:\"Pricing Plans\";s:4:\"name\";s:12:\"pricing_plan\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_plan.jpg\";s:7:\"preview\";s:34:\"pricing-plans-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:35;a:6:{s:5:\"title\";s:4:\"List\";s:4:\"name\";s:4:\"list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list.png\";s:7:\"preview\";s:25:\"list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:36;a:6:{s:5:\"title\";s:10:\"Review Box\";s:4:\"name\";s:10:\"review_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/review_box.png\";s:7:\"preview\";s:31:\"review-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:37;a:6:{s:5:\"title\";s:12:\"Product Card\";s:4:\"name\";s:13:\"food_menu_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/food_menu_box.png\";s:7:\"preview\";s:33:\"product-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:38;a:6:{s:5:\"title\";s:11:\"Memory Game\";s:4:\"name\";s:11:\"memory_game\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/memory_game.gif\";s:7:\"preview\";s:32:\"memory-game-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:39;a:6:{s:5:\"title\";s:18:\"Product Highlights\";s:4:\"name\";s:26:\"two_column_product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/two_column_product_bullets.jpg\";s:7:\"preview\";s:39:\"product-highlights-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:40;a:6:{s:5:\"title\";s:15:\"Product Bullets\";s:4:\"name\";s:15:\"product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/product_bullets.jpg\";s:7:\"preview\";s:36:\"product-bullets-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:41;a:6:{s:5:\"title\";s:17:\"Statistic Counter\";s:4:\"name\";s:17:\"statistic_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/statistic_counter.jpg\";s:7:\"preview\";s:38:\"statistic-counter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:42;a:6:{s:5:\"title\";s:16:\"Icon Mobile Menu\";s:4:\"name\";s:16:\"icon_mobile_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_mobile_menu.png\";s:7:\"preview\";s:37:\"icon-mobile-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:43;a:6:{s:5:\"title\";s:21:\"Call To Action Button\";s:4:\"name\";s:19:\"pulsing_icon_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pulsing_icon_button.jpg\";s:7:\"preview\";s:42:\"call-to-action-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:44;a:6:{s:5:\"title\";s:15:\"Timer Countdown\";s:4:\"name\";s:15:\"timer_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown.png\";s:7:\"preview\";s:36:\"timer-countdown-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:45;a:6:{s:5:\"title\";s:22:\"Pricing Table Flip Box\";s:4:\"name\";s:16:\"pricing_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_flip_box.gif\";s:7:\"preview\";s:43:\"pricing-table-flip-box-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:46;a:6:{s:5:\"title\";s:12:\"List Marquee\";s:4:\"name\";s:12:\"list_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list_marquee.gif\";s:7:\"preview\";s:33:\"list-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:47;a:6:{s:5:\"title\";s:15:\"Review Carousel\";s:4:\"name\";s:21:\"bold_customer_reviews\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_customer_reviews.png\";s:7:\"preview\";s:36:\"review-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:48;a:6:{s:5:\"title\";s:22:\"Timer Countdown Banner\";s:4:\"name\";s:22:\"timer_countdown_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown_banner.png\";s:7:\"preview\";s:43:\"timer-countdown-banner-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:49;a:6:{s:5:\"title\";s:14:\"Business Hours\";s:4:\"name\";s:14:\"business_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/business_hours.png\";s:7:\"preview\";s:35:\"business-hours-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:50;a:6:{s:5:\"title\";s:19:\"Overlay Product Box\";s:4:\"name\";s:25:\"uc_simple_overlay_product\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_simple_overlay_product.jpg\";s:7:\"preview\";s:40:\"overlay-product-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:51;a:6:{s:5:\"title\";s:16:\"Copy Coupon Code\";s:4:\"name\";s:16:\"copy_coupon_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/copy_coupon_code.gif\";s:7:\"preview\";s:37:\"copy-coupon-code-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:52;a:6:{s:5:\"title\";s:13:\"Telegram Chat\";s:4:\"name\";s:13:\"telegram_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/telegram_chat.png\";s:7:\"preview\";s:34:\"telegram-chat-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:53;a:6:{s:5:\"title\";s:16:\"Product Carousel\";s:4:\"name\";s:21:\"uc_menu_item_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_menu_item_carousel.png\";s:7:\"preview\";s:37:\"product-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}}s:12:\"Loop Builder\";a:6:{i:0;a:6:{s:5:\"title\";s:9:\"Loop Grid\";s:4:\"name\";s:15:\"ue_listing_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_grid.png\";s:7:\"preview\";s:30:\"loop-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:1;a:6:{s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"name\";s:19:\"ue_listing_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_carousel.png\";s:7:\"preview\";s:34:\"loop-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:2;a:6:{s:5:\"title\";s:9:\"Loop Tabs\";s:4:\"name\";s:15:\"ue_listing_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_tabs.png\";s:7:\"preview\";s:30:\"loop-tabs-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:3;a:6:{s:5:\"title\";s:14:\"Loop Accordion\";s:4:\"name\";s:20:\"ue_listing_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_accordion.png\";s:7:\"preview\";s:35:\"loop-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:11:\"Loop Slider\";s:4:\"name\";s:17:\"ue_listing_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_slider.png\";s:7:\"preview\";s:32:\"loop-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:5;a:6:{s:5:\"title\";s:20:\"Dynamic Popup Button\";s:4:\"name\";s:20:\"dynamic_popup_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/dynamic_popup_button.png\";s:7:\"preview\";s:41:\"dynamic-popup-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:22:\"Remote Control Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:11:\"Remote Tabs\";s:4:\"name\";s:11:\"remote_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_tabs.png\";s:7:\"preview\";s:32:\"remote-tabs-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:13:\"Remote Arrows\";s:4:\"name\";s:16:\"arrow_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/arrow_navigation.png\";s:7:\"preview\";s:34:\"remote-arrows-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:14:\"Remote Bullets\";s:4:\"name\";s:32:\"remote_control_bullet_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_bullet_navigation.png\";s:7:\"preview\";s:35:\"remote-bullets-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:15:\"Remote Dropdown\";s:4:\"name\";s:13:\"remote_select\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_select.png\";s:7:\"preview\";s:36:\"remote-dropdown-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:14:\"Remote Counter\";s:4:\"name\";s:22:\"remote_counter_display\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_counter_display.png\";s:7:\"preview\";s:35:\"remote-counter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:11:\"Remote Link\";s:4:\"name\";s:19:\"remote_control_link\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_link.png\";s:7:\"preview\";s:32:\"remote-link-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:22:\"Remote Item Navigation\";s:4:\"name\";s:22:\"remote_item_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_item_navigation.png\";s:7:\"preview\";s:43:\"remote-item-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Remote Play Pause\";s:4:\"name\";s:17:\"remote_play_pause\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_play_pause.png\";s:7:\"preview\";s:38:\"remote-play-pause-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:13:\"Remote Scroll\";s:4:\"name\";s:21:\"remote_scroll_control\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_scroll_control.png\";s:7:\"preview\";s:34:\"remote-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Menu Widgets\";a:11:{i:0;a:6:{s:5:\"title\";s:15:\"Fullscreen Menu\";s:4:\"name\";s:26:\"fullscreen_navigation_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/fullscreen_navigation_menu.gif\";s:7:\"preview\";s:36:\"fullscreen-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:9:\"Mega Menu\";s:4:\"name\";s:9:\"mega_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu.png\";s:7:\"preview\";s:30:\"mega-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:21:\"Mega Menu Inner Links\";s:4:\"name\";s:21:\"mega_menu_inner_links\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu_inner_links.png\";s:7:\"preview\";s:42:\"mega-menu-inner-links-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:9:\"Side Menu\";s:4:\"name\";s:12:\"ue_side_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_side_menu.jpg\";s:7:\"preview\";s:30:\"side-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:14:\"WordPress Menu\";s:4:\"name\";s:8:\"nav_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/nav_menu.jpg\";s:7:\"preview\";s:35:\"wordpress-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:23:\"Liquid Full Screen Menu\";s:4:\"name\";s:26:\"uc_liquid_full_screen_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/uc_liquid_full_screen_menu.gif\";s:7:\"preview\";s:43:\"liquid-fullscreen-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:26:\"One Page Scroll Navigation\";s:4:\"name\";s:33:\"bullet_one_page_scroll_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/bullet_one_page_scroll_navigation.png\";s:7:\"preview\";s:47:\"one-page-scroll-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Circle Menu\";s:4:\"name\";s:14:\"ue_circle_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_circle_menu.jpg\";s:7:\"preview\";s:32:\"circle-menu-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:8;a:6:{s:5:\"title\";s:9:\"List Menu\";s:4:\"name\";s:16:\"simple_list_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/simple_list_menu.png\";s:7:\"preview\";s:30:\"list-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:24:\"Multi Level Sliding Menu\";s:4:\"name\";s:24:\"multi_level_sliding_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/multi_level_sliding_menu.png\";s:7:\"preview\";s:45:\"multi-level-sliding-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:14:\"Accordion Menu\";s:4:\"name\";s:17:\"ue_accordion_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_accordion_menu.png\";s:7:\"preview\";s:35:\"accordion-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:15:\"Content Widgets\";a:21:{i:0;a:6:{s:5:\"title\";s:23:\"Expanding Content Cards\";s:4:\"name\";s:23:\"expanding_content_cards\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/expanding_content_cards.png\";s:7:\"preview\";s:44:\"expanding-content-cards-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:1;a:6:{s:5:\"title\";s:18:\"Unlimited Carousel\";s:4:\"name\";s:19:\"image_card_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/image_card_carousel.png\";s:7:\"preview\";s:39:\"unlimited-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:2;a:6:{s:5:\"title\";s:16:\"Content Carousel\";s:4:\"name\";s:20:\"content_carousel_new\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_carousel_new.png\";s:7:\"preview\";s:37:\"content-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:3;a:6:{s:5:\"title\";s:18:\"Coverflow Carousel\";s:4:\"name\";s:19:\"cover_flow_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/cover_flow_carousel.png\";s:7:\"preview\";s:39:\"coverflow-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:4;a:6:{s:5:\"title\";s:13:\"Card Carousel\";s:4:\"name\";s:13:\"card_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/card_carousel.jpg\";s:7:\"preview\";s:34:\"card-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:5;a:6:{s:5:\"title\";s:12:\"Content Grid\";s:4:\"name\";s:13:\"content_grid2\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_grid2.png\";s:7:\"preview\";s:33:\"content-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:6;a:6:{s:5:\"title\";s:13:\"Icon Carousel\";s:4:\"name\";s:13:\"icon_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/icon_carousel.png\";s:7:\"preview\";s:34:\"icon-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:17:\"Content Accordion\";s:4:\"name\";s:17:\"content_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_accordion.png\";s:7:\"preview\";s:38:\"content-accordion-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:8;a:6:{s:5:\"title\";s:12:\"Simple Popup\";s:4:\"name\";s:12:\"simple_popup\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/simple_popup.png\";s:7:\"preview\";s:33:\"simple-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:17:\"Material Carousel\";s:4:\"name\";s:17:\"material_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/material_carousel.jpg\";s:7:\"preview\";s:38:\"material-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:10;a:6:{s:5:\"title\";s:16:\"Overlay Carousel\";s:4:\"name\";s:16:\"overlay_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/overlay_carousel.jpg\";s:7:\"preview\";s:37:\"overlay-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:11;a:6:{s:5:\"title\";s:14:\"Swipe Carousel\";s:4:\"name\";s:18:\"swipe_css_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/swipe_css_carousel.png\";s:7:\"preview\";s:35:\"swipe-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:12;a:6:{s:5:\"title\";s:11:\"Mega Slider\";s:4:\"name\";s:11:\"mega_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/mega_slider.png\";s:7:\"preview\";s:32:\"mega-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:13;a:6:{s:5:\"title\";s:12:\"Content Tabs\";s:4:\"name\";s:12:\"content_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_tabs.jpg\";s:7:\"preview\";s:33:\"content-tabs-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:14;a:6:{s:5:\"title\";s:14:\"Unfold Content\";s:4:\"name\";s:9:\"ue_unfold\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_unfold.gif\";s:7:\"preview\";s:35:\"unfold-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:14:\"Content Slider\";s:4:\"name\";s:18:\"content_slider_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_slider_new.gif\";s:7:\"preview\";s:35:\"content-slider-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:16;a:6:{s:5:\"title\";s:16:\"Content Switcher\";s:4:\"name\";s:14:\"content_toggle\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_toggle.gif\";s:7:\"preview\";s:37:\"content-switcher-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:17;a:6:{s:5:\"title\";s:15:\"Unlimited Table\";s:4:\"name\";s:8:\"ue_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_table.jpg\";s:7:\"preview\";s:36:\"unlimited-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:10:\"Toggle Box\";s:4:\"name\";s:10:\"toggle_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/toggle_box.png\";s:7:\"preview\";s:31:\"toggle-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:14:\"Unlimited Grid\";s:4:\"name\";s:14:\"unlimited_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/unlimited_grid.png\";s:7:\"preview\";s:35:\"unlimited-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:20;a:6:{s:5:\"title\";s:14:\"Content Ticker\";s:4:\"name\";s:14:\"content_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_ticker.png\";s:7:\"preview\";s:35:\"content-ticker-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}}s:13:\"Media Widgets\";a:16:{i:0;a:6:{s:5:\"title\";s:14:\"Slider Gallery\";s:4:\"name\";s:15:\"uc_slider_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_slider_image.png\";s:7:\"preview\";s:35:\"slider-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:1;a:6:{s:5:\"title\";s:12:\"Grid Gallery\";s:4:\"name\";s:19:\"uc_grid_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_grid_image_theme.png\";s:7:\"preview\";s:33:\"grid-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:2;a:6:{s:5:\"title\";s:27:\"Masonry & Justified Gallery\";s:4:\"name\";s:22:\"uc_tiles_columns_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_columns_image.png\";s:7:\"preview\";s:36:\"masonry-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:3;a:6:{s:5:\"title\";s:12:\"Tile Gallery\";s:4:\"name\";s:19:\"uc_tiles_grid_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_grid_image.jpg\";s:7:\"preview\";s:33:\"tile-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:16:\"Carousel Gallery\";s:4:\"name\";s:17:\"uc_carousel_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_carousel_image.png\";s:7:\"preview\";s:37:\"carousel-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:5;a:6:{s:5:\"title\";s:15:\"Compact Gallery\";s:4:\"name\";s:22:\"uc_compact_image_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_compact_image_theme.png\";s:7:\"preview\";s:36:\"compact-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:6;a:6:{s:5:\"title\";s:24:\"Justified Image Carousel\";s:4:\"name\";s:24:\"justified_image_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/justified_image_carousel.png\";s:7:\"preview\";s:45:\"justified-image-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:7;a:6:{s:5:\"title\";s:17:\"Thumbnail Gallery\";s:4:\"name\";s:22:\"uc_image_default_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_image_default_theme.png\";s:7:\"preview\";s:38:\"thumbnail-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:8;a:6:{s:5:\"title\";s:14:\"Audio Playlist\";s:4:\"name\";s:14:\"audio_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_playlist.jpg\";s:7:\"preview\";s:35:\"audio-playlist-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:18:\"Portfolio Carousel\";s:4:\"name\";s:18:\"portfolio_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/portfolio_carousel.png\";s:7:\"preview\";s:39:\"portfolio-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:10;a:6:{s:5:\"title\";s:13:\"Simple Slider\";s:4:\"name\";s:13:\"simple_slider\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/simple_slider.jpg\";s:7:\"preview\";s:34:\"simple-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:12:\"Audio Player\";s:4:\"name\";s:17:\"audio_player_mejs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_player_mejs.jpg\";s:7:\"preview\";s:33:\"audio-player-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:16:\"Thumbnail Slider\";s:4:\"name\";s:26:\"owl_sliding_thumbs_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/owl_sliding_thumbs_gallery.png\";s:7:\"preview\";s:37:\"thumbnail-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:13;a:6:{s:5:\"title\";s:22:\"Image and Video Slider\";s:4:\"name\";s:23:\"uc_video_content_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_video_content_slider.png\";s:7:\"preview\";s:43:\"image-and-video-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:14;a:6:{s:5:\"title\";s:12:\"Random Image\";s:4:\"name\";s:15:\"ue_random_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/ue_random_image.jpg\";s:7:\"preview\";s:33:\"random-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:14:\"Video Playlist\";s:4:\"name\";s:23:\"play_list_video_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/play_list_video_gallery.jpg\";s:7:\"preview\";s:35:\"video-playlist-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}}s:19:\"Infographic Widgets\";a:13:{i:0;a:6:{s:5:\"title\";s:24:\"Vertical Curved Timeline\";s:4:\"name\";s:23:\"vertical_curve_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/vertical_curve_timeline.png\";s:7:\"preview\";s:45:\"vertical-curved-timeline-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:19:\"Horizontal Timeline\";s:4:\"name\";s:19:\"horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/horizontal_timeline.png\";s:7:\"preview\";s:40:\"horizontal-timeline-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:16:\"Unlimited Charts\";s:4:\"name\";s:16:\"unlimited_charts\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_charts.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:30:\"Interactive Circle Infographic\";s:4:\"name\";s:30:\"interactive_circle_infographic\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/interactive_circle_infographic.png\";s:7:\"preview\";s:51:\"interactive-circle-infographic-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:4;a:6:{s:5:\"title\";s:18:\"Unlimited Timeline\";s:4:\"name\";s:18:\"unlimited_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_timeline.png\";s:7:\"preview\";s:39:\"unlimited-timeline-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:5;a:6:{s:5:\"title\";s:16:\"Funnel & Pyramid\";s:4:\"name\";s:10:\"ue_pyramid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/ue_pyramid.jpg\";s:7:\"preview\";s:35:\"funnel-pyramid-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:6;a:6:{s:5:\"title\";s:19:\"Linear Progress Bar\";s:4:\"name\";s:19:\"linear_progress_bar\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/linear_progress_bar.gif\";s:7:\"preview\";s:40:\"linear-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:12:\"Step Process\";s:4:\"name\";s:12:\"step_process\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/step_process.jpg\";s:7:\"preview\";s:33:\"step-process-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:8;a:6:{s:5:\"title\";s:19:\"Circle Progress Bar\";s:4:\"name\";s:22:\"uc_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_circle_progress_bar.png\";s:7:\"preview\";s:40:\"circle-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:24:\"Semi Circle Progress Bar\";s:4:\"name\";s:24:\"semi_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/semi_circle_progress_bar.png\";s:7:\"preview\";s:45:\"semi-circle-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:9:\"Pie chart\";s:4:\"name\";s:11:\"uc_piechart\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_piechart.png\";s:7:\"preview\";s:30:\"pie-chart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:21:\"Vertical Progress Bar\";s:4:\"name\";s:24:\"uc_vertical_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_vertical_progress_bar.png\";s:7:\"preview\";s:42:\"vertical-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:10:\"Line Chart\";s:4:\"name\";s:10:\"line_chart\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/line_chart.png\";s:7:\"preview\";s:31:\"line-chart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:13:\"Content Boxes\";a:20:{i:0;a:6:{s:5:\"title\";s:8:\"Icon Box\";s:4:\"name\";s:15:\"square_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/square_icon_box.jpg\";s:7:\"preview\";s:29:\"icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:23:\"Content Reveal on Hover\";s:4:\"name\";s:29:\"hover_text_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/hover_text_reveal_content_box.gif\";s:7:\"preview\";s:44:\"content-reveal-on-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:17:\"Animated Icon Box\";s:4:\"name\";s:17:\"animated_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_icon_box.gif\";s:7:\"preview\";s:38:\"animated-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:22:\"Image Zoom Content Box\";s:4:\"name\";s:22:\"image_zoom_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_zoom_content_box.jpg\";s:7:\"preview\";s:43:\"image-zoom-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:26:\"Caption Reveal Content Box\";s:4:\"name\";s:31:\"zoom_caption_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/zoom_caption_reveal_content_box.gif\";s:7:\"preview\";s:47:\"caption-reveal-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:9:\"Icon Card\";s:4:\"name\";s:20:\"material_footer_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/material_footer_card.jpg\";s:7:\"preview\";s:30:\"icon-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:10:\"Image Card\";s:4:\"name\";s:22:\"image_card_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_card_content_box.png\";s:7:\"preview\";s:31:\"image-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:21:\"Icon Box Hover Effect\";s:4:\"name\";s:21:\"icon_box_hover_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_box_hover_effect.gif\";s:7:\"preview\";s:42:\"icon-box-hover-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:24:\"Animated Border Icon Box\";s:4:\"name\";s:24:\"animated_border_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_icon_box.gif\";s:7:\"preview\";s:45:\"animated-border-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:19:\"Content Box Overlay\";s:4:\"name\";s:26:\"subtle_overlay_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/subtle_overlay_content_box.gif\";s:7:\"preview\";s:40:\"content-box-overlay-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:15:\"Icon Number Box\";s:4:\"name\";s:27:\"blox_icon_button_number_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/blox_icon_button_number_box.png\";s:7:\"preview\";s:36:\"icon-number-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:22:\"Icon Image Content Box\";s:4:\"name\";s:22:\"icon_image_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_image_content_box.gif\";s:7:\"preview\";s:43:\"icon-image-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:23:\"Icon Box Content Reveal\";s:4:\"name\";s:23:\"content_reveal_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/content_reveal_icon_box.gif\";s:7:\"preview\";s:44:\"content-reveal-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:27:\"Animated Border Content Box\";s:4:\"name\";s:27:\"animated_border_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_content_box.png\";s:7:\"preview\";s:48:\"animated-border-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:20:\"Twist Hover Icon Box\";s:4:\"name\";s:20:\"twist_hover_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/twist_hover_icon_box.png\";s:7:\"preview\";s:41:\"twist-hover-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:16:\"Icon Content Box\";s:4:\"name\";s:16:\"icon_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_content_box.jpg\";s:7:\"preview\";s:37:\"icon-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:26:\"Content Box Sliding Effect\";s:4:\"name\";s:19:\"sliding_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/sliding_content_box.jpg\";s:7:\"preview\";s:47:\"content-box-sliding-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:16:\"Sliding Icon Box\";s:4:\"name\";s:20:\"solid_color_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/solid_color_icon_box.png\";s:7:\"preview\";s:37:\"sliding-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:16:\"Overlay Icon Box\";s:4:\"name\";s:28:\"solid_color_overlay_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/solid_color_overlay_icon_box.gif\";s:7:\"preview\";s:37:\"overlay-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:20:\"Glowing Content Card\";s:4:\"name\";s:20:\"glowing_content_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/glowing_content_card.png\";s:7:\"preview\";s:41:\"glowing-content-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:13:\"Hover Effects\";a:8:{i:0;a:6:{s:5:\"title\";s:21:\"Rollover Image Effect\";s:4:\"name\";s:21:\"rollover_image_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/rollover_image_effect.gif\";s:7:\"preview\";s:42:\"rollover-image-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:20:\"Banner Hover Effects\";s:4:\"name\";s:23:\"uc_banner_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_banner_hover_effects.gif\";s:7:\"preview\";s:41:\"banner-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Link Hover Effects\";s:4:\"name\";s:18:\"link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/link_hover_effects.gif\";s:7:\"preview\";s:39:\"link-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:18:\"Icon Hover Effects\";s:4:\"name\";s:21:\"uc_icon_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_icon_hover_effects.gif\";s:7:\"preview\";s:39:\"icon-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:14:\"iHover Effects\";s:4:\"name\";s:13:\"ihover_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/ihover_effect.gif\";s:7:\"preview\";s:35:\"ihover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Creative Button Hovers\";s:4:\"name\";s:16:\"creative_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/creative_buttons.gif\";s:7:\"preview\";s:42:\"creative-button-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:21:\"Caption Hover Effects\";s:4:\"name\";s:21:\"caption_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/caption_hover_effects.gif\";s:7:\"preview\";s:42:\"caption-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Border Link Hover Effects\";s:4:\"name\";s:25:\"border_link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/border_link_hover_effects.gif\";s:7:\"preview\";s:46:\"border-link-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:14:\"Button Widgets\";a:30:{i:0;a:6:{s:5:\"title\";s:15:\"Dropdown Button\";s:4:\"name\";s:15:\"dropdown_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dropdown_button.png\";s:7:\"preview\";s:36:\"dropdown-button-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:22:\"Gradient Border Button\";s:4:\"name\";s:22:\"gradient_border_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_border_button.gif\";s:7:\"preview\";s:43:\"gradient-border-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:20:\"Social Share Buttons\";s:4:\"name\";s:20:\"social_share_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_share_buttons.png\";s:7:\"preview\";s:41:\"social-share-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:25:\"Social Icons Glare Effect\";s:4:\"name\";s:25:\"social_icons_glare_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_glare_effect.jpg\";s:7:\"preview\";s:46:\"social-icons-glare-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:13:\"Scroll To Top\";s:4:\"name\";s:16:\"ue_scroll_to_top\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/ue_scroll_to_top.jpg\";s:7:\"preview\";s:34:\"scroll-to-top-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:18:\"Shape Social Icons\";s:4:\"name\";s:18:\"shape_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/shape_social_icons.png\";s:7:\"preview\";s:39:\"shape-social-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:17:\"Video Play Button\";s:4:\"name\";s:16:\"blox_play_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_play_button.png\";s:7:\"preview\";s:38:\"video-play-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:22:\"3d Social Icon Buttons\";s:4:\"name\";s:22:\"3d_social_icon_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/3d_social_icon_buttons.jpg\";s:7:\"preview\";s:43:\"3d-social-icon-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:26:\"Neon Glowing Button Effect\";s:4:\"name\";s:26:\"neon_glowing_button_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/neon_glowing_button_effect.gif\";s:7:\"preview\";s:47:\"neon-glowing-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:29:\"Square to Circle Social Icons\";s:4:\"name\";s:29:\"square_to_circle_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/square_to_circle_social_icons.jpg\";s:7:\"preview\";s:58:\"square-to-circle-social-icons-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:21:\"Rotating Social Icons\";s:4:\"name\";s:21:\"rotating_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/rotating_social_icons.gif\";s:7:\"preview\";s:42:\"rotating-social-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:14:\"Overlay Button\";s:4:\"name\";s:20:\"color_overlay_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/color_overlay_button.gif\";s:7:\"preview\";s:35:\"overlay-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:27:\"Underline Link Hover Effect\";s:4:\"name\";s:27:\"underline_link_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_link_hover_effect.gif\";s:7:\"preview\";s:48:\"underline-link-hover-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:23:\"Social Icons With Label\";s:4:\"name\";s:23:\"social_icons_with_label\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_with_label.jpg\";s:7:\"preview\";s:45:\"social-icons-with-labels-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:25:\"Underline Animated Button\";s:4:\"name\";s:25:\"underline_animated_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_animated_button.gif\";s:7:\"preview\";s:46:\"underline-animated-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:36:\"Social Icons With Circle Fill Effect\";s:4:\"name\";s:36:\"social_icons_with_circle_fill_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_with_circle_fill_effect.jpg\";s:7:\"preview\";s:57:\"social-icons-with-circle-fill-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:17:\"Multi Line Button\";s:4:\"name\";s:17:\"multi_line_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/multi_line_button.jpg\";s:7:\"preview\";s:38:\"multi-line-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:22:\"Simple Artistic Button\";s:4:\"name\";s:22:\"simple_artistic_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/simple_artistic_button.png\";s:7:\"preview\";s:43:\"simple-artistic-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:18:\"Toggle Text Button\";s:4:\"name\";s:18:\"toggle_text_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/toggle_text_button.png\";s:7:\"preview\";s:39:\"toggle-text-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:12:\"Button Group\";s:4:\"name\";s:14:\"blox_btn_group\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_btn_group.png\";s:7:\"preview\";s:33:\"button-group-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:20;a:6:{s:5:\"title\";s:9:\"Dark Mode\";s:4:\"name\";s:9:\"dark_mode\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dark_mode.gif\";s:7:\"preview\";s:30:\"dark-mode-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:19:\"Icon Pointer Button\";s:4:\"name\";s:19:\"icon_pointer_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/icon_pointer_button.jpg\";s:7:\"preview\";s:40:\"icon-pointer-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:20:\"Border Button Effect\";s:4:\"name\";s:17:\"border_btn_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/border_btn_effect.gif\";s:7:\"preview\";s:41:\"border-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:15:\"Gradient Button\";s:4:\"name\";s:15:\"gradient_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_button.png\";s:7:\"preview\";s:36:\"gradient-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:13:\"Liquid Button\";s:4:\"name\";s:23:\"super_fun_liquid_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/super_fun_liquid_button.gif\";s:7:\"preview\";s:34:\"liquid-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:28:\"Gradient Hover Effect Button\";s:4:\"name\";s:28:\"gradient_hover_effect_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_hover_effect_button.gif\";s:7:\"preview\";s:49:\"gradient-hover-effect-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:19:\"Glare Button Effect\";s:4:\"name\";s:19:\"glare_effect_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glare_effect_button.gif\";s:7:\"preview\";s:40:\"glare-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:20:\"Parallelogram Button\";s:4:\"name\";s:18:\"parellogram_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/parellogram_button.jpg\";s:7:\"preview\";s:41:\"parallelogram-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:24:\"Button Icon Hover Effect\";s:4:\"name\";s:27:\"uc_icon_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/uc_icon_hover_effect_button.jpg\";s:7:\"preview\";s:38:\"button-icon-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:16:\"Christmas Button\";s:4:\"name\";s:16:\"christmas_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/christmas_button.jpg\";s:7:\"preview\";s:37:\"christmas-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:10:\"Typography\";a:16:{i:0;a:6:{s:5:\"title\";s:10:\"Annotation\";s:4:\"name\";s:10:\"annotation\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/annotation.png\";s:7:\"preview\";s:31:\"annotation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:19:\"Animated Split Text\";s:4:\"name\";s:24:\"splitting_letters_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/splitting_letters_effect.gif\";s:7:\"preview\";s:40:\"animated-split-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Scroll Text Reveal\";s:4:\"name\";s:21:\"uc_scroll_reveal_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/uc_scroll_reveal_text.png\";s:7:\"preview\";s:39:\"scroll-text-reveal-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:12:\"Text Rotator\";s:4:\"name\";s:12:\"text_rotator\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/text_rotator.gif\";s:7:\"preview\";s:33:\"text-rotator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:7:\"3D Text\";s:4:\"name\";s:7:\"3d_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/3d_text.png\";s:7:\"preview\";s:35:\"3d-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Sideways Vertical Text\";s:4:\"name\";s:22:\"sideways_vertical_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/sideways_vertical_text.png\";s:7:\"preview\";s:43:\"sideways-vertical-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:30:\"Gradient Underline Text Effect\";s:4:\"name\";s:30:\"gradient_underline_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_underline_text_effect.png\";s:7:\"preview\";s:51:\"gradient-underline-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:18:\"Dual Color Heading\";s:4:\"name\";s:18:\"dual_color_heading\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/dual_color_heading.png\";s:7:\"preview\";s:39:\"dual-color-heading-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:18:\"Stroke Text Effect\";s:4:\"name\";s:11:\"stroke_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/stroke_text.png\";s:7:\"preview\";s:39:\"stroke-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:28:\"Image Background Text Effect\";s:4:\"name\";s:28:\"image_background_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/image_background_text_effect.png\";s:7:\"preview\";s:49:\"image-background-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:20:\"Gradient Text Effect\";s:4:\"name\";s:20:\"gradient_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_text_effect.png\";s:7:\"preview\";s:41:\"gradient-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:22:\"Typewriter Text Effect\";s:4:\"name\";s:22:\"typewriter_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/typewriter_text_effect.gif\";s:7:\"preview\";s:43:\"typewriter-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:17:\"Side Line Heading\";s:4:\"name\";s:19:\"side_border_heading\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/side_border_heading.png\";s:7:\"preview\";s:38:\"side-line-heading-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:19:\"Text Marquee Effect\";s:4:\"name\";s:7:\"marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/marquee.png\";s:7:\"preview\";s:40:\"text-marquee-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:29:\"Futuristic Typing Text Effect\";s:4:\"name\";s:29:\"futuristic_typing_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/futuristic_typing_text_effect.gif\";s:7:\"preview\";s:50:\"futuristic-typing-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:14:\"Christmas Text\";s:4:\"name\";s:14:\"christmas_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/christmas_text.jpg\";s:7:\"preview\";s:35:\"christmas-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:23:\"Separators and Dividers\";a:9:{i:0;a:6:{s:5:\"title\";s:27:\"Unlimited Separator Divider\";s:4:\"name\";s:17:\"separator_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/separator_divider.jpg\";s:7:\"preview\";s:48:\"unlimited-separator-divider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:22:\"Line Diamond Separator\";s:4:\"name\";s:27:\"blox_line_diamond_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_diamond_seperator.png\";s:7:\"preview\";s:43:\"line-diamond-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:17:\"Line Text Divider\";s:4:\"name\";s:22:\"blox_line_text_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_text_divider.png\";s:7:\"preview\";s:38:\"line-text-divider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:21:\"Zigzag Wave Seperator\";s:4:\"name\";s:25:\"blox_zizag_wave_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_zizag_wave_seperator.png\";s:7:\"preview\";s:42:\"zigzag-wave-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:16:\"Shapes Separator\";s:4:\"name\";s:24:\"blox_triangle_separators\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_triangle_separators.png\";s:7:\"preview\";s:37:\"shapes-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Icons Separator\";s:4:\"name\";s:20:\"blox_icons_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_icons_separator.png\";s:7:\"preview\";s:36:\"icons-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:23:\"Animated Wave Separator\";s:4:\"name\";s:13:\"animated_wave\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/animated_wave.png\";s:7:\"preview\";s:44:\"animated-wave-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Christmas Candy Separator\";s:4:\"name\";s:25:\"christmas_candy_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_candy_seperator.png\";s:7:\"preview\";s:46:\"christmas-candy-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:16:\"Christmas Lights\";s:4:\"name\";s:16:\"christmas_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_lights.gif\";s:7:\"preview\";s:37:\"christmas-lights-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Hero Widgets\";a:12:{i:0;a:6:{s:5:\"title\";s:10:\"Title Hero\";s:4:\"name\";s:10:\"title_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/title_hero.jpg\";s:7:\"preview\";s:31:\"title-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:8:\"Box Hero\";s:4:\"name\";s:8:\"box_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/box_hero.jpg\";s:7:\"preview\";s:29:\"box-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Split Hero\";s:4:\"name\";s:10:\"split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_hero.jpg\";s:7:\"preview\";s:31:\"split-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:22:\"Transparent Split Hero\";s:4:\"name\";s:22:\"transparent_split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/transparent_split_hero.jpg\";s:7:\"preview\";s:43:\"transparent-split-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:11:\"Border Hero\";s:4:\"name\";s:11:\"border_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/border_hero.jpg\";s:7:\"preview\";s:32:\"border-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:10:\"Video Hero\";s:4:\"name\";s:10:\"video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/video_hero.jpg\";s:7:\"preview\";s:31:\"video-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:16:\"Split Video Hero\";s:4:\"name\";s:16:\"split_video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_video_hero.jpg\";s:7:\"preview\";s:37:\"split-video-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Diagonal Hero\";s:4:\"name\";s:13:\"diagonal_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/diagonal_hero.jpg\";s:7:\"preview\";s:34:\"diagonal-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:10:\"Quote Hero\";s:4:\"name\";s:10:\"quote_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/quote_hero.jpg\";s:7:\"preview\";s:31:\"quote-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:12:\"Persona Hero\";s:4:\"name\";s:12:\"persona_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/persona_hero.jpg\";s:7:\"preview\";s:33:\"persona-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:16:\"Service Box Hero\";s:4:\"name\";s:16:\"service_box_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/service_box_hero.jpg\";s:7:\"preview\";s:37:\"service-box-hero-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:11;a:6:{s:5:\"title\";s:16:\"Solid Color Hero\";s:4:\"name\";s:16:\"solid_color_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/solid_color_hero.jpg\";s:7:\"preview\";s:37:\"solid-color-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}}s:8:\"bg_addon\";a:1:{s:11:\"Backgrounds\";a:29:{i:0;a:6:{s:5:\"title\";s:24:\"Shape Divider Background\";s:4:\"name\";s:24:\"shape_divider_background\";s:6:\"isfree\";b:1;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/shape_divider_background.png\";s:7:\"preview\";s:45:\"shape-divider-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:32:\"Animated Wave Divider Background\";s:4:\"name\";s:14:\"wave_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/wave_animation.jpg\";s:7:\"preview\";s:53:\"animated-wave-divider-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:28:\"Animated Gradient Background\";s:4:\"name\";s:18:\"gradient_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/gradient_animation.jpg\";s:7:\"preview\";s:49:\"animated-gradient-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:17:\"Clouds Background\";s:4:\"name\";s:6:\"clouds\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/clouds.jpg\";s:7:\"preview\";s:38:\"clouds-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:23:\"Bubble Float Background\";s:4:\"name\";s:12:\"bubble_float\";s:6:\"isfree\";b:1;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/bubble_float.jpg\";s:7:\"preview\";s:44:\"bubble-float-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:27:\"Masks & Patterns Background\";s:4:\"name\";s:14:\"masks_patterns\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/masks_patterns.jpg\";s:7:\"preview\";s:48:\"mask-and-pattern-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:17:\"Random Background\";s:4:\"name\";s:24:\"random_background_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/random_background_widget.jpg\";s:7:\"preview\";s:38:\"random-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:19:\"Parallax Background\";s:4:\"name\";s:19:\"parallax_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/parallax_background.jpg\";s:7:\"preview\";s:40:\"parallax-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:24:\"Animated Blob Background\";s:4:\"name\";s:14:\"blob_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blob_animation.png\";s:7:\"preview\";s:45:\"animated-blob-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:17:\"Background Slider\";s:4:\"name\";s:17:\"background_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/background_slider.gif\";s:7:\"preview\";s:38:\"background-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:22:\"Huge Shapes Background\";s:4:\"name\";s:30:\"huge_shap_background_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:123:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/huge_shap_background_animation.png\";s:7:\"preview\";s:43:\"huge-shapes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:15:\"Snow Background\";s:4:\"name\";s:17:\"snow_particles_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/snow_particles_bg.jpg\";s:7:\"preview\";s:36:\"snow-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:20:\"Fireworks Background\";s:4:\"name\";s:22:\"ue_firework_background\";s:6:\"isfree\";b:1;s:5:\"image\";s:115:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/ue_firework_background.gif\";s:7:\"preview\";s:41:\"fireworks-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:27:\"Animated Stripes Background\";s:4:\"name\";s:14:\"moving_stripes\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/moving_stripes.gif\";s:7:\"preview\";s:48:\"animated-stripes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:27:\"Animated Ripples Background\";s:4:\"name\";s:16:\"animated_ripples\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/animated_ripples.jpg\";s:7:\"preview\";s:48:\"animated-ripples-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:23:\"Retro Blocks Background\";s:4:\"name\";s:21:\"animated_retro_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:114:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/animated_retro_blocks.jpg\";s:7:\"preview\";s:44:\"retro-blocks-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:29:\"Alternating Colors Background\";s:4:\"name\";s:18:\"alternating_colors\";s:6:\"isfree\";b:1;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/alternating_colors.jpg\";s:7:\"preview\";s:43:\"alternating-colors-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:16:\"Bokeh Background\";s:4:\"name\";s:5:\"bokeh\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/bokeh.jpg\";s:7:\"preview\";s:37:\"bokeh-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:26:\"Shooting Lights Background\";s:4:\"name\";s:15:\"shooting_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/shooting_lights.jpg\";s:7:\"preview\";s:40:\"shooting-lights-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:23:\"Smoke Background Effect\";s:4:\"name\";s:25:\"ue_webgl_fluid_simulation\";s:6:\"isfree\";b:0;s:5:\"image\";s:118:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/ue_webgl_fluid_simulation.jpg\";s:7:\"preview\";s:44:\"smoke-background-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:19:\"Confetti Background\";s:4:\"name\";s:16:\"blox_confetti_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blox_confetti_bg.png\";s:7:\"preview\";s:40:\"confetti-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:20:\"Particles Background\";s:4:\"name\";s:20:\"particles_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:113:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/particles_background.jpg\";s:7:\"preview\";s:41:\"particles-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:28:\"Sliding Diagonals Background\";s:4:\"name\";s:35:\"sliding_diagonals_background_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:128:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/sliding_diagonals_background_effect.jpg\";s:7:\"preview\";s:49:\"sliding-diagonals-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:22:\"Snow Flakes Background\";s:4:\"name\";s:16:\"blox_css_snow_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blox_css_snow_bg.jpg\";s:7:\"preview\";s:43:\"snow-flakes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:37:\"Animated Floating Elements Background\";s:4:\"name\";s:31:\"css_animated_squares_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:124:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/css_animated_squares_background.jpg\";s:7:\"preview\";s:58:\"animated-floating-elements-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:26:\"Diamond Pattern Background\";s:4:\"name\";s:15:\"diamond_pattern\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/diamond_pattern.jpg\";s:7:\"preview\";s:47:\"diamond-pattern-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:16:\"Stars Background\";s:4:\"name\";s:14:\"star_particles\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/star_particles.jpg\";s:7:\"preview\";s:37:\"stars-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:23:\"Colorful Animated Waves\";s:4:\"name\";s:23:\"colorful_animated_waves\";s:6:\"isfree\";b:0;s:5:\"image\";s:116:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/colorful_animated_waves.png\";s:7:\"preview\";s:55:\"colorful-animated-waves-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:23:\"Morph Background Slider\";s:4:\"name\";s:26:\"uc_background_webgl_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:119:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/uc_background_webgl_slider.gif\";s:7:\"preview\";s:44:\"morph-background-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}}s:18:\"elementor_template\";a:4:{s:13:\"Template Kits\";a:111:{s:9:\"rest-home\";a:6:{s:5:\"title\";s:18:\"Foodie - Resturant\";s:5:\"image\";s:138:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"electric-home\";a:6:{s:5:\"title\";s:21:\"Electro - Electrician\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:7:\"digital\";a:6:{s:5:\"title\";s:21:\"Digi - Digital Agency\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"rest-home-2-2\";a:5:{s:5:\"title\";s:13:\"Foodie - Home\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:13:\"gather-home-1\";a:5:{s:5:\"title\";s:15:\"Gather - Home 1\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-2\";a:5:{s:5:\"title\";s:15:\"Gather - Home 2\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:18:\"minimal-conference\";a:5:{s:5:\"title\";s:15:\"Gather - Home 3\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-4\";a:5:{s:5:\"title\";s:15:\"Gather - Home 4\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-5\";a:5:{s:5:\"title\";s:15:\"Gather - Home 5\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-6\";a:5:{s:5:\"title\";s:15:\"Gather - Home 6\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:28:\"template_webinar_classic-zip\";a:5:{s:5:\"title\";s:13:\"Webi - Home 1\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-2\";a:5:{s:5:\"title\";s:13:\"Webi - Home 2\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:22:\"webinar-expert-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 3\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:21:\"webinar-fresh-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 4\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"webinar-event\";a:5:{s:5:\"title\";s:13:\"Webi - Home 5\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:26:\"webinar-shapes-landing-new\";a:5:{s:5:\"title\";s:13:\"Webi - Home 6\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-7\";a:5:{s:5:\"title\";s:13:\"Webi - Home 7\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-8\";a:5:{s:5:\"title\";s:13:\"Webi - Home 8\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-9\";a:5:{s:5:\"title\";s:13:\"Webi - Home 9\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:12:\"webi-home-10\";a:5:{s:5:\"title\";s:14:\"Webi - Home 10\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"rhythm-home-1\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 1\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-2\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 2\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-3\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 3\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-4\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 4\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-5\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 5\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-6\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 6\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:10:\"kiddy-home\";a:5:{s:5:\"title\";s:12:\"Kiddy - Home\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:4:\"yoga\";a:5:{s:5:\"title\";s:11:\"Yoga - Home\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:21:\"halloween-halloween-1\";a:5:{s:5:\"title\";s:11:\"Halloween 1\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:11:\"agency-home\";a:6:{s:5:\"title\";s:14:\"Metro - Agency\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:23:\"agency-home-agency-team\";a:5:{s:5:\"title\";s:12:\"Metro - Team\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:25:\"agency-home-agency-team-2\";a:5:{s:5:\"title\";s:13:\"Metro - About\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:27:\"agency-home-agency-team-2-2\";a:5:{s:5:\"title\";s:16:\"Metro - Projects\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_projects.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:5:\"about\";a:5:{s:5:\"title\";s:14:\"Foodie - About\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:15:\"agency-home-2-2\";a:5:{s:5:\"title\";s:12:\"Metro - Home\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:17:\"electric-home-2-2\";a:5:{s:5:\"title\";s:14:\"Electro - Home\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:9:\"digital-2\";a:5:{s:5:\"title\";s:11:\"Digi - Home\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_home.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:10:\"webi-about\";a:5:{s:5:\"title\";s:12:\"Webi - About\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-1\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 1\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:30:\"fit-personal-trainer-fit-home1\";a:5:{s:5:\"title\";s:12:\"Fit - Home 1\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:11:\"kiddy-about\";a:5:{s:5:\"title\";s:13:\"Kiddy - About\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:13:\"yoga-services\";a:5:{s:5:\"title\";s:15:\"Yoga - Services\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:8:\"yoga-faq\";a:5:{s:5:\"title\";s:10:\"Yoga - FAQ\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:12:\"yoga-pricing\";a:5:{s:5:\"title\";s:14:\"Yoga - Pricing\";s:5:\"image\";s:144:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_pricing.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:18:\"lawyer-lawyer-home\";a:5:{s:5:\"title\";s:13:\"Lawyer - Home\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-1\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:14:\"cristmas-home1\";a:5:{s:5:\"title\";s:16:\"Cristmas - Home1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_cristmas_home1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-2\";a:5:{s:5:\"title\";s:11:\"Halloween 2\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-home\";a:5:{s:5:\"title\";s:17:\"Music Band - Home\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:11:\"rest-events\";a:5:{s:5:\"title\";s:15:\"Foodie - Events\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_events.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:28:\"electric-home-electric-about\";a:5:{s:5:\"title\";s:15:\"Electro - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:21:\"digital-digital-about\";a:5:{s:5:\"title\";s:15:\"Digital - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digital_about.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:17:\"webi-testimonials\";a:5:{s:5:\"title\";s:19:\"Webi - Testimonials\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_testimonials.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-2\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 2\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:16:\"kid-kids-about-2\";a:5:{s:5:\"title\";s:15:\"Kiddy - About 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:19:\"lawyer-lawyer-about\";a:5:{s:5:\"title\";s:14:\"Lawyer - About\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-2\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-2\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 2\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-4\";a:5:{s:5:\"title\";s:11:\"Halloween 3\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:16:\"music-band-about\";a:5:{s:5:\"title\";s:18:\"Music Band - About\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:9:\"rest-menu\";a:5:{s:5:\"title\";s:13:\"Foodie - Menu\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_menu.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:31:\"electric-home-electric-services\";a:5:{s:5:\"title\";s:18:\"Electro - Services\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:29:\"digital-home-digital-services\";a:5:{s:5:\"title\";s:15:\"Digi - Services\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:8:\"webi-faq\";a:5:{s:5:\"title\";s:10:\"Webi - FAQ\";s:5:\"image\";s:143:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-3\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 3\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"kiddy-services\";a:5:{s:5:\"title\";s:16:\"Kiddy - Services\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:14:\"kiddy-teachers\";a:5:{s:5:\"title\";s:16:\"Kiddy - Teachers\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_teachers.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:18:\"lawyer-lawyer-work\";a:5:{s:5:\"title\";s:13:\"Lawyer - Work\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_work.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-3\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 3\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-3\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 3\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-3\";a:5:{s:5:\"title\";s:11:\"Halloween 4\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-news\";a:5:{s:5:\"title\";s:17:\"Music Band - News\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_news.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:31:\"digital-home-digital-services-2\";a:5:{s:5:\"title\";s:15:\"Digi - Projects\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_projects.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:34:\"weddly-wedding-event-weddly-home-4\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 4\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-news\";a:5:{s:5:\"title\";s:14:\"Lawyer - Study\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_study.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-4\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 4\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_4.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-4\";a:5:{s:5:\"title\";s:19:\"Christmas  - Home 4\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-5\";a:5:{s:5:\"title\";s:11:\"Halloween 5\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:18:\"music-band-gallery\";a:5:{s:5:\"title\";s:19:\"Music Band- Gallery\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:21:\"digi-home-beauty-home\";a:5:{s:5:\"title\";s:14:\"Essence - Home\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-5\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 5\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-team\";a:5:{s:5:\"title\";s:13:\"Lawyer - Team\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-5\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 5\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_5.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-5\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 5\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:6:\"beauty\";a:6:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"beauty-beauty-about\";a:5:{s:5:\"title\";s:15:\"Essence - About\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-6\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 6\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:19:\"black-friday-home-6\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 6\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_6.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-6\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 6\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:22:\"beauty-beauty-services\";a:5:{s:5:\"title\";s:18:\"Essence - Services\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:12:\"weddly-about\";a:5:{s:5:\"title\";s:14:\"Weddly - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"weddly-gallery\";a:5:{s:5:\"title\";s:16:\"Weddly - Gallery\";s:5:\"image\";s:157:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:12:\"weddly-event\";a:5:{s:5:\"title\";s:14:\"Weddly - Event\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:26:\"beauty-testimonials-beauty\";a:5:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:17:\"gather-conference\";a:6:{s:5:\"title\";s:25:\"Gather - Conference Event\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:12:\"webi-webinar\";a:6:{s:5:\"title\";s:14:\"Webi - Webinar\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:18:\"rhythm-music-event\";a:6:{s:5:\"title\";s:20:\"Rhythm - Music Event\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"weddly-wedding-event\";a:6:{s:5:\"title\";s:22:\"Weddly - Wedding Event\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"fit-personal-trainer\";a:6:{s:5:\"title\";s:22:\"Fit - Personal Trainer\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"fit-home-2\";a:5:{s:5:\"title\";s:12:\"Fit - Home 2\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-3\";a:5:{s:5:\"title\";s:12:\"Fit - Home 3\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-4\";a:5:{s:5:\"title\";s:12:\"Fit - Home 4\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:6:\"home-5\";a:5:{s:5:\"title\";s:12:\"Fit - Home 5\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:25:\"kiddy-school-kindergarten\";a:6:{s:5:\"title\";s:29:\"Kiddy - School & Kindergarten\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"yoga-about\";a:5:{s:5:\"title\";s:12:\"Yoga - About\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:9:\"body-yoga\";a:6:{s:5:\"title\";s:11:\"Body - Yoga\";s:5:\"image\";s:131:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:14:\"justice-lawyer\";a:6:{s:5:\"title\";s:16:\"Justice - Lawyer\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:15:\"scary-halloween\";a:6:{s:5:\"title\";s:17:\"Scary - Halloween\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"mayhem-black-friday\";a:6:{s:5:\"title\";s:21:\"Mayhem - Black Friday\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:24:\"spirit-christmas-holiday\";a:6:{s:5:\"title\";s:26:\"Spirit - Christmas Holiday\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:17:\"groove-music-band\";a:6:{s:5:\"title\";s:19:\"Groove - Music Band\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}}s:22:\"Digital Business Cards\";a:7:{s:32:\"freelancer-digital-business-card\";a:5:{s:5:\"title\";s:32:\"Freelancer Digital Business Card\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_freelancer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"doctor-card\";a:5:{s:5:\"title\";s:28:\"Doctor Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_doctor_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"lawyer-card\";a:5:{s:5:\"title\";s:28:\"Lawyer Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_lawyer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"personal-trainer-card\";a:5:{s:5:\"title\";s:38:\"Personal Trainer Digital Business Card\";s:5:\"image\";s:169:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_personal_trainer_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:9:\"professor\";a:5:{s:5:\"title\";s:31:\"Professor Digital Business Card\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_professor_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:34:\"photographer-digital-business-card\";a:5:{s:5:\"title\";s:34:\"Photographer Digital Business Card\";s:5:\"image\";s:165:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_photographer_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:28:\"beauty-digital-business-card\";a:5:{s:5:\"title\";s:28:\"Beauty Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_beauty_digital_business_card.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:9:\"CV Resume\";a:13:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:20:\"Interactive Sections\";a:3:{s:18:\"team-member-slider\";a:5:{s:5:\"title\";s:18:\"Team Member Slider\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Interactive Sections/template_team_member_slider.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"pricing-plans-1mi0z\";a:5:{s:5:\"title\";s:13:\"Pricing Plans\";s:5:\"image\";s:61:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:29:\"advanced-team-member-carousel\";a:5:{s:5:\"title\";s:29:\"Advanced Team Member Carousel\";s:5:\"image\";s:61:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}}s:4:\"blog\";a:3:{i:0;a:3:{s:5:\"title\";s:61:\"How to Add Pagination to Elementor Posts (Step-by-Step Guide)\";s:5:\"image\";s:113:\"https://unlimited-elements.com/wp-content/uploads/2025/07/Pagination-to-Elementor-Posts-Featured-Blog-150x150.jpg\";s:4:\"link\";s:65:\"https://unlimited-elements.com/add-pagination-to-elementor-posts/\";}i:1;a:3:{s:5:\"title\";s:59:\"How to Add Gradient Text in Elementor: A Step-by-Step Guide\";s:5:\"image\";s:97:\"https://unlimited-elements.com/wp-content/uploads/2025/06/Gradient-Text-Featured-Blog-150x150.jpg\";s:4:\"link\";s:62:\"https://unlimited-elements.com/add-gradient-text-in-elementor/\";}i:2;a:3:{s:5:\"title\";s:56:\"How to Add Meta Tags in WordPress Without Using a Plugin\";s:5:\"image\";s:128:\"https://unlimited-elements.com/wp-content/uploads/2025/06/wordpress-tag-cloud-coming-out-of-pink-computer-sc__61658-150x150.jpeg\";s:4:\"link\";s:81:\"https://unlimited-elements.com/add-meta-tags-in-wordpress-without-using-a-plugin/\";}}}s:19:\"catalog_addon_names\";a:1:{s:0:\"\";a:4:{s:5:\"title\";s:56:\"How to Add Meta Tags in WordPress Without Using a Plugin\";s:5:\"image\";s:128:\"https://unlimited-elements.com/wp-content/uploads/2025/06/wordpress-tag-cloud-coming-out-of-pink-computer-sc__61658-150x150.jpeg\";s:4:\"link\";s:81:\"https://unlimited-elements.com/add-meta-tags-in-wordpress-without-using-a-plugin/\";s:3:\"cat\";s:4:\"blog\";}}}','off'),(261794,'_hfe_widgets','a:14:{s:9:\"Post_Info\";s:8:\"disabled\";s:8:\"Infocard\";s:8:\"disabled\";s:18:\"Breadcrumbs_Widget\";s:8:\"disabled\";s:9:\"Site_Logo\";s:8:\"disabled\";s:15:\"Navigation_Menu\";s:8:\"disabled\";s:13:\"Scroll_To_Top\";s:8:\"disabled\";s:20:\"Reading_Progress_Bar\";s:8:\"disabled\";s:10:\"Site_Title\";s:8:\"disabled\";s:12:\"Site_Tagline\";s:8:\"disabled\";s:13:\"Search_Button\";s:8:\"disabled\";s:10:\"Page_Title\";s:8:\"disabled\";s:6:\"Retina\";s:8:\"disabled\";s:4:\"Cart\";s:8:\"disabled\";s:9:\"Copyright\";s:8:\"disabled\";}','auto'),(261923,'astra_theme_css_key-ast-customizer','687029058cf101-72686159','auto'),(261924,'astra_theme_js_key-dep-ast-customizer','a:2:{s:6:\"jquery\";N;s:10:\"flexslider\";N;}','auto'),(261925,'astra_theme_js_key-ast-customizer','687029058d4e83-06396567','auto'),(265460,'woocommerce_pos_store_name','LCA Comdel Store','on'),(265461,'woocommerce_pos_store_address','2501 Co Rd 8\r\nWaterloo, AL 35677','on'),(265462,'woocommerce_pos_store_phone','','on'),(265463,'woocommerce_pos_store_email','brice@liceclinicsofamerica.com','on'),(265464,'woocommerce_pos_refund_returns_policy','','on'),(265466,'woocommerce_feature_point_of_sale_enabled','yes','on'),(269972,'woocommerce-ppcp-data-common','a:12:{s:11:\"use_sandbox\";b:0;s:21:\"use_manual_connection\";b:0;s:20:\"is_send_only_country\";b:0;s:18:\"merchant_connected\";b:0;s:16:\"sandbox_merchant\";b:0;s:11:\"merchant_id\";s:0:\"\";s:14:\"merchant_email\";s:0:\"\";s:16:\"merchant_country\";s:0:\"\";s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:11:\"seller_type\";s:7:\"unknown\";s:20:\"wc_installation_path\";s:0:\"\";}','auto'),(269973,'woocommerce_ppcp-settings-should-use-old-ui','yes','auto'),(272405,'wp_mail_smtp_initial_version','4.5.0','off'),(272406,'wp_mail_smtp_version','4.7.1','off'),(272407,'wp_mail_smtp','a:23:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:32:\"noreply@liceclinicsofamerica.com\";s:9:\"from_name\";s:23:\"Lice Clinics of America\";s:6:\"mailer\";s:7:\"mailgun\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:1;}s:4:\"smtp\";a:7:{s:7:\"autotls\";s:3:\"yes\";s:4:\"auth\";s:3:\"yes\";s:4:\"host\";s:0:\"\";s:4:\"port\";s:3:\"587\";s:10:\"encryption\";s:3:\"tls\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:1;}s:9:\"sendlayer\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:10:\"mailersend\";a:2:{s:7:\"api_key\";s:0:\"\";s:12:\"has_pro_plan\";b:0;}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:50:\"93775719059f77042ad08bac26c27f47-42b8ce75-3f36b035\";s:6:\"domain\";s:24:\"liceclinicsofamerica.com\";s:6:\"region\";s:2:\"US\";}s:7:\"mailjet\";a:2:{s:7:\"api_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"smtp2go\";a:1:{s:7:\"api_key\";s:0:\"\";}s:9:\"sparkpost\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"postmark\";a:2:{s:16:\"server_api_token\";s:0:\"\";s:14:\"message_stream\";s:0:\"\";}s:9:\"amazonses\";a:3:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"region\";s:9:\"us-east-1\";}s:12:\"elasticemail\";a:1:{s:7:\"api_key\";s:0:\"\";}s:5:\"gmail\";a:8:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}s:23:\"one_click_setup_enabled\";b:0;s:27:\"one_click_setup_credentials\";a:2:{s:3:\"key\";s:0:\"\";s:5:\"token\";s:0:\"\";}s:28:\"one_click_setup_user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:7:\"outlook\";a:8:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}s:23:\"one_click_setup_enabled\";b:0;s:27:\"one_click_setup_credentials\";a:3:{s:12:\"access_token\";s:0:\"\";s:13:\"refresh_token\";s:0:\"\";s:7:\"expires\";s:0:\"\";}s:28:\"one_click_setup_user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"zoho\";a:6:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"domain\";s:3:\"com\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"logs\";a:5:{s:7:\"enabled\";b:0;s:17:\"log_email_content\";b:0;s:16:\"save_attachments\";b:0;s:19:\"open_email_tracking\";b:0;s:19:\"click_link_tracking\";b:0;}s:11:\"alert_email\";a:2:{s:7:\"enabled\";b:0;s:11:\"connections\";a:0:{}}s:7:\"license\";a:5:{s:3:\"key\";s:0:\"\";s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;s:16:\"is_limit_reached\";b:0;}s:8:\"mandrill\";a:1:{s:7:\"api_key\";s:0:\"\";}s:6:\"resend\";a:1:{s:7:\"api_key\";s:0:\"\";}}','off'),(272408,'wp_mail_smtp_activated_time','1754660106','off'),(272409,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1754660106;}','auto'),(272415,'wp_mail_smtp_migration_version','5','on'),(272416,'wp_mail_smtp_debug_events_db_version','1','on'),(272417,'wp_mail_smtp_activation_prevent_redirect','1','auto'),(272418,'wp_mail_smtp_setup_wizard_stats','a:3:{s:13:\"launched_time\";i:1754677529;s:14:\"completed_time\";i:1754677640;s:14:\"was_successful\";b:1;}','off'),(272421,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1767192998;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto'),(272443,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1756412486;s:9:\"dismissed\";b:1;}','auto'),(272684,'wp_mail_smtp_lite_sent_email_counter','364','on'),(272685,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:16;i:1;i:19;i:4;i:20;i:9;i:21;i:7;i:22;i:4;i:23;i:8;i:24;i:2;i:26;i:1;i:27;i:5;i:28;i:3;i:29;i:8;i:30;i:5;}','on'),(272686,'wp_mail_smtp_debug','a:0:{}','off'),(272818,'_elementor_element_cache_unique_id','26b4fa0d703640f0ee972eed595d10f9','auto'),(273615,'rul_version','3.0.8.6','off'),(273616,'loginwp_from_ab_initio','true','auto'),(273617,'loginwp_install_date','2025-08-11 16:02:00','auto'),(275758,'woocommerce_payments_provider_state_snapshots','a:1:{s:27:\"woocommerce-paypal-payments\";a:5:{s:17:\"account_connected\";b:0;s:17:\"account_test_mode\";b:0;s:16:\"extension_active\";b:0;s:11:\"needs_setup\";b:1;s:9:\"test_mode\";b:0;}}','off'),(284219,'woocommerce_feature_experimental-iapi-mini-cart_enabled','no','on'),(288655,'category_children','a:0:{}','auto'),(288656,'elementor_library_category_children','a:0:{}','auto'),(288657,'product_brand_children','a:0:{}','auto'),(288718,'uaepro_start_onboarding','1','auto'),(288721,'uaepro_show_onboarding','yes','auto'),(288722,'uael-version','1.44.3','auto'),(288723,'nps-survey-uael','a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1758127847;}','auto'),(288729,'is_beta_enable_rollback_uael','0','auto'),(288730,'_uael_integration','a:19:{s:10:\"google_api\";s:0:\"\";s:14:\"developer_mode\";b:0;s:8:\"language\";s:0:\"\";s:17:\"google_places_api\";s:0:\"\";s:8:\"yelp_api\";s:0:\"\";s:16:\"recaptcha_v3_key\";s:0:\"\";s:22:\"recaptcha_v3_secretkey\";s:0:\"\";s:18:\"recaptcha_v3_score\";s:3:\"0.5\";s:16:\"google_client_id\";s:0:\"\";s:15:\"facebook_app_id\";s:0:\"\";s:19:\"facebook_app_secret\";s:0:\"\";s:17:\"uael_share_button\";s:0:\"\";s:36:\"uael_maxmind_geolocation_license_key\";s:0:\"\";s:32:\"uael_maxmind_geolocation_db_path\";s:32:\"raKvsCuo4cLR7i7zFjtG4uE8TOnfMXNr\";s:30:\"uael_twitter_feed_consumer_key\";s:0:\"\";s:33:\"uael_twitter_feed_consumer_secret\";s:0:\"\";s:16:\"instagram_app_id\";s:0:\"\";s:20:\"instagram_app_secret\";s:0:\"\";s:19:\"instagram_app_token\";s:0:\"\";}','auto'),(288734,'uaepro_widgets_usage_data_option','a:0:{}','auto'),(288743,'bsf_product_referers','a:1:{s:23:\"header-footer-elementor\";s:18:\"ultimate-elementor\";}','auto'),(288744,'hfe_start_onboarding','1','auto'),(288754,'uae_widgets_usage_data_option','a:0:{}','auto'),(288767,'eael_setup_wizard','complete','auto'),(288768,'eael_save_settings','a:109:{s:9:\"post-grid\";s:0:\"\";s:13:\"post-timeline\";s:0:\"\";s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";s:0:\"\";s:13:\"facebook-feed\";s:0:\"\";s:19:\"advanced-data-table\";s:0:\"\";s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";s:0:\"\";s:16:\"woo-product-list\";s:0:\"\";s:17:\"woo-product-price\";s:0:\"\";s:18:\"woo-product-rating\";s:0:\"\";s:11:\"breadcrumbs\";s:0:\"\";s:12:\"code-snippet\";s:0:\"\";s:18:\"woo-product-images\";s:0:\"\";s:15:\"woo-add-to-cart\";s:0:\"\";s:14:\"contact-form-7\";s:0:\"\";s:7:\"weforms\";s:0:\"\";s:10:\"ninja-form\";s:0:\"\";s:9:\"formstack\";s:0:\"\";s:12:\"gravity-form\";s:0:\"\";s:12:\"caldera-form\";s:0:\"\";s:7:\"wpforms\";s:0:\"\";s:10:\"fluentform\";s:0:\"\";s:8:\"typeform\";s:0:\"\";s:24:\"betterdocs-category-grid\";s:0:\"\";s:23:\"betterdocs-category-box\";s:0:\"\";s:22:\"betterdocs-search-form\";s:0:\"\";s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";s:0:\"\";s:10:\"embedpress\";i:1;s:12:\"woo-checkout\";s:0:\"\";s:8:\"woo-cart\";s:0:\"\";s:14:\"login-register\";s:0:\"\";s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";s:0:\"\";s:20:\"woo-product-carousel\";s:0:\"\";s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";s:0:\"\";s:18:\"interactive-circle\";s:0:\"\";s:14:\"better-payment\";i:1;s:11:\"nft-gallery\";i:1;s:16:\"business-reviews\";s:0:\"\";s:8:\"svg-draw\";s:0:\"\";s:9:\"promotion\";i:1;s:9:\"custom-js\";i:1;s:16:\"reading-progress\";i:1;s:16:\"table-of-content\";i:1;s:15:\"post-duplicator\";i:1;s:13:\"scroll-to-top\";i:1;s:12:\"wrapper-link\";i:1;s:20:\"special-hover-effect\";i:1;s:19:\"liquid-glass-effect\";i:1;s:13:\"image-masking\";i:1;s:25:\"vertical-text-orientation\";i:1;s:14:\"img-comparison\";i:1;s:17:\"instagram-gallery\";i:1;s:17:\"interactive-promo\";i:1;s:8:\"lightbox\";i:1;s:10:\"post-block\";i:1;s:18:\"testimonial-slider\";i:1;s:14:\"static-product\";i:1;s:14:\"adv-google-map\";i:1;s:13:\"flip-carousel\";i:1;s:17:\"interactive-cards\";i:1;s:16:\"content-timeline\";i:1;s:21:\"twitter-feed-carousel\";i:1;s:22:\"dynamic-filter-gallery\";i:1;s:9:\"post-list\";i:1;s:6:\"toggle\";i:1;s:9:\"mailchimp\";i:1;s:7:\"divider\";i:1;s:10:\"price-menu\";i:1;s:14:\"image-hotspots\";i:1;s:19:\"one-page-navigation\";i:1;s:7:\"counter\";i:1;s:13:\"post-carousel\";i:1;s:20:\"team-member-carousel\";i:1;s:13:\"logo-carousel\";i:1;s:17:\"protected-content\";i:1;s:9:\"offcanvas\";i:1;s:13:\"advanced-menu\";i:1;s:14:\"image-scroller\";i:1;s:19:\"learn-dash-elements\";i:1;s:15:\"woo-collections\";i:1;s:19:\"dismissible-section\";i:1;s:16:\"section-parallax\";i:1;s:17:\"section-particles\";i:1;s:20:\"eael-tooltip-section\";i:1;s:18:\"woocommerce-review\";i:1;s:27:\"crowdfundly-single-campaign\";i:1;s:24:\"crowdfundly-organization\";i:1;s:24:\"crowdfundly-all-campaign\";i:1;}','auto'),(288770,'eael_version','6.6.5','auto'),(288771,'essential-addons-for-elementor-lite_notices','a:3:{s:21:\"ea8th_birthday_notice\";a:4:{s:5:\"start\";i:1758128205;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"6.3.1\";s:6:\"expire\";i:1754258400;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"review\";a:3:{s:5:\"start\";i:1758733007;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:5:\"6.3.1\";}}','off'),(288772,'wpins_allow_tracking','a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}','auto'),(288773,'wpins_essential_adons_elementor_site_id','cf6f6f289eb42e177dc6','auto'),(288774,'wpins_essential_adons_elementor_original_url','https://lcaportalstoreg.liceclinicsofamerica.com','auto'),(288775,'wpins_essential_adons_elementor_cf6f6f289eb42e177dc6','a:24:{s:11:\"plugin_slug\";s:25:\"essential_adons_elementor\";s:3:\"url\";s:48:\"https://lcaportalstoreg.liceclinicsofamerica.com\";s:9:\"site_name\";s:16:\"LCA Portal Store\";s:12:\"site_version\";s:5:\"6.8.2\";s:13:\"site_language\";s:5:\"en-US\";s:7:\"charset\";s:5:\"UTF-8\";s:13:\"wpins_version\";s:5:\"3.0.3\";s:11:\"php_version\";s:6:\"7.4.33\";s:9:\"multisite\";b:0;s:13:\"file_location\";s:140:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/Plugin_Usage_Tracker.php\";s:5:\"email\";s:24:\"laradasciences@gmail.com\";s:16:\"marketing_method\";b:1;s:6:\"server\";s:12:\"nginx/1.21.4\";s:14:\"active_plugins\";a:34:{i:0;s:71:\"addify-order-approval-woocommerce/addify-order-approval-woocommerce.php\";i:1;s:27:\"astra-addon/astra-addon.php\";i:2;s:47:\"better-search-replace/better-search-replace.php\";i:3;s:33:\"classic-editor/classic-editor.php\";i:4;s:87:\"customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.php\";i:5;s:32:\"duplicate-page/duplicatepage.php\";i:6;s:31:\"elementor-pro/elementor-pro.php\";i:7;s:23:\"elementor/elementor.php\";i:8;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:9;s:16:\"gotmls/index.php\";i:10;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:11;s:75:\"order-import-export-for-woocommerce/order-import-export-for-woocommerce.php\";i:12;s:23:\"pagespeed/pagespeed.php\";i:13;s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";i:14;s:64:\"product-sales-report-for-woocommerce/hm-product-sales-report.php\";i:15;s:75:\"quantity-field-on-shop-page-for-woocommerce/wc-quantity-field-shop-page.php\";i:16;s:68:\"sg-order-approval-woocommerce-pro/order-approval-woocommerce-pro.php\";i:17;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";i:18;s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";i:19;s:41:\"ultimate-elementor/ultimate-elementor.php\";i:20;s:56:\"wc-order-pdf-download/woocommerce-order-pdf-download.php\";i:21;s:49:\"woo-discount-rules-pro/woo-discount-rules-pro.php\";i:22;s:41:\"woo-discount-rules/woo-discount-rules.php\";i:23;s:41:\"woo-update-manager/woo-update-manager.php\";i:24;s:51:\"woocommerce-memberships/woocommerce-memberships.php\";i:25;s:65:\"woocommerce-min-max-quantities/woocommerce-min-max-quantities.php\";i:26;s:73:\"woocommerce-multiple-addresses-pro/woocommerce-multiple-addresses-pro.php\";i:27;s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";i:28;s:63:\"woocommerce-shipment-tracking/woocommerce-shipment-tracking.php\";i:29;s:57:\"woocommerce-shipping-fedex/woocommerce-shipping-fedex.php\";i:30;s:53:\"woocommerce-shipping-ups/woocommerce-shipping-ups.php\";i:31;s:27:\"woocommerce/woocommerce.php\";i:32;s:41:\"wordpress-importer/wordpress-importer.php\";i:33;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}s:16:\"inactive_plugins\";a:3:{i:13;s:61:\"themehigh-multiple-addresses/themehigh-multiple-addresses.php\";i:27;s:73:\"woocommerce-advanced-free-shipping/woocommerce-advanced-free-shipping.php\";i:33;s:83:\"woocommerce-shipping-multiple-addresses/woocommerce-shipping-multiple-addresses.php\";}s:14:\"text_direction\";s:3:\"LTR\";s:6:\"plugin\";s:30:\"Essential Addons for Elementor\";s:7:\"version\";s:5:\"6.3.1\";s:6:\"status\";s:6:\"Active\";s:5:\"theme\";s:5:\"Astra\";s:13:\"theme_version\";s:6:\"4.11.5\";s:13:\"optional_data\";a:1:{s:17:\"eael-wrapper-link\";i:0;}s:7:\"country\";s:13:\"United States\";s:7:\"item_id\";s:20:\"760e8569757fa16992d8\";}','auto'),(288776,'wpins_last_track_time','a:1:{s:25:\"essential_adons_elementor\";i:1758128224;}','auto'),(288777,'eael_admin_menu_notice','19','off'),(288786,'eael_pro_version','6.8.2','auto'),(288787,'edd_sl_3f108a182fb19972b031742afa068c31','a:2:{s:7:\"timeout\";i:1758139053;s:5:\"value\";s:2118:\"{\"new_version\":\"6.6.0\",\"stable_version\":\"6.6.0\",\"name\":\"Essential Addons for Elementor Pro\",\"slug\":\"essential_adons_elementor\",\"url\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/?changelog=1\",\"last_updated\":\"2025-09-01 11:48:17\",\"homepage\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\",\"changelog\":\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"},\"banners\":{\"high\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/e04d35a1-ea-org-banner-1544-x-500-1.png\",\"low\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/50bab75e-ea-org-banner-772-x-250.png\"},\"icons\":{\"1x\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-128x128.png\",\"2x\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-256x256.png\"},\"msg\":\"No license key has been provided.\",\"description\":[\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\"],\"changelog\":[\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"],\"plugin\":\"essential-addons-elementor\\/essential_adons_elementor.php\",\"id\":\"essential-addons-elementor\\/essential_adons_elementor.php\",\"tested\":null}\";}','off'),(288794,'astra_theme_css_key-astra-addon','68cae8813bc657-15664912','auto'),(288795,'astra_theme_js_key-dep-astra-addon','a:2:{s:6:\"jquery\";N;s:10:\"flexslider\";N;}','auto'),(288796,'astra_theme_js_key-astra-addon','68cae8813c2040-08540216','auto'),(288815,'eael_editor_updated_at','1775661678','auto'),(288816,'eael_global_settings','a:2:{s:22:\"eael_ext_scroll_to_top\";a:0:{}s:18:\"eael_custom_cursor\";a:3:{s:7:\"enabled\";b:0;s:7:\"post_id\";i:112;s:16:\"enabled_globally\";b:0;}}','auto'),(289569,'edd_sl_ffab32fbcec5ca129392e951f6617ec6','a:2:{s:7:\"timeout\";i:1774890840;s:5:\"value\";s:2546:\"{\"name\":\"Essential Addons for Elementor Pro\",\"new_version\":\"6.7.11\",\"stable_version\":\"6.7.11\",\"sections\":{\"description\":\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\",\"changelog\":\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"},\"license_check\":\"\",\"msg\":\"\",\"homepage\":\"https:\\/\\/essential-addons.com\\/\",\"package\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc3NTAzODQzOTpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOmNiYjg1MDMwZWUwNjE1M2M5OGU5M2I5ODVmMTc2MDU1Omh0dHBzQC8vY2xpbmljc3RvcmUubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tOjA=\",\"icons\":{\"1x\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-128x128.png\",\"2x\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/e04d35a1-ea-org-banner-1544-x-500-1.png\",\"low\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/50bab75e-ea-org-banner-772-x-250.png\"},\"slug\":\"essential_adons_elementor\",\"url\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/?changelog=1\",\"last_updated\":\"2026-03-18 09:55:28\",\"download_link\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc3NTAzODQzOTpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOmNiYjg1MDMwZWUwNjE1M2M5OGU5M2I5ODVmMTc2MDU1Omh0dHBzQC8vY2xpbmljc3RvcmUubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tOjA=\",\"upgrade_notice\":\"\",\"description\":[\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\"],\"changelog\":[\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"],\"plugin\":\"essential-addons-elementor\\/essential_adons_elementor.php\",\"id\":\"essential-addons-elementor\\/essential_adons_elementor.php\",\"tested\":null}\";}','off'),(289588,'theme_mods_hello-elementor','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:28;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1758222477;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}s:18:\"custom_css_post_id\";i:-1;}','on'),(289591,'hello_theme_version','3.4.9','auto'),(289594,'_hello-elementor_notifications','a:2:{s:7:\"timeout\";i:1785361762;s:5:\"value\";s:8690:\"[{\"id\":\"hello-theme-3.4.9\",\"title\":\"3.4.9 - 2026-05-20\",\"description\":\"\\n            <ul>\\n                <li>Fix: CSS improvements for Elementor widgets<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.8\",\"title\":\"3.4.8 - 2026-05-20\",\"description\":\"\\n            <ul>\\n                <li>Fix: CSS improvements for Elementor widgets<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.7\",\"title\":\"3.4.7 - 2026-03-16\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Updated theme home page<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.6\",\"title\":\"3.4.6 - 2026-01-21\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Updated Elementor assets<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.5\",\"title\":\"3.4.5 - 2025-10-27\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>New: Add theme home to Finder<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Improve banner behavior after clicking on action button<\\/li>\\n\\t\\t\\t\\t<li>Fix: Load styles correctly in Gutenberg pages<\\/li>\\n\\t\\t\\t\\t<li>Fix: Do not change menu name after Elementor activation<\\/li>\\n\\t\\t\\t\\t<li>Fix: Ensure quicklinks works correctly from home page<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.4\",\"title\":\"3.4.4 - 2025-06-08\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Improve Header\\/Footer edit access from theme Home<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.3\",\"title\":\"3.4.3 - 2025-05-26\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Fix: Settings page empty after 3.4.0 in translated sites<\\/li>\\n\\t\\t\\t\\t<li>Fix: PHP 8.4 deprecation notice<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.2\",\"title\":\"3.4.2 - 2025-05-19\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Set Home links font weight to regular<\\/li>\\n  \\t\\t        <li>Tweak: Dart SASS 3.0.0 - resolve scss deprecated warnings<\\/li>\\n    \\t\\t    <li>Fix: Settings page empty after 3.4.0<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.0\",\"title\":\"3.4.0 - 2025-05-05\",\"description\":\"\\n            <ul>\\n                <li>New: Added Theme Home<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update theme settings page style<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update tested up to version 6.8<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.3.0\",\"title\":\"3.3.0 - 2025-01-21\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Added changelog link in theme settings<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n  \\t\\t        <li>Tweak: Update autoprefixer to latest versions<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.1\",\"title\":\"3.2.1 - 2024-12-16\",\"description\":\"\\n            <ul>\\n                <li>\\n                    Fix: Gutenberg editor expanded disproportionately after adding support for <code>theme.json<\\/code>\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/430\\\" target=\\\"_blank\\\">#430<\\/a>)\\n                <\\/li>\\n                <li>Fix: Use CSS logical properties in the theme<\\/li>\\n                <li>Fix: Add ARIA attributes to header nav menu<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.0\",\"title\":\"3.2.0 - 2024-12-15\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Convert classic to hybrid theme with block-editor support<\\/li>\\n                <li>Tweak: Added new design options to header\\/footer<\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.7<\\/code><\\/li>\\n                <li>\\n                    Fix: Minify JS files\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/419\\\" target=\\\"_blank\\\">#419<\\/a>)\\n                <\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.1\",\"title\":\"3.1.1 - 2024-07-30\",\"description\":\"\\n            <ul>\\n                <li>Fix: Use consistent <code>&lt;h2&gt;<\\/code> for comments title and comment form<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.0\",\"title\":\"3.1.0 - 2024-06-19\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Update <code>Requires PHP 7.4<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.5<\\/code><\\/li>\\n                <li>Tweak: Add the ability to style the brand layout<\\/li>\\n                <li>Tweak: Remove deprecated Elementor code<\\/li>\\n                <li>Tweak: Restore default focus styling inside the theme<\\/li>\\n                <li>Tweak: Add <code>aria-label<\\/code> attribute to various <code>&lt;nav&gt;<\\/code> elements<\\/li>\\n                <li>Tweak: Improve mobile menu keyboard accessibility<\\/li>\\n                <li>Tweak: Semantic mobile menu toggle button<\\/li>\\n                <li>Fix: The header renders redundant <code>&lt;p&gt;<\\/code> when tagline is empty<\\/li>\\n                <li>Fix: Single post renders redundant wrapping <code>&lt;div&gt;<\\/code> when it has no tags<\\/li>\\n                <li>Fix: Remove redundant wrapping <code>&lt;div&gt;<\\/code> from <code>wp_nav_menu()<\\/code> output<\\/li>\\n                <li>Fix: Wrap page <code>&lt;h1&gt;<\\/code> with <code>&lt;div&gt;<\\/code>, not <code>&lt;header&gt;<\\/code><\\/li>\\n                <li>Fix: Use consistent <code>&lt;h3&gt;<\\/code> for comments title and comment form<\\/li>\\n                <li>Fix: Remove heading tags from dynamic header\\/footer<\\/li>\\n                <li>\\n                    Fix: Mobile Menu hamburger is not visible for logged-out users in some cases\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/369\\\" target=\\\"_blank\\\">#369<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove duplicate ID attributes in the header mobile menu<\\/li>\\n                <li>\\n                    Fix: Remove redundant table styles\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/311\\\" target=\\\"_blank\\\">#311<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove redundant space below Site Logo in the header\\/footer<\\/li>\\n                <li>Fix: Remove redundant CSS from dynamic header\\/footer layout<\\/li>\\n                <li>\\n                    Fix: Separate post tags in single post\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/304\\\" target=\\\"_blank\\\">#304<\\/a>)\\n                <\\/li>\\n                <li>Fix: Display <code>the_tags()<\\/code> after <code>wp_link_pages()<\\/code><\\/li>\\n                <li>Fix: Remove page break navigation from archives when using <code>&lt;!--nextpage--&gt;<\\/code><\\/li>\\n                <li>Fix: Style posts pagination component layout<\\/li>\\n                <li>Fix: Add RTL support to pagination arrows in archive pages<\\/li>\\n                <li>\\n                    Fix: Update pagination prev\\/next labels and positions\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/404\\\" target=\\\"_blank\\\">#404<\\/a>)\\n                <\\/li>\\n                <li>Fix: Check if Elementor is loaded when using dynamic header & footer<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.2\",\"title\":\"3.0.2 - 2024-05-28\",\"description\":\"\\n            <ul>\\n                <li>Internal: Version bump release to refresh WordPress repository<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.1\",\"title\":\"3.0.1 - 2024-01-24\",\"description\":\"\\n            <ul>\\n                <li>Fix: Harden security for admin notice dismiss button<\\/li>\\n                <li>Fix: Add <code>alt<\\/code> attribute to all the images in the dashboard<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.0\",\"title\":\"3.0.0 - 2023-12-26\",\"description\":\"\\n            <ul>\\n                <li>New: Option to disable cross-site header & footer<\\/li>\\n                <li>Tweak: Update <code>Requires PHP 7.3<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.4<\\/code><\\/li>\\n                <li>Tweak: Move cross-site header & footer styles to a separate CSS file<\\/li>\\n                <li>Tweak: Don\'t load <code>header-footer.min.css<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Don\'t load <code>hello-frontend.min.js<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in the frontend<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in WordPress admin<\\/li>\\n                <li>Tweak: Remove unused JS code from the frontend<\\/li>\\n                <li>Tweak: Remove unused CSS code from the editor<\\/li>\\n                <li>Tweak: Remove unnecessary <code>role<\\/code> attributes from HTML landmark elements<\\/li>\\n                <li>Tweak: Link from Elementor Site Settings to Hello Theme Settings<\\/li>\\n                <li>Fix: Dynamic script version for better caching<\\/li>\\n            <\\/ul>\"}]\";}','off'),(289597,'theme_mods_twentytwentyfive','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:19:\"wp_classic_sidebars\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1758222721;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','off'),(289758,'addify_atq_page_id','O:7:\"WP_Post\":24:{s:2:\"ID\";i:184187;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2025-09-19 13:26:25\";s:13:\"post_date_gmt\";s:19:\"2025-09-19 13:26:25\";s:12:\"post_content\";s:27:\"[addify-quote-request-page]\";s:10:\"post_title\";s:16:\"Request an Order\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:15:\"request-a-quote\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2025-10-06 17:43:04\";s:17:\"post_modified_gmt\";s:19:\"2025-10-06 17:43:04\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:61:\"https://clinicstore.liceclinicsofamerica.com/request-a-quote/\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:4:\"page\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}','auto'),(289759,'afrfq_admin_email','rosemary@liceclinicsofamerica.com,daivd@liceclinicsofamerica.com,brice@liceclinicsofamerica.com','on'),(289760,'afrfq_emails','a:8:{s:8:\"af_admin\";a:4:{s:6:\"enable\";s:3:\"yes\";s:7:\"subject\";s:27:\"New Order From Comdel Store\";s:7:\"heading\";s:0:\"\";s:7:\"message\";s:0:\"\";}s:10:\"af_pending\";a:3:{s:7:\"subject\";s:27:\"New Order From Comdel Store\";s:7:\"heading\";s:0:\"\";s:7:\"message\";s:0:\"\";}s:13:\"af_in_process\";a:3:{s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:7:\"message\";s:0:\"\";}s:11:\"af_accepted\";a:3:{s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:7:\"message\";s:0:\"\";}s:13:\"af_admin_conv\";a:3:{s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:7:\"message\";s:0:\"\";}s:12:\"af_converted\";a:3:{s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:7:\"message\";s:0:\"\";}s:11:\"af_declined\";a:3:{s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:7:\"message\";s:0:\"\";}s:12:\"af_cancelled\";a:3:{s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:7:\"message\";s:0:\"\";}}','on'),(289761,'afrfq_success_message','Your Order Submitted Successfully.','on'),(289762,'afrfq_pro_success_message','Product Added to Quote Successfully.','on'),(289763,'afrfq_view_button_message','View Order','on'),(289764,'afrfq_basket_option','dropdown','on'),(289765,'afrfq_backrgound_color','#5bc500','on'),(289766,'afrfq_table_header_color','#ffffff','on'),(289767,'afrfq_submit_button_fg_color','#ffffff','on'),(289783,'enable_o_o_s_products','','auto'),(289784,'quote_menu','a:1:{i:0;s:2:\"28\";}','auto'),(289785,'afrfq_customer_roles','','auto'),(289786,'enable_ajax_product','yes','auto'),(289787,'enable_ajax_shop','yes','auto'),(289788,'afrfq_redirect_to_quote','','auto'),(289789,'afrfq_redirect_after_submission','yes','auto'),(289790,'afrfq_redirect_url','https://clinicstore.liceclinicsofamerica.com/order-thank-you/','auto'),(289932,'essential-addons-elementor-license-key','c485088069d1e7aa86544fffac222abc','off'),(289933,'essential-addons-elementor-license-status','valid','off'),(289957,'product_cat_children','a:0:{}','auto'),(289991,'woocommerce_analytics_uses_old_full_refund_data','yes','auto'),(290062,'afrfq_admin_email_pdf','yes','auto'),(290063,'afrfq_user_email_pdf','yes','auto'),(290067,'afrfq_enable_elementor_compt','yes','auto'),(290068,'afrfq_enable_divi_compt','','auto'),(290069,'afrfq_enable_solution2','','auto'),(290074,'afrfq_company_logo','https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg','auto'),(290075,'afrfq_company_name_text','Lice Clinics of America','auto'),(290076,'afrfq_company_address','4873 South State Street','auto'),(290077,'afrfq_pdf_select_layout','afrfq_template2','auto'),(290078,'afrfq_enable_border','','auto'),(290079,'afrfq_border_color','#000000','auto'),(290080,'afrfq_text_color_for_background','#000000','auto'),(290081,'afrfq_enable_term_and_condition','','auto'),(290082,'afrfq_term_and_condition_text','Privacy & Terms and Conditions','auto'),(290083,'afrfq_disable_for_customers','','auto'),(290087,'afrfq_select_page_template','template_one','auto'),(290088,'afrfq_enable_table_header_color','','auto'),(290089,'afrfq_table_heade_bg_color','#000000','auto'),(290090,'afrfq_submit_button_text','Place Order','auto'),(290091,'afrfq_enable_qoute_button_color','yes','auto'),(290092,'afrfq_submit_button_bg_color','#5bc500','auto'),(290104,'afrfq_enable_pro_price','yes','auto'),(290105,'afrfq_enable_off_price','','auto'),(290106,'afrfq_enable_off_price_increase','','auto'),(290107,'afrfq_enable_tax','','auto'),(290108,'afrfq_enable_convert_order','','auto'),(290109,'afrfq_enable_converted_by','','auto'),(290345,'woocommerce_brand_permalink','','auto'),(290989,'woocommerce_task_list_tracked_completed_actions','a:1:{i:0;s:3:\"tax\";}','auto'),(298656,'woocommerce_address_autocomplete_enabled','no','on'),(298657,'woocommerce_feature_mcp_integration_enabled','no','on'),(298658,'woocommerce_feature_destroy-empty-sessions_enabled','no','on'),(309883,'wp_notes_notify','1','on'),(309886,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on'),(310261,'af_rfq_temp_file_cleanup','1768330059','auto'),(310263,'afrfq_select_popup_template','template_two','auto'),(310264,'afrfq_enable_popup_table_header_color','yes','auto'),(310265,'afrfq_popup_table_header_color','#ffffff','auto'),(310266,'afrfq_popup_table_header_bg_color','#000000','auto'),(310267,'afrfq_popup_active_step_button_fg_color','#ffffff','auto'),(310268,'afrfq_popup_active_step_button_bg_color','#0073AA','auto'),(310269,'afrfq_popup_previous_step_button_fg_color','#000000','auto'),(310270,'afrfq_popup_previous_step_button_bg_color','#ffffff','auto'),(310271,'afrfq_popup_next_step_button_fg_color','#ffffff','auto'),(310272,'afrfq_popup_next_step_button_bg_color','#0073AA','auto'),(310339,'woocommerce_order_stats_has_fulfillment_column','no','off'),(316732,'_transient_doing_cron','1785412469.7627029418945312500000','on'),(318288,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:25:\"Bill My Account (Invoice)\";s:11:\"description\";s:54:\"Payments will be process through Quickbooks internally\";s:12:\"instructions\";s:133:\"Thank you for your order. We will be reaching out to collect payment information or will be directly billing your card in Quickbooks.\";}','on'),(318300,'brainstrom_bundled_products','a:0:{}','auto'),(318321,'_elementor_ab_testing_data','a:2:{s:7:\"timeout\";i:1769014703;s:5:\"value\";s:273:\"[{\"coreOnboarding\":{\"emphasizeConnectBenefits101\":false,\"embedConnectInOnboarding102\":false,\"onboardingStartsWithLogin103\":false,\"offerThemeChoicesHelloBiz201\":true,\"emphasizeThemeValueAudience202\":false,\"updateCopyVisuals401\":false,\"reduceHierarchyBlankOption402\":false}}]\";}','off'),(318342,'wc_pending_batch_processes','a:36:{i:0;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:1;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:2;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:3;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:4;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:5;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:6;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:7;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:8;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:9;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:10;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:11;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:12;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:13;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:14;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:15;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:16;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:17;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:18;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:19;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:20;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:21;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:22;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:23;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:24;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:25;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:26;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:27;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:28;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:29;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:30;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:31;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:32;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:33;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:34;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";i:35;s:66:\"Automattic\\WooCommerce\\Internal\\Logging\\OrderLogsDeletionProcessor\";}','off'),(318351,'code_snippets_version','3.9.5','auto'),(318352,'code_snippets_settings','a:4:{s:7:\"general\";a:9:{s:19:\"activate_by_default\";b:1;s:11:\"enable_tags\";b:1;s:18:\"enable_description\";b:1;s:18:\"visual_editor_rows\";i:5;s:10:\"list_order\";s:12:\"priority-asc\";s:13:\"disable_prism\";b:0;s:17:\"hide_upgrade_menu\";b:0;s:18:\"complete_uninstall\";b:0;s:17:\"enable_flat_files\";b:0;}s:6:\"editor\";a:12:{s:16:\"indent_with_tabs\";b:1;s:8:\"tab_size\";i:4;s:11:\"indent_unit\";i:4;s:9:\"font_size\";i:14;s:10:\"wrap_lines\";b:1;s:12:\"code_folding\";b:1;s:12:\"line_numbers\";b:1;s:19:\"auto_close_brackets\";b:1;s:27:\"highlight_selection_matches\";b:1;s:21:\"highlight_active_line\";b:1;s:6:\"keymap\";s:7:\"default\";s:5:\"theme\";s:7:\"default\";}s:14:\"version-switch\";a:1:{s:16:\"selected_version\";s:0:\"\";}s:5:\"debug\";a:1:{s:21:\"enable_version_change\";b:0;}}','auto'),(318355,'recently_activated_snippets','a:0:{}','auto'),(318369,'new_admin_email','brice@laradasciences.com','auto'),(318378,'rdn_fetch_2561784b','fetch','auto'),(318382,'bp_custom_order_status_installed','1768336504','auto'),(318384,'wcbv_status_default','a:7:{s:26:\"orderstatus_default_status\";s:10:\"processing\";s:15:\"preorder_status\";s:9:\"completed\";s:11:\"enable_wpml\";s:0:\"\";s:38:\"orderstatus_default_statusgateway_bacs\";s:13:\"bpos_disabled\";s:40:\"orderstatus_default_statusgateway_cheque\";s:13:\"bpos_disabled\";s:37:\"orderstatus_default_statusgateway_cod\";s:13:\"bpos_disabled\";s:40:\"orderstatus_default_statusgateway_paypal\";s:13:\"bpos_disabled\";}','auto'),(318385,'rdn_fetch_2553f8f6','fetch','auto'),(318415,'woocommerce_demo_store_notice','','on'),(318417,'elementor_local_google_fonts','0','auto'),(318418,'elementor_element_cache_ttl','24','auto'),(318419,'elementor_experiment-hello-theme-header-footer','default','auto'),(318426,'wcmenucart','a:12:{s:10:\"menu_slugs\";a:1:{i:1;s:1:\"0\";}s:14:\"always_display\";s:0:\"\";s:12:\"icon_display\";s:1:\"1\";s:13:\"items_display\";s:1:\"3\";s:15:\"items_alignment\";s:8:\"standard\";s:12:\"custom_class\";s:0:\"\";s:14:\"flyout_display\";s:0:\"\";s:17:\"flyout_itemnumber\";s:1:\"5\";s:9:\"cart_icon\";s:1:\"0\";s:11:\"shop_plugin\";s:11:\"woocommerce\";s:12:\"builtin_ajax\";s:0:\"\";s:15:\"hide_theme_cart\";i:1;}','auto'),(318427,'wpmenucart','a:8:{s:11:\"shop_plugin\";s:11:\"woocommerce\";s:10:\"menu_slugs\";a:1:{i:1;s:9:\"main-menu\";}s:14:\"always_display\";s:1:\"1\";s:12:\"icon_display\";s:1:\"1\";s:9:\"cart_icon\";s:1:\"0\";s:13:\"items_display\";s:1:\"2\";s:15:\"items_alignment\";s:5:\"right\";s:16:\"total_price_type\";s:5:\"total\";}','auto'),(318652,'thwcfd_since','1769011818','off'),(318653,'wc_fields_billing','a:11:{s:18:\"billing_first_name\";a:9:{s:5:\"label\";s:10:\"First name\";s:8:\"required\";b:1;s:5:\"class\";a:1:{i:0;s:14:\"form-row-first\";}s:12:\"autocomplete\";s:10:\"given-name\";s:8:\"priority\";i:10;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:17:\"billing_last_name\";a:9:{s:5:\"label\";s:9:\"Last name\";s:8:\"required\";b:1;s:5:\"class\";a:1:{i:0;s:13:\"form-row-last\";}s:12:\"autocomplete\";s:11:\"family-name\";s:8:\"priority\";i:20;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:15:\"billing_company\";a:9:{s:5:\"label\";s:12:\"Company name\";s:5:\"class\";a:1:{i:0;s:13:\"form-row-wide\";}s:12:\"autocomplete\";s:12:\"organization\";s:8:\"priority\";i:30;s:8:\"required\";b:0;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:15:\"billing_country\";a:10:{s:4:\"type\";s:7:\"country\";s:5:\"label\";s:16:\"Country / Region\";s:8:\"required\";b:1;s:5:\"class\";a:3:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";i:2;s:23:\"update_totals_on_change\";}s:12:\"autocomplete\";s:7:\"country\";s:8:\"priority\";i:40;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:17:\"billing_address_1\";a:10:{s:5:\"label\";s:14:\"Street address\";s:11:\"placeholder\";s:28:\"House number and street name\";s:8:\"required\";b:1;s:5:\"class\";a:2:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";}s:12:\"autocomplete\";s:13:\"address-line1\";s:8:\"priority\";i:50;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:17:\"billing_address_2\";a:11:{s:5:\"label\";s:28:\"Apartment, suite, unit, etc.\";s:11:\"label_class\";a:1:{i:0;s:18:\"screen-reader-text\";}s:11:\"placeholder\";s:39:\"Apartment, suite, unit, etc. (optional)\";s:5:\"class\";a:2:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";}s:12:\"autocomplete\";s:13:\"address-line2\";s:8:\"priority\";i:60;s:8:\"required\";b:0;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:12:\"billing_city\";a:9:{s:5:\"label\";s:11:\"Town / City\";s:8:\"required\";b:1;s:5:\"class\";a:2:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";}s:12:\"autocomplete\";s:14:\"address-level2\";s:8:\"priority\";i:70;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:13:\"billing_state\";a:13:{s:4:\"type\";s:5:\"state\";s:5:\"label\";s:14:\"State / County\";s:8:\"required\";b:1;s:5:\"class\";a:2:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";}s:8:\"validate\";a:1:{i:0;s:5:\"state\";}s:12:\"autocomplete\";s:14:\"address-level1\";s:8:\"priority\";i:80;s:13:\"country_field\";s:15:\"billing_country\";s:7:\"country\";s:2:\"US\";s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:16:\"billing_postcode\";a:10:{s:5:\"label\";s:14:\"Postcode / ZIP\";s:8:\"required\";b:1;s:5:\"class\";a:2:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";}s:8:\"validate\";a:1:{i:0;s:8:\"postcode\";}s:12:\"autocomplete\";s:11:\"postal-code\";s:8:\"priority\";i:90;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:13:\"billing_phone\";a:11:{s:5:\"label\";s:5:\"Phone\";s:8:\"required\";b:1;s:4:\"type\";s:3:\"tel\";s:5:\"class\";a:1:{i:0;s:13:\"form-row-wide\";}s:8:\"validate\";a:1:{i:0;s:5:\"phone\";}s:12:\"autocomplete\";s:3:\"tel\";s:8:\"priority\";i:100;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:13:\"billing_email\";a:11:{s:5:\"label\";s:13:\"Email address\";s:8:\"required\";b:1;s:4:\"type\";s:5:\"email\";s:5:\"class\";a:1:{i:0;s:13:\"form-row-wide\";}s:8:\"validate\";a:1:{i:0;s:5:\"email\";}s:12:\"autocomplete\";s:5:\"email\";s:8:\"priority\";i:110;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}}','off'),(318654,'thwcfd_advanced_settings','a:5:{s:21:\"enable_label_override\";s:1:\"1\";s:27:\"enable_placeholder_override\";s:1:\"1\";s:21:\"enable_class_override\";s:1:\"1\";s:24:\"enable_priority_override\";s:1:\"1\";s:24:\"enable_required_override\";s:1:\"1\";}','off'),(318657,'wc_fields_shipping','a:7:{s:19:\"shipping_first_name\";a:17:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:19:\"shipping_first_name\";s:5:\"label\";s:9:\"Full Name\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:5:\"class\";a:1:{i:0;s:14:\"form-row-first\";}s:8:\"validate\";s:0:\"\";s:10:\"title_type\";s:0:\"\";s:8:\"required\";i:0;s:7:\"checked\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:0;s:13:\"show_in_order\";i:0;s:7:\"options\";s:0:\"\";s:12:\"autocomplete\";s:10:\"given-name\";s:8:\"priority\";i:10;s:6:\"custom\";i:0;}s:16:\"shipping_company\";a:17:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:16:\"shipping_company\";s:5:\"label\";s:12:\"Company name\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:5:\"class\";a:1:{i:0;s:13:\"form-row-wide\";}s:8:\"validate\";s:0:\"\";s:10:\"title_type\";s:0:\"\";s:8:\"required\";i:1;s:7:\"checked\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:0;s:13:\"show_in_order\";i:0;s:7:\"options\";s:0:\"\";s:12:\"autocomplete\";s:12:\"organization\";s:8:\"priority\";i:20;s:6:\"custom\";i:0;}s:18:\"shipping_address_1\";a:10:{s:5:\"label\";s:14:\"Street address\";s:11:\"placeholder\";s:28:\"House number and street name\";s:8:\"required\";b:1;s:5:\"class\";a:2:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";}s:12:\"autocomplete\";s:13:\"address-line1\";s:8:\"priority\";i:30;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:18:\"shipping_address_2\";a:11:{s:5:\"label\";s:28:\"Apartment, suite, unit, etc.\";s:11:\"label_class\";a:1:{i:0;s:18:\"screen-reader-text\";}s:11:\"placeholder\";s:39:\"Apartment, suite, unit, etc. (optional)\";s:5:\"class\";a:2:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";}s:12:\"autocomplete\";s:13:\"address-line2\";s:8:\"priority\";i:40;s:8:\"required\";b:0;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:13:\"shipping_city\";a:9:{s:5:\"label\";s:11:\"Town / City\";s:8:\"required\";b:1;s:5:\"class\";a:2:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";}s:12:\"autocomplete\";s:14:\"address-level2\";s:8:\"priority\";i:50;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:14:\"shipping_state\";a:13:{s:4:\"type\";s:5:\"state\";s:5:\"label\";s:14:\"State / County\";s:8:\"required\";b:1;s:5:\"class\";a:2:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";}s:8:\"validate\";a:1:{i:0;s:5:\"state\";}s:12:\"autocomplete\";s:14:\"address-level1\";s:8:\"priority\";i:60;s:13:\"country_field\";s:16:\"shipping_country\";s:7:\"country\";s:2:\"US\";s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}s:17:\"shipping_postcode\";a:10:{s:5:\"label\";s:14:\"Postcode / ZIP\";s:8:\"required\";b:1;s:5:\"class\";a:2:{i:0;s:13:\"form-row-wide\";i:1;s:13:\"address-field\";}s:8:\"validate\";a:1:{i:0;s:8:\"postcode\";}s:12:\"autocomplete\";s:11:\"postal-code\";s:8:\"priority\";i:70;s:6:\"custom\";i:0;s:7:\"enabled\";i:1;s:13:\"show_in_email\";i:1;s:13:\"show_in_order\";i:1;}}','off'),(318662,'woocommerce_free_shipping_6_settings','a:4:{s:5:\"title\";s:40:\"Shipping Cost Billed through Quickbooks.\";s:8:\"requires\";s:0:\"\";s:10:\"min_amount\";s:1:\"0\";s:16:\"ignore_discounts\";s:2:\"no\";}','on'),(320208,'uae_usage_optin','yes','off'),(320209,'uae_usage_installed_time','1752174226','off'),(320212,'bsf_usage_migrated','1','off'),(320717,'wc_order_status_control','only_paid','on'),(320718,'woocommerce_feature_rest_api_caching_enabled','no','on'),(320719,'woocommerce_feature_product_instance_caching_enabled','no','on'),(320730,'uael_kpi_daily_snapshots','a:3:{s:10:\"2026-03-30\";a:1:{s:14:\"numeric_values\";a:2:{s:13:\"widgets_count\";i:0;s:22:\"total_widget_instances\";i:0;}}s:10:\"2026-03-25\";a:1:{s:14:\"numeric_values\";a:2:{s:13:\"widgets_count\";i:0;s:22:\"total_widget_instances\";i:0;}}s:10:\"2026-03-24\";a:1:{s:14:\"numeric_values\";a:2:{s:13:\"widgets_count\";i:0;s:22:\"total_widget_instances\";i:0;}}}','off'),(324261,'_transient_timeout_essential-addons-elementor-license_data','1781968194','off'),(324262,'_transient_essential-addons-elementor-license_data','O:8:\"stdClass\":14:{s:7:\"success\";b:1;s:7:\"license\";s:5:\"valid\";s:7:\"item_id\";i:4372;s:9:\"item_name\";s:30:\"Essential Addons for Elementor\";s:8:\"checksum\";s:32:\"8338639fe49a66bc89bedba6645adf67\";s:7:\"expires\";s:8:\"lifetime\";s:10:\"payment_id\";i:1616404;s:13:\"customer_name\";s:15:\"Brice Blackerby\";s:14:\"customer_email\";s:18:\"brice@forte.agency\";s:13:\"license_limit\";i:0;s:10:\"site_count\";i:24;s:16:\"activations_left\";s:9:\"unlimited\";s:8:\"price_id\";s:1:\"2\";s:11:\"license_key\";s:32:\"c4850**********************22abc\";}','off'),(324852,'essential-addons-elementor_license','c485088069d1e7aa86544fffac222abc','off'),(324853,'essential-addons-elementor_license_status','valid','off'),(324854,'essential-addons-elementor_license_migrated','1','off'),(324857,'edd_sl_809a4f6d760d60dfafd52a74fd107640','a:2:{s:7:\"timeout\";i:1785329360;s:5:\"value\";s:2544:\"{\"name\":\"Essential Addons for Elementor Pro\",\"new_version\":\"7.0.2\",\"stable_version\":\"7.0.2\",\"sections\":{\"description\":\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\",\"changelog\":\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"},\"license_check\":\"\",\"msg\":\"\",\"homepage\":\"https:\\/\\/essential-addons.com\\/\",\"package\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc4NTQ3Njk2MDpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOmYxMzJhNjg1MWQwNTE3OTM0OGY3OGJlNGIwNzQ5NTBkOmh0dHBzQC8vY2xpbmljc3RvcmUubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tOjA=\",\"icons\":{\"1x\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-128x128.png\",\"2x\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-256x256.png\"},\"banners\":{\"high\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/e04d35a1-ea-org-banner-1544-x-500-1.png\",\"low\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/50bab75e-ea-org-banner-772-x-250.png\"},\"slug\":\"essential_adons_elementor\",\"url\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/?changelog=1\",\"last_updated\":\"2026-07-24 09:03:31\",\"download_link\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc4NTQ3Njk2MDpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOmYxMzJhNjg1MWQwNTE3OTM0OGY3OGJlNGIwNzQ5NTBkOmh0dHBzQC8vY2xpbmljc3RvcmUubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tOjA=\",\"upgrade_notice\":\"\",\"description\":[\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\"],\"changelog\":[\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"],\"plugin\":\"essential-addons-elementor\\/essential_adons_elementor.php\",\"id\":\"essential-addons-elementor\\/essential_adons_elementor.php\",\"tested\":null}\";}','off'),(325051,'_elementor_onboarding_strings_en','a:2:{s:7:\"timeout\";i:1775663835;s:5:\"value\";s:4780:\"{\"common.continue\":\"Continue\",\"common.skip\":\"Skip\",\"common.back\":\"Back\",\"common.finish\":\"Finish\",\"common.loading\":\"Loading\\u2026\",\"common.upgrade\":\"Upgrade\",\"common.close_onboarding\":\"Close onboarding\",\"common.installed\":\"Installed\",\"common.recommended\":\"Recommended\",\"error.failed_mark_exit\":\"Failed to mark user exit.\",\"error.failed_complete_step\":\"Failed to complete step.\",\"error.pro_install_failed\":\"Couldn\'t install Elementor Pro. Please try again later\",\"error.theme_install_failed\":\"Theme installation didn\'t complete. Please try again later\",\"login.title\":\"Let\\u2019s get to work.\",\"login.sign_in\":\"Sign in to Elementor\",\"login.continue_another_way\":\"Continue another way\",\"login.continue_as_guest\":\"Continue as a guest\",\"steps.building_for.title\":\"Who are you building for?\",\"steps.building_for.greeting_with_name\":\"Hey %1$s %2$s Let\\u2019s get your site set up.\",\"steps.building_for.greeting_without_name\":\"Hey%s Let\\u2019s get your site set up.\",\"steps.building_for.option_myself\":\"Myself or someone I know\",\"steps.building_for.option_business\":\"My business or workplace\",\"steps.building_for.option_client\":\"A client\",\"steps.building_for.option_exploring\":\"Just exploring\",\"steps.site_about.title\":\"What is your site about?\",\"steps.site_about.subtitle\":\"Choose anything that applies.\",\"steps.site_about.option_small_med_business\":\"Small-Med Business\",\"steps.site_about.option_online_store\":\"Online store\",\"steps.site_about.option_company_site\":\"Company site\",\"steps.site_about.option_blog\":\"Blog\",\"steps.site_about.option_landing_page\":\"Landing page\",\"steps.site_about.option_booking\":\"Booking\",\"steps.site_about.option_organization\":\"Organization\",\"steps.site_about.option_other\":\"Other\",\"steps.site_about.greeting_myself\":\"Got it! We\\u2019ll keep things simple.\",\"steps.site_about.greeting_business\":\"Great! Let\\u2019s set up your business site.\",\"steps.site_about.greeting_client\":\"Nice! Let\\u2019s create something for your client.\",\"steps.site_about.greeting_fallback\":\"Let\\u2019s get started!\",\"steps.experience_level.title\":\"How experienced are you with Elementor?\",\"steps.experience_level.subtitle\":\"This helps us adjust the editor to your workflow.\",\"steps.experience_level.option_beginner\":\"I\\u2019m just getting started\",\"steps.experience_level.option_intermediate\":\"I have some experience\",\"steps.experience_level.option_advanced\":\"I\\u2019m very comfortable with Elementor\",\"steps.theme_selection.title\":\"Start with a theme that fits your needs\",\"steps.theme_selection.subtitle\":\"Hello themes are built to work seamlessly with Elementor.\",\"steps.theme_selection.aria_label\":\"Theme selection\",\"steps.theme_selection.theme_hello_label\":\"Hello\",\"steps.theme_selection.theme_hello_description\":\"A flexible canvas theme you can shape from the ground up\",\"steps.theme_selection.theme_hello_biz_label\":\"Hello Biz\",\"steps.theme_selection.theme_hello_biz_description\":\"A ready-to-start theme with smart layouts and widgets\",\"steps.theme_selection.greeting_beginner\":\"Glad you\\u2019re here!\",\"steps.theme_selection.greeting_default\":\"Great. Let\\u2019s take it to the next step\",\"steps.theme_selection.continue_with_theme\":\"Continue with this theme\",\"steps.site_features.title\":\"What do you want to include in your site?\",\"steps.site_features.subtitle\":\"We\\u2019ll use this to tailor suggestions for you.\",\"steps.site_features.continue_with_free\":\"Continue with Free\",\"steps.site_features.option_classes_variables\":\"Design system\",\"steps.site_features.option_interactions\":\"Interactions\",\"steps.site_features.option_theme_builder\":\"Theme builder\",\"steps.site_features.option_lead_collection\":\"Forms & leads\",\"steps.site_features.option_custom_code\":\"Custom Code\",\"steps.site_features.option_email_deliverability\":\"Email delivery\",\"steps.site_features.option_ai_generator\":\"AI tools\",\"steps.site_features.option_image_optimization\":\"Image optimization\",\"steps.site_features.option_accessibility_tools\":\"Accessibility\",\"steps.site_features.woocommerce\":\"WooCommerce\",\"steps.site_features.included\":\"Included\",\"steps.site_features.plan_recommendation_one\":\"Nice picks \\ud83d\\ude42 Elementor One has you covered.\",\"steps.site_features.plan_recommendation_pro\":\"Advanced tools? Elementor Pro includes them.\",\"steps.site_features.compare_plans\":\"View plans\",\"pro_install.title\":\"You already have a Pro subscription\",\"pro_install.subtitle\":\"Would you like to install it on this site now?\",\"pro_install.installing\":\"Installing Elementor Pro\\u2026\",\"pro_install.installing_short\":\"Installing\\u2026\",\"pro_install.install_button\":\"Install Pro on this site\",\"pro_install.logo_alt\":\"Elementor + Elementor Pro\",\"pro_install.do_it_later\":\"I\\u2019ll do it later\",\"completion.title\":\"Getting things ready\",\"completion.subtitle\":\"Tailoring the editor to your goals and workflow\\u2026\"}\";}','off'),(325054,'dfwc_plugin_review','1','auto'),(326170,'hfe_usage_events_pending','a:0:{}','off'),(326208,'rt_wp_nginx_helper_options','a:19:{s:12:\"enable_purge\";i:1;s:12:\"cache_method\";s:12:\"enable_redis\";s:10:\"enable_map\";i:0;s:10:\"enable_log\";i:0;s:12:\"enable_stamp\";i:0;s:22:\"purge_homepage_on_edit\";i:1;s:21:\"purge_homepage_on_del\";i:1;s:21:\"purge_archive_on_edit\";i:1;s:20:\"purge_archive_on_del\";i:1;s:28:\"purge_archive_on_new_comment\";i:0;s:32:\"purge_archive_on_deleted_comment\";i:0;s:17:\"purge_page_on_mod\";i:1;s:25:\"purge_page_on_new_comment\";i:1;s:29:\"purge_page_on_deleted_comment\";i:1;s:12:\"purge_method\";s:11:\"get_request\";s:9:\"purge_url\";s:0:\"\";s:14:\"redis_hostname\";s:9:\"127.0.0.1\";s:10:\"redis_port\";s:4:\"6379\";s:12:\"redis_prefix\";s:26:\"eTDZRhAnPEbcHb0ZeI15apwbb:\";}','auto'),(326220,'_site_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1785229610','off'),(326221,'_site_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1785186410','off'),(326224,'_site_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1785229611','off'),(326225,'_site_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1785186411','off'),(326256,'elementor_one_welcome_screen_completed','1','auto'),(326321,'elementor_font_awesome_pro_kit_id','','auto'),(326468,'hfe_usage_events_pushed','a:2:{i:0;s:20:\"onboarding_completed\";i:1;s:14:\"plugin_updated\";}','on'),(355783,'_transient_timeout_wc_report_orders_stats_810b211f5686c4e4bab41b785db613ec','1779809458','off'),(355784,'_transient_wc_report_orders_stats_810b211f5686c4e4bab41b785db613ec','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355785,'_transient_timeout_wc_report_products_stats_4d4a643702af6110c9ae64c311cd1566','1779809458','off'),(355786,'_transient_wc_report_products_stats_4d4a643702af6110c9ae64c311cd1566','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355787,'_transient_timeout_wc_report_variations_stats_40f145caab7e368c3c75ab2969cc9337','1779809458','off'),(355788,'_transient_wc_report_variations_stats_40f145caab7e368c3c75ab2969cc9337','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355789,'_transient_timeout_wc_report_orders_stats_76f2ce610bb8c3abf89b6a44c7748bfc','1779809458','off'),(355790,'_transient_wc_report_orders_stats_76f2ce610bb8c3abf89b6a44c7748bfc','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:19:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-05-01\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-05-02\";s:10:\"date_start\";s:19:\"2026-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-05-03\";s:10:\"date_start\";s:19:\"2026-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-05-04\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-05-05\";s:10:\"date_start\";s:19:\"2026-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-05-06\";s:10:\"date_start\";s:19:\"2026-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-05-07\";s:10:\"date_start\";s:19:\"2026-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-05-08\";s:10:\"date_start\";s:19:\"2026-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-05-09\";s:10:\"date_start\";s:19:\"2026-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-05-10\";s:10:\"date_start\";s:19:\"2026-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-05-11\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-05-12\";s:10:\"date_start\";s:19:\"2026-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-05-13\";s:10:\"date_start\";s:19:\"2026-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-05-14\";s:10:\"date_start\";s:19:\"2026-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-05-15\";s:10:\"date_start\";s:19:\"2026-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-05-16\";s:10:\"date_start\";s:19:\"2026-05-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-05-17\";s:10:\"date_start\";s:19:\"2026-05-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-05-18\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-05-19\";s:10:\"date_start\";s:19:\"2026-05-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:19;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355791,'_transient_timeout_wc_report_products_stats_d303fdfb6e88dd43b519b40991ed1550','1779809458','off'),(355792,'_transient_wc_report_products_stats_d303fdfb6e88dd43b519b40991ed1550','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:19:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-05-01\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-05-02\";s:10:\"date_start\";s:19:\"2026-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-05-03\";s:10:\"date_start\";s:19:\"2026-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-05-04\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-05-05\";s:10:\"date_start\";s:19:\"2026-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-05-06\";s:10:\"date_start\";s:19:\"2026-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-05-07\";s:10:\"date_start\";s:19:\"2026-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-05-08\";s:10:\"date_start\";s:19:\"2026-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-05-09\";s:10:\"date_start\";s:19:\"2026-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-05-10\";s:10:\"date_start\";s:19:\"2026-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-05-11\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-05-12\";s:10:\"date_start\";s:19:\"2026-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-05-13\";s:10:\"date_start\";s:19:\"2026-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-05-14\";s:10:\"date_start\";s:19:\"2026-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-05-15\";s:10:\"date_start\";s:19:\"2026-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-05-16\";s:10:\"date_start\";s:19:\"2026-05-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-05-17\";s:10:\"date_start\";s:19:\"2026-05-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-05-18\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-05-19\";s:10:\"date_start\";s:19:\"2026-05-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:19;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355819,'_transient_timeout_wc_report_customers_9a5ab34a30e5ead213c72c84609922ee','1779816868','off'),(355820,'_transient_wc_report_customers_9a5ab34a30e5ead213c72c84609922ee','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:36;s:7:\"user_id\";i:32;s:8:\"username\";s:15:\"lca_licebusters\";s:4:\"name\";s:10:\"Libby Lutz\";s:10:\"first_name\";s:5:\"Libby\";s:9:\"last_name\";s:4:\"Lutz\";s:5:\"email\";s:24:\"help@licebusters-stl.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:14:\"Webster Groves\";s:5:\"state\";s:2:\"MO\";s:8:\"postcode\";s:5:\"63119\";s:15:\"date_registered\";s:19:\"2021-04-18 15:59:28\";s:16:\"date_last_active\";s:19:\"2026-05-18 18:22:54\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355821,'_transient_timeout_wc_report_customers_b61c670f4eda0228e245bd063800ddf0','1779816950','off'),(355822,'_transient_wc_report_customers_b61c670f4eda0228e245bd063800ddf0','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:122;s:7:\"user_id\";i:4;s:8:\"username\";s:7:\"lca_slc\";s:4:\"name\";s:13:\"Harley Ruelle\";s:10:\"first_name\";s:6:\"Harley\";s:9:\"last_name\";s:6:\"Ruelle\";s:5:\"email\";s:33:\"info@slc.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:6:\"Murray\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:15:\"date_registered\";s:19:\"2021-04-08 19:54:57\";s:16:\"date_last_active\";s:19:\"2026-05-11 19:42:24\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355823,'_transient_timeout_wc_report_customers_7213d8bbb29a021475d2d29fac90dfde','1779816967','off'),(355824,'_transient_wc_report_customers_7213d8bbb29a021475d2d29fac90dfde','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:36;s:7:\"user_id\";i:32;s:8:\"username\";s:15:\"lca_licebusters\";s:4:\"name\";s:10:\"Libby Lutz\";s:10:\"first_name\";s:5:\"Libby\";s:9:\"last_name\";s:4:\"Lutz\";s:5:\"email\";s:24:\"help@licebusters-stl.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:14:\"Webster Groves\";s:5:\"state\";s:2:\"MO\";s:8:\"postcode\";s:5:\"63119\";s:15:\"date_registered\";s:19:\"2021-04-18 15:59:28\";s:16:\"date_last_active\";s:19:\"2026-05-18 18:22:54\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355825,'_transient_timeout_wc_report_customers_c039236c5e034913bfd1833754944fbd','1779817015','off'),(355826,'_transient_wc_report_customers_c039236c5e034913bfd1833754944fbd','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:36;s:7:\"user_id\";i:32;s:8:\"username\";s:15:\"lca_licebusters\";s:4:\"name\";s:10:\"Libby Lutz\";s:10:\"first_name\";s:5:\"Libby\";s:9:\"last_name\";s:4:\"Lutz\";s:5:\"email\";s:24:\"help@licebusters-stl.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:14:\"Webster Groves\";s:5:\"state\";s:2:\"MO\";s:8:\"postcode\";s:5:\"63119\";s:15:\"date_registered\";s:19:\"2021-04-18 15:59:28\";s:16:\"date_last_active\";s:19:\"2026-05-18 18:22:54\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355828,'_transient_timeout_wc_report_customers_912317249455d2b62d0d77ccf79db900','1779817079','off'),(355829,'_transient_wc_report_customers_912317249455d2b62d0d77ccf79db900','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-19 12:38:16\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355838,'_transient_timeout_wc_report_customers_2f7c96f0414efd48796a5fae751a0fdc','1779818075','off'),(355839,'_transient_wc_report_customers_2f7c96f0414efd48796a5fae751a0fdc','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-19 12:38:16\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355937,'_transient_timeout_wc_report_customers_65402555c120a2d92c2f933361a5ea57','1779898182','off'),(355938,'_transient_wc_report_customers_65402555c120a2d92c2f933361a5ea57','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:36;s:7:\"user_id\";i:32;s:8:\"username\";s:15:\"lca_licebusters\";s:4:\"name\";s:10:\"Libby Lutz\";s:10:\"first_name\";s:5:\"Libby\";s:9:\"last_name\";s:4:\"Lutz\";s:5:\"email\";s:24:\"help@licebusters-stl.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:14:\"Webster Groves\";s:5:\"state\";s:2:\"MO\";s:8:\"postcode\";s:5:\"63119\";s:15:\"date_registered\";s:19:\"2021-04-18 15:59:28\";s:16:\"date_last_active\";s:19:\"2026-05-18 18:22:54\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355941,'_transient_timeout_wc_report_customers_a1999af4641ce1ed474a8feb993ba1e7','1779898183','off'),(355942,'_transient_wc_report_customers_a1999af4641ce1ed474a8feb993ba1e7','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:36;s:7:\"user_id\";i:32;s:8:\"username\";s:15:\"lca_licebusters\";s:4:\"name\";s:10:\"Libby Lutz\";s:10:\"first_name\";s:5:\"Libby\";s:9:\"last_name\";s:4:\"Lutz\";s:5:\"email\";s:24:\"help@licebusters-stl.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:14:\"Webster Groves\";s:5:\"state\";s:2:\"MO\";s:8:\"postcode\";s:5:\"63119\";s:15:\"date_registered\";s:19:\"2021-04-18 15:59:28\";s:16:\"date_last_active\";s:19:\"2026-05-18 18:22:54\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355943,'_transient_timeout_wc_report_customers_6808221847b266f5dddc0890d08443d2','1779898183','off'),(355944,'_transient_wc_report_customers_6808221847b266f5dddc0890d08443d2','a:2:{s:7:\"version\";s:10:\"1779198600\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:36;s:7:\"user_id\";i:32;s:8:\"username\";s:15:\"lca_licebusters\";s:4:\"name\";s:10:\"Libby Lutz\";s:10:\"first_name\";s:5:\"Libby\";s:9:\"last_name\";s:4:\"Lutz\";s:5:\"email\";s:24:\"help@licebusters-stl.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:14:\"Webster Groves\";s:5:\"state\";s:2:\"MO\";s:8:\"postcode\";s:5:\"63119\";s:15:\"date_registered\";s:19:\"2021-04-18 15:59:28\";s:16:\"date_last_active\";s:19:\"2026-05-18 18:22:54\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(355951,'_transient_timeout_wc_report_customers_f3e859ab760fe9fdfe111c85e4fb811b','1779898330','off'),(355952,'_transient_wc_report_customers_f3e859ab760fe9fdfe111c85e4fb811b','a:2:{s:7:\"version\";s:10:\"1779293529\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:36;s:7:\"user_id\";i:32;s:8:\"username\";s:15:\"lca_licebusters\";s:4:\"name\";s:10:\"Libby Lutz\";s:10:\"first_name\";s:5:\"Libby\";s:9:\"last_name\";s:4:\"Lutz\";s:5:\"email\";s:24:\"help@licebusters-stl.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:14:\"Webster Groves\";s:5:\"state\";s:2:\"MO\";s:8:\"postcode\";s:5:\"63119\";s:15:\"date_registered\";s:19:\"2021-04-18 15:59:28\";s:16:\"date_last_active\";s:19:\"2026-05-18 18:22:54\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(356345,'_transient_timeout_wc_report_customers_9e02c004d2c9aecd1f489763c6b0bfaf','1780058729','off'),(356346,'_transient_wc_report_customers_9e02c004d2c9aecd1f489763c6b0bfaf','a:2:{s:7:\"version\";s:10:\"1779293529\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-19 12:38:16\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(356367,'_transient_timeout_wc_report_customers_a35d7d314227ab2500104115b5443eba','1780064881','off'),(356368,'_transient_wc_report_customers_a35d7d314227ab2500104115b5443eba','a:2:{s:7:\"version\";s:10:\"1779293529\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-19 12:38:16\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357224,'_transient_timeout_elementor_remote_info_api_data_4.0.1','1779850412','off'),(357225,'_transient_elementor_remote_info_api_data_4.0.1','a:4:{s:9:\"timestamp\";s:10:\"1779806796\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(357228,'_transient_timeout_wc_report_customers_a399bbf0963e17a7c7c0dde017f1c301','1780412019','off'),(357229,'_transient_wc_report_customers_a399bbf0963e17a7c7c0dde017f1c301','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357233,'_site_transient_timeout_browser_90daa551604269dbcdcf237b5cc700f3','1780412120','off'),(357234,'_site_transient_browser_90daa551604269dbcdcf237b5cc700f3','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"148.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(357239,'_transient_timeout_wc_report_orders_stats_52f361577b0ede3771522069e8f3cc4c','1780412124','off'),(357240,'_transient_wc_report_orders_stats_52f361577b0ede3771522069e8f3cc4c','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357241,'_transient_timeout_wc_report_products_stats_3ccdec361fb8de0c2b1b5deb412de79a','1780412124','off'),(357242,'_transient_wc_report_products_stats_3ccdec361fb8de0c2b1b5deb412de79a','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357243,'_transient_timeout_wc_report_variations_stats_811f285dbee351eb6ffb8391245c51d2','1780412124','off'),(357244,'_transient_wc_report_variations_stats_811f285dbee351eb6ffb8391245c51d2','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357245,'_transient_timeout_wc_report_orders_stats_21be020380c0180ba0a87385d84cbb6e','1780412124','off'),(357246,'_transient_wc_report_orders_stats_21be020380c0180ba0a87385d84cbb6e','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:26:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-05-01\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-05-02\";s:10:\"date_start\";s:19:\"2026-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-05-03\";s:10:\"date_start\";s:19:\"2026-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-05-04\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-05-05\";s:10:\"date_start\";s:19:\"2026-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-05-06\";s:10:\"date_start\";s:19:\"2026-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-05-07\";s:10:\"date_start\";s:19:\"2026-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-05-08\";s:10:\"date_start\";s:19:\"2026-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-05-09\";s:10:\"date_start\";s:19:\"2026-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-05-10\";s:10:\"date_start\";s:19:\"2026-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-05-11\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-05-12\";s:10:\"date_start\";s:19:\"2026-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-05-13\";s:10:\"date_start\";s:19:\"2026-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-05-14\";s:10:\"date_start\";s:19:\"2026-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-05-15\";s:10:\"date_start\";s:19:\"2026-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-05-16\";s:10:\"date_start\";s:19:\"2026-05-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-05-17\";s:10:\"date_start\";s:19:\"2026-05-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-05-18\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-05-19\";s:10:\"date_start\";s:19:\"2026-05-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-05-20\";s:10:\"date_start\";s:19:\"2026-05-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-05-21\";s:10:\"date_start\";s:19:\"2026-05-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-05-22\";s:10:\"date_start\";s:19:\"2026-05-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2026-05-23\";s:10:\"date_start\";s:19:\"2026-05-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-23 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2026-05-24\";s:10:\"date_start\";s:19:\"2026-05-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-24 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2026-05-25\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2026-05-26\";s:10:\"date_start\";s:19:\"2026-05-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-26 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:26;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357247,'_transient_timeout_wc_report_products_stats_95870ede3de48cd61b9c1adc62b28b2e','1780412124','off'),(357248,'_transient_wc_report_products_stats_95870ede3de48cd61b9c1adc62b28b2e','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:26:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-05-01\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-05-02\";s:10:\"date_start\";s:19:\"2026-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-05-03\";s:10:\"date_start\";s:19:\"2026-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-05-04\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-05-05\";s:10:\"date_start\";s:19:\"2026-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-05-06\";s:10:\"date_start\";s:19:\"2026-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-05-07\";s:10:\"date_start\";s:19:\"2026-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-05-08\";s:10:\"date_start\";s:19:\"2026-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-05-09\";s:10:\"date_start\";s:19:\"2026-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-05-10\";s:10:\"date_start\";s:19:\"2026-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-05-11\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-05-12\";s:10:\"date_start\";s:19:\"2026-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-05-13\";s:10:\"date_start\";s:19:\"2026-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-05-14\";s:10:\"date_start\";s:19:\"2026-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-05-15\";s:10:\"date_start\";s:19:\"2026-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-05-16\";s:10:\"date_start\";s:19:\"2026-05-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-05-17\";s:10:\"date_start\";s:19:\"2026-05-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-05-18\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-05-19\";s:10:\"date_start\";s:19:\"2026-05-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-05-20\";s:10:\"date_start\";s:19:\"2026-05-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-05-21\";s:10:\"date_start\";s:19:\"2026-05-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-05-22\";s:10:\"date_start\";s:19:\"2026-05-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2026-05-23\";s:10:\"date_start\";s:19:\"2026-05-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-23 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2026-05-24\";s:10:\"date_start\";s:19:\"2026-05-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-24 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2026-05-25\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2026-05-26\";s:10:\"date_start\";s:19:\"2026-05-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-26 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:26;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357278,'_transient_timeout__woocommerce_upload_directory_status','1779895171','off'),(357279,'_transient__woocommerce_upload_directory_status','protected','off'),(357280,'woocommerce_shipment_tracking_version','2.7.2','auto'),(357287,'_transient_wc_attribute_taxonomies','a:0:{}','on'),(357288,'uael_usage_events_pending','a:0:{}','off'),(357293,'elementor_controls_usage','a:7:{s:7:\"wp-page\";a:10:{s:7:\"heading\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:7;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:11:\"title_color\";i:6;s:25:\"typography_text_transform\";i:1;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:2;}}s:8:\"advanced\";a:4:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:2;s:8:\"_padding\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:29:\"button_background_hover_color\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:2:{s:22:\"display_condition_list\";i:2;s:24:\"display_condition_enable\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:5;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:5;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:3;s:21:\"eael_svg_paths_custom\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:22:\"typography_font_weight\";i:5;s:20:\"typography_font_size\";i:2;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:3;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:14:\"flex_direction\";i:2;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;s:9:\"flex_wrap\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:21;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:20;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:9;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:9;s:21:\"eael_svg_paths_custom\";i:9;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:9;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:3;s:21:\"eael_svg_paths_custom\";i:3;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:8:\"advanced\";a:4:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:6;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:6;s:21:\"eael_svg_paths_custom\";i:6;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:6;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:2;}}}}s:20:\"woocommerce-products\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:2;s:15:\"query_posts_ids\";i:2;s:13:\"query_orderby\";i:2;s:11:\"query_order\";i:1;}s:15:\"section_content\";a:2:{s:14:\"columns_mobile\";i:1;s:8:\"paginate\";i:2;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:31:{s:11:\"title_color\";i:2;s:9:\"star_size\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:28:\"title_typography_font_weight\";i:2;s:11:\"price_color\";i:2;s:15:\"old_price_color\";i:2;s:7:\"row_gap\";i:2;s:5:\"align\";i:2;s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:28:\"price_typography_font_weight\";i:1;s:31:\"old_price_typography_typography\";i:2;s:32:\"old_price_typography_font_family\";i:2;s:32:\"old_price_typography_font_weight\";i:2;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;s:19:\"button_text_padding\";i:2;s:27:\"automatically_align_buttons\";i:2;s:31:\"view_cart_typography_typography\";i:1;s:32:\"view_cart_typography_font_family\";i:1;s:32:\"view_cart_typography_font_weight\";i:1;s:23:\"button_background_color\";i:2;s:17:\"button_text_color\";i:2;s:15:\"view_cart_color\";i:2;s:13:\"title_spacing\";i:1;s:19:\"button_border_color\";i:1;s:18:\"button_hover_color\";i:1;s:29:\"button_hover_background_color\";i:1;s:25:\"button_hover_border_color\";i:1;}s:16:\"sale_flash_style\";a:3:{s:17:\"show_onsale_flash\";i:2;s:17:\"onsale_text_color\";i:1;s:28:\"onsale_text_background_color\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}s:5:\"login\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:21:\"section_login_content\";a:4:{s:20:\"redirect_after_login\";i:1;s:12:\"redirect_url\";i:1;s:21:\"redirect_after_logout\";i:1;s:19:\"redirect_logout_url\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}}s:6:\"header\";a:4:{s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:14:\"flex_direction\";i:2;s:10:\"min_height\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;s:20:\"flex_justify_content\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"section_layout\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;}s:15:\"section_effects\";a:1:{s:6:\"sticky\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:8:{s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:14:\"animation_text\";i:1;s:8:\"dropdown\";i:1;s:10:\"full_width\";i:1;s:10:\"text_align\";i:1;s:12:\"toggle_align\";i:1;s:12:\"submenu_icon\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:12:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;s:13:\"pointer_width\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:18:\"menu_space_between\";i:1;}s:22:\"section_style_dropdown\";a:8:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;s:26:\"color_dropdown_item_active\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_color\";i:1;s:22:\"dropdown_divider_width\";i:1;}s:12:\"style_toggle\";a:4:{s:12:\"toggle_color\";i:1;s:23:\"toggle_background_color\";i:1;s:18:\"toggle_color_hover\";i:1;s:11:\"toggle_size\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:1:{s:10:\"_flex_size\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}}s:7:\"section\";a:3:{s:20:\"woocommerce-products\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:1;s:15:\"query_posts_ids\";i:1;s:13:\"query_orderby\";i:1;s:11:\"query_order\";i:1;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:15:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;s:9:\"star_size\";i:1;s:11:\"price_color\";i:1;s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:28:\"price_typography_font_weight\";i:1;s:15:\"old_price_color\";i:1;s:23:\"button_background_color\";i:1;s:19:\"button_border_color\";i:1;s:18:\"button_hover_color\";i:1;s:29:\"button_hover_background_color\";i:1;s:25:\"button_hover_border_color\";i:1;}s:16:\"sale_flash_style\";a:1:{s:17:\"show_onsale_flash\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}}s:9:\"container\";a:3:{s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:11:\"title_color\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}}}}s:5:\"popup\";a:5:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"toggle\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:3:{s:4:\"tabs\";i:1;s:13:\"selected_icon\";i:1;s:10:\"faq_schema\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_toggle_style_title\";a:5:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:28:\"section_toggle_style_content\";a:5:{s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}}}}}s:6:\"footer\";a:3:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:3;s:14:\"flex_direction\";i:1;s:14:\"container_type\";i:1;s:14:\"grid_rows_grid\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:4;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:4;s:21:\"eael_svg_paths_custom\";i:4;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:2;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}}}}}s:7:\"product\";a:10:{s:26:\"woocommerce-product-images\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:29:\"section_product_gallery_style\";a:4:{s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:10:\"sale_flash\";i:1;s:7:\"spacing\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:22:\"woocommerce-breadcrumb\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:7:{s:10:\"text_color\";i:1;s:10:\"link_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}}}s:25:\"woocommerce-product-title\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:25:\"typography_text_transform\";i:2;s:11:\"title_color\";i:2;}}}}s:37:\"woocommerce-product-short-description\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:33:\"section_product_description_style\";a:6:{s:10:\"text_align\";i:1;s:26:\"text_typography_typography\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_font_family\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:25:\"woocommerce-product-price\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:19:\"section_price_style\";a:15:{s:10:\"text_align\";i:1;s:11:\"price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:18:\"sale_price_spacing\";i:1;s:11:\"price_block\";i:1;s:16:\"sale_price_color\";i:1;s:32:\"sale_price_typography_typography\";i:1;s:31:\"sale_price_typography_font_size\";i:1;s:33:\"sale_price_typography_font_weight\";i:1;s:33:\"sale_price_typography_font_family\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:31:\"woocommerce-product-add-to-cart\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:24:\"section_atc_button_style\";a:12:{s:20:\"button_border_radius\";i:1;s:14:\"button_padding\";i:1;s:20:\"button_border_border\";i:1;s:19:\"button_border_width\";i:1;s:17:\"button_text_color\";i:1;s:15:\"button_bg_color\";i:1;s:19:\"button_border_color\";i:1;s:23:\"button_text_color_hover\";i:1;s:21:\"button_bg_color_hover\";i:1;s:25:\"button_border_color_hover\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;}s:26:\"section_atc_quantity_style\";a:5:{s:22:\"quantity_border_radius\";i:1;s:19:\"quantity_text_color\";i:1;s:17:\"quantity_bg_color\";i:1;s:21:\"quantity_border_color\";i:1;s:25:\"quantity_text_color_focus\";i:1;}}}}s:27:\"woocommerce-product-related\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:32:\"section_related_products_content\";a:4:{s:14:\"posts_per_page\";i:2;s:7:\"columns\";i:2;s:7:\"orderby\";i:2;s:5:\"order\";i:1;}}s:5:\"style\";a:4:{s:22:\"section_products_style\";a:32:{s:5:\"align\";i:2;s:18:\"image_border_width\";i:2;s:18:\"image_border_color\";i:2;s:11:\"title_color\";i:2;s:11:\"price_color\";i:2;s:15:\"old_price_color\";i:2;s:20:\"button_border_border\";i:2;s:19:\"button_border_width\";i:2;s:20:\"button_border_radius\";i:2;s:14:\"button_spacing\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:27:\"price_typography_typography\";i:2;s:28:\"price_typography_font_family\";i:2;s:23:\"button_background_color\";i:2;s:19:\"button_border_color\";i:2;s:28:\"button_typography_typography\";i:2;s:29:\"button_typography_font_family\";i:2;s:9:\"star_size\";i:2;s:17:\"button_text_color\";i:2;s:27:\"button_typography_font_size\";i:2;s:29:\"button_typography_line_height\";i:2;s:32:\"button_typography_letter_spacing\";i:2;s:31:\"view_cart_typography_typography\";i:2;s:32:\"view_cart_typography_font_family\";i:2;s:32:\"view_cart_typography_font_weight\";i:2;s:26:\"title_typography_font_size\";i:1;s:31:\"old_price_typography_typography\";i:1;s:32:\"old_price_typography_font_family\";i:1;s:30:\"old_price_typography_font_size\";i:1;s:32:\"old_price_typography_font_weight\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:21:\"section_heading_style\";a:7:{s:13:\"heading_color\";i:2;s:29:\"heading_typography_typography\";i:2;s:30:\"heading_typography_font_family\";i:2;s:28:\"heading_typography_font_size\";i:2;s:30:\"heading_typography_font_weight\";i:2;s:33:\"heading_typography_text_transform\";i:2;s:18:\"heading_text_align\";i:2;}s:18:\"section_design_box\";a:1:{s:17:\"box_border_radius\";i:2;}s:16:\"sale_flash_style\";a:1:{s:17:\"show_onsale_flash\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:24:\"woocommerce-product-meta\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:26:\"section_product_meta_style\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:10:\"text_color\";i:1;s:10:\"link_color\";i:1;s:25:\"text_typography_font_size\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:1;s:13:\"custom_height\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}}}','off'),(357299,'uael_display_conditions_ever_used','1','auto'),(357302,'pand-60ce775f49a50e7dc1c87e59a5b9eb5e','1783696793','off'),(357304,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1785318562;s:7:\"checked\";a:2:{s:15:\"hello-elementor\";s:5:\"3.4.9\";s:16:\"twentytwentyfive\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.9.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}','off'),(357309,'can_compress_scripts','0','on'),(357521,'_transient_timeout_wc_report_orders_stats_8e38cf9adcafc8dcc6654695b623017f','1780490839','off'),(357522,'_transient_wc_report_orders_stats_8e38cf9adcafc8dcc6654695b623017f','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357523,'_transient_timeout_wc_report_products_stats_1ef86734099eddf16ccea1b670b0154c','1780490839','off'),(357524,'_transient_wc_report_products_stats_1ef86734099eddf16ccea1b670b0154c','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357525,'_transient_timeout_wc_report_variations_stats_e142e434743a9da0627bfe97e8a9fd5f','1780490839','off'),(357526,'_transient_wc_report_variations_stats_e142e434743a9da0627bfe97e8a9fd5f','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357527,'_transient_timeout_wc_report_orders_stats_a680f359ea7c75119da764d2d65a6e54','1780490839','off'),(357528,'_transient_wc_report_orders_stats_a680f359ea7c75119da764d2d65a6e54','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:27:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-05-01\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-05-02\";s:10:\"date_start\";s:19:\"2026-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-05-03\";s:10:\"date_start\";s:19:\"2026-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-05-04\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-05-05\";s:10:\"date_start\";s:19:\"2026-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-05-06\";s:10:\"date_start\";s:19:\"2026-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-05-07\";s:10:\"date_start\";s:19:\"2026-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-05-08\";s:10:\"date_start\";s:19:\"2026-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-05-09\";s:10:\"date_start\";s:19:\"2026-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-05-10\";s:10:\"date_start\";s:19:\"2026-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-05-11\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-05-12\";s:10:\"date_start\";s:19:\"2026-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-05-13\";s:10:\"date_start\";s:19:\"2026-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-05-14\";s:10:\"date_start\";s:19:\"2026-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-05-15\";s:10:\"date_start\";s:19:\"2026-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-05-16\";s:10:\"date_start\";s:19:\"2026-05-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-05-17\";s:10:\"date_start\";s:19:\"2026-05-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-05-18\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-05-19\";s:10:\"date_start\";s:19:\"2026-05-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-05-20\";s:10:\"date_start\";s:19:\"2026-05-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-05-21\";s:10:\"date_start\";s:19:\"2026-05-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-05-22\";s:10:\"date_start\";s:19:\"2026-05-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2026-05-23\";s:10:\"date_start\";s:19:\"2026-05-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-23 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2026-05-24\";s:10:\"date_start\";s:19:\"2026-05-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-24 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2026-05-25\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2026-05-26\";s:10:\"date_start\";s:19:\"2026-05-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-26 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:26;a:6:{s:8:\"interval\";s:10:\"2026-05-27\";s:10:\"date_start\";s:19:\"2026-05-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:27;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357529,'_transient_timeout_wc_report_products_stats_6f8b71c757eff528588ed7d176725302','1780490839','off'),(357530,'_transient_wc_report_products_stats_6f8b71c757eff528588ed7d176725302','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:27:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-05-01\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-05-02\";s:10:\"date_start\";s:19:\"2026-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-05-03\";s:10:\"date_start\";s:19:\"2026-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-05-04\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-05-05\";s:10:\"date_start\";s:19:\"2026-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-05-06\";s:10:\"date_start\";s:19:\"2026-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-05-07\";s:10:\"date_start\";s:19:\"2026-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-05-08\";s:10:\"date_start\";s:19:\"2026-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-05-09\";s:10:\"date_start\";s:19:\"2026-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-05-10\";s:10:\"date_start\";s:19:\"2026-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-05-11\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-05-12\";s:10:\"date_start\";s:19:\"2026-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-05-13\";s:10:\"date_start\";s:19:\"2026-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-05-14\";s:10:\"date_start\";s:19:\"2026-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-05-15\";s:10:\"date_start\";s:19:\"2026-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-05-16\";s:10:\"date_start\";s:19:\"2026-05-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-05-17\";s:10:\"date_start\";s:19:\"2026-05-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-05-18\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-05-19\";s:10:\"date_start\";s:19:\"2026-05-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-05-20\";s:10:\"date_start\";s:19:\"2026-05-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-05-21\";s:10:\"date_start\";s:19:\"2026-05-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-05-22\";s:10:\"date_start\";s:19:\"2026-05-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2026-05-23\";s:10:\"date_start\";s:19:\"2026-05-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-23 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2026-05-24\";s:10:\"date_start\";s:19:\"2026-05-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-24 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2026-05-25\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2026-05-26\";s:10:\"date_start\";s:19:\"2026-05-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-26 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:26;a:6:{s:8:\"interval\";s:10:\"2026-05-27\";s:10:\"date_start\";s:19:\"2026-05-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:27;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357557,'_site_transient_timeout_available_translations','1779897329','off'),(357558,'_site_transient_available_translations','a:132:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.11/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-23 16:46:45\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-03-29 23:05:25\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.8/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.28/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-03-02 09:00:09\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-04-22 11:27:25\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-23 07:27:09\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 16:08:59\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-18 16:40:23\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 05:57:03\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-12 07:54:46\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-26 21:30:31\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-26 21:31:05\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/7.0/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-18 08:38:18\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-18 08:40:44\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/7.0/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.9/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 20:49:00\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-04-29 11:10:22\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-19 18:30:50\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-04-29 11:36:09\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-25 07:19:39\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-14 16:37:59\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-26 10:10:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-04-26 04:18:53\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-21 11:34:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-22 00:13:06\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-25 20:57:53\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.8/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.13\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.13/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.19\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.19/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.23/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-19 17:30:48\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 21:46:26\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.7/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-11-05 21:53:17\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-27 09:24:41\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-27 05:06:06\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-23 09:29:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-10-03 04:54:28\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.8\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.8/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2025-12-20 19:08:53\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2025-10-21 16:35:04\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.9/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-21 09:26:10\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 13:00:34\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.8/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-21 13:17:53\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.9/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-21 16:24:49\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-23 17:39:24\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-27 07:05:18\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-21 15:32:47\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-23 09:15:22\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.9/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.23/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-04-09 12:29:53\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-22 02:37:50\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-23 16:14:53\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/7.0/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-03-25 22:55:12\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/7.0/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-17 16:25:11\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-09-27 20:51:17\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-20 20:55:46\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.11/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-24 08:36:48\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.8\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.8/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 17:07:02\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.18\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.18/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-18 15:10:14\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 00:46:05\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 12:46:16\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-22 09:51:16\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 13:20:10\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/7.0/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 04:31:33\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-17 13:12:12\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-21 00:57:27\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.8\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.8/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-18 23:12:48\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/7.0/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-25 11:01:47\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-19 13:09:16\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.19\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.19/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-25 08:52:18\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.9-RC/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-10-29 11:19:02\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-25 07:37:12\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2025-12-03 15:37:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.4/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 23:48:55\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.9.4\";s:7:\"updated\";s:19:\"2026-02-21 11:17:30\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.4/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.13\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.13/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-24 15:16:13\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-20 13:47:19\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-13 14:22:09\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-23 11:20:32\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.19\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.19/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-24 01:30:31\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/7.0/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:3:\"yor\";a:8:{s:8:\"language\";s:3:\"yor\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-04-18 05:57:08\";s:12:\"english_name\";s:6:\"Yoruba\";s:11:\"native_name\";s:8:\"Yorùbá\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/7.0/yor.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"yo\";i:2;s:3:\"yor\";i:3;s:3:\"yor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"Tẹ̀síwájú si\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-04-27 20:54:39\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"7.0\";s:7:\"updated\";s:19:\"2026-05-21 05:54:13\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/7.0/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.9\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.9/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','off'),(357612,'uael_usage_events_pushed','a:2:{i:0;s:14:\"plugin_updated\";i:1;s:23:\"display_conditions_used\";}','on'),(357844,'_transient_timeout_wc_report_customers_cf1fec5e2ce14f3ae72c2d3c7a64a18e','1780588569','off'),(357845,'_transient_wc_report_customers_cf1fec5e2ce14f3ae72c2d3c7a64a18e','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357848,'_transient_timeout_wc_report_customers_ea2569685da61fb20341e9a8d5ec203b','1780588570','off'),(357849,'_transient_wc_report_customers_ea2569685da61fb20341e9a8d5ec203b','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357852,'_transient_timeout_wc_report_customers_231025a75ad6d41b065b21f37f5c308d','1780588571','off'),(357853,'_transient_wc_report_customers_231025a75ad6d41b065b21f37f5c308d','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(357874,'_transient_timeout_wc_report_customers_1de33c43c593029e83213403184d32f5','1780593973','off'),(357875,'_transient_wc_report_customers_1de33c43c593029e83213403184d32f5','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358082,'_transient_timeout_wc_report_orders_stats_d266b6e9a702a728c686e0e2631a72e6','1780672111','off'),(358083,'_transient_wc_report_orders_stats_d266b6e9a702a728c686e0e2631a72e6','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358084,'_transient_timeout_wc_report_products_stats_64918a50c9fb5fe626937b69394e9b37','1780672111','off'),(358085,'_transient_wc_report_products_stats_64918a50c9fb5fe626937b69394e9b37','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358086,'_transient_timeout_wc_report_variations_stats_f0444d263d8a78fbe5ec3fd65cb0b92c','1780672111','off'),(358087,'_transient_wc_report_variations_stats_f0444d263d8a78fbe5ec3fd65cb0b92c','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358088,'_transient_timeout_wc_report_orders_stats_870e3d5eecf74d72862bcad6531ab300','1780672111','off'),(358089,'_transient_wc_report_orders_stats_870e3d5eecf74d72862bcad6531ab300','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:29:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-05-01\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-05-02\";s:10:\"date_start\";s:19:\"2026-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-05-03\";s:10:\"date_start\";s:19:\"2026-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-05-04\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-05-05\";s:10:\"date_start\";s:19:\"2026-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-05-06\";s:10:\"date_start\";s:19:\"2026-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-05-07\";s:10:\"date_start\";s:19:\"2026-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-05-08\";s:10:\"date_start\";s:19:\"2026-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-05-09\";s:10:\"date_start\";s:19:\"2026-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-05-10\";s:10:\"date_start\";s:19:\"2026-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-05-11\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-05-12\";s:10:\"date_start\";s:19:\"2026-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-05-13\";s:10:\"date_start\";s:19:\"2026-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-05-14\";s:10:\"date_start\";s:19:\"2026-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-05-15\";s:10:\"date_start\";s:19:\"2026-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-05-16\";s:10:\"date_start\";s:19:\"2026-05-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-05-17\";s:10:\"date_start\";s:19:\"2026-05-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-05-18\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-05-19\";s:10:\"date_start\";s:19:\"2026-05-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-05-20\";s:10:\"date_start\";s:19:\"2026-05-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-05-21\";s:10:\"date_start\";s:19:\"2026-05-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-05-22\";s:10:\"date_start\";s:19:\"2026-05-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2026-05-23\";s:10:\"date_start\";s:19:\"2026-05-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-23 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2026-05-24\";s:10:\"date_start\";s:19:\"2026-05-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-24 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2026-05-25\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2026-05-26\";s:10:\"date_start\";s:19:\"2026-05-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-26 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:26;a:6:{s:8:\"interval\";s:10:\"2026-05-27\";s:10:\"date_start\";s:19:\"2026-05-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:27;a:6:{s:8:\"interval\";s:10:\"2026-05-28\";s:10:\"date_start\";s:19:\"2026-05-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-28 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-28 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:28;a:6:{s:8:\"interval\";s:10:\"2026-05-29\";s:10:\"date_start\";s:19:\"2026-05-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-29 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:29;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358090,'_transient_timeout_wc_report_products_stats_3fdb2e9cfc6c407277f4107301fc5ea5','1780672111','off'),(358091,'_transient_wc_report_products_stats_3fdb2e9cfc6c407277f4107301fc5ea5','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:29:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-05-01\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-05-02\";s:10:\"date_start\";s:19:\"2026-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-05-03\";s:10:\"date_start\";s:19:\"2026-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-05-04\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-05-05\";s:10:\"date_start\";s:19:\"2026-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-05-06\";s:10:\"date_start\";s:19:\"2026-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-05-07\";s:10:\"date_start\";s:19:\"2026-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-05-08\";s:10:\"date_start\";s:19:\"2026-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-05-09\";s:10:\"date_start\";s:19:\"2026-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-05-10\";s:10:\"date_start\";s:19:\"2026-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-05-11\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-05-12\";s:10:\"date_start\";s:19:\"2026-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-05-13\";s:10:\"date_start\";s:19:\"2026-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-05-14\";s:10:\"date_start\";s:19:\"2026-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-05-15\";s:10:\"date_start\";s:19:\"2026-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-05-16\";s:10:\"date_start\";s:19:\"2026-05-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-05-17\";s:10:\"date_start\";s:19:\"2026-05-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-05-18\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-05-19\";s:10:\"date_start\";s:19:\"2026-05-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-05-20\";s:10:\"date_start\";s:19:\"2026-05-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-05-21\";s:10:\"date_start\";s:19:\"2026-05-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-05-22\";s:10:\"date_start\";s:19:\"2026-05-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2026-05-23\";s:10:\"date_start\";s:19:\"2026-05-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-23 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2026-05-24\";s:10:\"date_start\";s:19:\"2026-05-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-24 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2026-05-25\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2026-05-26\";s:10:\"date_start\";s:19:\"2026-05-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-26 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:26;a:6:{s:8:\"interval\";s:10:\"2026-05-27\";s:10:\"date_start\";s:19:\"2026-05-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:27;a:6:{s:8:\"interval\";s:10:\"2026-05-28\";s:10:\"date_start\";s:19:\"2026-05-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-28 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-28 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:28;a:6:{s:8:\"interval\";s:10:\"2026-05-29\";s:10:\"date_start\";s:19:\"2026-05-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-29 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:29;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358092,'_site_transient_timeout_community-events-03003ebae6eef3188de8b5eddac25454','1780110511','off'),(358093,'_site_transient_community-events-03003ebae6eef3188de8b5eddac25454','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"169.224.194.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:68:\"Help Desk - Bring Your Laptop, Yourself, and Your WordPress Problems\";s:3:\"url\";s:67:\"https://www.meetup.com/wordpress-montclair-meetup/events/311737700/\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2026-05-28 18:30:00\";s:8:\"end_date\";s:19:\"2026-05-28 20:00:00\";s:20:\"start_unix_timestamp\";i:1780007400;s:18:\"end_unix_timestamp\";i:1780012800;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Montclair, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.811573000000003;s:9:\"longitude\";d:-74.218636000000004;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"WordPress Hangout & Networking\";s:3:\"url\";s:67:\"https://www.meetup.com/wordpress-montclair-meetup/events/311737837/\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2026-06-08 18:30:00\";s:8:\"end_date\";s:19:\"2026-06-08 21:30:00\";s:20:\"start_unix_timestamp\";i:1780957800;s:18:\"end_unix_timestamp\";i:1780968600;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Montclair, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.816208000000003;s:9:\"longitude\";d:-74.218506000000005;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"MCP Sandbox: WordPress Meets Agentic AI\";s:3:\"url\";s:53:\"https://www.meetup.com/wordpressnyc/events/314917562/\";s:6:\"meetup\";s:26:\"WordPress NYC Meetup Group\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPressNYC/\";s:4:\"date\";s:19:\"2026-06-11 19:00:00\";s:8:\"end_date\";s:19:\"2026-06-11 20:00:00\";s:20:\"start_unix_timestamp\";i:1781218800;s:18:\"end_unix_timestamp\";i:1781222400;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Manhattan, NY, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.751773999999997;s:9:\"longitude\";d:-73.994575999999995;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:16:\"TBD Presentation\";s:3:\"url\";s:67:\"https://www.meetup.com/wordpress-montclair-meetup/events/311737717/\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2026-06-23 18:30:00\";s:8:\"end_date\";s:19:\"2026-06-23 20:00:00\";s:20:\"start_unix_timestamp\";i:1782253800;s:18:\"end_unix_timestamp\";i:1782259200;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Montclair, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.811573000000003;s:9:\"longitude\";d:-74.218636000000004;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"WordPress Hangout & Networking\";s:3:\"url\";s:67:\"https://www.meetup.com/wordpress-montclair-meetup/events/311737859/\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2026-07-08 18:30:00\";s:8:\"end_date\";s:19:\"2026-07-08 21:30:00\";s:20:\"start_unix_timestamp\";i:1783549800;s:18:\"end_unix_timestamp\";i:1783560600;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Montclair, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.816208000000003;s:9:\"longitude\";d:-74.218506000000005;}}}}','off'),(358102,'_transient_timeout_wc_report_customers_bb5e45aa64ecce3296daff8d30a9f672','1780672192','off'),(358103,'_transient_wc_report_customers_bb5e45aa64ecce3296daff8d30a9f672','a:2:{s:7:\"version\";s:10:\"1779806978\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358104,'_transient_timeout_woocommerce_admin_marketing_recommendations_specs','1780672331','off'),(358105,'_transient_woocommerce_admin_marketing_recommendations_specs','a:1:{s:5:\"en_US\";a:22:{s:23:\"google-listings-and-ads\";O:8:\"stdClass\":10:{s:5:\"title\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:111:\"Reach millions of active shoppers across Google by creating ads for your products straight from your dashboard.\";s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/google.svg\";s:7:\"product\";s:23:\"google-listings-and-ads\";s:6:\"plugin\";s:51:\"google-listings-and-ads/google-listings-and-ads.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:14:\"sales-channels\";s:4:\"name\";s:14:\"Sales channels\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"built-by-woocommerce\";s:4:\"name\";s:20:\"Built by WooCommerce\";}}}s:22:\"reddit-for-woocommerce\";O:8:\"stdClass\":10:{s:5:\"title\";s:22:\"Reddit for WooCommerce\";s:11:\"description\";s:69:\"Seamlessly sync your products to find new customers using Reddit Ads.\";s:3:\"url\";s:105:\"https://woocommerce.com/products/reddit/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/reddit.svg\";s:7:\"product\";s:22:\"reddit-for-woocommerce\";s:6:\"plugin\";s:49:\"reddit-for-woocommerce/reddit-for-woocommerce.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:14:\"sales-channels\";s:4:\"name\";s:14:\"Sales channels\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"built-by-woocommerce\";s:4:\"name\";s:20:\"Built by WooCommerce\";}}}s:19:\"tiktok-for-business\";O:8:\"stdClass\":10:{s:5:\"title\";s:22:\"TikTok for WooCommerce\";s:11:\"description\";s:92:\"Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\";s:3:\"url\";s:121:\"https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/tiktok.jpg\";s:7:\"product\";s:19:\"tiktok-for-business\";s:6:\"plugin\";s:46:\"tiktok-for-business/tiktok-for-woocommerce.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:14:\"sales-channels\";s:4:\"name\";s:14:\"Sales channels\";}}s:4:\"tags\";a:0:{}}s:24:\"snapchat-for-woocommerce\";O:8:\"stdClass\":10:{s:5:\"title\";s:24:\"Snapchat for WooCommerce\";s:11:\"description\";s:83:\"Find new customers by reaching an untapped audience using Snapchat for WooCommerce.\";s:3:\"url\";s:107:\"https://woocommerce.com/products/snapchat/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:98:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/snapchat.svg\";s:7:\"product\";s:24:\"snapchat-for-woocommerce\";s:6:\"plugin\";s:53:\"snapchat-for-woocommerce/snapchat-for-woocommerce.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:14:\"sales-channels\";s:4:\"name\";s:14:\"Sales channels\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"built-by-woocommerce\";s:4:\"name\";s:20:\"Built by WooCommerce\";}}}s:25:\"pinterest-for-woocommerce\";O:8:\"stdClass\":10:{s:5:\"title\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:165:\"Grow your business on Pinterest! Use this official plugin to allow shoppers to Pin products while browsing your store, track conversions, and advertise on Pinterest.\";s:3:\"url\";s:124:\"https://woocommerce.com/products/pinterest-for-woocommerce/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/pinterest.svg\";s:7:\"product\";s:25:\"pinterest-for-woocommerce\";s:6:\"plugin\";s:55:\"pinterest-for-woocommerce/pinterest-for-woocommerce.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:14:\"sales-channels\";s:4:\"name\";s:14:\"Sales channels\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"built-by-woocommerce\";s:4:\"name\";s:20:\"Built by WooCommerce\";}}}s:9:\"blaze-ads\";O:8:\"stdClass\":10:{s:5:\"title\";s:9:\"Blaze Ads\";s:11:\"description\";s:133:\"The quickest way to grow your business by advertising to over 100 million users across Tumblr and WordPress, starting at just $5/day.\";s:3:\"url\";s:108:\"https://woocommerce.com/products/blaze-ads/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/blaze.svg\";s:7:\"product\";s:9:\"blaze-ads\";s:6:\"plugin\";s:23:\"blaze-ads/blaze-ads.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:14:\"sales-channels\";s:4:\"name\";s:14:\"Sales channels\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"built-by-woocommerce\";s:4:\"name\";s:20:\"Built by WooCommerce\";}}}s:8:\"mailpoet\";O:8:\"stdClass\":10:{s:5:\"title\";s:8:\"MailPoet\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:3:\"url\";s:107:\"https://woocommerce.com/products/mailpoet/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:98:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/mailpoet.svg\";s:7:\"product\";s:8:\"mailpoet\";s:6:\"plugin\";s:21:\"mailpoet/mailpoet.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"built-by-woocommerce\";s:4:\"name\";s:20:\"Built by WooCommerce\";}}}s:7:\"klaviyo\";O:8:\"stdClass\":10:{s:5:\"title\";s:23:\"Klaviyo for WooCommerce\";s:11:\"description\";s:138:\"Grow and retain customers with intelligent, impactful email and SMS marketing automation and a consolidated view of customer interactions.\";s:3:\"url\";s:122:\"https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/klaviyo.png\";s:7:\"product\";s:7:\"klaviyo\";s:6:\"plugin\";s:19:\"klaviyo/klaviyo.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";}}s:4:\"tags\";a:0:{}}s:25:\"mailchimp-for-woocommerce\";O:8:\"stdClass\":10:{s:5:\"title\";s:25:\"Mailchimp for WooCommerce\";s:11:\"description\";s:73:\"Send targeted campaigns, recover abandoned carts and more with Mailchimp.\";s:3:\"url\";s:124:\"https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/mailchimp.svg\";s:7:\"product\";s:25:\"mailchimp-for-woocommerce\";s:6:\"plugin\";s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";}}s:4:\"tags\";a:0:{}}s:11:\"automatewoo\";O:8:\"stdClass\":10:{s:5:\"title\";s:20:\"Personalized Coupons\";s:11:\"description\";s:86:\"Generate dynamic personalized coupons for your customers that increase purchase rates.\";s:3:\"url\";s:110:\"https://woocommerce.com/products/automatewoo/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:0;s:4:\"icon\";s:122:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/automatewoo-personalized-coupons.svg\";s:7:\"product\";s:11:\"automatewoo\";s:6:\"plugin\";s:27:\"automatewoo/automatewoo.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}s:13:\"subcategories\";a:0:{}s:4:\"tags\";a:0:{}}s:21:\"automatewoo-referrals\";O:8:\"stdClass\":10:{s:5:\"title\";s:26:\"AutomateWoo Refer a Friend\";s:11:\"description\";s:89:\"Boost your organic sales by adding a customer referral program to your WooCommerce store.\";s:3:\"url\";s:125:\"https://woocommerce.com/products/automatewoo-refer-a-friend/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:0;s:4:\"icon\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/automatewoo.svg\";s:7:\"product\";s:21:\"automatewoo-referrals\";s:6:\"plugin\";s:47:\"automatewoo-referrals/automatewoo-referrals.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:11:\"automations\";s:4:\"name\";s:11:\"Automations\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"built-by-woocommerce\";s:4:\"name\";s:20:\"Built by WooCommerce\";}}}s:21:\"automatewoo-birthdays\";O:8:\"stdClass\":10:{s:5:\"title\";s:21:\"AutomateWoo Birthdays\";s:11:\"description\";s:119:\"Delight customers and boost organic sales with a special WooCommerce birthday email (and coupon!) on their special day.\";s:3:\"url\";s:120:\"https://woocommerce.com/products/automatewoo-birthdays/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:0;s:4:\"icon\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/automatewoo.svg\";s:7:\"product\";s:21:\"automatewoo-birthdays\";s:6:\"plugin\";s:47:\"automatewoo-birthdays/automatewoo-birthdays.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:11:\"automations\";s:4:\"name\";s:11:\"Automations\";}}s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"built-by-woocommerce\";s:4:\"name\";s:20:\"Built by WooCommerce\";}}}s:18:\"trustpilot-reviews\";O:8:\"stdClass\":10:{s:5:\"title\";s:18:\"Trustpilot Reviews\";s:11:\"description\";s:59:\"Collect and showcase verified reviews that consumers trust.\";s:3:\"url\";s:117:\"https://woocommerce.com/products/trustpilot-reviews/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/trustpilot.png\";s:7:\"product\";s:18:\"trustpilot-reviews\";s:6:\"plugin\";s:36:\"trustpilot-reviews/wc_trustpilot.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"conversion\";s:4:\"name\";s:10:\"Conversion\";}}s:4:\"tags\";a:0:{}}s:5:\"vimeo\";O:8:\"stdClass\":10:{s:5:\"title\";s:21:\"Vimeo for WooCommerce\";s:11:\"description\";s:111:\"Turn your product images into stunning videos that engage and convert audiences - no video experience required.\";s:3:\"url\";s:104:\"https://woocommerce.com/products/vimeo/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/vimeo.png\";s:7:\"product\";s:5:\"vimeo\";s:6:\"plugin\";s:14:\"vimeo/Core.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"conversion\";s:4:\"name\";s:10:\"Conversion\";}}s:4:\"tags\";a:0:{}}s:11:\"zero-bs-crm\";O:8:\"stdClass\":10:{s:5:\"title\";s:27:\"Jetpack CRM for WooCommerce\";s:11:\"description\";s:190:\"Harness data from WooCommerce to grow your business. Manage leads, customers, and segments, through automation, quotes, invoicing, billing, and email marketing. Power up your store with CRM.\";s:3:\"url\";s:110:\"https://woocommerce.com/products/jetpack-crm/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:1;s:4:\"icon\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/jetpack-crm.svg\";s:7:\"product\";s:11:\"zero-bs-crm\";s:6:\"plugin\";s:25:\"zero-bs-crm/ZeroBSCRM.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:3:\"crm\";s:4:\"name\";s:3:\"CRM\";}}s:4:\"tags\";a:0:{}}s:18:\"woocommerce-zapier\";O:8:\"stdClass\":10:{s:5:\"title\";s:18:\"WooCommerce Zapier\";s:11:\"description\";s:100:\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 11,000+ users.\";s:3:\"url\";s:117:\"https://woocommerce.com/products/woocommerce-zapier/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:0;s:4:\"icon\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/zapier.png\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:6:\"plugin\";s:41:\"woocommerce-zapier/woocommerce-zapier.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:3:\"crm\";s:4:\"name\";s:3:\"CRM\";}}s:4:\"tags\";a:0:{}}s:27:\"integration-with-salesforce\";O:8:\"stdClass\":10:{s:5:\"title\";s:10:\"Salesforce\";s:11:\"description\";s:125:\"Sync your website\'s data like contacts, products, and orders over Salesforce CRM with Salesforce Integration for WooCommerce.\";s:3:\"url\";s:142:\"https://woocommerce.com/products/integration-with-salesforce-for-woocommerce/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:0;s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/salesforce.jpg\";s:7:\"product\";s:27:\"integration-with-salesforce\";s:6:\"plugin\";s:59:\"integration-with-salesforce/integration-with-salesforce.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}s:13:\"subcategories\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:3:\"crm\";s:4:\"name\";s:3:\"CRM\";}}s:4:\"tags\";a:0:{}}s:25:\"woocommerce-smart-coupons\";O:8:\"stdClass\":10:{s:5:\"title\";s:13:\"Smart Coupons\";s:11:\"description\";s:100:\"Powerful, \"all in one\" solution for gift certificates, store credits, discount coupons and vouchers.\";s:3:\"url\";s:112:\"https://woocommerce.com/products/smart-coupons/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:0;s:4:\"icon\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/woocommerce-smart-coupons.svg\";s:7:\"product\";s:25:\"woocommerce-smart-coupons\";s:6:\"plugin\";s:55:\"woocommerce-smart-coupons/woocommerce-smart-coupons.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}s:13:\"subcategories\";a:0:{}s:4:\"tags\";a:0:{}}s:23:\"woocommerce-url-coupons\";O:8:\"stdClass\":10:{s:5:\"title\";s:11:\"URL Coupons\";s:11:\"description\";s:108:\"Create a unique URL that applies a discount and optionally adds one or more products to the customer\'s cart.\";s:3:\"url\";s:110:\"https://woocommerce.com/products/url-coupons/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:0;s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/woocommerce-url-coupons.svg\";s:7:\"product\";s:23:\"woocommerce-url-coupons\";s:6:\"plugin\";s:51:\"woocommerce-url-coupons/woocommerce-url-coupons.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}s:13:\"subcategories\";a:0:{}s:4:\"tags\";a:0:{}}s:24:\"woocommerce-store-credit\";O:8:\"stdClass\":10:{s:5:\"title\";s:24:\"WooCommerce Store Credit\";s:11:\"description\";s:77:\"Create \"store credit\" coupons for customers which are redeemable at checkout.\";s:3:\"url\";s:111:\"https://woocommerce.com/products/store-credit/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:0;s:4:\"icon\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/woocommerce-store-credit.svg\";s:7:\"product\";s:24:\"woocommerce-store-credit\";s:6:\"plugin\";s:53:\"woocommerce-store-credit/woocommerce-store-credit.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}s:13:\"subcategories\";a:0:{}s:4:\"tags\";a:0:{}}s:29:\"woocommerce-free-gift-coupons\";O:8:\"stdClass\":10:{s:5:\"title\";s:17:\"Free Gift Coupons\";s:11:\"description\";s:59:\"Give away a free item to any customer with the coupon code.\";s:3:\"url\";s:116:\"https://woocommerce.com/products/free-gift-coupons/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:0;s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/woocommerce-free-gift-coupons.svg\";s:7:\"product\";s:29:\"woocommerce-free-gift-coupons\";s:6:\"plugin\";s:63:\"woocommerce-free-gift-coupons/woocommerce-free-gift-coupons.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}s:13:\"subcategories\";a:0:{}s:4:\"tags\";a:0:{}}s:25:\"woocommerce-group-coupons\";O:8:\"stdClass\":10:{s:5:\"title\";s:13:\"Group Coupons\";s:11:\"description\";s:137:\"Coupons for groups. Provides the option to have coupons that are restricted to group members or roles. Works with the free Groups plugin.\";s:3:\"url\";s:112:\"https://woocommerce.com/products/group-coupons/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:14:\"direct_install\";b:0;s:4:\"icon\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/woocommerce-group-coupons.svg\";s:7:\"product\";s:25:\"woocommerce-group-coupons\";s:6:\"plugin\";s:55:\"woocommerce-group-coupons/woocommerce-group-coupons.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}s:13:\"subcategories\";a:0:{}s:4:\"tags\";a:0:{}}}}','off'),(358106,'_transient_timeout_wc_marketing_knowledge_base_coupons','1780153933','off'),(358107,'_transient_wc_marketing_knowledge_base_coupons','a:8:{i:0;a:6:{s:5:\"title\";s:67:\"47 emails, one inbox: How to be the email they open on Black Friday\";s:4:\"date\";s:19:\"2023-11-07T18:31:30\";s:4:\"link\";s:59:\"https://woocommerce.com/posts/black-friday-email-marketing/\";s:11:\"author_name\";s:14:\"Melisa Pacheco\";s:13:\"author_avatar\";s:113:\"https://secure.gravatar.com/avatar/aea3d302fc04de7c91be4f349886fa646c4b27a8f4ecb04471910ebdf6c30d19?s=96&d=mm&r=g\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/uploads/2025/02/Woo_share_image_8ec136.png?resize=650,340&crop=1\";}i:1;a:6:{s:5:\"title\";s:67:\"Eight Ways to Use Coupons and Discounts without Sacrificing Profits\";s:4:\"date\";s:19:\"2022-06-09T11:20:15\";s:4:\"link\";s:95:\"https://woocommerce.com/posts/strategies-how-use-coupons-discounts-without-sacrificing-profits/\";s:11:\"author_name\";s:8:\"Yida Yin\";s:13:\"author_avatar\";s:113:\"https://secure.gravatar.com/avatar/104689c1c1d28a68b3f190b35eb26292e11d44ced3aa42ea267719a54558bca4?s=96&d=mm&r=g\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/uploads/2025/02/Woo_share_image_8ec136.png?resize=650,340&crop=1\";}i:2;a:6:{s:5:\"title\";s:51:\"Nine Conversion-Boosting Extensions for WooCommerce\";s:4:\"date\";s:19:\"2022-01-14T23:35:30\";s:4:\"link\";s:91:\"https://woocommerce.com/posts/discover-nine-conversion-boosting-extensinos-for-woocommerce/\";s:11:\"author_name\";s:9:\"dcawalsh8\";s:13:\"author_avatar\";s:113:\"https://secure.gravatar.com/avatar/0d601cf6ab5821c1e068a9d477c228005c2e7af8e244554b774cb880f5e7cc6a?s=96&d=mm&r=g\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/uploads/2025/02/Woo_share_image_8ec136.png?resize=650,340&crop=1\";}i:3;a:6:{s:5:\"title\";s:39:\"How to Price Your Products: Expert Tips\";s:4:\"date\";s:19:\"2022-01-06T11:02:41\";s:4:\"link\";s:75:\"https://woocommerce.com/posts/how-to-price-products-strategies-expert-tips/\";s:11:\"author_name\";s:9:\"Jay Walsh\";s:13:\"author_avatar\";s:113:\"https://secure.gravatar.com/avatar/5c96c70ee185c749d6f09cd67e27b73f0d9889072bd4ebe7d1c146442ef4ba6f?s=96&d=mm&r=g\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/uploads/2025/02/Woo_share_image_8ec136.png?resize=650,340&crop=1\";}i:4;a:6:{s:5:\"title\";s:42:\"Your Complete Guide to WooCommerce Coupons\";s:4:\"date\";s:19:\"2021-06-08T13:40:50\";s:4:\"link\";s:82:\"https://woocommerce.com/posts/the-complete-guide-to-woocommerce-coupon-extensions/\";s:11:\"author_name\";s:12:\"Lynn Jatania\";s:13:\"author_avatar\";s:113:\"https://secure.gravatar.com/avatar/b04392c762a2c6830b8b5f8f81a8d5def15fd506b96a271b1592c6f0555f67c5?s=96&d=mm&r=g\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/uploads/2025/02/Woo_share_image_8ec136.png?resize=650,340&crop=1\";}i:5;a:6:{s:5:\"title\";s:46:\"Ten Ways to Nudge Customers to Make a Purchase\";s:4:\"date\";s:19:\"2021-05-06T13:10:05\";s:4:\"link\";s:77:\"https://woocommerce.com/posts/ten-ways-to-nudge-customers-to-make-a-purchase/\";s:11:\"author_name\";s:13:\"Sonya Andrews\";s:13:\"author_avatar\";s:113:\"https://secure.gravatar.com/avatar/e3ef6140ee6674cbe7b1b12381eb48d59fbb89f6d753cf964d1c0ab5831c52aa?s=96&d=mm&r=g\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/uploads/2025/02/Woo_share_image_8ec136.png?resize=650,340&crop=1\";}i:6;a:6:{s:5:\"title\";s:43:\"How to Position Your Products as Gift Ideas\";s:4:\"date\";s:19:\"2020-11-10T15:00:00\";s:4:\"link\";s:74:\"https://woocommerce.com/posts/how-to-position-your-products-as-gift-ideas/\";s:11:\"author_name\";s:10:\"Dan Magill\";s:13:\"author_avatar\";s:113:\"https://secure.gravatar.com/avatar/9aab5b4005626cac71bcc34018861028cc007dfc56567630819d18013bc8bee9?s=96&d=mm&r=g\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/uploads/2025/02/Woo_share_image_8ec136.png?resize=650,340&crop=1\";}i:7;a:6:{s:5:\"title\";s:66:\"How to Prepare Your Online Store for Black Friday and Cyber Monday\";s:4:\"date\";s:19:\"2019-11-15T23:13:42\";s:4:\"link\";s:73:\"https://woocommerce.com/posts/prepare-your-online-store-for-black-friday/\";s:11:\"author_name\";s:9:\"Luke Marr\";s:13:\"author_avatar\";s:113:\"https://secure.gravatar.com/avatar/98b60ab7f9dff2df567518bf0243daf161599adc3f7456d4c01abdf19ddde30a?s=96&d=mm&r=g\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/uploads/2025/02/Woo_share_image_8ec136.png?resize=650,340&crop=1\";}}','off'),(358148,'_transient_timeout_wc_report_customers_e336a586db3d707b813322b0368e152b','1780676282','off'),(358149,'_transient_wc_report_customers_e336a586db3d707b813322b0368e152b','a:2:{s:7:\"version\";s:10:\"1780068977\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358154,'_transient_timeout_wc_report_customers_9e042adbe655da044e1db85410b24e29','1780676707','off'),(358155,'_transient_wc_report_customers_9e042adbe655da044e1db85410b24e29','a:2:{s:7:\"version\";s:10:\"1780068977\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:119;s:7:\"user_id\";i:52;s:8:\"username\";s:8:\"lca_nova\";s:4:\"name\";s:20:\"Darlene La Framboise\";s:10:\"first_name\";s:7:\"Darlene\";s:9:\"last_name\";s:12:\"La Framboise\";s:5:\"email\";s:24:\"info@liceremovalnova.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Aldie\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:15:\"date_registered\";s:19:\"2021-04-19 02:46:12\";s:16:\"date_last_active\";s:19:\"2026-05-29 15:36:17\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358174,'_transient_timeout_wc_report_customers_36e02a7f88de3ef02029db1979f4ba97','1780682192','off'),(358175,'_transient_wc_report_customers_36e02a7f88de3ef02029db1979f4ba97','a:2:{s:7:\"version\";s:10:\"1780068977\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:119;s:7:\"user_id\";i:52;s:8:\"username\";s:8:\"lca_nova\";s:4:\"name\";s:20:\"Darlene La Framboise\";s:10:\"first_name\";s:7:\"Darlene\";s:9:\"last_name\";s:12:\"La Framboise\";s:5:\"email\";s:24:\"info@liceremovalnova.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Aldie\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:15:\"date_registered\";s:19:\"2021-04-19 02:46:12\";s:16:\"date_last_active\";s:19:\"2026-05-29 15:36:17\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358281,'_site_transient_timeout_community-events-9efd4b8c498dc08e86c61968bd6310fe','1780198456','off'),(358282,'_site_transient_community-events-9efd4b8c498dc08e86c61968bd6310fe','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"50.90.46.0\";}s:6:\"events\";a:0:{}}','off'),(358285,'_transient_timeout_wc_report_orders_stats_6e6eed3799174ebfc3a3968885c89bb7','1780760056','off'),(358286,'_transient_wc_report_orders_stats_6e6eed3799174ebfc3a3968885c89bb7','a:2:{s:7:\"version\";s:10:\"1780068977\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-30 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358287,'_transient_timeout_wc_report_products_stats_8ef5607ce2afca353ee51096223fe158','1780760056','off'),(358288,'_transient_wc_report_products_stats_8ef5607ce2afca353ee51096223fe158','a:2:{s:7:\"version\";s:10:\"1780068977\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-30 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358289,'_transient_timeout_wc_report_variations_stats_3f09caa3245a1710cca96168dcb1315d','1780760056','off'),(358290,'_transient_wc_report_variations_stats_3f09caa3245a1710cca96168dcb1315d','a:2:{s:7:\"version\";s:10:\"1780068977\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-22\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-30 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-21\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-20\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-19\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-18\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358291,'_transient_timeout_wc_report_orders_stats_0b294b31bbcd42377a2e7414fe7c8e9a','1780760056','off'),(358292,'_transient_wc_report_orders_stats_0b294b31bbcd42377a2e7414fe7c8e9a','a:2:{s:7:\"version\";s:10:\"1780068977\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:30:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-05-01\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-05-02\";s:10:\"date_start\";s:19:\"2026-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-05-03\";s:10:\"date_start\";s:19:\"2026-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-05-04\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-05-05\";s:10:\"date_start\";s:19:\"2026-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-05-06\";s:10:\"date_start\";s:19:\"2026-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-05-07\";s:10:\"date_start\";s:19:\"2026-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-05-08\";s:10:\"date_start\";s:19:\"2026-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-05-09\";s:10:\"date_start\";s:19:\"2026-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-05-10\";s:10:\"date_start\";s:19:\"2026-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-05-11\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-05-12\";s:10:\"date_start\";s:19:\"2026-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-05-13\";s:10:\"date_start\";s:19:\"2026-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-05-14\";s:10:\"date_start\";s:19:\"2026-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-05-15\";s:10:\"date_start\";s:19:\"2026-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-05-16\";s:10:\"date_start\";s:19:\"2026-05-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-05-17\";s:10:\"date_start\";s:19:\"2026-05-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-05-18\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-05-19\";s:10:\"date_start\";s:19:\"2026-05-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-05-20\";s:10:\"date_start\";s:19:\"2026-05-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-05-21\";s:10:\"date_start\";s:19:\"2026-05-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-05-22\";s:10:\"date_start\";s:19:\"2026-05-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2026-05-23\";s:10:\"date_start\";s:19:\"2026-05-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-23 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2026-05-24\";s:10:\"date_start\";s:19:\"2026-05-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-24 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2026-05-25\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2026-05-26\";s:10:\"date_start\";s:19:\"2026-05-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-26 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:26;a:6:{s:8:\"interval\";s:10:\"2026-05-27\";s:10:\"date_start\";s:19:\"2026-05-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:27;a:6:{s:8:\"interval\";s:10:\"2026-05-28\";s:10:\"date_start\";s:19:\"2026-05-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-28 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-28 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:28;a:6:{s:8:\"interval\";s:10:\"2026-05-29\";s:10:\"date_start\";s:19:\"2026-05-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-29 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:29;a:6:{s:8:\"interval\";s:10:\"2026-05-30\";s:10:\"date_start\";s:19:\"2026-05-30 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-30 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-30 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:30;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358293,'_transient_timeout_wc_report_products_stats_7e91272a19145091a06ca6c9ab41dcaf','1780760056','off'),(358294,'_transient_wc_report_products_stats_7e91272a19145091a06ca6c9ab41dcaf','a:2:{s:7:\"version\";s:10:\"1780068977\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:30:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-05-01\";s:10:\"date_start\";s:19:\"2026-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-05-02\";s:10:\"date_start\";s:19:\"2026-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-05-03\";s:10:\"date_start\";s:19:\"2026-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-05-04\";s:10:\"date_start\";s:19:\"2026-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-05-05\";s:10:\"date_start\";s:19:\"2026-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-05-06\";s:10:\"date_start\";s:19:\"2026-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-05-07\";s:10:\"date_start\";s:19:\"2026-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-05-08\";s:10:\"date_start\";s:19:\"2026-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-05-09\";s:10:\"date_start\";s:19:\"2026-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-05-10\";s:10:\"date_start\";s:19:\"2026-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-05-11\";s:10:\"date_start\";s:19:\"2026-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-05-12\";s:10:\"date_start\";s:19:\"2026-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-05-13\";s:10:\"date_start\";s:19:\"2026-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-05-14\";s:10:\"date_start\";s:19:\"2026-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-05-15\";s:10:\"date_start\";s:19:\"2026-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-05-16\";s:10:\"date_start\";s:19:\"2026-05-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-05-17\";s:10:\"date_start\";s:19:\"2026-05-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-05-18\";s:10:\"date_start\";s:19:\"2026-05-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-05-19\";s:10:\"date_start\";s:19:\"2026-05-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-05-20\";s:10:\"date_start\";s:19:\"2026-05-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-05-21\";s:10:\"date_start\";s:19:\"2026-05-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-05-22\";s:10:\"date_start\";s:19:\"2026-05-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2026-05-23\";s:10:\"date_start\";s:19:\"2026-05-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-23 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2026-05-24\";s:10:\"date_start\";s:19:\"2026-05-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-24 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2026-05-25\";s:10:\"date_start\";s:19:\"2026-05-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2026-05-26\";s:10:\"date_start\";s:19:\"2026-05-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-26 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:26;a:6:{s:8:\"interval\";s:10:\"2026-05-27\";s:10:\"date_start\";s:19:\"2026-05-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:27;a:6:{s:8:\"interval\";s:10:\"2026-05-28\";s:10:\"date_start\";s:19:\"2026-05-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-28 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-28 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:28;a:6:{s:8:\"interval\";s:10:\"2026-05-29\";s:10:\"date_start\";s:19:\"2026-05-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-29 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:29;a:6:{s:8:\"interval\";s:10:\"2026-05-30\";s:10:\"date_start\";s:19:\"2026-05-30 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-05-30 00:00:00\";s:8:\"date_end\";s:19:\"2026-05-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-05-30 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:30;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358786,'_transient_timeout_wc_report_customers_a22a49ec35aa3055cd83da34ee893118','1781021950','off'),(358787,'_transient_wc_report_customers_a22a49ec35aa3055cd83da34ee893118','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358790,'_transient_timeout_wc_order_184388_needs_processing','1780503658','off'),(358791,'_transient_wc_order_184388_needs_processing','1','off'),(358792,'_transient_timeout_wc_report_customers_1ea3d30e65069e5a2a669ebf1e089523','1781022060','off'),(358793,'_transient_wc_report_customers_1ea3d30e65069e5a2a669ebf1e089523','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358794,'_transient_timeout_wc_report_customers_a4ddbd4b3c0182a94d487bc5cf2a8126','1781022078','off'),(358795,'_transient_wc_report_customers_a4ddbd4b3c0182a94d487bc5cf2a8126','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:119;s:7:\"user_id\";i:52;s:8:\"username\";s:8:\"lca_nova\";s:4:\"name\";s:20:\"Darlene La Framboise\";s:10:\"first_name\";s:7:\"Darlene\";s:9:\"last_name\";s:12:\"La Framboise\";s:5:\"email\";s:24:\"info@liceremovalnova.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Aldie\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:15:\"date_registered\";s:19:\"2021-04-19 02:46:12\";s:16:\"date_last_active\";s:19:\"2026-05-29 15:36:17\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358796,'_transient_timeout_wc_report_customers_c4dadc8670f472e3c03b46ab0bf554c9','1781022089','off'),(358797,'_transient_wc_report_customers_c4dadc8670f472e3c03b46ab0bf554c9','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358799,'_transient_timeout_wc_report_customers_423dfde52561cb0e6ac787af11f74a7a','1781022588','off'),(358800,'_transient_wc_report_customers_423dfde52561cb0e6ac787af11f74a7a','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358801,'_transient_timeout_wc_report_customers_f28ec3cd3a51cbad044a53db5ca1df15','1781022663','off'),(358802,'_transient_wc_report_customers_f28ec3cd3a51cbad044a53db5ca1df15','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358803,'_transient_timeout_wc_report_customers_6e7a5cd40ba9e8c176321bc6b864709d','1781022686','off'),(358804,'_transient_wc_report_customers_6e7a5cd40ba9e8c176321bc6b864709d','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358810,'_transient_timeout_wc_report_customers_e7f4d5efef1789b0726b61cf91511e6c','1781023802','off'),(358811,'_transient_wc_report_customers_e7f4d5efef1789b0726b61cf91511e6c','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358812,'_transient_timeout_wc_report_customers_96b85ecfe27e927790d546962d488b3c','1781023914','off'),(358813,'_transient_wc_report_customers_96b85ecfe27e927790d546962d488b3c','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:119;s:7:\"user_id\";i:52;s:8:\"username\";s:8:\"lca_nova\";s:4:\"name\";s:20:\"Darlene La Framboise\";s:10:\"first_name\";s:7:\"Darlene\";s:9:\"last_name\";s:12:\"La Framboise\";s:5:\"email\";s:24:\"info@liceremovalnova.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Aldie\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:15:\"date_registered\";s:19:\"2021-04-19 02:46:12\";s:16:\"date_last_active\";s:19:\"2026-05-29 15:36:17\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358815,'_transient_timeout_wc_order_184390_needs_processing','1780505630','off'),(358816,'_transient_wc_order_184390_needs_processing','1','off'),(358817,'_transient_timeout_wc_report_customers_9c848a343b248226cdbc441e9fc12a4b','1781024032','off'),(358818,'_transient_wc_report_customers_9c848a343b248226cdbc441e9fc12a4b','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:119;s:7:\"user_id\";i:52;s:8:\"username\";s:8:\"lca_nova\";s:4:\"name\";s:20:\"Darlene La Framboise\";s:10:\"first_name\";s:7:\"Darlene\";s:9:\"last_name\";s:12:\"La Framboise\";s:5:\"email\";s:24:\"info@liceremovalnova.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Aldie\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:15:\"date_registered\";s:19:\"2021-04-19 02:46:12\";s:16:\"date_last_active\";s:19:\"2026-05-29 15:36:17\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(358824,'_transient_timeout_wc_report_customers_2e49cf97232f194a151de2c2957a7437','1781025389','off'),(358825,'_transient_wc_report_customers_2e49cf97232f194a151de2c2957a7437','a:2:{s:7:\"version\";s:10:\"1780356451\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:119;s:7:\"user_id\";i:52;s:8:\"username\";s:8:\"lca_nova\";s:4:\"name\";s:20:\"Darlene La Framboise\";s:10:\"first_name\";s:7:\"Darlene\";s:9:\"last_name\";s:12:\"La Framboise\";s:5:\"email\";s:24:\"info@liceremovalnova.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Aldie\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:15:\"date_registered\";s:19:\"2021-04-19 02:46:12\";s:16:\"date_last_active\";s:19:\"2026-05-29 15:36:17\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359092,'_transient_timeout_wc_report_customers_88732225e1904b9997126c77f126d927','1781115947','off'),(359093,'_transient_wc_report_customers_88732225e1904b9997126c77f126d927','a:2:{s:7:\"version\";s:10:\"1780503772\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359100,'_transient_timeout_wc_report_customers_815dfdde0a3a8cae1c1d363eb58dd2df','1781117784','off'),(359101,'_transient_wc_report_customers_815dfdde0a3a8cae1c1d363eb58dd2df','a:2:{s:7:\"version\";s:10:\"1780503772\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359103,'_transient_timeout_wc_report_customers_a9d842317d35124b043f9ec4e642d80b','1781117954','off'),(359104,'_transient_wc_report_customers_a9d842317d35124b043f9ec4e642d80b','a:2:{s:7:\"version\";s:10:\"1780503772\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359105,'_transient_timeout_wc_report_customers_b518878ef7bde29aa6f473006b75870a','1781117976','off'),(359106,'_transient_wc_report_customers_b518878ef7bde29aa6f473006b75870a','a:2:{s:7:\"version\";s:10:\"1780503772\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359107,'_transient_timeout_wc_report_customers_f456b25718a5e901c1dd84d87068fc0e','1781118043','off'),(359108,'_transient_wc_report_customers_f456b25718a5e901c1dd84d87068fc0e','a:2:{s:7:\"version\";s:10:\"1780503772\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:119;s:7:\"user_id\";i:52;s:8:\"username\";s:8:\"lca_nova\";s:4:\"name\";s:20:\"Darlene La Framboise\";s:10:\"first_name\";s:7:\"Darlene\";s:9:\"last_name\";s:12:\"La Framboise\";s:5:\"email\";s:24:\"info@liceremovalnova.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Aldie\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:15:\"date_registered\";s:19:\"2021-04-19 02:46:12\";s:16:\"date_last_active\";s:19:\"2026-05-29 15:36:17\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359109,'_transient_timeout_wc_report_customers_0466c2da49434f26e56c329d24f78989','1781118060','off'),(359110,'_transient_wc_report_customers_0466c2da49434f26e56c329d24f78989','a:2:{s:7:\"version\";s:10:\"1780503772\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:119;s:7:\"user_id\";i:52;s:8:\"username\";s:8:\"lca_nova\";s:4:\"name\";s:20:\"Darlene La Framboise\";s:10:\"first_name\";s:7:\"Darlene\";s:9:\"last_name\";s:12:\"La Framboise\";s:5:\"email\";s:24:\"info@liceremovalnova.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Aldie\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:15:\"date_registered\";s:19:\"2021-04-19 02:46:12\";s:16:\"date_last_active\";s:19:\"2026-05-29 15:36:17\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359111,'_transient_timeout_wc_report_customers_07a5e356434e77bd90279afeddf17804','1781118075','off'),(359112,'_transient_wc_report_customers_07a5e356434e77bd90279afeddf17804','a:2:{s:7:\"version\";s:10:\"1780503772\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359119,'_transient_timeout_wc_report_customers_c95ece4272280df24c681a62886af6a2','1781118467','off'),(359120,'_transient_wc_report_customers_c95ece4272280df24c681a62886af6a2','a:2:{s:7:\"version\";s:10:\"1780503772\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359122,'_transient_timeout_wc_report_customers_6f10435c50f907764e5a08ef44360bbf','1781118496','off'),(359123,'_transient_wc_report_customers_6f10435c50f907764e5a08ef44360bbf','a:2:{s:7:\"version\";s:10:\"1780503772\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:119;s:7:\"user_id\";i:52;s:8:\"username\";s:8:\"lca_nova\";s:4:\"name\";s:20:\"Darlene La Framboise\";s:10:\"first_name\";s:7:\"Darlene\";s:9:\"last_name\";s:12:\"La Framboise\";s:5:\"email\";s:24:\"info@liceremovalnova.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Aldie\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:15:\"date_registered\";s:19:\"2021-04-19 02:46:12\";s:16:\"date_last_active\";s:19:\"2026-05-29 15:36:17\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359310,'_transient_timeout_wc_report_customers_1e9f2b365086c35644b8ac699da0c4ec','1781190894','off'),(359311,'_transient_wc_report_customers_1e9f2b365086c35644b8ac699da0c4ec','a:2:{s:7:\"version\";s:10:\"1780524399\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359531,'_transient_timeout_wc_report_customers_da704e31205e37c8dea3e44b7d3a5d41','1781269230','off'),(359532,'_transient_wc_report_customers_da704e31205e37c8dea3e44b7d3a5d41','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359539,'_transient_timeout_wc_report_customers_93160e329a592240a2ad945489a1a807','1781269340','off'),(359540,'_transient_wc_report_customers_93160e329a592240a2ad945489a1a807','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359546,'_transient_timeout_wc_report_customers_5dfe9424598637091b20172d459298ac','1781270738','off'),(359547,'_transient_wc_report_customers_5dfe9424598637091b20172d459298ac','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359548,'_transient_timeout_wc_report_customers_86137b18927be0aef270815d077014ba','1781270990','off'),(359549,'_transient_wc_report_customers_86137b18927be0aef270815d077014ba','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359550,'_transient_timeout_wc_report_customers_94a85d9facab6fd5aefc8152f8610623','1781270992','off'),(359551,'_transient_wc_report_customers_94a85d9facab6fd5aefc8152f8610623','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359552,'_transient_timeout_wc_report_customers_59266acb5743dde0eae36359ba8e869e','1781270992','off'),(359553,'_transient_wc_report_customers_59266acb5743dde0eae36359ba8e869e','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359554,'_transient_timeout_wc_report_customers_e9e6b57ebbb3081cf60ae48080fedc47','1781271623','off'),(359555,'_transient_wc_report_customers_e9e6b57ebbb3081cf60ae48080fedc47','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359586,'_transient_timeout_wc_report_customers_5d57520fcde72193815ffedcc756c0cb','1781284815','off'),(359587,'_transient_wc_report_customers_5d57520fcde72193815ffedcc756c0cb','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359590,'_transient_timeout_wc_report_customers_7072f79b6593635b5ccf13b2b981cc79','1781284907','off'),(359591,'_transient_wc_report_customers_7072f79b6593635b5ccf13b2b981cc79','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359595,'_transient_timeout_wc_report_customers_8f09d480e8accd64e9e54533d276964c','1781285799','off'),(359596,'_transient_wc_report_customers_8f09d480e8accd64e9e54533d276964c','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359597,'_transient_timeout_wc_order_184392_needs_processing','1780767416','off'),(359598,'_transient_wc_order_184392_needs_processing','1','off'),(359601,'_transient_timeout_wc_report_customers_e38731af62a2717b5d0c3792f853b5d8','1781285817','off'),(359602,'_transient_wc_report_customers_e38731af62a2717b5d0c3792f853b5d8','a:2:{s:7:\"version\";s:10:\"1780610466\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:140;s:7:\"user_id\";i:98;s:8:\"username\";s:10:\"lca_dublin\";s:4:\"name\";s:25:\"Christine Cherry (Dublin)\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:15:\"Cherry (Dublin)\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:15:\"date_registered\";s:19:\"2023-07-17 16:04:07\";s:16:\"date_last_active\";s:19:\"2026-06-03 14:04:48\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(359969,'_transient_timeout_wc_report_customers_eea39e83ffe4bcdc70b1461d97770012','1781457856','off'),(359970,'_transient_wc_report_customers_eea39e83ffe4bcdc70b1461d97770012','a:2:{s:7:\"version\";s:10:\"1780771033\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:128;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2026-06-06 18:37:13\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(360295,'_transient_timeout_wc_report_customers_5a5ff5020a2ecb56f72841e870662bbb','1781531694','off'),(360296,'_transient_wc_report_customers_5a5ff5020a2ecb56f72841e870662bbb','a:2:{s:7:\"version\";s:10:\"1780771033\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-05-26 14:49:38\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(360417,'_transient_timeout_wc_report_customers_2da0781ee4cfb1bbb030ea698a0b8833','1781618029','off'),(360418,'_transient_wc_report_customers_2da0781ee4cfb1bbb030ea698a0b8833','a:2:{s:7:\"version\";s:10:\"1780771033\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:128;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2026-06-06 18:37:13\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(360421,'_transient_timeout_wc_report_customers_37c47396fce7a14e2c660d3878b3e96f','1781618029','off'),(360422,'_transient_wc_report_customers_37c47396fce7a14e2c660d3878b3e96f','a:2:{s:7:\"version\";s:10:\"1780771033\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:128;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2026-06-06 18:37:13\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(360427,'_transient_timeout_wc_report_customers_a7b24d0c3cf082d404dbe6769731ddfc','1781618029','off'),(360428,'_transient_wc_report_customers_a7b24d0c3cf082d404dbe6769731ddfc','a:2:{s:7:\"version\";s:10:\"1780771033\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:128;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2026-06-06 18:37:13\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(360437,'_transient_timeout_wc_report_customers_855226800624422fc1fd61eff7e8b1a7','1781619007','off'),(360438,'_transient_wc_report_customers_855226800624422fc1fd61eff7e8b1a7','a:2:{s:7:\"version\";s:10:\"1780771033\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:128;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2026-06-06 18:37:13\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(361045,'_transient_timeout_wc_report_customers_222684f4cb839acfe3d6ff56ccf80cd6','1781879611','off'),(361046,'_transient_wc_report_customers_222684f4cb839acfe3d6ff56ccf80cd6','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(361051,'_transient_timeout_wc_report_customers_518de770f9034e25d23b1e65ba7744c7','1781880302','off'),(361052,'_transient_wc_report_customers_518de770f9034e25d23b1e65ba7744c7','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(361053,'_transient_timeout_wc_report_customers_6a881dc264f53414189660bcb6e6b09c','1781880425','off'),(361054,'_transient_wc_report_customers_6a881dc264f53414189660bcb6e6b09c','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:128;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2026-06-06 18:37:13\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(361066,'_transient_timeout_wp_mail_smtp_initiators_data','1781283133','off'),(361067,'_transient_wp_mail_smtp_initiators_data','a:1:{s:108:\"/storage/v12674/lcacomdelstore/public_html/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php\";a:3:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:27:\"woocommerce/woocommerce.php\";s:4:\"type\";s:6:\"plugin\";}}','off'),(361068,'_transient_timeout_wc_report_customers_bbd004adfc560cfff2e7b1c359e6c8c4','1781884333','off'),(361069,'_transient_wc_report_customers_bbd004adfc560cfff2e7b1c359e6c8c4','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(361070,'_transient_timeout_wc_order_184391_needs_processing','1781366049','off'),(361071,'_transient_wc_order_184391_needs_processing','1','off'),(361072,'_transient_timeout_wc_report_customers_dad6ec738c5e8f9e4f97f5a42da3d34e','1781884451','off'),(361073,'_transient_wc_report_customers_dad6ec738c5e8f9e4f97f5a42da3d34e','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:131;s:7:\"user_id\";i:66;s:8:\"username\";s:12:\"lca_maryland\";s:4:\"name\";s:9:\"Mark Dent\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:15:\"date_registered\";s:19:\"2021-04-19 04:34:54\";s:16:\"date_last_active\";s:19:\"2026-06-01 23:27:31\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(363920,'_site_transient_timeout_browser_16fee37559dbd42b448204446d02089f','1782446890','off'),(363921,'_site_transient_browser_16fee37559dbd42b448204446d02089f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"149.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(363930,'_transient_timeout_wc_report_orders_stats_de25e1d2fa5e973527a6dd9a642ce709','1782446895','off'),(363931,'_transient_wc_report_orders_stats_de25e1d2fa5e973527a6dd9a642ce709','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-25\";s:10:\"date_start\";s:19:\"2026-06-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-24\";s:10:\"date_start\";s:19:\"2026-06-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-23\";s:10:\"date_start\";s:19:\"2026-06-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(363932,'_transient_timeout_wc_report_products_stats_a58a3a6771cdf1ca9954578c1d781fee','1782446895','off'),(363933,'_transient_wc_report_products_stats_a58a3a6771cdf1ca9954578c1d781fee','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-25\";s:10:\"date_start\";s:19:\"2026-06-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-24\";s:10:\"date_start\";s:19:\"2026-06-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-23\";s:10:\"date_start\";s:19:\"2026-06-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(363934,'_transient_timeout_wc_report_variations_stats_b8c7f8837c91e946ad4beb81479d83b3','1782446895','off'),(363935,'_transient_wc_report_variations_stats_b8c7f8837c91e946ad4beb81479d83b3','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-25\";s:10:\"date_start\";s:19:\"2026-06-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-24\";s:10:\"date_start\";s:19:\"2026-06-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-23\";s:10:\"date_start\";s:19:\"2026-06-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(363936,'_transient_timeout_wc_report_orders_stats_8881ba925e621c3b44aa45dec60744d6','1782446895','off'),(363937,'_transient_wc_report_orders_stats_8881ba925e621c3b44aa45dec60744d6','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:19:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-06-01\";s:10:\"date_start\";s:19:\"2026-06-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-06-02\";s:10:\"date_start\";s:19:\"2026-06-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-06-03\";s:10:\"date_start\";s:19:\"2026-06-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-06-04\";s:10:\"date_start\";s:19:\"2026-06-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-06-05\";s:10:\"date_start\";s:19:\"2026-06-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-06-06\";s:10:\"date_start\";s:19:\"2026-06-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-06-07\";s:10:\"date_start\";s:19:\"2026-06-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-06-08\";s:10:\"date_start\";s:19:\"2026-06-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-06-09\";s:10:\"date_start\";s:19:\"2026-06-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-06-10\";s:10:\"date_start\";s:19:\"2026-06-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-06-11\";s:10:\"date_start\";s:19:\"2026-06-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-06-12\";s:10:\"date_start\";s:19:\"2026-06-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-06-13\";s:10:\"date_start\";s:19:\"2026-06-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-06-14\";s:10:\"date_start\";s:19:\"2026-06-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-06-15\";s:10:\"date_start\";s:19:\"2026-06-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-06-16\";s:10:\"date_start\";s:19:\"2026-06-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-06-17\";s:10:\"date_start\";s:19:\"2026-06-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-06-18\";s:10:\"date_start\";s:19:\"2026-06-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-06-19\";s:10:\"date_start\";s:19:\"2026-06-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:19;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(363938,'_transient_timeout_wc_report_products_stats_89ba71b32c0e533ae0e89b14ae4db85c','1782446895','off'),(363939,'_transient_wc_report_products_stats_89ba71b32c0e533ae0e89b14ae4db85c','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:19:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-06-01\";s:10:\"date_start\";s:19:\"2026-06-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-06-02\";s:10:\"date_start\";s:19:\"2026-06-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-06-03\";s:10:\"date_start\";s:19:\"2026-06-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-06-04\";s:10:\"date_start\";s:19:\"2026-06-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-06-05\";s:10:\"date_start\";s:19:\"2026-06-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-06-06\";s:10:\"date_start\";s:19:\"2026-06-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-06-07\";s:10:\"date_start\";s:19:\"2026-06-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-06-08\";s:10:\"date_start\";s:19:\"2026-06-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-06-09\";s:10:\"date_start\";s:19:\"2026-06-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-06-10\";s:10:\"date_start\";s:19:\"2026-06-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-06-11\";s:10:\"date_start\";s:19:\"2026-06-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-06-12\";s:10:\"date_start\";s:19:\"2026-06-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-06-13\";s:10:\"date_start\";s:19:\"2026-06-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-06-14\";s:10:\"date_start\";s:19:\"2026-06-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-06-15\";s:10:\"date_start\";s:19:\"2026-06-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-06-16\";s:10:\"date_start\";s:19:\"2026-06-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-06-17\";s:10:\"date_start\";s:19:\"2026-06-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-06-18\";s:10:\"date_start\";s:19:\"2026-06-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-06-19\";s:10:\"date_start\";s:19:\"2026-06-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-06-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-06-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-06-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:19;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(364039,'_transient_timeout_wc_report_customers_a62c7a1002c55e4f2c77e00e85f4e948','1782482022','off'),(364040,'_transient_wc_report_customers_a62c7a1002c55e4f2c77e00e85f4e948','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:128;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2026-06-06 18:37:13\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(364393,'_transient_timeout_wc_report_customers_70c7e0a930ad70ac8247b0afc28bd832','1782738208','off'),(364394,'_transient_wc_report_customers_70c7e0a930ad70ac8247b0afc28bd832','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:128;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2026-06-06 18:37:13\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(364397,'_transient_timeout_wc_report_customers_36dcbb48cb46401e218dcf81fe49ba75','1782738208','off'),(364398,'_transient_wc_report_customers_36dcbb48cb46401e218dcf81fe49ba75','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:128;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2026-06-06 18:37:13\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(364403,'_transient_timeout_wc_order_184393_needs_processing','1782220169','off'),(364404,'_transient_wc_order_184393_needs_processing','1','off'),(364405,'_transient_timeout_wc_report_customers_140b193c24250828d8f080d978fcb65d','1782738571','off'),(364406,'_transient_wc_report_customers_140b193c24250828d8f080d978fcb65d','a:2:{s:7:\"version\";s:10:\"1781195766\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:128;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2026-06-06 18:37:13\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(365733,'_transient_timeout_essential-addons-elementor_license_data','1790459789','off'),(365734,'_transient_essential-addons-elementor_license_data','O:8:\"stdClass\":14:{s:7:\"success\";b:1;s:7:\"license\";s:5:\"valid\";s:7:\"item_id\";i:4372;s:9:\"item_name\";s:30:\"Essential Addons for Elementor\";s:8:\"checksum\";s:32:\"8338639fe49a66bc89bedba6645adf67\";s:7:\"expires\";s:8:\"lifetime\";s:10:\"payment_id\";i:1616404;s:13:\"customer_name\";s:15:\"Brice Blackerby\";s:14:\"customer_email\";s:18:\"brice@forte.agency\";s:13:\"license_limit\";i:0;s:10:\"site_count\";i:26;s:16:\"activations_left\";s:9:\"unlimited\";s:8:\"price_id\";s:1:\"2\";s:11:\"license_key\";s:32:\"c4850**********************22abc\";}','off'),(366460,'_transient_timeout_wc_term_counts','1785528519','off'),(366461,'_transient_wc_term_counts','a:2:{s:14:\"38_product_cat\";i:6;s:14:\"32_product_cat\";i:3;}','off'),(367122,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_store_has_orders','1788547033','off'),(367123,'_transient_woocommerce_admin_pes_incentive_woopayments_store_has_orders','yes','off'),(367144,'_transient_timeout_wc_report_customers_eacbc59a48023c78fa7ae10898b8a966','1784217305','off'),(367145,'_transient_wc_report_customers_eacbc59a48023c78fa7ae10898b8a966','a:2:{s:7:\"version\";s:10:\"1783599463\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:135;s:7:\"user_id\";i:105;s:8:\"username\";s:13:\"lca_nashville\";s:4:\"name\";s:8:\"Joe West\";s:10:\"first_name\";s:3:\"Joe\";s:9:\"last_name\";s:4:\"West\";s:5:\"email\";s:39:\"info@nashville.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Franklin\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37069\";s:15:\"date_registered\";s:19:\"2024-05-15 20:53:56\";s:16:\"date_last_active\";s:19:\"2026-07-01 20:11:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367150,'_transient_timeout_wc_report_customers_eecb5d8118ad9808da422826e18ce86b','1784218173','off'),(367151,'_transient_wc_report_customers_eecb5d8118ad9808da422826e18ce86b','a:2:{s:7:\"version\";s:10:\"1783599463\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:135;s:7:\"user_id\";i:105;s:8:\"username\";s:13:\"lca_nashville\";s:4:\"name\";s:8:\"Joe West\";s:10:\"first_name\";s:3:\"Joe\";s:9:\"last_name\";s:4:\"West\";s:5:\"email\";s:39:\"info@nashville.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Franklin\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37069\";s:15:\"date_registered\";s:19:\"2024-05-15 20:53:56\";s:16:\"date_last_active\";s:19:\"2026-07-01 20:11:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367154,'_transient_timeout_wc_report_customers_df2751495df7a6543d25d3d35f3ace29','1784218187','off'),(367155,'_transient_wc_report_customers_df2751495df7a6543d25d3d35f3ace29','a:2:{s:7:\"version\";s:10:\"1783599463\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:135;s:7:\"user_id\";i:105;s:8:\"username\";s:13:\"lca_nashville\";s:4:\"name\";s:8:\"Joe West\";s:10:\"first_name\";s:3:\"Joe\";s:9:\"last_name\";s:4:\"West\";s:5:\"email\";s:39:\"info@nashville.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Franklin\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37069\";s:15:\"date_registered\";s:19:\"2024-05-15 20:53:56\";s:16:\"date_last_active\";s:19:\"2026-07-01 20:11:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367156,'_transient_timeout_wc_report_customers_85f8a35a5c23417cd31b403ec9141ba0','1784218197','off'),(367157,'_transient_wc_report_customers_85f8a35a5c23417cd31b403ec9141ba0','a:2:{s:7:\"version\";s:10:\"1783599463\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:132;s:7:\"user_id\";i:3;s:8:\"username\";s:12:\"lca_mckinney\";s:4:\"name\";s:16:\"Amanda Westerman\";s:10:\"first_name\";s:6:\"Amanda\";s:9:\"last_name\";s:9:\"Westerman\";s:5:\"email\";s:28:\"info@liceclinicsmckinney.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:15:\"date_registered\";s:19:\"2021-04-08 19:52:25\";s:16:\"date_last_active\";s:19:\"2026-07-09 12:17:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367163,'_transient_timeout_wc_report_customers_63c2007657566d7effca1671ea26be17','1784220295','off'),(367164,'_transient_wc_report_customers_63c2007657566d7effca1671ea26be17','a:2:{s:7:\"version\";s:10:\"1783599463\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:132;s:7:\"user_id\";i:3;s:8:\"username\";s:12:\"lca_mckinney\";s:4:\"name\";s:16:\"Amanda Westerman\";s:10:\"first_name\";s:6:\"Amanda\";s:9:\"last_name\";s:9:\"Westerman\";s:5:\"email\";s:28:\"info@liceclinicsmckinney.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:15:\"date_registered\";s:19:\"2021-04-08 19:52:25\";s:16:\"date_last_active\";s:19:\"2026-07-09 12:17:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367388,'_transient_timeout_wc_report_customers_9704387ef74cc1aab0201d58b4cd93ef','1784555830','off'),(367389,'_transient_wc_report_customers_9704387ef74cc1aab0201d58b4cd93ef','a:2:{s:7:\"version\";s:10:\"1783698275\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:135;s:7:\"user_id\";i:105;s:8:\"username\";s:13:\"lca_nashville\";s:4:\"name\";s:8:\"Joe West\";s:10:\"first_name\";s:3:\"Joe\";s:9:\"last_name\";s:4:\"West\";s:5:\"email\";s:39:\"info@nashville.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Franklin\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37069\";s:15:\"date_registered\";s:19:\"2024-05-15 20:53:56\";s:16:\"date_last_active\";s:19:\"2026-07-01 20:11:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367394,'_transient_timeout_wc_report_customers_07e717ea7783576e1fb6bbd4a1f1a1f3','1784556141','off'),(367395,'_transient_wc_report_customers_07e717ea7783576e1fb6bbd4a1f1a1f3','a:2:{s:7:\"version\";s:10:\"1783698275\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:132;s:7:\"user_id\";i:3;s:8:\"username\";s:12:\"lca_mckinney\";s:4:\"name\";s:16:\"Amanda Westerman\";s:10:\"first_name\";s:6:\"Amanda\";s:9:\"last_name\";s:9:\"Westerman\";s:5:\"email\";s:28:\"info@liceclinicsmckinney.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:15:\"date_registered\";s:19:\"2021-04-08 19:52:25\";s:16:\"date_last_active\";s:19:\"2026-07-09 12:17:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367429,'_transient_timeout_wc_report_customers_c9c3ec3c6914494af6af5d89cd3badaa','1784563228','off'),(367430,'_transient_wc_report_customers_c9c3ec3c6914494af6af5d89cd3badaa','a:2:{s:7:\"version\";s:10:\"1783957629\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:138;s:7:\"user_id\";i:87;s:8:\"username\";s:12:\"lca_midsouth\";s:4:\"name\";s:13:\"Wade Huntsman\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:15:\"date_registered\";s:19:\"2021-04-19 06:13:00\";s:16:\"date_last_active\";s:19:\"2026-07-13 15:47:09\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367433,'_transient_timeout_wc_report_customers_558fa4bac0b2d19c9dc7583f4013d202','1784564698','off'),(367434,'_transient_wc_report_customers_558fa4bac0b2d19c9dc7583f4013d202','a:2:{s:7:\"version\";s:10:\"1783957629\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:138;s:7:\"user_id\";i:87;s:8:\"username\";s:12:\"lca_midsouth\";s:4:\"name\";s:13:\"Wade Huntsman\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:15:\"date_registered\";s:19:\"2021-04-19 06:13:00\";s:16:\"date_last_active\";s:19:\"2026-07-13 15:47:09\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367435,'_transient_timeout_wc_report_customers_b3368561cf6075edbef84405ad922032','1784564724','off'),(367436,'_transient_wc_report_customers_b3368561cf6075edbef84405ad922032','a:2:{s:7:\"version\";s:10:\"1783957629\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:138;s:7:\"user_id\";i:87;s:8:\"username\";s:12:\"lca_midsouth\";s:4:\"name\";s:13:\"Wade Huntsman\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:15:\"date_registered\";s:19:\"2021-04-19 06:13:00\";s:16:\"date_last_active\";s:19:\"2026-07-13 15:47:09\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367457,'_transient_timeout_wc_report_customers_19a3f20c519002fc8906f66bb6d8464a','1784578224','off'),(367458,'_transient_wc_report_customers_19a3f20c519002fc8906f66bb6d8464a','a:2:{s:7:\"version\";s:10:\"1783957629\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:132;s:7:\"user_id\";i:3;s:8:\"username\";s:12:\"lca_mckinney\";s:4:\"name\";s:16:\"Amanda Westerman\";s:10:\"first_name\";s:6:\"Amanda\";s:9:\"last_name\";s:9:\"Westerman\";s:5:\"email\";s:28:\"info@liceclinicsmckinney.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:15:\"date_registered\";s:19:\"2021-04-08 19:52:25\";s:16:\"date_last_active\";s:19:\"2026-07-09 12:17:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367459,'_transient_timeout_wc_report_customers_0979d52e757bfdca5c5dd848d389b18c','1784578513','off'),(367460,'_transient_wc_report_customers_0979d52e757bfdca5c5dd848d389b18c','a:2:{s:7:\"version\";s:10:\"1783957629\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:135;s:7:\"user_id\";i:105;s:8:\"username\";s:13:\"lca_nashville\";s:4:\"name\";s:8:\"Joe West\";s:10:\"first_name\";s:3:\"Joe\";s:9:\"last_name\";s:4:\"West\";s:5:\"email\";s:39:\"info@nashville.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Franklin\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37069\";s:15:\"date_registered\";s:19:\"2024-05-15 20:53:56\";s:16:\"date_last_active\";s:19:\"2026-07-01 20:11:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367461,'_transient_timeout_wc_order_184394_needs_processing','1784060219','off'),(367462,'_transient_wc_order_184394_needs_processing','1','off'),(367463,'_transient_timeout_wc_report_customers_2066fe5651800ac02546abd7a47df1c7','1784578621','off'),(367464,'_transient_wc_report_customers_2066fe5651800ac02546abd7a47df1c7','a:2:{s:7:\"version\";s:10:\"1783957629\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:135;s:7:\"user_id\";i:105;s:8:\"username\";s:13:\"lca_nashville\";s:4:\"name\";s:8:\"Joe West\";s:10:\"first_name\";s:3:\"Joe\";s:9:\"last_name\";s:4:\"West\";s:5:\"email\";s:39:\"info@nashville.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Franklin\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37069\";s:15:\"date_registered\";s:19:\"2024-05-15 20:53:56\";s:16:\"date_last_active\";s:19:\"2026-07-01 20:11:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367465,'_transient_timeout_wc_report_customers_12d0176239189c949b24d8ffc907f099','1784578642','off'),(367466,'_transient_wc_report_customers_12d0176239189c949b24d8ffc907f099','a:2:{s:7:\"version\";s:10:\"1783957629\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:132;s:7:\"user_id\";i:3;s:8:\"username\";s:12:\"lca_mckinney\";s:4:\"name\";s:16:\"Amanda Westerman\";s:10:\"first_name\";s:6:\"Amanda\";s:9:\"last_name\";s:9:\"Westerman\";s:5:\"email\";s:28:\"info@liceclinicsmckinney.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:15:\"date_registered\";s:19:\"2021-04-08 19:52:25\";s:16:\"date_last_active\";s:19:\"2026-07-09 12:17:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367468,'_transient_timeout_wc_order_184395_needs_processing','1784060295','off'),(367469,'_transient_wc_order_184395_needs_processing','1','off'),(367470,'_transient_timeout_wc_report_customers_ad0ce3fd38085e8552b07e753686baf8','1784578697','off'),(367471,'_transient_wc_report_customers_ad0ce3fd38085e8552b07e753686baf8','a:2:{s:7:\"version\";s:10:\"1783957629\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:132;s:7:\"user_id\";i:3;s:8:\"username\";s:12:\"lca_mckinney\";s:4:\"name\";s:16:\"Amanda Westerman\";s:10:\"first_name\";s:6:\"Amanda\";s:9:\"last_name\";s:9:\"Westerman\";s:5:\"email\";s:28:\"info@liceclinicsmckinney.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:15:\"date_registered\";s:19:\"2021-04-08 19:52:25\";s:16:\"date_last_active\";s:19:\"2026-07-09 12:17:43\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367862,'_transient_timeout_wc_report_customers_7b4bb35b48801c3f49229e527553769b','1784837673','off'),(367863,'_transient_wc_report_customers_7b4bb35b48801c3f49229e527553769b','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:98;s:7:\"user_id\";i:23;s:8:\"username\";s:7:\"lca_ssf\";s:4:\"name\";s:16:\"Jacqueline Huynh\";s:10:\"first_name\";s:10:\"Jacqueline\";s:9:\"last_name\";s:5:\"Huynh\";s:5:\"email\";s:22:\"info@liceclinicssf.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Millbrae\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94030\";s:15:\"date_registered\";s:19:\"2021-04-18 15:25:32\";s:16:\"date_last_active\";s:19:\"2026-07-14 00:51:50\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367872,'_transient_timeout_wc_report_customers_9f149502d5338776219068833a0a1f14','1784838053','off'),(367873,'_transient_wc_report_customers_9f149502d5338776219068833a0a1f14','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:138;s:7:\"user_id\";i:87;s:8:\"username\";s:12:\"lca_midsouth\";s:4:\"name\";s:13:\"Wade Huntsman\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:15:\"date_registered\";s:19:\"2021-04-19 06:13:00\";s:16:\"date_last_active\";s:19:\"2026-07-13 15:47:09\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367874,'_transient_timeout_wc_report_customers_3e9ce5112901c4ba5f7d00c68c19f06f','1784838092','off'),(367875,'_transient_wc_report_customers_3e9ce5112901c4ba5f7d00c68c19f06f','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:138;s:7:\"user_id\";i:87;s:8:\"username\";s:12:\"lca_midsouth\";s:4:\"name\";s:13:\"Wade Huntsman\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:15:\"date_registered\";s:19:\"2021-04-19 06:13:00\";s:16:\"date_last_active\";s:19:\"2026-07-13 15:47:09\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367878,'_transient_timeout_wc_report_customers_85931d6d7fa0a2c7334aab746d95724e','1784838567','off'),(367879,'_transient_wc_report_customers_85931d6d7fa0a2c7334aab746d95724e','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:98;s:7:\"user_id\";i:23;s:8:\"username\";s:7:\"lca_ssf\";s:4:\"name\";s:16:\"Jacqueline Huynh\";s:10:\"first_name\";s:10:\"Jacqueline\";s:9:\"last_name\";s:5:\"Huynh\";s:5:\"email\";s:22:\"info@liceclinicssf.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Millbrae\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94030\";s:15:\"date_registered\";s:19:\"2021-04-18 15:25:32\";s:16:\"date_last_active\";s:19:\"2026-07-14 00:51:50\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367880,'_transient_timeout_wc_order_184397_needs_processing','1784320371','off'),(367881,'_transient_wc_order_184397_needs_processing','1','off'),(367882,'_transient_timeout_wc_report_customers_3385ea1994a0ab47822740fd8398dca5','1784838772','off'),(367883,'_transient_wc_report_customers_3385ea1994a0ab47822740fd8398dca5','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:98;s:7:\"user_id\";i:23;s:8:\"username\";s:7:\"lca_ssf\";s:4:\"name\";s:16:\"Jacqueline Huynh\";s:10:\"first_name\";s:10:\"Jacqueline\";s:9:\"last_name\";s:5:\"Huynh\";s:5:\"email\";s:22:\"info@liceclinicssf.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Millbrae\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94030\";s:15:\"date_registered\";s:19:\"2021-04-18 15:25:32\";s:16:\"date_last_active\";s:19:\"2026-07-14 00:51:50\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367947,'_transient_timeout_wc_report_customers_9ff818552b95bd702aa6514d1deac3ad','1784906195','off'),(367948,'_transient_wc_report_customers_9ff818552b95bd702aa6514d1deac3ad','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:138;s:7:\"user_id\";i:87;s:8:\"username\";s:12:\"lca_midsouth\";s:4:\"name\";s:13:\"Wade Huntsman\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:15:\"date_registered\";s:19:\"2021-04-19 06:13:00\";s:16:\"date_last_active\";s:19:\"2026-07-13 15:47:09\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367953,'_transient_timeout_wc_report_customers_db16f427c309840db8007552e4ebfd0e','1784906195','off'),(367954,'_transient_wc_report_customers_db16f427c309840db8007552e4ebfd0e','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:138;s:7:\"user_id\";i:87;s:8:\"username\";s:12:\"lca_midsouth\";s:4:\"name\";s:13:\"Wade Huntsman\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:15:\"date_registered\";s:19:\"2021-04-19 06:13:00\";s:16:\"date_last_active\";s:19:\"2026-07-13 15:47:09\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367955,'_transient_timeout_wc_report_customers_9a2c12759144ae882f773839673f025f','1784906195','off'),(367956,'_transient_wc_report_customers_9a2c12759144ae882f773839673f025f','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:138;s:7:\"user_id\";i:87;s:8:\"username\";s:12:\"lca_midsouth\";s:4:\"name\";s:13:\"Wade Huntsman\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:15:\"date_registered\";s:19:\"2021-04-19 06:13:00\";s:16:\"date_last_active\";s:19:\"2026-07-13 15:47:09\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367959,'_transient_timeout_wc_report_customers_544ddca86f3b56b838c99f49ba691244','1784906859','off'),(367960,'_transient_wc_report_customers_544ddca86f3b56b838c99f49ba691244','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:98;s:7:\"user_id\";i:23;s:8:\"username\";s:7:\"lca_ssf\";s:4:\"name\";s:16:\"Jacqueline Huynh\";s:10:\"first_name\";s:10:\"Jacqueline\";s:9:\"last_name\";s:5:\"Huynh\";s:5:\"email\";s:22:\"info@liceclinicssf.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Millbrae\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94030\";s:15:\"date_registered\";s:19:\"2021-04-18 15:25:32\";s:16:\"date_last_active\";s:19:\"2026-07-14 00:51:50\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367961,'_transient_timeout_wc_report_customers_0a8416f82940a6cad139236ac35a1e17','1784906985','off'),(367962,'_transient_wc_report_customers_0a8416f82940a6cad139236ac35a1e17','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:98;s:7:\"user_id\";i:23;s:8:\"username\";s:7:\"lca_ssf\";s:4:\"name\";s:16:\"Jacqueline Huynh\";s:10:\"first_name\";s:10:\"Jacqueline\";s:9:\"last_name\";s:5:\"Huynh\";s:5:\"email\";s:22:\"info@liceclinicssf.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"Millbrae\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94030\";s:15:\"date_registered\";s:19:\"2021-04-18 15:25:32\";s:16:\"date_last_active\";s:19:\"2026-07-14 00:51:50\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367968,'_transient_timeout_wc_report_customers_95a308d610d5c77f667505e00695477c','1784908673','off'),(367969,'_transient_wc_report_customers_95a308d610d5c77f667505e00695477c','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:138;s:7:\"user_id\";i:87;s:8:\"username\";s:12:\"lca_midsouth\";s:4:\"name\";s:13:\"Wade Huntsman\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:15:\"date_registered\";s:19:\"2021-04-19 06:13:00\";s:16:\"date_last_active\";s:19:\"2026-07-13 15:47:09\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367970,'_transient_timeout_wc_order_184396_needs_processing','1784390326','off'),(367971,'_transient_wc_order_184396_needs_processing','1','off'),(367972,'_transient_timeout_wc_report_customers_6a736324977c02767bb4809768e225b9','1784908729','off'),(367973,'_transient_wc_report_customers_6a736324977c02767bb4809768e225b9','a:2:{s:7:\"version\";s:10:\"1783990310\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:138;s:7:\"user_id\";i:87;s:8:\"username\";s:12:\"lca_midsouth\";s:4:\"name\";s:13:\"Wade Huntsman\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:15:\"date_registered\";s:19:\"2021-04-19 06:13:00\";s:16:\"date_last_active\";s:19:\"2026-07-13 15:47:09\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368437,'_transient_timeout_wc_report_customers_d312cea658c924e5efb2e96e69b3e6d1','1785335544','off'),(368438,'_transient_wc_report_customers_d312cea658c924e5efb2e96e69b3e6d1','a:2:{s:7:\"version\";s:10:\"1784669292\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:122;s:7:\"user_id\";i:4;s:8:\"username\";s:7:\"lca_slc\";s:4:\"name\";s:13:\"Harley Ruelle\";s:10:\"first_name\";s:6:\"Harley\";s:9:\"last_name\";s:6:\"Ruelle\";s:5:\"email\";s:33:\"info@slc.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:6:\"Murray\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:15:\"date_registered\";s:19:\"2021-04-08 19:54:57\";s:16:\"date_last_active\";s:19:\"2026-07-21 21:27:46\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368477,'_site_transient_timeout_browser_c33c588009b95570bda142ca18d363d2','1785352605','off'),(368478,'_site_transient_browser_c33c588009b95570bda142ca18d363d2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"150.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(368479,'_site_transient_timeout_php_check_da775d00ae55849f14f81cf79fc50d46','1785352606','off'),(368480,'_site_transient_php_check_da775d00ae55849f14f81cf79fc50d46','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(368483,'_transient_timeout_wc_report_orders_stats_787a7650d337c8ae7459648411c154ca','1785352609','off'),(368484,'_transient_wc_report_orders_stats_787a7650d337c8ae7459648411c154ca','a:2:{s:7:\"version\";s:10:\"1784738321\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-30\";s:10:\"date_start\";s:19:\"2026-07-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-29\";s:10:\"date_start\";s:19:\"2026-07-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-28\";s:10:\"date_start\";s:19:\"2026-07-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-27\";s:10:\"date_start\";s:19:\"2026-07-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368485,'_transient_timeout_wc_report_products_stats_dfd04c869d1106a4954dd41e60195c23','1785352609','off'),(368486,'_transient_wc_report_products_stats_dfd04c869d1106a4954dd41e60195c23','a:2:{s:7:\"version\";s:10:\"1784738321\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-30\";s:10:\"date_start\";s:19:\"2026-07-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-29\";s:10:\"date_start\";s:19:\"2026-07-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-28\";s:10:\"date_start\";s:19:\"2026-07-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-27\";s:10:\"date_start\";s:19:\"2026-07-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368487,'_transient_timeout_wc_report_variations_stats_2d761024a9aefe6f5a1cf52db699b00e','1785352609','off'),(368488,'_transient_wc_report_variations_stats_2d761024a9aefe6f5a1cf52db699b00e','a:2:{s:7:\"version\";s:10:\"1784738321\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-30\";s:10:\"date_start\";s:19:\"2026-07-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-29\";s:10:\"date_start\";s:19:\"2026-07-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-28\";s:10:\"date_start\";s:19:\"2026-07-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-27\";s:10:\"date_start\";s:19:\"2026-07-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368489,'_transient_timeout_wc_report_orders_stats_04a71b5668873458e8ed93191a263f11','1785352609','off'),(368490,'_transient_wc_report_orders_stats_04a71b5668873458e8ed93191a263f11','a:2:{s:7:\"version\";s:10:\"1784738321\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:22:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-07-01\";s:10:\"date_start\";s:19:\"2026-07-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-07-02\";s:10:\"date_start\";s:19:\"2026-07-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-07-03\";s:10:\"date_start\";s:19:\"2026-07-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-07-04\";s:10:\"date_start\";s:19:\"2026-07-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-07-05\";s:10:\"date_start\";s:19:\"2026-07-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-07-06\";s:10:\"date_start\";s:19:\"2026-07-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-07-07\";s:10:\"date_start\";s:19:\"2026-07-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-07-08\";s:10:\"date_start\";s:19:\"2026-07-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-07-09\";s:10:\"date_start\";s:19:\"2026-07-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-07-10\";s:10:\"date_start\";s:19:\"2026-07-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-07-11\";s:10:\"date_start\";s:19:\"2026-07-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-07-12\";s:10:\"date_start\";s:19:\"2026-07-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-07-13\";s:10:\"date_start\";s:19:\"2026-07-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-07-14\";s:10:\"date_start\";s:19:\"2026-07-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-07-15\";s:10:\"date_start\";s:19:\"2026-07-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-07-16\";s:10:\"date_start\";s:19:\"2026-07-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-07-17\";s:10:\"date_start\";s:19:\"2026-07-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-07-18\";s:10:\"date_start\";s:19:\"2026-07-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-07-19\";s:10:\"date_start\";s:19:\"2026-07-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-07-20\";s:10:\"date_start\";s:19:\"2026-07-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-07-21\";s:10:\"date_start\";s:19:\"2026-07-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-07-22\";s:10:\"date_start\";s:19:\"2026-07-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:22;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368491,'_transient_timeout_wc_report_products_stats_de38e34a3b03907ce11e8732d5010e35','1785352609','off'),(368492,'_transient_wc_report_products_stats_de38e34a3b03907ce11e8732d5010e35','a:2:{s:7:\"version\";s:10:\"1784738321\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:22:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-07-01\";s:10:\"date_start\";s:19:\"2026-07-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-07-02\";s:10:\"date_start\";s:19:\"2026-07-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-07-03\";s:10:\"date_start\";s:19:\"2026-07-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-07-04\";s:10:\"date_start\";s:19:\"2026-07-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-07-05\";s:10:\"date_start\";s:19:\"2026-07-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-07-06\";s:10:\"date_start\";s:19:\"2026-07-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-07-07\";s:10:\"date_start\";s:19:\"2026-07-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-07-08\";s:10:\"date_start\";s:19:\"2026-07-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-07-09\";s:10:\"date_start\";s:19:\"2026-07-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-07-10\";s:10:\"date_start\";s:19:\"2026-07-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-07-11\";s:10:\"date_start\";s:19:\"2026-07-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-07-12\";s:10:\"date_start\";s:19:\"2026-07-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-07-13\";s:10:\"date_start\";s:19:\"2026-07-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-07-14\";s:10:\"date_start\";s:19:\"2026-07-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-07-15\";s:10:\"date_start\";s:19:\"2026-07-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-07-16\";s:10:\"date_start\";s:19:\"2026-07-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-07-17\";s:10:\"date_start\";s:19:\"2026-07-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-07-18\";s:10:\"date_start\";s:19:\"2026-07-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-07-19\";s:10:\"date_start\";s:19:\"2026-07-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-07-20\";s:10:\"date_start\";s:19:\"2026-07-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-07-21\";s:10:\"date_start\";s:19:\"2026-07-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-07-22\";s:10:\"date_start\";s:19:\"2026-07-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:22;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368506,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-7.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-7.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-7.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-7.0.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"7.0.2\";s:7:\"version\";s:5:\"7.0.2\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1785318559;s:15:\"version_checked\";s:5:\"7.0.2\";s:12:\"translations\";a:0:{}}','off'),(368507,'_site_transient_timeout_wp_plugin_dependencies_plugin_timeout_woocommerce','1784791102','off'),(368508,'_site_transient_wp_plugin_dependencies_plugin_timeout_woocommerce','1','off'),(368509,'_site_transient_timeout_wp_plugin_dependencies_plugin_timeout_elementor','1784791102','off'),(368510,'_site_transient_wp_plugin_dependencies_plugin_timeout_elementor','1','off'),(368511,'_transient_timeout_wc_upgrade_notice_10.9.4','1784834303','off'),(368512,'_transient_wc_upgrade_notice_10.9.4','','off');
INSERT INTO `wp_options` VALUES (368587,'elementor_pro_remote_info_api_data_4.1.0','a:2:{s:7:\"timeout\";i:1785361759;s:5:\"value\";s:257829:\"{\"stable_version\":\"4.2.1\",\"last_updated\":\"2026-07-28 13:39:50\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:243012:\\\"<h1>Elementor Pro - by Elementor.com<\\/h1>\\n<h4>4.2.1 - 2026-07-28<\\/h4>\\n<ul>\\n<li>Fix: Child product categories display the parent category image when Loop Taxonomy is used in a Product Archive template - Atomic Editor<\\/li>\\n<li>Fix: ACF Dynamic Tags display default values instead of item data in Loops - Atomic Editor<\\/li>\\n<li>Fix: ACF fields display in a flat list instead of being grouped by field group in Dynamic Tag - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.2.0 - 2026-07-20<\\/h4>\\n<ul>\\n<li>New: Introducing Loop for building dynamic content layouts - Atomic Editor<\\/li>\\n<li>Tweak: Added Email 2 as an additional action after submit in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Improved the settings UI in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added autocomplete support for better accessibility in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added accessibility support for Atomic Form success and error messages after submission - Atomic Editor<\\/li>\\n<li>Fix: Local styles are not loaded inside Shortcode or Template widgets - Atomic Editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/32921\\\">#32921<\\/a>)<\\/li>\\n<li>Fix: Empty overrides in nested Components show the default value instead of remaining empty - Atomic Editor<\\/li>\\n<li>Fix: Classes created from Components override the expected class priority - Atomic Editor<\\/li>\\n<li>Fix: Redoing detach Component inside another Component leaves stale exposed properties behind - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form elements cannot be copied and pasted - Atomic Editor<\\/li>\\n<li>Fix: Metadata is missing from email submissions in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Sub-menu indicators flicker while the page is loading in WordPress Menu widget<\\/li>\\n<li>Fix: Load on Click duplicates the initial posts instead of loading the next posts when using multiple Posts widgets<\\/li>\\n<li>Fix: Buttons are not keyboard accessible in Flip Box widget<\\/li>\\n<li>Fix: Non-existent pages can trigger a fatal error in Archive and 404 templates<\\/li>\\n<li>Fix: Custom Search Results URLs can trigger a fatal error in Search widget<\\/li>\\n<li>Fix: Headings are highlighted inconsistently when scrolling down and back up in Table of Contents widget<\\/li>\\n<li>Fix: PHP warnings appear when WooCommerce coupons are disabled in Cart and Checkout widgets<\\/li>\\n<\\/ul>\\n<h4>4.1.3 - 2026-07-14<\\/h4>\\n<ul>\\n<li>Fix: Content section isn&#39;t expanded by default when adding atomic element inside Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form cannot be saved as template - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.1.2 - 2026-06-23<\\/h4>\\n<ul>\\n<li>Fix: Email action is not configured correctly when submitting Atomic Forms - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.1.1 - 2026-06-08<\\/h4>\\n<ul>\\n<li>Fix: Live Results item count does not apply correctly on Tablet and Mobile in Search widget<\\/li>\\n<li>Fix: Default animation appears for logged-out users when using an ACF URL dynamic tag in Lottie widget<\\/li>\\n<li>Fix: &quot;Something went wrong&quot; error appears when using Taxonomy Filter with a Loop Grid based on Current Query<\\/li>\\n<\\/ul>\\n<h4>4.1.0 - 2026-05-26<\\/h4>\\n<ul>\\n<li>Tweak: Added Radio Button element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Select element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Date Picker element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Time Picker element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added File Upload element to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Webhook URL support to Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Improved the default To and From field settings in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Updated the Connected Input ID control to a Select control in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added the Atomic Elements section when editing Loop Grid templates - Atomic Editor<\\/li>\\n<li>Tweak: Added support for dynamic field mentions in email content in Atomic Form - Atomic Editor<\\/li>\\n<li>Tweak: Added Start and End grid lines for the While Scrolling effect in Interactions - Atomic Editor<\\/li>\\n<li>Tweak: Updated the minimum required WordPress version to 6.8<\\/li>\\n<li>Fix: Custom styles are lost for Atomic elements used in loops - Atomic Editor<\\/li>\\n<li>Fix: Action Log and Page Title are not recorded in Atomic Form submissions - Atomic Editor<\\/li>\\n<li>Fix: Inline editing does not work for Buttons inside Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Atomic Form cannot be dragged into containers or child containers - Atomic Editor<\\/li>\\n<li>Fix: Pasting content from another site may cause a fatal error with Loop Item Templates<\\/li>\\n<\\/ul>\\n<h4>4.0.4 - 2026-04-28<\\/h4>\\n<ul>\\n<li>Fix: Flexbox and Div Block do not work with display conditions - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.3 - 2026-04-20<\\/h4>\\n<ul>\\n<li>Tweak: Updated base style font styling in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Submit button not working inside popups in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Forms fail to send when using ACF Email dynamic tag - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.2 - 2026-04-13<\\/h4>\\n<ul>\\n<li>Fix: Interactions apply only to the first matching element instead of all instances on the page - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.1 - 2026-04-01<\\/h4>\\n<ul>\\n<li>Fix: Exposed text properties appear empty in existing components - Atomic Editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/35357\\\">#35357<\\/a>)<\\/li>\\n<li>Fix: Cannot publish existing components with overridable properties - Atomic Editor<\\/li>\\n<li>Fix: Unexpected characters appear when deleting attribute values using backspace - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.0 - 2026-03-30<\\/h4>\\n<ul>\\n<li>New: Introducing Atomic Forms using composable Atomic elements - create flexible form layouts by combining individual field elements - Atomic Editor<\\/li>\\n<li>New: Introducing Interactions with new triggers and custom effects for dynamic experiences - create animations based on user scroll and user behavior - Atomic Editor<\\/li>\\n<li>Tweak: Component creation is available for Pro users - Atomic Editor<\\/li>\\n<li>Tweak: Added the ability to detach Components into editable layouts - Atomic Editor<\\/li>\\n<li>Tweak: Added support for custom fonts in typography controls - Atomic Editor<\\/li>\\n<li>Fix: Unable to paste content into the Custom CSS field - Atomic Editor<\\/li>\\n<li>Fix: Error when assigning a dynamic custom field to a component&#39;s inner element in Components - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>3.35.1 - 2026-02-11<\\/h4>\\n<ul>\\n<li>Fix: Enqueue script errors when <code>WP_DEBUG<\\/code> is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/34617\\\">#34617<\\/a>)<\\/li>\\n<li>Fix: General UI issues in Editor screens in WordPress Admin<\\/li>\\n<\\/ul>\\n<h4>3.35.0 - 2026-02-02<\\/h4>\\n<ul>\\n<li>Tweak: Extended the color picker to support ACF fields - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables with custom units across relevant controls - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables in border radius controls - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.34.4 - 2026-01-29<\\/h4>\\n<ul>\\n<li>Fix: Shortcodes overflow the screen on Saved Templates screen in WordPress Admin<\\/li>\\n<li>Fix: Avoid Multiple Popups control does not work in Popups<\\/li>\\n<\\/ul>\\n<h4>3.34.3 - 2026-01-26<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder WordPress view does not work as expected<\\/li>\\n<li>Fix: Submissions menu appears even when the setting is disabled<\\/li>\\n<\\/ul>\\n<h4>3.34.2 - 2026-01-22<\\/h4>\\n<ul>\\n<li>Tweak: Updated notification behavior in Elementor menu in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.1 - 2026-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Unified the Elementor interface into a single place to manage, optimize, and configure Elementor capabilities in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn&#39;t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn&#39;t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the &#39;Avoid Duplicates&#39; option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn&#39;t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: &#39;Reading Settings&#39; unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder&#39;s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the &#39;Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added &#39;Structure&#39; indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to &#39;Copy&#39;, &#39;Paste&#39;, and &#39;Clear&#39; Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the &#39;Create Template&#39; button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the &#39;Loader&#39; animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to &#39;Current Query&#39; explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: &#39;Editing Mode&#39; for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas<\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove &#39;User IP&#39; and &#39;User Agent&#39; from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn&#39;t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn&#39;t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing &#39;self-hosted&#39; source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: &#39;Fallback: Recent Posts&#39; option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don&#39;t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn&#39;t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added &#39;Active item state&#39; to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget&#39;s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the &#39;Gap between slides&#39; control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can&#39;t edit page when using &#39;Content Tabs&#39; and &#39;Section&#39; options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups&#39; backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn&#39;t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to &#39;Show up to X times&#39; advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added &#39;Equal height&#39; functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note&#39;s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label&#39;s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn&#39;t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn&#39;t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn&#39;t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn&#39;t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn&#39;t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn&#39;t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn&#39;t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook&#39;s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn&#39;t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn&#39;t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn&#39;t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn&#39;t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn&#39;t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor&#39;s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn&#39;t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can&#39;t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn&#39;t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don&#39;t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn&#39;t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn&#39;t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>Elementor\\\\Utils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section&#39;s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can&#39;t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn&#39;t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn&#39;t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn&#39;t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code&#39;s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren&#39;t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted &#39;Max Height&#39; control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in &#39;Reply To&#39; Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted &#39;Max Height&#39; control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475%5D\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can&#39;t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder&#39;s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can&#39;t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of &#39;get_create_url&#39; in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn&#39;t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can&#39;t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn&#39;t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don&#39;t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn&#39;t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren&#39;t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can&#39;t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn&#39;t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can&#39;t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn&#39;t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don&#39;t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=&quot;navigation&quot;<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn&#39;t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn&#39;t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder&#39;s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder&#39;s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when &#39;Hide Title&#39; is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it&#39;s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it&#39;s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won&#39;t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for &#39;View Cart&#39; link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added &#39;Current Subcategories&#39; option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it&#39;s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it&#39;s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent&#39;s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it&#39;s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it&#39;s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn&#39;t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in &#39;typing&#39; and &#39;clip&#39; animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there&#39;s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don&#39;t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorPro\\\\Modules\\\\Forms\\\\Classes\\\\Action_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can&#39;t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - &#39;Link apply on&#39; logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with &#39;0&#39; for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\n\\\";}\",\"new_version\":\"4.2.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"6.8\",\"tested\":\"7.0\",\"elementor_requires\":\"3.34\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9jbGluaWNzdG9yZS5saWNlY2xpbmljc29mYW1lcmljYS5jb20iLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzg1MzE4NTU5LCJleHAiOjE3ODU0MDQ5NTl9.3cX6oRFjhjzt-ajznS-eX5Z6tDt1oauohCcoEBSXIlg\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9jbGluaWNzdG9yZS5saWNlY2xpbmljc29mYW1lcmljYS5jb20iLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzg1MzE4NTU5LCJleHAiOjE3ODU0MDQ5NTl9.3cX6oRFjhjzt-ajznS-eX5Z6tDt1oauohCcoEBSXIlg\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/assets.elementor.com\\/miscellaneous\\/v1\\/images\\/icon.svg\"},\"requires_php\":\"7.4\"}\";}','off'),(368604,'_transient_timeout_wc_report_customers_e02322496cc4382f570ae484127ea35b','1785421961','off'),(368605,'_transient_wc_report_customers_e02322496cc4382f570ae484127ea35b','a:2:{s:7:\"version\";s:10:\"1784738321\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:122;s:7:\"user_id\";i:4;s:8:\"username\";s:7:\"lca_slc\";s:4:\"name\";s:13:\"Harley Ruelle\";s:10:\"first_name\";s:6:\"Harley\";s:9:\"last_name\";s:6:\"Ruelle\";s:5:\"email\";s:33:\"info@slc.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:6:\"Murray\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:15:\"date_registered\";s:19:\"2021-04-08 19:54:57\";s:16:\"date_last_active\";s:19:\"2026-07-22 16:38:41\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368608,'_transient_timeout_wc_report_customers_f21baca92553ee028714a83dfff675d7','1785422141','off'),(368609,'_transient_wc_report_customers_f21baca92553ee028714a83dfff675d7','a:2:{s:7:\"version\";s:10:\"1784738321\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:122;s:7:\"user_id\";i:4;s:8:\"username\";s:7:\"lca_slc\";s:4:\"name\";s:13:\"Harley Ruelle\";s:10:\"first_name\";s:6:\"Harley\";s:9:\"last_name\";s:6:\"Ruelle\";s:5:\"email\";s:33:\"info@slc.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:6:\"Murray\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:15:\"date_registered\";s:19:\"2021-04-08 19:54:57\";s:16:\"date_last_active\";s:19:\"2026-07-22 16:38:41\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368610,'_transient_timeout_wc_order_184398_needs_processing','1784903788','off'),(368611,'_transient_wc_order_184398_needs_processing','1','off'),(368612,'_transient_timeout_wc_report_customers_69903bb626ab5472b7d3825099a03cf8','1785422190','off'),(368613,'_transient_wc_report_customers_69903bb626ab5472b7d3825099a03cf8','a:2:{s:7:\"version\";s:10:\"1784738321\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:122;s:7:\"user_id\";i:4;s:8:\"username\";s:7:\"lca_slc\";s:4:\"name\";s:13:\"Harley Ruelle\";s:10:\"first_name\";s:6:\"Harley\";s:9:\"last_name\";s:6:\"Ruelle\";s:5:\"email\";s:33:\"info@slc.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:6:\"Murray\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:15:\"date_registered\";s:19:\"2021-04-08 19:54:57\";s:16:\"date_last_active\";s:19:\"2026-07-22 16:38:41\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368651,'_transient_timeout_wc_order_184399_needs_processing','1784917529','off'),(368652,'_transient_wc_order_184399_needs_processing','1','off'),(368830,'_transient_timeout_wc_shipping_method_count','1787494631','off'),(368831,'_transient_wc_shipping_method_count','a:4:{s:7:\"version\";s:10:\"1769012913\";s:6:\"legacy\";i:0;s:7:\"enabled\";i:1;s:8:\"disabled\";i:0;}','off'),(368840,'_transient_timeout_wc_report_customers_2c81583d10fe16bd2d77d57f71509cc1','1785507434','off'),(368841,'_transient_wc_report_customers_2c81583d10fe16bd2d77d57f71509cc1','a:2:{s:7:\"version\";s:10:\"1784831129\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:122;s:7:\"user_id\";i:4;s:8:\"username\";s:7:\"lca_slc\";s:4:\"name\";s:13:\"Harley Ruelle\";s:10:\"first_name\";s:6:\"Harley\";s:9:\"last_name\";s:6:\"Ruelle\";s:5:\"email\";s:33:\"info@slc.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:6:\"Murray\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:15:\"date_registered\";s:19:\"2021-04-08 19:54:57\";s:16:\"date_last_active\";s:19:\"2026-07-22 16:38:41\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368842,'_site_transient_timeout_woocommerce_new_version','1785507434','off'),(368843,'_site_transient_woocommerce_new_version','10.9.4','off'),(368846,'_transient_timeout_wc_report_customers_37ff099c0e53a64edf8adbf6fbc428a4','1785507493','off'),(368847,'_transient_wc_report_customers_37ff099c0e53a64edf8adbf6fbc428a4','a:2:{s:7:\"version\";s:10:\"1784831129\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:122;s:7:\"user_id\";i:4;s:8:\"username\";s:7:\"lca_slc\";s:4:\"name\";s:13:\"Harley Ruelle\";s:10:\"first_name\";s:6:\"Harley\";s:9:\"last_name\";s:6:\"Ruelle\";s:5:\"email\";s:33:\"info@slc.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:6:\"Murray\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:15:\"date_registered\";s:19:\"2021-04-08 19:54:57\";s:16:\"date_last_active\";s:19:\"2026-07-22 16:38:41\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368848,'_transient_timeout_wc_report_customers_c6821e8c2379bc9deb4647424cd2d213','1785507516','off'),(368849,'_transient_wc_report_customers_c6821e8c2379bc9deb4647424cd2d213','a:2:{s:7:\"version\";s:10:\"1784831129\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-07-23 18:24:39\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368859,'_transient_timeout_wc_report_customers_17913c852b9450d0946ee43f3a00566f','1785508987','off'),(368860,'_transient_wc_report_customers_17913c852b9450d0946ee43f3a00566f','a:2:{s:7:\"version\";s:10:\"1784831129\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:17:{s:2:\"id\";i:113;s:7:\"user_id\";i:67;s:8:\"username\";s:15:\"lca_naughtynits\";s:4:\"name\";s:13:\"Marnie Murray\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:5:\"email\";s:23:\"contact@naughtynits.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:15:\"date_registered\";s:19:\"2021-04-19 04:39:50\";s:16:\"date_last_active\";s:19:\"2026-07-23 18:24:39\";s:15:\"date_last_order\";N;s:12:\"orders_count\";i:0;s:11:\"total_spend\";d:0;s:15:\"avg_order_value\";d:0;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(368861,'_transient_timeout_woocommerce_admin_misc_recommendations_specs','1784990589','off'),(368862,'_transient_woocommerce_admin_misc_recommendations_specs','a:1:{s:5:\"en_US\";a:1:{s:21:\"woocommerce-analytics\";O:8:\"stdClass\":2:{s:2:\"id\";s:21:\"woocommerce-analytics\";s:38:\"order_attribution_promotion_percentage\";a:3:{i:0;a:2:{i:0;s:3:\"9.7\";i:1;i:10;}i:1;a:2:{i:0;s:3:\"9.6\";i:1;i:10;}i:2;a:2:{i:0;s:3:\"9.5\";i:1;i:1;}}}}}','off'),(368983,'_site_transient_timeout_woocommerce_blocks_patterns','1787586624','off'),(368984,'_site_transient_woocommerce_blocks_patterns','a:2:{s:7:\"version\";s:6:\"10.7.0\";s:8:\"patterns\";a:41:{i:0;a:11:{s:5:\"title\";s:6:\"Banner\";s:4:\"slug\";s:25:\"woocommerce-blocks/banner\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:10:\"banner.php\";}i:1;a:11:{s:5:\"title\";s:23:\"Coming Soon Entire Site\";s:4:\"slug\";s:35:\"woocommerce/coming-soon-entire-site\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"coming-soon-entire-site.php\";}i:2;a:11:{s:5:\"title\";s:22:\"Coming Soon Store Only\";s:4:\"slug\";s:34:\"woocommerce/coming-soon-store-only\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"coming-soon-store-only.php\";}i:3;a:11:{s:5:\"title\";s:11:\"Coming Soon\";s:4:\"slug\";s:23:\"woocommerce/coming-soon\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:15:\"coming-soon.php\";}i:4;a:11:{s:5:\"title\";s:29:\"Content Right with Image Left\";s:4:\"slug\";s:48:\"woocommerce-blocks/content-right-with-image-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:28:\"content-right-image-left.php\";}i:5;a:11:{s:5:\"title\";s:29:\"Featured Category Cover Image\";s:4:\"slug\";s:48:\"woocommerce-blocks/featured-category-cover-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:33:\"featured-category-cover-image.php\";}i:6;a:11:{s:5:\"title\";s:24:\"Featured Category Triple\";s:4:\"slug\";s:43:\"woocommerce-blocks/featured-category-triple\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:28:\"featured-category-triple.php\";}i:7;a:11:{s:5:\"title\";s:12:\"Large Footer\";s:4:\"slug\";s:31:\"woocommerce-blocks/footer-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:16:\"footer-large.php\";}i:8;a:11:{s:5:\"title\";s:23:\"Footer with Simple Menu\";s:4:\"slug\";s:37:\"woocommerce-blocks/footer-simple-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:22:\"footer-simple-menu.php\";}i:9;a:11:{s:5:\"title\";s:19:\"Footer with 3 Menus\";s:4:\"slug\";s:38:\"woocommerce-blocks/footer-with-3-menus\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"footer-with-3-menus.php\";}i:10;a:11:{s:5:\"title\";s:28:\"Four Image Grid Content Left\";s:4:\"slug\";s:47:\"woocommerce-blocks/four-image-grid-content-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"four-image-grid-content-left.php\";}i:11;a:11:{s:5:\"title\";s:20:\"Centered Header Menu\";s:4:\"slug\";s:39:\"woocommerce-blocks/header-centered-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"header-centered-pattern.php\";}i:12;a:11:{s:5:\"title\";s:23:\"Distraction Free Header\";s:4:\"slug\";s:42:\"woocommerce-blocks/header-distraction-free\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"header-distraction-free.php\";}i:13;a:11:{s:5:\"title\";s:16:\"Essential Header\";s:4:\"slug\";s:35:\"woocommerce-blocks/header-essential\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:20:\"header-essential.php\";}i:14;a:11:{s:5:\"title\";s:12:\"Large Header\";s:4:\"slug\";s:31:\"woocommerce-blocks/header-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:16:\"header-large.php\";}i:15;a:11:{s:5:\"title\";s:14:\"Minimal Header\";s:4:\"slug\";s:33:\"woocommerce-blocks/header-minimal\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:18:\"header-minimal.php\";}i:16;a:11:{s:5:\"title\";s:46:\"Heading with Three Columns of Content and Link\";s:4:\"slug\";s:66:\"woocommerce-blocks/heading-with-three-columns-of-content-with-link\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:51:\"heading-with-three-columns-of-content-with-link.php\";}i:17;a:11:{s:5:\"title\";s:20:\"Hero Product 3 Split\";s:4:\"slug\";s:39:\"woocommerce-blocks/hero-product-3-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:24:\"hero-product-3-split.php\";}i:18;a:11:{s:5:\"title\";s:23:\"Hero Product Chessboard\";s:4:\"slug\";s:42:\"woocommerce-blocks/hero-product-chessboard\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"hero-product-chessboard.php\";}i:19;a:11:{s:5:\"title\";s:18:\"Hero Product Split\";s:4:\"slug\";s:37:\"woocommerce-blocks/hero-product-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:22:\"hero-product-split.php\";}i:20;a:11:{s:5:\"title\";s:33:\"Centered Content with Image Below\";s:4:\"slug\";s:52:\"woocommerce-blocks/centered-content-with-image-below\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:43:\"intro-centered-content-with-image-below.php\";}i:21;a:11:{s:5:\"title\";s:22:\"Just Arrived Full Hero\";s:4:\"slug\";s:41:\"woocommerce-blocks/just-arrived-full-hero\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"just-arrived-full-hero.php\";}i:22;a:11:{s:5:\"title\";s:33:\"No Products Found - Clear Filters\";s:4:\"slug\";s:43:\"woocommerce/no-products-found-clear-filters\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:29:\"no-products-found-filters.php\";}i:23;a:11:{s:5:\"title\";s:17:\"No Products Found\";s:4:\"slug\";s:29:\"woocommerce/no-products-found\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:21:\"no-products-found.php\";}i:24;a:11:{s:5:\"title\";s:19:\"Default Coming Soon\";s:4:\"slug\";s:36:\"woocommerce/page-coming-soon-default\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:28:\"page-coming-soon-default.php\";}i:25;a:11:{s:5:\"title\";s:25:\"Coming Soon Image Gallery\";s:4:\"slug\";s:42:\"woocommerce/page-coming-soon-image-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:34:\"page-coming-soon-image-gallery.php\";}i:26;a:11:{s:5:\"title\";s:30:\"Coming Soon Minimal Left Image\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-minimal-left-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:39:\"page-coming-soon-minimal-left-image.php\";}i:27;a:11:{s:5:\"title\";s:24:\"Coming Soon Modern Black\";s:4:\"slug\";s:41:\"woocommerce/page-coming-soon-modern-black\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:33:\"page-coming-soon-modern-black.php\";}i:28;a:11:{s:5:\"title\";s:29:\"Coming Soon Split Right Image\";s:4:\"slug\";s:46:\"woocommerce/page-coming-soon-split-right-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:38:\"page-coming-soon-split-right-image.php\";}i:29;a:11:{s:5:\"title\";s:34:\"Coming Soon with Header and Footer\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-with-header-footer\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:39:\"page-coming-soon-with-header-footer.php\";}i:30;a:11:{s:5:\"title\";s:28:\"Product Collection 3 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-3-columns.php\";}i:31;a:11:{s:5:\"title\";s:28:\"Product Collection 4 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-4-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-4-columns.php\";}i:32;a:11:{s:5:\"title\";s:28:\"Product Collection 5 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-5-columns.php\";}i:33;a:11:{s:5:\"title\";s:47:\"Product Collection: Featured Products 5 Columns\";s:4:\"slug\";s:65:\"woocommerce-blocks/product-collection-featured-products-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:50:\"product-collection-featured-products-5-columns.php\";}i:34;a:11:{s:5:\"title\";s:15:\"Product Gallery\";s:4:\"slug\";s:48:\"woocommerce-blocks/product-query-product-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:36:\"core/query/woocommerce/product-query\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:33:\"product-query-product-gallery.php\";}i:35;a:11:{s:5:\"title\";s:14:\"Product Search\";s:4:\"slug\";s:31:\"woocommerce/product-search-form\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"product-search-form.php\";}i:36;a:11:{s:5:\"title\";s:16:\"Related Products\";s:4:\"slug\";s:35:\"woocommerce-blocks/related-products\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:20:\"related-products.php\";}i:37;a:11:{s:5:\"title\";s:33:\"Social: Follow Us on Social Media\";s:4:\"slug\";s:51:\"woocommerce-blocks/social-follow-us-in-social-media\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:25:\"WooCommerce, social-media\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:36:\"social-follow-us-in-social-media.php\";}i:38;a:11:{s:5:\"title\";s:22:\"Testimonials 3 Columns\";s:4:\"slug\";s:41:\"woocommerce-blocks/testimonials-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"testimonials-3-columns.php\";}i:39;a:11:{s:5:\"title\";s:18:\"Testimonial Single\";s:4:\"slug\";s:38:\"woocommerce-blocks/testimonials-single\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"testimonials-single.php\";}i:40;a:11:{s:5:\"title\";s:37:\"Three Columns with Images and Content\";s:4:\"slug\";s:56:\"woocommerce-blocks/three-columns-with-images-and-content\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:41:\"three-columns-with-images-and-content.php\";}}}','off'),(369182,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_cache','1785359204','off'),(369183,'_transient_woocommerce_admin_pes_incentive_woopayments_cache','a:3:{s:10:\"incentives\";a:2:{i:0;a:6:{s:2:\"id\";s:32:\"wcpay-promo-2023-switch-discount\";s:8:\"promo_id\";s:32:\"wcpay-promo-2023-switch-discount\";s:4:\"type\";s:12:\"welcome_page\";s:11:\"description\";s:115:\"Sign up today for WooPayments and get <b>20% off</b> your payment processing costs for <b>the first six months.</b>\";s:9:\"cta_label\";s:28:\"Install WooPayments for free\";s:6:\"tc_url\";s:68:\"https://woocommerce.com/terms-conditions/woopayments-promotion-2023/\";}i:1;a:9:{s:2:\"id\";s:54:\"wcpay-promo-2023-switch-discount__wc_settings_payments\";s:8:\"promo_id\";s:32:\"wcpay-promo-2023-switch-discount\";s:4:\"type\";s:20:\"wc_settings_payments\";s:11:\"description\";s:161:\"Use the native payments solution built and supported by Woo to accept online and in-person payments, track revenue, and handle all payment activity in one place.\";s:9:\"cta_label\";s:20:\"Install and save 20%\";s:6:\"tc_url\";s:68:\"https://woocommerce.com/terms-conditions/woopayments-promotion-2023/\";s:5:\"title\";s:86:\"Save 20% on processing fees during your first 6 months when you switch to WooPayments.\";s:17:\"short_description\";s:86:\"Save 20% on processing fees during your first 6 months when you switch to WooPayments.\";s:5:\"badge\";s:27:\"Save 20% on processing fees\";}}s:12:\"context_hash\";s:32:\"bf8dce6f4e3f0cabe3630ef0e68e1b89\";s:9:\"timestamp\";i:1785186404;}','off'),(369198,'_transient_timeout_wp_mail_smtp_error_debug_events_transient_30-days','1785190007','off'),(369199,'_transient_wp_mail_smtp_error_debug_events_transient_30-days','0','off'),(369202,'_transient_timeout_wc_report_orders_stats_c2447f67ae996b394b8e0bb483f88880','1785791210','off'),(369203,'_transient_wc_report_orders_stats_c2447f67ae996b394b8e0bb483f88880','a:2:{s:7:\"version\";s:10:\"1784831129\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-31\";s:10:\"date_start\";s:19:\"2026-07-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-30\";s:10:\"date_start\";s:19:\"2026-07-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-29\";s:10:\"date_start\";s:19:\"2026-07-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-28\";s:10:\"date_start\";s:19:\"2026-07-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-27\";s:10:\"date_start\";s:19:\"2026-07-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(369204,'_transient_timeout_wc_report_products_stats_f061653c06b71d8484a7aa884f69c34d','1785791210','off'),(369205,'_transient_wc_report_products_stats_f061653c06b71d8484a7aa884f69c34d','a:2:{s:7:\"version\";s:10:\"1784831129\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-31\";s:10:\"date_start\";s:19:\"2026-07-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-30\";s:10:\"date_start\";s:19:\"2026-07-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-29\";s:10:\"date_start\";s:19:\"2026-07-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-28\";s:10:\"date_start\";s:19:\"2026-07-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-27\";s:10:\"date_start\";s:19:\"2026-07-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(369206,'_transient_timeout_wc_report_variations_stats_5e2c26875b848df1c1728ce648095467','1785791210','off'),(369207,'_transient_wc_report_variations_stats_5e2c26875b848df1c1728ce648095467','a:2:{s:7:\"version\";s:10:\"1784831129\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-31\";s:10:\"date_start\";s:19:\"2026-07-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2026-30\";s:10:\"date_start\";s:19:\"2026-07-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2026-29\";s:10:\"date_start\";s:19:\"2026-07-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2026-28\";s:10:\"date_start\";s:19:\"2026-07-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:7:\"2026-27\";s:10:\"date_start\";s:19:\"2026-07-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(369208,'_transient_timeout_wc_report_orders_stats_95fc3478c230bf7ff3f3455206d5d8c8','1785791210','off'),(369209,'_transient_wc_report_orders_stats_95fc3478c230bf7ff3f3455206d5d8c8','a:2:{s:7:\"version\";s:10:\"1784831129\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:27:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-07-01\";s:10:\"date_start\";s:19:\"2026-07-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-07-02\";s:10:\"date_start\";s:19:\"2026-07-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-07-03\";s:10:\"date_start\";s:19:\"2026-07-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-07-04\";s:10:\"date_start\";s:19:\"2026-07-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-07-05\";s:10:\"date_start\";s:19:\"2026-07-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-07-06\";s:10:\"date_start\";s:19:\"2026-07-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-07-07\";s:10:\"date_start\";s:19:\"2026-07-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-07-08\";s:10:\"date_start\";s:19:\"2026-07-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-07-09\";s:10:\"date_start\";s:19:\"2026-07-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-07-10\";s:10:\"date_start\";s:19:\"2026-07-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-07-11\";s:10:\"date_start\";s:19:\"2026-07-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-07-12\";s:10:\"date_start\";s:19:\"2026-07-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-07-13\";s:10:\"date_start\";s:19:\"2026-07-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-07-14\";s:10:\"date_start\";s:19:\"2026-07-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-07-15\";s:10:\"date_start\";s:19:\"2026-07-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-07-16\";s:10:\"date_start\";s:19:\"2026-07-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-07-17\";s:10:\"date_start\";s:19:\"2026-07-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-07-18\";s:10:\"date_start\";s:19:\"2026-07-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-07-19\";s:10:\"date_start\";s:19:\"2026-07-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-07-20\";s:10:\"date_start\";s:19:\"2026-07-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-07-21\";s:10:\"date_start\";s:19:\"2026-07-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-07-22\";s:10:\"date_start\";s:19:\"2026-07-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2026-07-23\";s:10:\"date_start\";s:19:\"2026-07-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-23 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2026-07-24\";s:10:\"date_start\";s:19:\"2026-07-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-24 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2026-07-25\";s:10:\"date_start\";s:19:\"2026-07-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2026-07-26\";s:10:\"date_start\";s:19:\"2026-07-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-26 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:26;a:6:{s:8:\"interval\";s:10:\"2026-07-27\";s:10:\"date_start\";s:19:\"2026-07-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:27;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(369210,'_transient_timeout_wc_report_products_stats_f23de835d4fc364296e6eb2f1fa2cf02','1785791210','off'),(369211,'_transient_wc_report_products_stats_f23de835d4fc364296e6eb2f1fa2cf02','a:2:{s:7:\"version\";s:10:\"1784831129\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:27:{i:0;a:6:{s:8:\"interval\";s:10:\"2026-07-01\";s:10:\"date_start\";s:19:\"2026-07-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-01 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2026-07-02\";s:10:\"date_start\";s:19:\"2026-07-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-02 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2026-07-03\";s:10:\"date_start\";s:19:\"2026-07-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-03 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2026-07-04\";s:10:\"date_start\";s:19:\"2026-07-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-04 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2026-07-05\";s:10:\"date_start\";s:19:\"2026-07-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-05 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2026-07-06\";s:10:\"date_start\";s:19:\"2026-07-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-06 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2026-07-07\";s:10:\"date_start\";s:19:\"2026-07-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-07 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2026-07-08\";s:10:\"date_start\";s:19:\"2026-07-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-08 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2026-07-09\";s:10:\"date_start\";s:19:\"2026-07-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-09 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2026-07-10\";s:10:\"date_start\";s:19:\"2026-07-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-10 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2026-07-11\";s:10:\"date_start\";s:19:\"2026-07-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-11 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2026-07-12\";s:10:\"date_start\";s:19:\"2026-07-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-12 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2026-07-13\";s:10:\"date_start\";s:19:\"2026-07-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-13 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2026-07-14\";s:10:\"date_start\";s:19:\"2026-07-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-14 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2026-07-15\";s:10:\"date_start\";s:19:\"2026-07-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-15 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2026-07-16\";s:10:\"date_start\";s:19:\"2026-07-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-16 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2026-07-17\";s:10:\"date_start\";s:19:\"2026-07-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-17 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2026-07-18\";s:10:\"date_start\";s:19:\"2026-07-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-18 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2026-07-19\";s:10:\"date_start\";s:19:\"2026-07-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-19 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2026-07-20\";s:10:\"date_start\";s:19:\"2026-07-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-20 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2026-07-21\";s:10:\"date_start\";s:19:\"2026-07-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-21 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2026-07-22\";s:10:\"date_start\";s:19:\"2026-07-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-22 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2026-07-23\";s:10:\"date_start\";s:19:\"2026-07-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-23 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2026-07-24\";s:10:\"date_start\";s:19:\"2026-07-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-24 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2026-07-25\";s:10:\"date_start\";s:19:\"2026-07-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-25 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2026-07-26\";s:10:\"date_start\";s:19:\"2026-07-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-26 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:26;a:6:{s:8:\"interval\";s:10:\"2026-07-27\";s:10:\"date_start\";s:19:\"2026-07-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2026-07-27 00:00:00\";s:8:\"date_end\";s:19:\"2026-07-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2026-07-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:27;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(369212,'_site_transient_timeout_community-events-ab3a0f240b2a8a252c17d491a702fca6','1785229610','off'),(369213,'_site_transient_community-events-ab3a0f240b2a8a252c17d491a702fca6','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"169.224.199.0\";}s:6:\"events\";a:3:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://us.wordcamp.org/2026/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2026-08-16 09:00:00\";s:8:\"end_date\";s:19:\"2026-08-19 17:00:00\";s:20:\"start_unix_timestamp\";i:1786896000;s:18:\"end_unix_timestamp\";i:1787184000;s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Phoenix, Arizona\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.448377100000002;s:9:\"longitude\";d:-112.0740373;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"WordPress Hangout & Networking\";s:3:\"url\";s:67:\"https://www.meetup.com/wordpress-montclair-meetup/events/311737864/\";s:6:\"meetup\";s:26:\"WordPress Montclair Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/wordpress-montclair-meetup/\";s:4:\"date\";s:19:\"2026-08-05 18:30:00\";s:8:\"end_date\";s:19:\"2026-08-05 21:30:00\";s:20:\"start_unix_timestamp\";i:1785969000;s:18:\"end_unix_timestamp\";i:1785979800;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Montclair, NJ, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:40.816208000000003;s:9:\"longitude\";d:-74.218506000000005;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:29:\"An Evening of Lightning Talks\";s:3:\"url\";s:76:\"https://www.meetup.com/philadelphia-wordpress-meetup-group/events/315752921/\";s:6:\"meetup\";s:35:\"Philadelphia WordPress Meetup Group\";s:10:\"meetup_url\";s:59:\"https://www.meetup.com/philadelphia-wordpress-meetup-group/\";s:4:\"date\";s:19:\"2026-09-24 19:00:00\";s:8:\"end_date\";s:19:\"2026-09-24 21:00:00\";s:20:\"start_unix_timestamp\";i:1790290800;s:18:\"end_unix_timestamp\";i:1790298000;s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Philadelphia, PA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:39.962153999999998;s:9:\"longitude\";d:-75.140749999999997;}}}}','off'),(369214,'_site_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1785229610','off'),(369215,'_site_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jul 2026 19:20:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=7.1-beta3-62855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 7.1 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 15:23:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"7-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21177\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"WordPress 7.1 Beta 3 is ready for download and testing!&#160; This beta release is intended for testing and development only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features. How to Test WordPress 7.1 Beta [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Benjamin Zekavica\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8449:\"\n<p class=\"wp-block-paragraph\">WordPress 7.1 Beta 3 is ready for download and testing!&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta release is intended for testing and development</strong> only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 7.1 Beta 3</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.1 Beta 3 in any of the following ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.1-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\" target=\"_blank\" rel=\"noreferrer noopener\">WP-CLI</a> command: <br><code>wp core update --version=7.1-beta3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?site-slug=kind-classic-mountain&amp;networking=no&amp;php=8.3&amp;wp=beta&amp;language=&amp;multisite=no\" target=\"_blank\" rel=\"noopener\">7.1 Beta 3 WordPress Playground instance</a> to test the software directly in your browser. No setup required-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.1 is <strong>August 19, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Find out what’s new in WordPress 7.1</strong>: Read the <a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\">Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute – whether or not you have experience.&nbsp;<a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\">Details on what to test in WordPress 7.1 are available here</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please share it in the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\" rel=\"noopener\">Alpha/Beta area</a>&nbsp;of the support forums. If you are comfortable submitting a reproducible bug report, you can do so&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\" rel=\"noopener\">via WordPress Trac</a>. You can also check your issue against this list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\" rel=\"noopener\">known bugs</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a>&nbsp;and join the&nbsp;<a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a>&nbsp;on&nbsp;<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 7.1 Beta 3?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">For technical details on the more than <strong>71 issues</strong> addressed since Beta 1, see the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=07%2F15%2F2026..07%2F22%2F2026&amp;milestone=7.1&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed 7.1 WordPress Core Trac tickets</a> since July 15, 2026</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/7.1?since=2026-07-15&amp;until=2026-07-22\">7.1 Gutenberg commits</a> since July 15, 2026</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Note: <strong>Beta 2 was released on July 17, 2026</strong>, as part of the <a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\">WordPress 7.0.2 release</a> and includes important security fixes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Beta 3 introduces two improvements to styling.</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Applying local style changes globally is no longer an all-or-nothing action. The <a href=\"https://github.com/WordPress/gutenberg/pull/79839\" target=\"_blank\" rel=\"noopener\">Apply globally</a>&nbsp;option in the block inspector now opens a quick review step, allowing you to choose which modified styles to apply globally while keeping the rest as local overrides.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Other notable fixes include improvements to media uploads: long animated GIF uploads no longer hang, images rotated using EXIF metadata are processed correctly, and uploading a single HEIC image in Safari no longer creates two entries.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The editor also includes additional fixes for Notes, responsive styling, and custom CSS. For developers, WordPress Coding Standards has been updated to version 3.4.0.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/2026/05/22/extending-unicode-support-in-email-addresses-usernames-and-slugs/\" target=\"_blank\" rel=\"noopener\">Unicode email address support</a> will <strong>not be included</strong> in WordPress 7.1. The work will continue in a community plugin, allowing broader testing of compatibility, security, and data-handling considerations.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 3 haiku</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Fresh bugs surface now,<br>click by click, we chase them down—<br>codebase grows steady.</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to </em><a href=\'https://profiles.wordpress.org/krupajnanda/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>krupajnanda</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <br><a href=\'https://profiles.wordpress.org/wildworks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wildworks</a>, <a href=\'https://profiles.wordpress.org/amykamala/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>amykamala</a> <em>for proofreading and review.</em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-style:none;border-width:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:var(--wp--preset--shadow--natural)\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a><figcaption class=\"wp-element-caption\">Join us for the launch of WordPress 7.1 at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a>, August 16–19.</figcaption></figure>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress 7.0.2 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 18:45:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21167\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"WordPress 7.0.2 is now available. The 7.0.2 security release addresses one critical and one high severity security issue. Because this is a security release, it is recommended that you update your sites immediately. Due to the severity, the WordPress.org team have enabled forced updates via the auto-update system for sites running affected versions. To manually [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4464:\"\n<h2 class=\"wp-block-heading\">WordPress 7.0.2 is now available.</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The 7.0.2 security release addresses one critical and one high severity security issue.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because this is a security release, <strong>it is recommended that you update your sites immediately.</strong> Due to the severity, the WordPress.org team have enabled forced updates via the auto-update system for sites running affected versions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To manually update you can visit your WordPress Dashboard, click “Updates”, and then click “Update Now”, or you can <a href=\"https://wordpress.org/wordpress-7.0.2.zip\">download WordPress 7.0.2 from WordPress.org</a>. On sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The security team would like to thank the following people for responsibly <a href=\"https://hackerone.com/wordpress\">reporting</a> vulnerabilities and allowing them to be fixed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A facilitated SQL injection issue reported as a team by TF1T, dtro, and haongo </li>\n\n\n\n<li>A REST API batch-route confusion and SQL injection issue leading to Remote Code Execution reported by Adam Kues at <a href=\"https://slcyber.io\"><u>Assetnote / Searchlight Cyber</u></a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on this release, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-7-0-2/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Backports</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress 6.9 is affected by both vulnerabilities. Version 6.9.5 has been released containing fixes for both.</li>\n\n\n\n<li>WordPress 6.8 is only affected by the first vulnerability. Version 6.8.6 has been released containing a fix.</li>\n\n\n\n<li>The beta release of WordPress 7.1 is affected by both vulnerabilities. Version 7.1 beta2 has been released containing fixes for both.</li>\n\n\n\n<li>Versions of WordPress prior to 6.8 are not affected.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">CVE and GHSA references</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-fpp7-x2x2-2mjf\"><code>CVE-2026-60137</code> / <code>GHSA-fpp7-x2x2-2mjf</code></a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-ff9f-jf42-662q\"><code>CVE-2026-63030</code> / <code>GHSA-ff9f-jf42-662q</code></a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> and <a href=\"https://profiles.wordpress.org/barry/\">Barry Abrahamson</a>. In addition to the security researchers mentioned above, WordPress 7.0.2 would not have been possible without the significant contributions of the following people: <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/Barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ehtis\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/Matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, plus representatives from Altis, Automattic, Bluehost, Cloudflare, GoDaddy, Hostinger, and WP Engine.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 7.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 15:53:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"7-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20987\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"WordPress 7.1 Beta 1 is ready for download and testing!&#160; This beta release is intended for testing and development&#160;only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features. How to Test WordPress 7.1 Beta 1 [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Krupa Nanda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18997:\"\n<p class=\"wp-block-paragraph\">WordPress 7.1 Beta 1 is ready for download and testing!&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta release is intended for testing and development</strong>&nbsp;only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 7.1 Beta 1</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.1 Beta 1 in any of the following ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.1-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\" target=\"_blank\" rel=\"noreferrer noopener\">WP-CLI</a> command: <br><code>wp core update --version=7.1-beta1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?site-slug=kind-classic-mountain&amp;networking=no&amp;php=8.3&amp;wp=beta&amp;language=&amp;multisite=no\" target=\"_blank\" rel=\"noopener\">7.1 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. No setup required-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.1 is <strong>August 19, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\" data-type=\"link\" data-id=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\" target=\"_blank\" rel=\"noopener\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing! </p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute – whether or not you have experience.&nbsp;<a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\">Details on what to test in WordPress 7.1 are available here</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please share it in the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\" rel=\"noopener\">Alpha/Beta area</a>&nbsp;of the support forums. If you are comfortable submitting a reproducible bug report, you can do so&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\" rel=\"noopener\">via WordPress Trac</a>. You can also check your issue against this list of&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\" rel=\"noopener\">known bugs</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a>&nbsp;and join the&nbsp;<a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a>&nbsp;on&nbsp;<a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 will include new features that were previously only available in the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 7.0 in the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s New in Gutenberg</a> posts for versions <a href=\"https://make.wordpress.org/core/2026/03/11/whats-new-in-gutenberg-22-7-11-march/\">22.7</a>, <a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/\">22.8</a>, <a href=\"https://make.wordpress.org/core/2026/04/09/whats-new-in-gutenberg-22-9-8-april/\">22.9</a>, <a href=\"https://make.wordpress.org/core/2026/04/22/whats-new-in-gutenberg-23-0-22-april/\">23.0</a>, <a href=\"https://make.wordpress.org/core/2026/05/07/whats-new-in-gutenberg-23-1-07-may/\">23.1</a>, <a href=\"https://make.wordpress.org/core/2026/05/21/whats-new-in-gutenberg-23-2-21-may/\">23.2</a>, <a href=\"https://make.wordpress.org/core/2026/06/03/whats-new-in-gutenberg-23-3-03-jun/\">23.3</a>, <a href=\"https://make.wordpress.org/core/2026/06/17/whats-new-in-gutenberg-23-3-03-jun-2/\">23.4</a>, <a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">23.5</a> and 23.6.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in WordPress 7.1?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 delivers a more complete set of styling controls, a smoother media experience, and a more personalized admin experience. Notes have evolved to add inline notes with @mentions and rich text formatting that make asynchronous feedback feel more powerful. New styling features unlock long requested features to style how blocks look across screen sizes and to style interactive states, all without writing custom CSS. Various client side media improvements means better format support, improved performance, and more resilient uploads when adding media to your site. A new inline cropping tool brings a fresh and more robust experience to editing images. Finally, the admin experience becomes easier to navigate with an ever present admin bar in the editors, improvements to the command palette, and various quality of life improvements. Underneath it all, developers get an expanding set of APIs to build on, and site owners get better support for a truly global audience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">New suite of Notes features</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Notes continue to grow into a fuller collaboration experience, making asynchronous feedback between teams faster and more expressive.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Text Formatting</strong>: Notes now support inline formatting like bold, italic, code, links and adding emoji; each with a respective keyboard shortcut, so feedback reads clearly without breaking your flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>@mentions</strong>: Type &#8220;@&#8221; in a Note to pull up a searchable list of collaborators and tag someone directly, so feedback points at the right person without leaving the sidebar.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Leave notes anywhere</strong>: Start more than one conversation on the same block instead of folding every comment into a single thread, making it easier to track distinct pieces of feedback.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Inline notes:</strong> Leave a note on a text selection instead of on an entire block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Show more / show less</strong>: Long notes now collapse by default with a toggle to expand them, keeping the margin tidy while you write.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Style it your way, on any screen</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 takes a major step toward built-in responsive design and interactive styling, letting you achieve looks that once required writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Responsive styling</strong>: Define how a block looks at different screen sizes directly in the editor, for both Global Styles and individual blocks without the need of writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Viewport breakpoint customization</strong>: Theme authors can now define their own responsive breakpoints in <code>theme.json</code>, giving more flexibility for how responsive controls behave on a given site.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Interactive state styling</strong>: Style how blocks respond to interaction, like a button changing color on hover or focus, using a standardized set of controls for both Global Styles and individual block instances.</p>\n\n\n\n<h3 class=\"wp-block-heading\">A smoother media experience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Uploading, editing, and browsing media keeps getting more capable and more reliable.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Client-side media processing</strong>: Image and media processing moves into the browser, now with broader format support that includes HEIC (the default format for iPhone photos), UltraHDR, AVIF and WebP support built in,&nbsp;plus GIF-to-video conversion for lighter, more efficient files. Uploads are also more resilient, with a progress indicator and automatic retries if your data connectivity drops off.</li>\n\n\n\n<li><strong>New Media Editor Modal</strong>: A dedicated modal for editing images replaces the inline cropping tool, bringing cropping, rotation, and metadata editing together in one streamlined workflow.</li>\n\n\n\n<li><strong>Smarter galleries</strong>: Gallery blocks can automatically pull in and sort media already attached to the current post, cutting down on manual set-up.</li>\n\n\n\n<li><strong>View attached images:</strong> After you upload images to a post, the inserter will automatically surface them in a new Attached images section to make it easier to find relevant images.</li>\n\n\n\n<li><strong>Infinite scrolling by default</strong>: The Media Library grid view now loads additional items automatically as you scroll, rather than requiring a click on &#8220;Load more&#8221; especially handy for sites that handle large media libraries. This can be disabled under your user profile.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">A more personal, more navigable admin</h3>\n\n\n\n<p class=\"wp-block-paragraph\">These meaningful upgrades make the WordPress admin easier to move around in and more consistent with how you like to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Persistent toolbar (Omnibar)</strong>: The admin toolbar now travels with you into the Site Editor and Block Editor, with a series of polish improvements throughout.</li>\n\n\n\n<li><strong>Command palette improvements</strong>: Moving through the dashboard and editor with the command palette <code>(Ctrl/Cmd+K)</code> is more refined to make finding what you need even faster! Now results are grouped into <em>Recent, matching and Suggestions</em> sections instead of one flat list.</li>\n\n\n\n<li><strong>Admin color scheme in the Site Editor</strong>: The Site Editor now reflects your chosen admin color scheme instead of always using a fixed background.</li>\n\n\n\n<li><strong>DataViews and DataForms iterations</strong>: Continued refinement of the components behind managing lists of posts, pages, patterns, and templates, alongside the forms used to edit them.</li>\n\n\n\n<li><strong>Excerpts in the Posts list</strong>: The Posts list view now shows a short excerpt for each entry, making it easier to identify the post you&#8217;re looking for without opening it.</li>\n\n\n\n<li><strong>Visual revisions</strong>: This release adds a picker activity layout for browsing history in more detail, clearly labeled autosaves in the timeline, and an autosave notice that opens straight into the visual revisions view. Global Styles revisions get a small polish too, swapping the <em>active</em> style&#8217;s text label for a badge.</li>\n\n\n\n<li><strong>A dedicated Identity section</strong>: Site identity settings like your title, tagline, and icon are now live in their own clearly labeled section of the Site Editor, making them easier to find and update.</li>\n\n\n\n<li><strong>On This Day Widget</strong>: A new widget resurfaces what you published on this date in past years, right on your dashboard. A small nudge to look back on what you&#8217;ve written, and a reason to write something new today.</li>\n\n\n\n<li><strong>Allow Changing Comment Parent:</strong> Fixing a misthreaded comment used to mean editing the database directly. WordPress 7.1 adds an editable &#8220;In reply to&#8221; control to the Edit Comment screen, letting you pick a new parent from a dropdown of the post&#8217;s other comments. It&#8217;s scoped to the same post, so this is about untangling threads, not moving comments across posts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">New blocks and block-level enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 release brings a handful of block refinements that give more control with fewer steps.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Playlist Block:</strong> A new block for adding a collection of audio files to a post or page, with an optional waveform visualization that shows the audio&#8217;s shape as it plays; a more visual way to present podcasts, music, or audio content without using any third-party plugins.</li>\n\n\n\n<li><strong>Tabs Block:</strong> A new block for organizing content into clickable tabbed panels instead of showing everything at once. It&#8217;s a cleaner way to present related content without overwhelming the page.</li>\n\n\n\n<li><strong>Background gradients</strong>: Background gradients and background images no longer conflict. The gradient used to get silently overridden by the image, but now they combine and display together. This fix extends beyond the Group block to Verse, Accordion, Pullquote, Post Content, and Quote block.</li>\n\n\n\n<li><strong>HTML block editable content</strong>: The HTML block now supports editable nested blocks. This is great to use for AI-generated content, which often arrives as raw HTML.</li>\n\n\n\n<li><strong>&#8220;Mark as decorative&#8221; for images</strong>: A new toggle on the Image block lets you hide purely decorative images from screen readers for a better accessibility experience.</li>\n\n\n\n<li><strong>Smarter shortcode handling</strong>: Pasting or converting a shortcode into the Embed block now creates a proper Embed block instead of leaving raw shortcode text behind, and the Shortcode block gains block-specific transforms of its own.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Built for a global audience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues work to make Core reflect the full diversity of its worldwide community, with progress toward supporting Unicode email addresses so usernames, slugs, and email addresses can better represent users everywhere.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Built for developers</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues to expand the foundation developers build on.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Abilities API expansion</strong>: Continued refinement of the Abilities API with improved querying, filtering, and input validation, giving developers and AI tooling a more reliable foundation to build on.</li>\n\n\n\n<li><strong>Block Bindings for list items</strong>: Block Bindings now extend to List Item, making it possible to connect more block content to dynamic data sources without custom code.</li>\n\n\n\n<li><strong>Custom icon registration</strong>: New functions let plugin and theme authors register their own icons for the Icons block for use throughout the block editor.</li>\n\n\n\n<li><strong>Enforced iframed editor</strong>: The post editor now always runs inside an iframe, isolating the editing canvas from admin styles for more predictable rendering. Blocks using Block API v2 or lower should be updated to v3 for compatibility.</li>\n\n\n\n<li><strong>wordpress/theme stabilization</strong>: Introduces design tokens and a stable React ThemeProvider to provide a more consistent, customizable foundation for WordPress admin interfaces.</li>\n\n\n\n<li><strong>Connectors authentication improvements</strong>: The Connectors screen now also supports username and application-password login &#8211; a more familiar way to connect plugins and services. This release also closes a security gap where browsers could auto-suggest saved credentials into the API key field.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">With so much in progress for WordPress 7.1 Beta 1, this is still only the beginning; expect continued refinement with each Beta and RC release ahead of the final release on <strong>August 19, 2026</strong> at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-style:none;border-width:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:var(--wp--preset--shadow--natural)\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Just for you: a Beta 1 haiku:</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Seeds of Seven-One,<br>Notes, styles, media, and tools—<br>Test, and watch them bloom.</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to </em><a href=\'https://profiles.wordpress.org/benjamin_zekavica/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>benjamin_zekavica</a>, <a href=\'https://profiles.wordpress.org/amykamala/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>amykamala</a>, <a href=\'https://profiles.wordpress.org/wildworks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wildworks</a>, <a href=\'https://profiles.wordpress.org/adamsilverstein/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adamsilverstein</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/fushar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fushar</a>, <a href=\'https://profiles.wordpress.org/jorgefilipecosta/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorgefilipecosta</a><em>, <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> for proofreading and review.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Your Guide to WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/07/wcus-2026-guide/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jul 2026 13:07:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCUS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21007\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"WordCamp US 2026 returns for another year, this time in Phoenix, Arizona, for four days, August 16 to 19. It comes at a moment of real energy for WordPress, as artificial intelligence reshapes everyday workflows, the business of building and maintaining sites is shifting, and new people keep discovering the platform every day. Four tracks [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:55980:\"\n<figure class=\"wp-block-image size-large has-custom-border is-style-default\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>August 16-19, 2026 | Phoenix Convention Center</strong>,<strong> Phoenix, Arizona</strong></figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp US 2026 returns for another year, this time in Phoenix, Arizona, for four days, August 16 to 19. It comes at a moment of real energy for WordPress, as artificial intelligence reshapes everyday workflows, the business of building and maintaining sites is shifting, and new people keep discovering the platform every day. Four tracks address this moment, covering AI, Honing Your Skills, Technical WordPress, and Beginner WordPress. Between them, there is something for everyone, whether you lead an agency, freelance for local clients, write code for a living, or are building your very first site. Whatever draws you in, you will leave Phoenix better equipped and better connected than ever.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-c9c19393 wp-block-buttons-is-layout-flex\" style=\"padding-right:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/tickets/\">Get Your Tickets</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/contributor-day/\">Sign Up for Contributor Day</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/schedule/\">See the Schedule</a></div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Phoenix itself rewards anyone who adds a day or two to their trip. The capital of Arizona sits in the Sonoran Desert and pairs a lively downtown with a rich arts and food scene. The Roosevelt Row arts district is known for its galleries, murals, and independent restaurants. It is also home to one of the largest art walks in the region. Nearby, Chase Field and the Footprint Center host professional baseball and live shows, and the surrounding desert offers striking scenery at places like Papago Park and the Desert Botanical Garden.</p>\n\n\n\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"fade\"><div class=\"wp-block-jetpack-slideshow_container swiper\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1147\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21052\" data-id=\"21052\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1920%2C1147&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=767%2C458&amp;ssl=1 767w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1536%2C918&amp;ssl=1 1536w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"612\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21053\" data-id=\"21053\" data-aspect-ratio=\"1024 / 612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1024%2C612&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=768%2C459&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1536%2C918&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"612\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21054\" data-id=\"21054\" data-aspect-ratio=\"1024 / 612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1024%2C612&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=768%2C459&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1536%2C918&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"612\" alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21056\" data-id=\"21056\" data-aspect-ratio=\"1024 / 612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1024%2C612&#038;ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1024%2C612&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=300%2C179&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=768%2C459&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1536%2C918&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\">Start with Contributor Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The week begins with <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Contributor Day</a>, a full day set aside for giving back to the project that makes everything else possible. Attendees will gather in teams to improve WordPress itself, from Core code and documentation to design, training, accessibility, and translation.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress is so unique because we&#8217;re not just a product; we&#8217;re a movement.</p>\n<cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day is open to everyone, whatever your skills, and whether or not you have ever contributed before. Come and experience the open source collaboration that is at the heart of the project. <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Signing up</a> in advance helps us prepare our veteran contributors and provide you with the best experience.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a67c77d33c04&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d342d0&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d342d0\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19085\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19085\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d34bd0&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d34bd0\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19089\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"wp-image-19089\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d35359&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d35359\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19110\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19110\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d35a3b&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d35a3b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21080\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21080\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d35f85&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d35f85\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21078\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21078\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d364b6&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d364b6\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21079\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21079\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d369e6&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d369e6\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21077\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21077\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d36f0f&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d36f0f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21074\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21074\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d3744e&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d3744e\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21076\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21076\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d37989&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d37989\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21083\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21083\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d37eb8&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d37eb8\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21082\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21082\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d3841c&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d3841c\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19083\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19083\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Explore Real-World Projects on Showcase Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Day 2, Showcase Day, is dedicated to real-world WordPress projects and focuses on how teams develop features, manage publishing, and run demanding sites at scale. It brings to life the kind of work collected in the WordPress <a href=\"https://wordpress.org/showcase/\">Showcase</a>, the directory of standout sites built on the platform, from global brands like <a href=\"https://wordpress.org/showcase/disney-connect/\">Disney</a> to community publishers and institutions like <a href=\"https://wordpress.org/showcase/nasa/\">NASA</a>. Past WordCamp US Showcase days have brought teams from the likes of <a href=\"https://www.youtube.com/watch?v=PGvh7fCOUk0\">Wikimedia</a> and <a href=\"https://www.youtube.com/watch?v=MHk-Us00pTk\">CANCOM</a> to explain how they manage large, high-traffic systems. Other sessions took a builder&#8217;s perspective on catching bugs faster with automated testing and even running the Block Editor inside a custom app.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-21064\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Dive Into Two Conference Days</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The two main conference days will bring a full slate of sessions across four tracks. First among them is the AI track, which treats the technology as a tool to handle with care rather than a headline to chase. Its sessions set guardrails for AI-assisted development, prepare for a web where AI agents become the visitors a site must serve, and weigh the legal and ethical questions of putting AI tools in the hands of clients. Speakers from companies like Elementor will be taking a look at where the web is heading, while keeping the focus on what teams can adopt today without giving up control of their work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Technical WordPress and Honing Your Skills tracks cover the craft and business of building with WordPress. On the technical side, sessions dig into modern development workflows, automated testing with tools like the browser-based <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, and plugin pipelines. The Honing Your Skills track adds practical guidance on pricing, maintenance, and how the agency model is changing as clients ask for more. The Beginner WordPress track keeps the door open for newcomers, with approachable sessions that make your first WordCamp less daunting. Hands-on work runs through all of these tracks, so alongside the talks, attendees will find workshops and working sessions where they can build something real and leave ready to apply it to their own projects.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a67c77d3928f&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d396e5&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d396e5\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19080\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19080\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d39c02&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d39c02\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21086\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21086\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d3a124&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d3a124\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21085\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21085\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d3a4d2&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d3a4d2\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1280\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21065\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637801.jpg?resize=1920%2C1280&#038;ssl=1\" alt=\"\" class=\"wp-image-21065\" style=\"aspect-ratio:1\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d3a9e1&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d3a9e1\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"819\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21084\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=819%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-21084\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=819%2C1024&amp;ssl=1 819w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=240%2C300&amp;ssl=1 240w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=1229%2C1536&amp;ssl=1 1229w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=768%2C960&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?w=1536&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 819px) 100vw, 819px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d3af58&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d3af58\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"21081\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-21081\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Not all of the value happens in the session rooms. On the show floor, the <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#happiness\">Happiness Bar</a> is a free, drop-in help desk where you can sit down with a volunteer WordPress expert and work through whatever has you stuck. The <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#sponsor\">Sponsor Hall</a> next door is where many of the best unplanned conversations happen, and its <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#career\">Career Corner</a> gives anyone weighing their next move a relaxed place to browse the job board, meet company reps, and see who is hiring across the ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Plan Your Trip to Phoenix</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Getting to Phoenix is straightforward. The <a href=\"https://us.wordcamp.org/2026/about/venue/\">Phoenix Convention Center</a> sits in the heart of downtown, less than five miles from Phoenix Sky Harbor International Airport (PHX) and about 15 minutes away on the <a href=\"https://www.valleymetro.org/how-to-ride/rail\">Valley Metro light rail</a>. WordCamp US has a room block at the Sheraton Phoenix Downtown, close to the convention center, so <a href=\"https://book.passkey.com/event/51129263/owner/68648/home\">book your hotel</a> before the block fills, and <a href=\"https://us.wordcamp.org/2026/tickets/\">reserve your ticket</a> if you have not already. The full event lineup and details live on the <a href=\"https://us.wordcamp.org/2026/schedule/\">WordCamp US 2026 site</a>, and the conference closes with an evening social before everyone heads home.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-nowrap is-layout-flex wp-container-core-group-is-layout-7c1a8141 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--edge-space)\">\n<ol style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\" class=\"wp-block-list has-off-white-background-color has-background has-large-font-size wp-container-content-9cfa9a5a\">\n<li><strong><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </strong><a href=\"https://us.wordcamp.org/2026/tickets/\">Reserve your ticket</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f6cf.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/about/travel-accommodation/\"> Find accommodations</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f68c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/plan-your-trip-to-phoenix/\"> Plan your trip</a></li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cd.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://www.visitphoenix.com/\">Explore Phoenix</a></li>\n</ol>\n\n\n\n<figure class=\"wp-block-image size-full wp-container-content-577e1c61\" style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2066\" height=\"2560\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=2066%2C2560&#038;ssl=1\" alt=\"\" class=\"wp-image-21164\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?w=2066&amp;ssl=1 2066w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=242%2C300&amp;ssl=1 242w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=826%2C1024&amp;ssl=1 826w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=768%2C952&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=1240%2C1536&amp;ssl=1 1240w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=1653%2C2048&amp;ssl=1 1653w, https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?w=2000&amp;ssl=1 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Help Us Spread the Word!</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Whether attending in person or following along online, share your experience and help welcome others to the WordPress community. Use the #WCUS and #WordPress hashtags to tell your story on social.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21007\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 7.0.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 17:33:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"7.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"7.0.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21005\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:395:\"WordPress 7.0.1 is now available! This minor release includes fixes for 31 bugs throughout Core and the Block Editor, addressing issues affecting multiple areas of WordPress including the block editor, admin ui, and media. For a full list of bug fixes, please refer to the release candidate announcement. WordPress 7.0.1 is a short-cycle maintenance release. The next major version [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Estela Rueda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8722:\"\n<p class=\"wp-block-paragraph\"><strong>WordPress 7.0.1 is now available!</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">This minor release includes fixes for 31 bugs <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=7.0.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">throughout Core</a> and the <a href=\"https://core.trac.wordpress.org/changeset/62610\">Block Editor</a>, addressing issues affecting multiple areas of WordPress including the block editor, admin ui, and media. For a full list of bug fixes, please refer to the <a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">release candidate announcement.</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 is a short-cycle maintenance release. The next major version of WordPress will be 7.1; it is scheduled for release on 19 August 2026 at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can&nbsp;<a href=\"https://wordpress.org/wordpress-7.0.1.zip\">download WordPress 7.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-7-0-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by&nbsp;<a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> and <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abduremon\">Abdur Rahman Emon</a>, <a href=\"https://profiles.wordpress.org/abhishekfdd\">Abhishek Kumar</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam\">Adam Zieliński</a>, <a href=\"https://profiles.wordpress.org/iamadisingh\">Aditya Singh</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/andrewserong\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/bacoords\">Brian Coords</a>, <a href=\"https://profiles.wordpress.org/masteradhoc\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/cogdesign\">cogdesign</a>, <a href=\"https://profiles.wordpress.org/danluu\">Dan Luu</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/darshitrajyaguru97\">Darshit Rajyaguru</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhruvang21\">Dhruvang21</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/r1k0\">Erick Wambua</a>, <a href=\"https://profiles.wordpress.org/ecairol\">Esteban</a>, <a href=\"https://profiles.wordpress.org/estelaris\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/abcd95\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/hbhalodia\">Hit Bhalodia</a>, <a href=\"https://profiles.wordpress.org/huzaifaalmesbah\">Huzaifa Al Mesbah</a>, <a href=\"https://profiles.wordpress.org/iflairwebtechnologies\">iflairwebtechnologies</a>, <a href=\"https://profiles.wordpress.org/jamesbregenzer\">James</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/karthikeya01\">Karthikeya Bethu</a>, <a href=\"https://profiles.wordpress.org/khokansardar\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/rlucian\">Lucian R.</a>, <a href=\"https://profiles.wordpress.org/luismulinari\">luismulinari</a>, <a href=\"https://profiles.wordpress.org/dervishov\">Mahammad Darvishov</a>, <a href=\"https://profiles.wordpress.org/manhar\">Manhar Barot</a>, <a href=\"https://profiles.wordpress.org/mciampini\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/muryam\">Maryam Sultana</a>, <a href=\"https://profiles.wordpress.org/masum52\">Masum</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/369work\">Miroku</a>, <a href=\"https://profiles.wordpress.org/mohamedahamed\">Mohammed Noumaan Ahamed</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/mustafabharmal\">Mustafa Bharmal</a>, <a href=\"https://profiles.wordpress.org/ntsekouras\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/noruzzaman\">Noruzzaman</a>, <a href=\"https://profiles.wordpress.org/ozgursar\">Ozgur Sar</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ekla\">Rahul Kumar</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rishabhwp\">Rishabh Gupta</a>, <a href=\"https://profiles.wordpress.org/roshniahuja14\">Roshni Ahuja</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sakshamsharma5\">Saksham Sharma</a>, <a href=\"https://profiles.wordpress.org/andrewssanya\">SAndrew</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/siliconforks\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/swanandm\">Swanand M</a>, <a href=\"https://profiles.wordpress.org/inc2734\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/edent\">Terence Eden</a>, <a href=\"https://profiles.wordpress.org/threadi\">threadi</a>, <a href=\"https://profiles.wordpress.org/tusharaddweb\">Tushar Patel</a>, <a href=\"https://profiles.wordpress.org/umesh.nevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/yusufmudagal\">Yusuf Mudagal</a> </p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p class=\"wp-block-paragraph\">To get involved in WordPress core development, head over to Trac,&nbsp;<a href=\"https://core.trac.wordpress.org/report/6\">choose a ticket</a>, and join the conversation in the&nbsp;<a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a>&nbsp;channel. Need help? Check out the&nbsp;<a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Props to </em><a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a><em> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"21005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"The First AI Leaders Graduates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/06/ai-leaders-graduates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 20:29:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"AI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20951\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through AI Leaders, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5442:\"\n<p class=\"wp-block-paragraph\">On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through <a href=\"https://ai-leaders.org/\">AI Leaders</a>, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them earned it by building real projects, applying generative AI to genuine work, and contributing to the open source software that powers more than 40% of the web. Students who completed the course also earned $1,000, made possible by a donation from Automattic and UIC. This celebration was the moment the program had been building toward since it was <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">first announced in February</a>.</p>\n\n\n\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\" style=\"background-color:#0c1125;padding-top:var(--wp--preset--spacing--edge-space);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)\">\n<p class=\"has-text-align-center has-white-color has-text-color has-link-color has-normal-font-size wp-elements-2 wp-block-paragraph\"><strong>Explore the project portfolios built by this year’s AI Leaders</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><a href=\"https://aileaderswp.blog/\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/aileaderswpblog-scaled.png?ssl=1\" alt=\"\" class=\"wp-image-20975\" /></a></figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aileaderswp.blog/\"><strong>AI Leaders · Class of 2026</strong></a></div>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">When the pilot launched, the goal was to test whether open source learning could connect directly to job pathways rather than stopping at a certificate. What makes this program distinct is that it is built on open source from the ground up: students learn on WordPress, contribute to it, and use generative AI the way the WordPress ecosystem uses it every day, leaving with a credential that employers can verify and a community that continues long after the course ends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The pilot reflects a shared belief that AI and open source skills should be within reach regardless of where someone lives or what they can afford.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress was built to expand access to publishing and participation on the open web.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The program is a collaboration with distinct roles for each partner. It is funded through the <a href=\"https://osf.it.uic.edu/\">UIC Tech Solutions Open Source Fund</a>, with support from the <a href=\"https://www.uic.edu/\">University of Illinois Chicago</a> and <a href=\"https://automattic.com/?p=867048\">Automattic</a>, while the WordPress project and the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> contribute to the development of the curriculum itself.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first cohort was just the beginning. The gathering in Chicago brought this group together with employers and agencies, and further job placements are already in motion. </p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--edge-space);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)\">\n<p class=\"has-text-align-center wp-block-paragraph\">The next round of AI Leaders is on the horizon. Subscribe for updates to be the first to hear when the next cohort opens and how to take part.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://ai-leaders.org/#apply\"><strong>Subscribe for AI Leaders Updates</strong></a></div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-dark-strokes-grey-color has-alpha-channel-opacity has-dark-strokes-grey-background-color has-background\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>WordPress offers a wide range of educational opportunities for people at every stage, from first steps to advanced contribution. Explore workshops, lesson plans, and community-created resources designed to help you build practical skills while connecting with others who are learning and contributing at <a href=\"https://wordpress.org/education/\">WordPress.org/education/</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20951\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Browse the New Mercantile Swag Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2026/06/open-web-merch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 15:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20930\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"Mercantile, the official swag store of the WordPress project, has a newly redesigned storefront with a catalog that now sits front and center, and a design tuned to hold up across a wide range of screen sizes. There are also small touches, like automatically selecting a variant when only one is in stock and order [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"jillq\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5622:\"\n<p class=\"wp-block-paragraph\"><a href=\"https://mercantile.wordpress.org/\">Mercantile</a>, the official swag store of the WordPress project, has a newly redesigned storefront with a catalog that now sits front and center, and a design tuned to hold up across a wide range of screen sizes. There are also small touches, like automatically selecting a variant when only one is in stock and order emails styled to match the look and feel of the store.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"1055\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=2048%2C1055&#038;ssl=1\" alt=\"\" class=\"wp-image-20931\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=300%2C155&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=767%2C395&amp;ssl=1 767w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=1024%2C528&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-1.png?resize=1536%2C791&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Throughout the design, the storefront leans into the history and culture of WordPress. Visual and copy choices nod to familiar elements of the project, from the metabox and the admin bar to Wapuu making the occasional appearance, with small open source and code references for those who look closely. The aim was a storefront that feels uniquely WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Under the hood, the storefront shows what a modern WordPress and <a href=\"https://woocommerce.com/\">WooCommerce</a> site can do. It is built almost entirely with blocks, including a block-based cart, checkout, mini-cart, and order confirmation, supported by a set of custom theme blocks created for the store. The <a href=\"https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/iapi-about/\">Interactivity API</a> powers the catalog navigation and modal states, the store runs on WordPress 7.0, and accessibility is built in throughout, honoring reduced-motion preferences across animations and meeting color contrast standards. Product pages surface per-product attributes such as size, material, and care, so shoppers have the details they need before adding an item to the cart.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=2048%2C800&#038;ssl=1\" alt=\"\" class=\"wp-image-20932\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=300%2C117&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=768%2C300&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=1024%2C400&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-2.png?resize=1536%2C600&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This latest redesign supported the Mercantile booth at <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe</a>. To make in-person sales work smoothly, the team enabled local pickup at checkout and added a set of event-only products refined to match the rest of the catalog. Fifty orders were completed at the event using in-person payments, a strong real-world test of the new checkout flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is more on the way! A playful experiment in progress will let curious shoppers explore a text-based version of the store from the command line, a small tribute to the developers who make up much of the WordPress community. Subtle hints pointing the way will appear once it is ready.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"719\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=2048%2C719&#038;ssl=1\" alt=\"\" class=\"wp-image-20933\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=300%2C105&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=766%2C269&amp;ssl=1 766w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=1024%2C360&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/image-3.png?resize=1536%2C539&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The new Mercantile is the work of many contributors who designed, built, tested, and refined it together. Every purchase supports the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a>, a 501(c)(3) nonprofit organization, in its mission to democratize publishing and preserve open source software for generations to come. Take a look around and find something you love.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://mercantile.wordpress.org/\">Shop at <strong>mercantile.WordPress.org</strong></a></div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Kim Parsell Memorial Scholarship Opens for WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2026/06/kim-parsell-wcus-scholarship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jun 2026 16:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"Kim Parsell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"Scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"WCUS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20927\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"Applications are now open for the 2026 Kim Parsell Memorial Scholarship, which supports one active WordPress contributor who identifies as a woman and has not previously attended WordCamp US. The scholarship helps make it possible for a community member with financial need to join WordCamp US 2026 in Phoenix, Arizona, and take part in one [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5857:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1920%2C1080&#038;ssl=1\" alt=\"\" class=\"wp-image-20941\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?w=1920&amp;ssl=1 1920w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/Kim-Parsell-Blog-post.png?resize=1536%2C864&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Applications are now open for the 2026 Kim Parsell Memorial Scholarship, which supports one active WordPress contributor who identifies as a woman and has not previously attended WordCamp US. The scholarship helps make it possible for a community member with financial need to join WordCamp US 2026 in Phoenix, Arizona, and take part in one of the largest annual gatherings in the WordPress project.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The scholarship honors Kim Parsell, a longtime WordPress contributor whose work and presence left a meaningful mark on the project. Kim was known for her care, generosity, and commitment to helping others feel welcome in open source spaces. For readers who are less familiar with her story, the <a href=\"https://us.wordcamp.org/2019/memories-of-kim-parsell/\">tributes shared by friends and colleagues</a> offer a deeper look at her role in the WordPress community and the lasting impact she had on those who knew her. Through this scholarship, the WordPress Foundation continues to recognize contributors who reflect that same spirit of participation and community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is built by people from many backgrounds, experiences, and areas of expertise. Events like WordCamp US create space for contributors to meet in person, learn from one another, and continue the work that supports the software and the community around it. For some contributors, the cost of travel, lodging, and registration can make attending difficult. The Kim Parsell Memorial Scholarship helps reduce that barrier for one eligible contributor each year.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Scholarship Details</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One scholarship will be awarded for WordCamp US 2026. Applicants must:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Identify as a woman. </li>\n\n\n\n<li>Be actively involved as a contributor to WordPress.</li>\n\n\n\n<li>Have never attended WordCamp US before.</li>\n\n\n\n<li>Demonstrate financial need to attend the event.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The scholarship includes the cost of a WordCamp US 2026 ticket, round-trip flight, and lodging. Applications are open through July 10, 2026, and all applicants will be notified of the decision by July 24, 2026.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://wordcampcentral.survey.fm/wcus-2026-kim-parsell-scholarship-application\" style=\"background-color:#6c214f\">Apply for the Kim Parsell Memorial Scholarship</a></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"wp-block-paragraph\">WordCamp US 2026 will take place August 16–19, 2026, at the Phoenix Convention Center in Phoenix, Arizona. Contributors, attendees, volunteers, organizers, and sponsors will come together to share ideas, learn from each other, and continue building the future of WordPress. For many contributors, attending in person creates new ways to collaborate, find support, and stay connected to the open source work that happens throughout the year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To learn more about eligibility, visit the <a href=\"https://wordpressfoundation.org/kim-parsell-memorial-scholarship/\">Kim Parsell Memorial Scholarship page</a>. Community members are encouraged to share this opportunity with contributors who may qualify. You can also learn more about attending WordCamp US 2026 on the <a href=\"https://us.wordcamp.org/2026/tickets/\">WordCamp US tickets page</a>, explore <a href=\"https://us.wordcamp.org/2026/call-for-volunteers/\">volunteer opportunities</a>, or review <a href=\"https://us.wordcamp.org/2026/call-for-sponsors/\">sponsorship opportunities</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"943\" height=\"1978\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=943%2C1978&#038;ssl=1\" alt=\"\" class=\"wp-image-20939\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?w=943&amp;ssl=1 943w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=143%2C300&amp;ssl=1 143w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=768%2C1610&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=488%2C1024&amp;ssl=1 488w, https://i0.wp.com/wordpress.org/news/files/2026/06/WCUS26_Sign.png?resize=732%2C1536&amp;ssl=1 732w\" sizes=\"auto, (max-width: 943px) 100vw, 943px\" /></figure>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Global Partners Across the First Half of the 2026 WordPress Event Season\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2026/06/global-partners-first-half-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2026 17:01:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Global Partners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20910\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:402:\"This post recaps how the WordPress project&#8217;s five Global Partners — Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger — supported community events during the first half of 2026. Across more than a dozen regional the first WordPress Developers Day, and a growing network of WordPress Campus Connect events, Global Partners staffed booths, sponsored sessions, and connected [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Harmony Romo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8155:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55169598894_0199c1bbb9_o-scaled.jpg?ssl=1\" alt=\"\" class=\"wp-image-20911\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This post recaps how the WordPress project&#8217;s five Global Partners — Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger — supported community events during the first half of 2026. Across more than a dozen regional <a href=\"https://events.wordpress.org/novisad/2026/developer-day/\">the first WordPress Developers Day</a>, and a growing network of <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a> events, Global Partners staffed booths, sponsored sessions, and connected with developers, freelancers, students, and agency owners around the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A global footprint</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The year began in January with <a href=\"https://nepal.wordcamp.org/2026\">WordCamp Nepal</a>, where Jetpack joined the community in Kathmandu. The momentum carried into India, where <a href=\"https://kolhapur.wordcamp.org/2026\">WordCamp Kolhapur</a> and, a week later, <a href=\"https://pune.wordcamp.org/2026\">WordCamp Pune</a> brought Global Partners face-to-face with a student-heavy audience of roughly 200-250 attendees. In Pune, a session on connecting WordPress with AI workflows drew a large crowd, and attendees were curious about WordPress.com plans, new AI features, and Automattic for Agencies.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1206\" height=\"675\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=1206%2C675&#038;ssl=1\" alt=\"\" class=\"wp-image-20920\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?w=1206&amp;ssl=1 1206w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=766%2C429&amp;ssl=1 766w, https://i0.wp.com/wordpress.org/news/files/2026/06/img_1932.jpg?resize=1024%2C573&amp;ssl=1 1024w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">In February, Jetpack traveled to <a href=\"https://portharcourt.wordcamp.org/2026\">WordCamp Port Harcourt</a> in Nigeria, an inclusive and well-organized event with 256 attendees that featured talks on inclusion and accessibility. Locally produced swag was a standout success there, a reminder that the WordPress community&#8217;s reach extends well beyond Europe and North America.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Across Europe</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Spring brought a wave of European events. At <a href=\"https://madrid.wordcamp.org/2026\">WordCamp Madrid</a>, with 280 attendees, WordPress.com served as a Global Sponsor and ran a Wapuu treasure hunt that drew 97 participants.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55230328181_175ece15a5_o-scaled.jpg?ssl=1\" alt=\"\" class=\"wp-image-20921\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Down the coast in France, <a href=\"https://nice.wordcamp.org/2026\">WordCamp Nice</a> gave Jetpack a chance to connect with 247 freelancers and developers, an audience that appreciated concrete, easy-to-explain solutions and asked questions about newsletters, security, and Jetpack&#8217;s broader feature set.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://vienna.wordcamp.org/2026\">WordCamp Vienna</a> stood out for its developer-heavy crowd of 277. From a Jetpack-branded booth staffed on both days, the team engaged with agencies and merchants, fielded numerous questions about WooCommerce and security, and booked 8 agency meetings. Many builders were interested to learn that Automattic stands behind both WordPress.com and WooCommerce. In Italy and Germany, <a href=\"https://torino.wordcamp.org/2026\">WordCamp Torino</a> and <a href=\"https://leipzig.wordcamp.org/2026\">WordCamp Leipzig</a> both reflected growing curiosity about AI, a theme that resurfaced throughout the year. At Leipzig, with 109 agencies, hosting companies, and freelancers in attendance, WordPress.com staffed a booth where tote bags were in high demand, while conversations kept returning to AI and WordPress Studio.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://slovenia.wordcamp.org/2026\">WordCamp Slovenia </a>and <a href=\"https://portugal.wordcamp.org/2026\">WordCamp Portugal</a> closed the European stretch. WordPress.com brought a booth to Ljubljana, and in Porto, it appeared with both a booth and logo presence alongside WooCommerce, which suited an event filled with e-commerce builders and Woo payment providers. The first WordPress Developers Day in Novi Sad introduced a new format, with Jetpack as a global sponsor and nearly 30 in-depth conversations on Jetpack, WooCommerce, performance, and the realities of client work.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Community in Uganda</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In May, <a href=\"https://kampala.wordcamp.org/2026\">WordCamp Kampala</a> brought four Global Partners onto the sponsor roster: Jetpack, WooCommerce, Bluehost, and WordPress.com. The event, themed &#8220;Tech for Social Good,&#8221; welcomed more than 200 attendees and reflected the energy of a fast-growing local community.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Support from Global Sponsors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Behind every one of these events is a layer of support that does not always appear at a booth. In 2026, Bluehost and Hostinger both joined the <a href=\"https://events.wordpress.org/sponsor/\">WordPress community sponsorship program</a> as top-tier Global Sponsors, alongside Jetpack and WordPress.com. Their contributions help underwrite the global WordCamp program and the community events that make a year like this possible. That program-level backing is what allows organizers in Kathmandu, Porto, and Kampala to bring their events to life, and the WordPress community is grateful to every partner that invests at that scale.<br></p>\n\n\n\n<h2 class=\"wp-block-heading\">Campus Connect reaches 6,200 students</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the most notable stories of 2026 is not a WordCamp at all. It is <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a>. As of early June, the program has passed 6,200 students, with 25 events completed in 2026, 45 events all-time, and 42 more in planning or already scheduled. WordPress.com has played a direct support role throughout, including providing hosting for WordPress Campus Connect events around the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The connective tissue between these events and the broader community is real. An organizer first met at WordCamp Mukono went on to help lead WordPress Campus Connect work in Uganda. A student who built her first WordPress site at a WordPress Campus Connect event later attended a WordCamp. These events serve as a pathway for the next generation of WordPress contributors, builders, and professionals.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking ahead</h2>\n\n\n\n<p class=\"wp-block-paragraph\">If 2026 has shown anything, it is that interest in WordPress, and in the tools and services that Global Partners provide, continues to grow around the world. The questions being asked at booths and in sessions are sharper, the audiences more diverse, and the community&#8217;s reach more genuinely global. Thank you to Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger for being part of that story this year, and to every organizer, volunteer, speaker, and attendee who made these events possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To find an upcoming event near you, visit <a href=\"https://central.wordcamp.org\">WordCamp Central</a>. To learn how organizations can support the WordPress project, see the <a href=\"https://events.wordpress.org/sponsor/\">community sponsorship program</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"What Happened at WordCamp Europe 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/06/wceu-2026-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Jun 2026 17:44:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20793\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"WordCamp Europe 2026 brought the WordPress community to Kraków for three days of contribution and conversation, from CERN going live on WordPress to WordPress 7.0, AI, and a closing fireside chat on where the project goes next. Read the full recap.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:72610:\"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=2560%2C1440&#038;ssl=1\" alt=\"\" class=\"wp-image-20801\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-01.08.10-1-scaled-edited.jpeg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-horizontal is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-e8523bbf wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"386\" height=\"501\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?resize=386%2C501&#038;ssl=1\" alt=\"\" class=\"wp-image-20863\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?w=386&amp;ssl=1 386w, https://i0.wp.com/wordpress.org/news/files/2026/06/Witold-wapuu-wceu-2026.jpg?resize=231%2C300&amp;ssl=1 231w\" sizes=\"auto, (max-width: 386px) 100vw, 386px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe, <a href=\"https://europe.wordcamp.org/2026/\">the biggest WordPress conference in Europe</a>, spent the first week of June in Kraków. The 2026 edition of this event filled the ICE Kraków Congress Centre from June 4 to 6, drawing 2,458 ticket holders from 81 countries to the south of Poland. Close to a quarter of them were attending their first WordCamp Europe.</p>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">The city made it easy to settle in. Every attendee&#8217;s badge carried a transport hologram good for unlimited trams and buses. The Main Market Square, the largest in Europe, sat a short ride away, and the local food ran the gamut from pierogi to żurek soup to obwarzanek pretzels sold off the street.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Kraków is beautiful, with history everywhere.<br><em>&#8211; Sebastian Miśniakiewicz, local team lead</em></p>\n</blockquote>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-7387b849 wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">The program kept pace with the setting. Across multiple tracks, the schedule held 49 talks and eight hands-on workshops, grouped into themes that ran from core development and AI to business and the open web. Around them sat a full Contributor Day, a sponsor area, side events, on-site childcare, and an after-party the local team stretched to eight hours.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"500\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?resize=474%2C500&#038;ssl=1\" alt=\"\" class=\"wp-image-20864\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?w=474&amp;ssl=1 474w, https://i0.wp.com/wordpress.org/news/files/2026/06/wandzia-wapuu-wceu-2026.jpg?resize=284%2C300&amp;ssl=1 284w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" /></figure>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day Opens the Week</h2>\n\n\n\n<p class=\"wp-block-paragraph\">As it does every year, the event began the day before the talks. Contributors filled the venue for Contributor Day, a working session where people work together to improve WordPress itself rather than watch a presentation about it. The morning started with registration and a welcome, the room split into teams, and a group photo broke up the work around midday. The afternoon ran a second working block before each team gathered to share what it had done.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a67c77d63b33&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-3 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d64018&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d64018\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20812\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20812\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.16.10-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d645e0&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d645e0\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20806\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20806\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.48.24-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d64b3e&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d64b3e\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20805\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20805\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-02.43.58.jpeg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d65085&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d65085\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20807\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20807\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.15.18-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d655e9&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d655e9\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20808\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20808\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.46-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d65b3b&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d65b3b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20809\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20809\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-03.32.47-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d660d2&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d660d2\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20810\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20810\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.00.15-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d6662d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d6662d\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20813\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-06.25.24-1-scaled.jpeg?ssl=1\" alt=\"\" class=\"wp-image-20813\" style=\"aspect-ratio:1\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d66b81&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d66b81\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20811\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20811\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-04-at-04.31.29-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">The range of tables is the clearest picture of how wide the project has become. Newcomers could sit down with Polyglots to translate WordPress into their own language, with Documentation to fix the pages people reach when they get stuck, or with Support to answer questions in the forums. More technical tables covered Core, Performance, Testing, Themes, and the Plugins team, whose reviewers screen every plugin submitted to the directory.</p>\n\n\n\n<p class=\"wp-block-paragraph\">First-timers were not left to find their own way. The day was built around onboarding tables, named table leads, and mentors, with an open invitation for experienced contributors to adopt a newcomer and walk them through their first patch, string, or ticket.</p>\n\n\n\n<p class=\"wp-block-paragraph\">People who could not travel to Kraków were welcomed to join remotely through the #contributor-day channel in the <a href=\"https://make.wordpress.org/\">Make WordPress Slack</a>, so distance was not a reason to sit the day out.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Birthplace of the Web</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It was fitting that the opening keynote came from CERN. The European Laboratory for Particle Physics, on the French-Swiss border outside Geneva, is where the World Wide Web was invented more than 30 years ago, and <a href=\"https://profiles.wordpress.org/joachimv\">Joachim Valdemar Yde</a>, who has managed CERN&#8217;s web team since 2021, came to explain why the laboratory had chosen WordPress to carry its web presence forward.</p>\n\n\n\n<div class=\"wp-block-group has-black-background-color has-background is-layout-constrained wp-container-core-group-is-layout-ef2f134e wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/712t_Kjbj3I?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;listType=playlist&#038;list=PL1pJFUVKQ7ET_os7azDwYFsUDoc0Y9plA\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Yde and <a href=\"https://profiles.wordpress.org/franciscobbarros\">Francisco Borges Aurindo Barros</a>, who leads CERN&#8217;s WordPress infrastructure, framed the move as a chance to give a web presence built up over three decades a shared, modern foundation. After evaluating several leading content management systems against CERN&#8217;s needs, WordPress came out on top.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Barros walked through what they had built. The guiding idea is that people at CERN focus on their content while the web team looks after the platform underneath. A self-service portal lets anyone request a site in a few clicks. Behind it, a shared distribution supplies a common theme and a set of approved, security-hardened plugins, and an in-house tool provisions each new site on Kubernetes in about a minute. In its first year, the platform has already set up hundreds of sites.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Moving years of existing content onto the new platform is the other half of the work, and the team automated it: a single command lifts each site&#8217;s pages, headings, and images and rebuilds them as Gutenberg blocks, with no downtime. They plan to open source the tool.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then Yde delivered the line that the room had been waiting for.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">As of today, our main flagship website, home.cern, is now served on WordPress. It&#8217;s been automatically migrated, and it&#8217;s live.<br><br><em>&#8211; Joachim Valdemar Yde, Web Manager, CERN</em></p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The rollout is on track to wrap up over the coming months, and early impressions, Yde said, have been overwhelmingly positive, with easy wins in responsiveness and accessibility. For those at the event, the keynote pointed the room toward <a href=\"https://youtu.be/f09yvh3mnME\">a later talk by CERN&#8217;s Akanksha Chatterjee</a> on building and maintaining the laboratory&#8217;s engineering websites on the same service.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is a neat symmetry to it. The institution that published the world&#8217;s first website now runs on the software that powers more than 40% of today&#8217;s web, licensed under the GPL and maintained by the people in the room.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 7.0 and AI</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 was a throughline of the conference. Several sessions placed the release at the center, framing it less as a routine update than as a change in what the software is, and in what it makes possible for the people who build with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The anchor for that conversation was a panel called &#8220;Inside WordPress 7.0.&#8221; It gathered contributors who worked on the release, among them <a href=\"https://profiles.wordpress.org/juanmaguitar\">Juan Manuel Garrido</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/mikachan\">Sarah Norris</a>, and <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>. It was framed around more than a feature list, setting out to cover how a release of this size actually comes together: the contribution workflows, the coordination, and the human aspects of shipping software in the open.</p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d67ab3&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d67ab3\" class=\"wp-block-image size-full wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1264\" height=\"843\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=1264%2C843&#038;ssl=1\" alt=\"Photo of the stage for the panel inside WordPress 7.0\" class=\"wp-image-20878\" title=\"Panel: Inside WordPress 7.0\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wordpress-news-6a2425b8ceabf.png?resize=768%2C512&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<p class=\"wp-block-paragraph\">What gives this release its weight is the work moving into WordPress&#8217;s core: a native AI client, a new Abilities API that lets plugins declare what they can do in a way other tools can discover, and a Connectors screen for wiring up providers such as OpenAI, Anthropic, or Google Gemini. The argument running through the AI sessions was that this belongs to everyone who builds on WordPress, not only to developers shipping their own integrations. Speakers got specific about how to put that to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/anukasha\">Anukasha Singh</a> focused on how the Abilities API can make plugin permissions cleaner and safer than the capability checks developers have leaned on for years.</li>\n\n\n\n<li>In a workshop, <a href=\"https://profiles.wordpress.org/wpfeedback\">Vito Peleg</a> set out to take builders from one-off prompts toward a tool-using workflow that audits a live site and files structured tickets.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, a WP-CLI maintainer who has worked on structured data and the AI-native web, turned to a fast-growing opportunity. AI assistants and search now send real traffic to the open web, with more than a billion referral visits logged by the middle of 2025. His session framed WordPress as well-placed to earn that attention, with a practical checklist for getting a site ready to be found, read, and cited.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">People stayed at the center of the conversation, too. <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, in a talk called &#8220;Human in the loop means something,&#8221; framed the phrase as a real commitment rather than a checkbox. Humans and AI are each good at different things, and the products worth building let each do what it does best.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Development and Craft</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The development sessions were where the craft lived. <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, who co-wrote the HTML API and designed the block parser, devoted a deep-dive workshop to that API. <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, a long-time Core committer on the Performance team, focused on how the WP_Query class has been made faster through better caching, and how site builders can take advantage of that at scale.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Scaling got a hands-on session of its own. One talk set out to see how far a WordPress site can run on a twelve-dollar virtual server, profiling it under load in Grafana and tuning away the bottlenecks, with a GitHub repository so attendees could follow along at home. <a href=\"https://profiles.wordpress.org/fellyph\">Fellyph Cintra</a> focused on the latest in <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, the browser-based tooling and architectural changes that the project credits with a real speed-up.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/luminuu\">Jessica Lyschik</a>, a Core contributor and former default-theme co-lead, set out to make the case that accessibility-ready requirements are far easier to meet than most theme developers assume, drawing on real reviews of both block and classic themes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Two members of the Plugins team, <a href=\"https://profiles.wordpress.org/davidperez\">David Perez</a> and <a href=\"https://profiles.wordpress.org/frantorres\">Fran Torres</a>, framed their session as a practical clinic. Between them, they have reviewed more than 25,000 plugins, and they set out to name the common, avoidable issues that keep good plugins stuck in the review queue. For a first-time author, that is the difference between an afternoon and a month of waiting.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Business of WordPress and the Open Web</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The business and community sessions pulled the lens back to people, with a refreshingly unsentimental view of running a WordPress business. <a href=\"https://profiles.wordpress.org/deltacx\">Debbie Levitt</a> built her talk around a model for finding product-market fit at three levels at once, on the premise that teams celebrate one good metric and then wonder months later where their users went. <a href=\"https://profiles.wordpress.org/vasvalch\">Vassilena Valchanova</a> took on a quieter problem: being good at the work is not the same as anyone knowing you are.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There was a local thread here as well. <a href=\"https://profiles.wordpress.org/irsilviana\">Irfani Silviana</a>, a full-stack developer at a Kraków-based agency, framed the Business Model Canvas as a translation layer that moves developers from shipping features to engineering business value, a fitting talk to give in her own city.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">The web&#8217;s standards, the argument goes, remain as open as the day Tim Berners-Lee created them at CERN.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">That idea carried through the rest of the community sessions. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://profiles.wordpress.org/wdavidsnead\">David Snead</a>, an attorney who works with internet infrastructure providers, set out to explain how hosts, registrars, and registries coordinate against abuse through shared, real-time intelligence, on the logic that a threat to one WordPress host is a threat to all of them.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a> shared a practical playbook for how companies and individuals can support open source sustainably and look after the people who keep it going.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/karinchristen\">Karin Christen</a> set out to describe how her Swiss agency turned <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> from a good intention into a standing team habit through internal contributor days.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Running alongside the talks, the hands-on workshops were a chance to build something on the spot. In one, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a> set out to build a touch-enabled gallery slider with the Interactivity API, while another centered on Full Site Editing, with a working portfolio theme attendees could reuse on their next client project. These were laptop-open, leave-with-working-code sessions.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a67c77d682d3&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-4 is-cropped has-black-background-color has-background wp-block-gallery-4 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d686c2&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d686c2\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20849\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20849\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/55316270345_085d4eb772_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d68be1&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d68be1\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20850\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20850\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/55317280236_97760333e1_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Closing Fireside Chat</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The closing session opened with a warm gesture from Kraków University of Technology. Representatives took the stage to thank the organizers and the community and to present <a href=\"https://profiles.wordpress.org/4thhubbard\">Mary Hubbard</a>, the Executive Director of WordPress, with a gift from their faculty of informatics and mathematics. They described what the university and the WordCamp community share: a love of learning and sharing knowledge, and an openness to new ideas, skills, and connections.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Hubbard used the moment to share some news. Starting in October, the university will open a WordPress-specific course, which she called a trail-blazing event for Poland and for WordPress. Earlier that day, the program&#8217;s first cohort, around 20 students, had shown what they built, part of the <a href=\"https://wordpress.org/education/campus-connect/\">WordPress Campus Connect</a> and <a href=\"https://wordpress.org/education/credits/\">WordPress Credits</a> education work.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a67c77d6903b&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-4 is-cropped has-black-background-color has-background wp-block-gallery-5 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d6944e&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d6944e\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20888\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20888\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d699b8&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d699b8\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20887\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20887\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-06-at-10.26.32-1-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Hubbard then turned the stage into a conversation, inviting <a href=\"https://profiles.wordpress.org/matveb\">Matías Ventura</a>, the lead of the Gutenberg project, and <a href=\"https://profiles.wordpress.org/richtabor\">Rich Tabor</a>, a WordPress designer and developer, to talk through where WordPress is heading and how AI fits in. WordPress 7.0 had just launched with Ventura as its release lead, and he asked everyone who had contributed to it to stand for a round of applause.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Much of the chat explored the balance between building WordPress with AI, and building with AI on WordPress, without losing the human part. Ventura noted that WordPress&#8217;s long investment in its design system is paying off now that you can ask an AI to extend a menu or a control, and it reaches for the right components. He pointed to older primitives gaining new value, like <a href=\"https://wordpress.org/cli/\">WP-CLI</a>, which AI models use fluently, and to <a href=\"https://developer.wordpress.com/docs/developer-tools/studio/studio-code/\">Studio Code</a>, an open source, agent-based coding tool the team has been building for WordPress. Tabor showed how he now ships many small editor improvements by talking to an agent instead of typing code, and Ventura demoed desktop mode and open-canvas experiments that reimagine the admin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On open source and AI, Hubbard argued that open source is why WordPress has thrived, that the same values should shape AI, and that the community should be far more vocal about it. As she put it, &#8220;We should be talking about it, and we should be much louder about it.&#8221;</p>\n\n\n\n<div class=\"wp-block-group has-black-background-color has-background is-layout-constrained wp-container-core-group-is-layout-9c97b5da wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/X4GG-sfH94M?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Audience questions pushed on multilingual support, unsticking long-stalled tickets, and reaching a younger, more diverse community. On that last point, Hubbard came back to education, pointing to a <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">US pilot of an AI literacy micro-credential</a> that uses WordPress as the playground, and made the case for it:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">I think that focusing in on younger generations, and bringing them into the project in a healthy way, with the dynamic of education as well as mentorship, and how we can understand and learn from them, as well as mentor them and adopt them as contributors, is very important.<br><br><em>&#8211; Mary Hubbard, WordPress Executive Director</em></p>\n</blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Beyond the Talks</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp is also about the corridor outside the talks, and Kraków gave people reason to roam. Between sessions, attendees moved through the sponsor area for product demos and conversations that often carried on over lunch.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;6a67c77d6a19b&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-3 is-cropped has-black-background-color has-background wp-block-gallery-6 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d6a634&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d6a634\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20823\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20823\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.47-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d6ab9f&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d6ab9f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20828\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20828\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.49.48-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d6b102&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d6b102\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20825\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20825\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.46.57-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d6b6a9&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d6b6a9\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20824\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20824\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-02.39.48-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d6bbfa&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d6bbfa\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20826\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20826\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-05.23.01-scaled.jpeg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a67c77d6c152&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6a67c77d6c152\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20827\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20827\" style=\"aspect-ratio:1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/WhatsApp-Image-2026-06-05-at-04.35.58-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">The after-party was the not-so-subtle flourish of a local team that doubled the usual length to eight hours, with Polish food and dragon-and-floral swag that nodded to the Wawel Dragon of Kraków legend. The nearby artistic Kazimierz district kept the evening going, and the trams, as one organizer had promised, were still running reliably afterward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamps run on people, and 2026 was no different. The organizing teams, the speakers, the sponsors who funded the venue and the meals, the local crew who sorted trams and pierogi, and the contributors who arrived a day early to work on the project all built this WCEU together. The people watching the <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ET_os7azDwYFsUDoc0Y9plA\">livestream</a> from outside Kraków were part of it as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For anyone whose appetite was only sharpened by three days in Poland, the calendar already has the next stop. <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a> (Phoenix, USA) runs August 16 to 19, with its own Contributor Day opening the week.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" style=\"border-style:none;border-width:0px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:var(--wp--preset--shadow--natural)\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1024%2C321&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=300%2C94&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=768%2C241&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=1536%2C482&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser-scaled.png?resize=2048%2C643&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe will return next year (May 27-29, 2027) in Málaga, Spain.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>Photography by the <a href=\"https://europe.wordcamp.org/2026/community/organisers/#photography-team\">WCEU 2026 photography team</a>. See the full galleries on <a href=\"https://www.flickr.com/photos/wceu/albums/\">Flickr</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20793\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 27 Jul 2026 21:06:50 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 23 Jul 2026 19:20:11 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:5:\"clear\";s:4:\"x-nc\";s:9:\"HIT dca 1\";}s:5:\"build\";i:1764744235;s:21:\"cache_expiration_time\";i:1785229610;s:23:\"__cache_expiration_time\";i:1785229610;}','off'),(369216,'_site_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1785229611','off');
INSERT INTO `wp_options` VALUES (369217,'_site_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:112:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: How ISO Works\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153694\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2026/07/how-iso-works/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:457:\"<p class=\"wp-block-paragraph\">Inspired by Om I&#8217;ve been getting back into my DSLR photography. I learned a lot about how ISO settings work from <a href=\"https://www.youtube.com/@MinutePhysics\">this delightful physics YouTube channel MinutePhysics</a>.</p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 26 Jul 2026 00:08:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"Gutenberg Times: WordPress 7.1 Beta 3, AI in Action at #WCUS, Playground UI testing and more — Weekend Edition 370\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=46166\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://gutenbergtimes.com/wordpress-7-1-beta-3-ai-in-action-at-wcus-playground-ui-testing-and-more-weekend-edition-370/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23268:\"<p class=\"wp-block-paragraph\">Hi,</p>\n\n\n\n<p class=\"wp-block-paragraph\">After a few month dealing with a bad knee and a bad back, I enjoy moving again. As long as the weather is nice, I will be biking, swimming and walking the city with all the tourists that populate downtown Munich. </p>\n\n\n\n<p class=\"wp-block-paragraph\">From an SEO veteran&#8217;s surprisingly upbeat take on WordPress market share to a one-file answer to &#8220;what makes a block theme,&#8221; this week&#8217;s finds dig a little deeper than the usual headlines. There&#8217;s also plenty of hands-on material, whether you want to test 7.1 Beta 3, try the new Playground UI, or get your store ready for agentic commerce.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Enjoy your weekend! </p>\n\n\n\n<p class=\"wp-block-paragraph\">Yours, <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wcus-2026-has-a-dedicated-ai-track-the-ai-in-action-sessions-are-built-around-the-questions-site-builders-are-actually-sitting-with-right-now-how-do-you-set-guardrails-for-ai-assisted-development-without-losing-client-trust-how-do-you-build-sites-that-serve-ai-agents-as-visitors-not-just-humans-what-are-the-legal-and-ethical-boundaries-when-you-put-ai-tools-in-front-of-clients\"><strong>WCUS 2026 has a dedicated AI track </strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"wcus-2026-has-a-dedicated-ai-track-the-ai-in-action-sessions-are-built-around-the-questions-site-builders-are-actually-sitting-with-right-now-how-do-you-set-guardrails-for-ai-assisted-development-without-losing-client-trust-how-do-you-build-sites-that-serve-ai-agents-as-visitors-not-just-humans-what-are-the-legal-and-ethical-boundaries-when-you-put-ai-tools-in-front-of-clients\">The AI in Action sessions are built around the questions site builders are actually sitting with right now. How do you set guardrails for AI-assisted development without losing client trust? How do you build sites that serve AI agents as visitors, not just humans? What are the legal and ethical boundaries when you put AI tools in front of clients?</p>\n\n\n\n<p class=\"wp-block-paragraph\">They’re practical sessions for developers navigating a workspace that changed faster than anyone planned for. <a href=\"https://us.wordcamp.org/2026/schedule/\">The full schedule is live</a>. If you’re figuring out how AI changes your pricing, your workflow, or your service model, this is a rare room to be in. </p>\n\n\n\n<p class=\"wp-block-paragraph\">August 16–19, Phoenix Convention Center. $100 includes four days, all sessions, lunch, and the community social.<br /><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" style=\"height: 1em;\" /> <a href=\"https://href.li/?https://us.wordcamp.org/2026/tickets/\" rel=\"noopener\" target=\"_blank\">us.wordcamp.org/2026/tickets</a></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://us.wordcamp.org/2026/tickets\"><img alt=\"WordCamp US 2026\" class=\"wp-image-46239\" height=\"256\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-24-at-16.11.31.png?resize=652%2C256&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-3/\"><strong>WordPress 7.1 Beta 3</strong></a> is now available for testing. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Rae Morey, The Repository, has the news <a href=\"https://www.therepository.email/wordpress-7-1-beta-3-now-available-punts-unicode-email-support-over-security-concerns\"><strong>WordPress 7.1 Beta 3 Now Available, Punts Unicode Email Support Over Security Concerns</strong></a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Contribute by <a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\"><strong>Help Test WordPress 7.1</strong></a> and learn deeply how the new features and blocks work. It&#8217;s a very impactful way to contribute to the open-source project that powers hundreds of millions of websites. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Quite a few Dev notes made it out of the publishing queue this week: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/23/text-shadow-support-in-global-styles/\">Text Shadow Support in Global Styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/23/editor-components-updates-in-wordpress-7-1/\">Editor components updates in WordPress 7.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/23/editable-blocks-inside-the-custom-html-block/\">Editable blocks inside the Custom HTML block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/24/react-19-punted-beyond-wordpress-7-1-experiment-in-gutenberg/\">React 19: punted beyond WordPress 7.1, experiment in Gutenberg</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/24/registering-and-rendering-svg-icons-in-wordpress-7-1/\">Registering and rendering SVG icons in WordPress 7.1</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\">Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5</a></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-46077\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17-edited-1.png?resize=652%2C183&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class=\"wp-block-paragraph\">On the WordPress.com blog, <strong>Joe Fylan</strong> explains <a href=\"https://wordpress.com/blog/2026/07/10/what-is-agentic-commerce/\"><strong>what agentic commerce means for your store</strong></a>. AI assistants that discover, compare, and buy products on a shopper&#8217;s behalf. You&#8217;ll get an overview of where  the big AI tools stand on in-chat checkout, plus reassurance that small stores can win with verifiable facts. Fylan&#8217;s checklist for getting ready: clear product descriptions, structured data, and making sure your robots.txt isn&#8217;t blocking the agents you want.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Dave Smith</strong>, core committer and Gutenberg contributor,  thinks <a href=\"https://www.youtube.com/watch?v=PIyNUmX7sFc\">WordPress has a homepage problem — and he built a better version</a> to prove it. In his video, he walks you through why setting a static homepage trips up so many beginners, then demos a prototype exploring a simpler, clearer approach. You can <a href=\"https://getdave.github.io/rsm-editor-prototype\">try the live demo</a> yourself in the browser. Smith wants to know if the direction resonates, so drop your homepage struggles in the video&#8217;s comments.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In episode 226 of the WP Tavern Jukebox podcast, <strong>Nathan Wrigley </strong>talks with <strong>Jessica Lyschik</strong> about <a href=\"https://wptavern.com/podcast/226-jessica-lyschik-on-why-accessibility-in-wordpress-themes-is-easier-than-you-think\">why accessibility in WordPress themes is easier than you think</a>. Fresh from her WordCamp Europe 2026 <a href=\"https://wordpress.tv/2026/06/05/accessibility-in-themes-easier-than-you-think/\">talk,</a> Lyschik walks you through the recently updated accessibility-ready requirements, quick wins like correct HTML tags, alt text, and skip links, and why block themes make much of this effortless because Core handles it. The insight: AI agents navigate your site like screen readers do.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ryan Welcher </strong>digs into <a href=\"https://gutenbergtimes.com/how-wordpress-decides-a-theme-is-a-block-theme/\"><strong>how WordPress decides a theme is a &#8220;block theme&#8221;</strong></a> — and the answer might surprise you. It all comes down to one file: <code>templates/index.html</code> exists, or it doesn&#8217;t. Neither theme.json nor patterns flip the switch, which is why Astra, Kadence, and Blocksy all still test classic. </p>\n\n\n<div class=\"ng-block-7fc95586ea52ef01 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-4a4a324d961bb84e wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-63c44f9bc90fb72e wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2025/\">2025</a></strong></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In episode 477 of the WP Builds podcast, <strong>Nathan Wrigley</strong> talks with <strong>Olly Campion </strong>and <strong>Tommy Rocket</strong>t about <a href=\"https://wpbuilds.com/2026/07/23/477-classic-themes-to-block-editor-lessons-from-a-wordpress-plugin-business/\"><strong>lessons from their WordPress plugin business</strong></a> and their block-based plugin Slidey Panel, which slides customizable side panels into any site. You&#8217;ll hear how years of client work revealed a gap in both classic themes and the block editor, the philosophy behind their &#8220;page as panel&#8221; approach, and their candid take on AI, market share shifts, and the future of bespoke agency work.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ryan Welcher</strong> walks you through <a href=\"https://www.youtube.com/watch?v=IwmF28FIt-4\">What&#8217;s New for WordPress Developers for July 2026</a> in his monthly video roundup. You&#8217;ll learn why WordPress 7.0.2 is a must-install security release, how to test React 19 via a runtime flag in Gutenberg 23.4, and what the now-enforced iframed editor means for your themes. He also covers responsive styling, Block Bindings for list items, and MCP support in Playground. Prefer reading? There&#8217;s a <a href=\"https://developer.wordpress.org/news/2026/07/whats-new-for-developers-july-2026/\">companion post on the Developer Blog</a>.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-s-new-with-playground\">What&#8217;s new with Playground</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Playground team wants your <a href=\"https://make.wordpress.org/playground/2026/07/17/help-us-test-the-new-wordpress-playground-ui/\">help testing the new WordPress Playground UI</a> before it officially launches. <strong>Fellyph Cintra </strong>shares four testing modules you can pick from: creating and managing Playgrounds, the Blueprint experience, developer tools like Files and Logs, and import/export workflows. Five minutes on desktop or mobile is enough, and the post walks you through each step. Feedback on text clarity, mechanics, and design goes into the GitHub issue <a href=\"https://github.com/WordPress/wordpress-playground/issues/4092\">#4092.</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Elliott Richmond</strong> shares how he <a href=\"https://elliottrichmond.co.uk/using-wordpress-playground-and-blueprints-to-train-clients-on-block-themes/\"><strong>uses WordPress Playground and Blueprints to train clients on block themes</strong></a>, inspired by WordCamp Europe. For a client migrating from a classic theme, he trimmed a gigabyte-plus database to a 50MB export, then built a Blueprint that loads their actual theme, plugin, and content into a disposable in-browser site. You send one link, the client can safely break things, and a refresh resets everything — no hosting or credentials needed.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wordpress-and-ai\">WordPress and AI </h2>\n\n\n\n<p class=\"wp-block-paragraph\">On the Kinsta blog, <strong>Carlo Daniele</strong> takes <a href=\"https://kinsta.com/blog/wordpress-ai/\"><strong>a deep dive into the WordPress AI integration architecture</strong></a> that arrived with WordPress 7.0. You&#8217;ll learn how the three layers — Connectors, AI Client, and Providers — replace bundled SDKs and provider-specific code with the unified <code>wp_ai_client_prompt()</code> function. Daniele then walks you through building a real plugin, available on GitHub, that transcribes an audio note and converts it into structured Gutenberg blocks via two AI passes.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">An interesting take: On the MemberPress blog, SEO veteran <strong>Curt Noble</strong> argues that <strong><a href=\"https://memberpress.com/blog/wordpress-lost-market-share-got-stronger-heres-why/\">WordPress lost market share and got stronger</a>.</strong> Drawing on twenty years in SEO, including his own private blog network (PBN) days, Noble contends the dip mostly reflects Google demolishing the spam economy that ran on WordPress. Meanwhile, search interest hit a five-year high, WordPress dominates the top 10,000 sites, and the vibe-coding security hangover is sending founders back to proven platforms. Noble&#8217;s bigger point: with the AI Client, Abilities API, and MCP Adapter, WordPress became the platform AI agents can natively and safely operate.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jeff Paul</strong> announced <a href=\"https://make.wordpress.org/ai/2026/07/21/whats-new-in-ai-1-2-0/\"><strong>what&#8217;s new in AI 1.2.0</strong></a>, the latest release of the canonical AI plugin. You&#8217;ll find a new Suggest Reply experiment that drafts contextual comment responses for moderators to review, bulk Content Summary generation for existing content libraries, and two read-only Abilities: <code>core/read-content</code> and <code>core/read-users</code>. The settings screen got simpler, too, with advanced controls now tucked behind an opt-in Developer Tools option. Content Translations and C2PA (Coalition for Content Provenance and Authenticity)  tracking are on the 1.3.0 roadmap.</p>\n\n\n<div class=\"ng-block-78e924918bc1449b wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-ae5b9834bb270b31 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-5fc593deb7c0f269 wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-e30a6eebaf4e76b1 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-bab072c924ad6b24 wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-2731e983aaaf1576 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jul 2026 10:41:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Aaron D. Campbell: WP2Shell: Coordination Was Part of the Protection\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://aarondcampbell.com/?p=3026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://aarondcampbell.com/2026/07/wp2shell-coordination-was-part-of-the-protection/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:417:\"<p>WP2Shell showed that coordinated disclosure is more than a private warning. It\'s a system for turning trust, preparation, and fast execution into protection for users.</p>\n<p>The post <a href=\"https://aarondcampbell.com/2026/07/wp2shell-coordination-was-part-of-the-protection/\">WP2Shell: Coordination Was Part of the Protection</a> appeared first on <a href=\"https://aarondcampbell.com\">Aaron D. Campbell</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jul 2026 18:37:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Open Channels FM: Our Guide to Open Channels FM Podcast Network’s Channels, Series, and Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557382\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://openchannels.fm/our-guide-to-open-channels-fm-podcast-networks-channels-series-and-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"A guide to better understand the content, both audio and written that makes the Open Channels Podcast Network what it is today.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jul 2026 11:53:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Matt: AI Slop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://ma.tt/2026/07/ai-slop/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:461:\"<p class=\"wp-block-paragraph\">If you&#8217;re going to give me AI slop, at least make it fun! Give me <a href=\"https://en.wikipedia.org/wiki/Iambic_pentameter\">iambic pentameter</a>. Make it all rhyme. Have <a href=\"https://suno.com/\">it be a song</a>. I think we&#8217;re under-utilizing the artistic and creative capabilities of models by making them produce work that <a href=\"https://www.pangram.com/\">sort-of-but-not-really looks like human effort</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 20:34:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 7.1 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7521:\"<p class=\"wp-block-paragraph\">WordPress 7.1 Beta 3 is ready for download and testing! </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta release is intended for testing and development</strong> only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 7.1 Beta 3</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.1 Beta 3 in any of the following ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" rel=\"noreferrer noopener\" target=\"_blank\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.1-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\" rel=\"noreferrer noopener\" target=\"_blank\">WP-CLI</a> command: <br /><code>wp core update --version=7.1-beta3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?site-slug=kind-classic-mountain&amp;networking=no&amp;php=8.3&amp;wp=beta&amp;language=&amp;multisite=no\" rel=\"noopener\" target=\"_blank\">7.1 Beta 3 WordPress Playground instance</a> to test the software directly in your browser. No setup required-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.1 is <strong>August 19, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Find out what’s new in WordPress 7.1</strong>: Read the <a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\">Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute – whether or not you have experience. <a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\">Details on what to test in WordPress 7.1 are available here</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\" rel=\"noopener\" target=\"_blank\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\" rel=\"noopener\" target=\"_blank\">via WordPress Trac</a>. You can also check your issue against this list of <a href=\"https://core.trac.wordpress.org/tickets/major\" rel=\"noopener\" target=\"_blank\">known bugs</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s in WordPress 7.1 Beta 3?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">For technical details on the more than <strong>71 issues</strong> addressed since Beta 1, see the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=07%2F15%2F2026..07%2F22%2F2026&amp;milestone=7.1&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed 7.1 WordPress Core Trac tickets</a> since July 15, 2026</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/7.1?since=2026-07-15&amp;until=2026-07-22\">7.1 Gutenberg commits</a> since July 15, 2026</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Note: <strong>Beta 2 was released on July 17, 2026</strong>, as part of the <a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\">WordPress 7.0.2 release</a> and includes important security fixes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Beta 3 introduces two improvements to styling.</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Applying local style changes globally is no longer an all-or-nothing action. The <a href=\"https://github.com/WordPress/gutenberg/pull/79839\" rel=\"noopener\" target=\"_blank\">Apply globally</a> option in the block inspector now opens a quick review step, allowing you to choose which modified styles to apply globally while keeping the rest as local overrides.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Other notable fixes include improvements to media uploads: long animated GIF uploads no longer hang, images rotated using EXIF metadata are processed correctly, and uploading a single HEIC image in Safari no longer creates two entries.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The editor also includes additional fixes for Notes, responsive styling, and custom CSS. For developers, WordPress Coding Standards has been updated to version 3.4.0.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/2026/05/22/extending-unicode-support-in-email-addresses-usernames-and-slugs/\" rel=\"noopener\" target=\"_blank\">Unicode email address support</a> will <strong>not be included</strong> in WordPress 7.1. The work will continue in a community plugin, allowing broader testing of compatibility, security, and data-handling considerations.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 3 haiku</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Fresh bugs surface now,<br />click by click, we chase them down—<br />codebase grows steady.</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to </em><a class=\"mention\" href=\"https://profiles.wordpress.org/krupajnanda/\"><span class=\"mentions-prefix\">@</span>krupajnanda</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/annezazu/\"><span class=\"mentions-prefix\">@</span>annezazu</a>, <br /><a class=\"mention\" href=\"https://profiles.wordpress.org/wildworks/\"><span class=\"mentions-prefix\">@</span>wildworks</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/amykamala/\"><span class=\"mentions-prefix\">@</span>amykamala</a> <em>for proofreading and review.</em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Join us for the launch of WordPress 7.1 at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a>, August 16–19.</figcaption></figure>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 15:23:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Benjamin Zekavica\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Open Channels FM: Signal – Issue 17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://openchannels.fm/signal-issue-17/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"Talk about the intersection of open source software and business, rapid security response amid AI advancements, the importance of fundamentals in AI implementation, and concise content creation for engaging media.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 13:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: #226 – Jessica Lyschik on Why Accessibility in WordPress Themes Is Easier Than You Think\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/podcast/226-jessica-lyschik-on-why-accessibility-in-wordpress-themes-is-easier-than-you-think\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55129:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, why accessibility in WordPress themes is easier than you think.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Jessica Lyschik. Jessica is a longtime member of the WordPress community who&#8217;s been working in the ecosystem since 2015. She&#8217;s spent years learning and advocating for web accessibility, both as a developer and as an active community participant, joining agencies, working on theme reviews, and helping improve standards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many theme creators assume that making themes accessible is an intimidating task, but Jessica&#8217;s here to show you that achieving an accessibility ready WordPress theme is more straightforward than you might imagine.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Her WordCamp Europe 2026 presentation, accessibility in themes, easier than you think, aimed to demystify the requirements for accessible themes. Explaining what the WordPress guidelines mean in practise, where the low hanging fruit is, and how both block and classic themes can reach accessibility ready status with manageable efforts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We talk about the personal and moral journey that brings developers to accessibility. The technical hurdles and documentation challenges, and the ways in which things like AI agents are putting accessibility in the spotlight for everyone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jessica talks about practical steps that quickly improve accessibility, like using correct HTML tags, adding alternative text to images, and configuring skip to content links, and shares why building accessibility in from the start saves time and effort down the road.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We also explore the differences, and possible advantages, of block themes when it comes to accessibility, and why theme guidelines work the way they do, and the importance of interdisciplinary awareness across SEO, design, and content teams.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jessica mentions helpful resources, influential leaders in accessibility, and the ongoing need for documentation improvements to help everyone level up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;ve ever felt overwhelmed by accessibility requirements, or wonder why they matter, and how you can build better WordPress sites that work for everyone, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so without further delay, I bring you Jessica Lyschik.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Jessica Lyschik. Hello, Jessica.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:39] <strong>Jessica Lyschik:</strong> Hi Nathan.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:41] <strong>Nathan Wrigley:</strong> Nice to have you with us. This is my second interview at WordCamp Europe 2026. We&#8217;re in a beautiful, big media room. I&#8217;ve got to say, this is one of the nicest spaces I&#8217;ve ever had for these kind of interviews, so that&#8217;s really nice.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jessica has already done, I want to say presentation but maybe it was a workshop. I&#8217;m not sure.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:57] <strong>Jessica Lyschik:</strong> No, it was a regular talk actually, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:59] <strong>Nathan Wrigley:</strong> Okay. And how did it go?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:00] <strong>Jessica Lyschik:</strong> It went super well, except for my slides went missing in between. That wasn&#8217;t so great. But the audience was very respectful of that, and I made a bit fun of it, so they laughed for a second and I tried, the media guys tried to fix that. We got it fixed in the end. I would&#8217;ve winged it anyway because I, like I knew what was coming up. But it&#8217;s always good to have your slides. It&#8217;s like seeing them, because for me it&#8217;s also visual reminder. It&#8217;s like, I need to see what I&#8217;m talking about, so I&#8217;m not losing track of it. But yeah, this was just a little technical hiccup. But overall I got very great feedback so far on my talk, and I&#8217;m very glad.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There were also quite a lot of people. I did not expect this many. And that makes me just super happy that people are actually interested in this topic, although it is sort of scary for some of them if they even like try to touch this topic. We can probably get into the details later. Yeah, just overall like, what does it do? Why do I need that? These unanswered questions that they have that they were like, ah, no, I&#8217;m not really interested into that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:01] <strong>Nathan Wrigley:</strong> Oh, that&#8217;s nice a big reception.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:03] <strong>Jessica Lyschik:</strong> Yeah. And that&#8217;s just great to see because I think just as we all grow older, and I even noticed that, and I&#8217;ve said that in my talk, like I kind of get to appreciate when a website is accessible. I mean I&#8217;m still have a long time to go, hopefully in my life, but I start to appreciate the small things that make just browsing websites easier, to be honest.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:23] <strong>Nathan Wrigley:</strong> So I guess we should introduce the subject and then give you a chance to introduce yourself because it feels like in this context, the subject at hand, it&#8217;s important to know that you know what you are doing. It&#8217;s not, well, I suppose it&#8217;s a general skill in that it should be something most people know an awful lot about. But I fear that that&#8217;s not the case.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the presentation that you&#8217;ve just given was called accessibility in themes, easier than you think. That&#8217;s nicely phrased. Let&#8217;s get them through the door.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then the blurb that went with that, I&#8217;ll just read that into the record then everybody knows what we&#8217;re talking about. So it says, many theme developers assume accessibility ready requirements are hard to meet, but that&#8217;s rarely true. This session shares practical insights for real theme reviews, and shows how both block and classic themes can reach accessibility ready status with manageable effort.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s the context of what we&#8217;re going to talk about today. However, as I just alluded to, could you just tell us a bit about you, how long you&#8217;ve been using WordPress, and then I guess if you want to focus a bit on your accessibility credentials and what you&#8217;ve been doing in that space.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:23] <strong>Jessica Lyschik:</strong> Yeah, of course. So yeah, I&#8217;ve been using WordPress, I think I started around 2005 or 6 already. So like dipped my toes into it, played with it around, just got a feel for it. But actually professionally, I started out in 2015 in the WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Before that, I already joined the community. So I was working at another place that did not use WordPress before. And then in 2015 I joined a WordPress agency. Today they&#8217;re called Syde, for anyone who&#8217;s wondering. And ever since I&#8217;ve been into WordPress that long.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And accessibility in that case I have, I think it was a gradual process more of. It was not just like, I&#8217;m now doing accessibility. That just didn&#8217;t happen. It was, I learned it over time. And when I started learning about how to create a website accessibility was absolutely not a thing. No one cared about it. And it just became more and more aware for people, for developers, especially in the past couple years. I think we still have some way to go but like, as I said earlier, there were so many people interested in my talk. So I think we&#8217;re now at a pace where things get really interesting for many more people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And yeah, I learned a lot along the way. Made a lot of mistakes along the way. But I&#8217;m glad I&#8217;m learning this. I&#8217;m still learning. So it&#8217;s always something that you continuously learn, because I think the hardest part to grasp for people is that, if you are abled, it&#8217;s like you can see, you can hear, you can navigate a device with your own hands, all stuff like that, you take it for granted.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And if you suddenly see or people tell you the perspective of like a blind person, a person who&#8217;s deaf, a person who may not be able to use a device like you do, maybe have a hand injury, or no hands anymore, that&#8217;s also happening. Then you start to wonder, okay, how do these people actually like use websites or use their phones or computers? And there are many different ways to do that. And I think if you have the chance to learn about this, it is absolutely eye-opening.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also then, there was a talk at WordCamp Leipzig this year, but also last year, I attended last year, by a blind person. And her brother was also blind. He was a developer. And they shared like how bad some websites are, and how they struggle to like get the information out of the website, and what crazy, crazy stuff people are doing to their websites that do not make it accessible for these people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then you are sitting there and wondering, oh my God. And sometimes I have to say, I even did this in the past and I didn&#8217;t know, but I&#8217;m glad today that I learned about this and make a better web essentially. Yeah, that&#8217;s why I&#8217;m here sharing my knowledge.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:11] <strong>Nathan Wrigley:</strong> It kind of sounds for me, so when I talk about accessibility, there&#8217;s always two strands to it. There&#8217;s like this legal bit where the governments are increasingly talking about things that will happen to you as a company that builds websites if you don&#8217;t follow guidelines. So that&#8217;s one side.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But there&#8217;s also this moral side. There&#8217;s the side of, we ought to do this despite what the law says. You know, it&#8217;s just a necessary thing. And it feels to me as if your journey in this was a moral one.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:38] <strong>Jessica Lyschik:</strong> More of, yes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:39] <strong>Nathan Wrigley:</strong> Yeah, there was a definite need here. You know, in the real world when you see somebody, let&#8217;s say somebody who&#8217;s sitting in a wheelchair and they&#8217;re trying to get into a post office and there&#8217;s a step that they can&#8217;t get over, there&#8217;s no bit of you which doesn&#8217;t see that as unjust. Every bit of you says that character can&#8217;t get over that step. That&#8217;s wrong.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And yet, the bit of the world which is becoming increasingly the way that we interact, you know, we book flights, we file our taxes, we do our banking, we, all of these things, they&#8217;re completely invisible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Most of the time we&#8217;re doing the internet by ourselves. You know, we might be sitting on a train, but nevertheless it&#8217;s a solitary activity, or we&#8217;re in our own home or whatever. And these pitfalls, the equivalent of the step in front of the post office is totally invisible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it also seems that the voice of the people whose lives are made more difficult is just drowned out. Somehow that anger that they must feel never seems to rise to the top quite enough that we all take the necessary steps.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I don&#8217;t know if any of that landed, and there was definitely no question there, but I&#8217;ll hand it back to you if any of that resonates.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:49] <strong>Jessica Lyschik:</strong> No, I think you, you&#8217;ve put it absolutely right. And the invisibility is the thing, because a step for us is visually, like we see it I mean. If you&#8217;re blind, you&#8217;re not seeing it. But let&#8217;s put it away for a second. But in the web, the invisibility is like the key thing. And I just talked to Anne-Mieke Bovelett about, who&#8217;s doing another accessibility talk this afternoon. She told me about like a company where they put effort into their website, making it more accessible. And their sales actually increased. So it can definitely help. This is just one example.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But there&#8217;s also a new player in the field that will probably even increase the interest in accessibility, and that is AI agents. Because AI agents, they do not see a website as we do visually. They rely on that the website is technically built correctly. Google actually just last month announced that they will focus on this. They will focus on the accessibility for the AI agent. I have put a link in my slides to that document. This is basically, I think something that will be easier to grasp for people for some weird reason. But it&#8217;s made more visible to them because if an AI agent cannot read your website, and I know we are probably still at the very beginning of this AI agent stuff, but I think this will increase over the next couple months or even years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:14] <strong>Nathan Wrigley:</strong> That&#8217;s really interesting because when an individual, let&#8217;s go back 10 years, when an individual is creating a website, every single bit that you have to achieve is a minute of work or another minute or 20 minutes or an hour or what have you. And so there was this whole thing of just building the website, especially when page builders and things like that came along, just building the website to see what it looks like. And that whole accessibility layer just basically gets ignored.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, that&#8217;s what you&#8217;ve just said is curious because the AI agent building the website, to the AI agent, that&#8217;s kind of no extra work to get it right, if you know what I mean? If it&#8217;s configured to do all of the bits correctly, I&#8217;m using air quotes around the word correctly, then in theory it should be quite a good custodian of accessibility when it&#8217;s building things. I guess only time will tell whether that actually happens.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:08] <strong>Jessica Lyschik:</strong> Yeah, but it&#8217;s also for like, not the agents itself building, but also the agents visiting your website. Especially if you do like, I think shopping will be the one thing that if you say, hey, I don&#8217;t know what the best coffee or what, this is like a good topic. Yeah, okay, here are three options. And then, okay, buy me option one, a kilo of these beans or whatever. The AI agent, if the shop is accessible, the AI agent could do the shopping for you. This is where things are going and progressing towards, that you are not actively anymore the person who actually goes to the online shop, puts it in the cart, goes to the checkout and does all that stuff for you. But if the agent knows all that, it can do it for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:50] <strong>Nathan Wrigley:</strong> Can I ask a question then? Because I may have, I think I&#8217;ve understood what you were just saying and curiously, I&#8217;ve never had that thought, the one that you&#8217;ve just expressed. I want to know if I&#8217;ve got it right. Are you saying that in a world in which we increasingly ask AI to achieve things on the web for us, if it&#8217;s built with accessibility in mind, it&#8217;s more likely to be able to achieve the result of, let&#8217;s say, buy me a kilo of coffee.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:14] <strong>Jessica Lyschik:</strong> Yep.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:15] <strong>Nathan Wrigley:</strong> That&#8217;s so interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:16] <strong>Jessica Lyschik:</strong> Yeah because like, Anne-Mieke, whom I just talked about, shared a long document with me recently and I was just reading through it and was like, yeah, of course. Of course, if we technically do things right, we use the right elements, we do the right descriptions for everything that a computer, because AI agent is just a computer. Like assistive technology, like a screen reader who needs to read the right structure out of it and to fit the right content. But also is able to interact with stuff, like click on that button, put that in the cart, go to the checkout and so on. It&#8217;s basically the same. An AI agent is a screen reader.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:53] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s really interesting. I&#8217;m thinking of a map where I&#8217;m trying to get to a destination, but the map has no directions. Imagine a scenario where we set off from one place and our destination is here. What you are saying is all the instructions in between to get from the start to the end can be read if the HTML and all of the bits and pieces wrapped up in that are correct. I had never had that thought before. That&#8217;s so interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:17] <strong>Jessica Lyschik:</strong> Yeah, that&#8217;s very interesting. And I did not focus too much on this topic in my talk, but I wanted to put it in there at least in one slide to give like the food for thought that people can actually think about it because this is like what&#8217;s hyped right now. I have not tried out this whole agent thing yet, but like from a developer perspective, I can totally see that this is something that will increasingly help AI agents to achieve stuff.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:41] <strong>Nathan Wrigley:</strong> Yeah. And presumably make it so that a whole tranche of people who struggle with the web as it is currently might be able to interact with their voice or whatever other technique they use. We&#8217;ve completely gone off the rails, but that was such an interesting aside, thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:58] <strong>Jessica Lyschik:</strong> Yeah, I think this is something interesting to share. And as I said, I wanted to focus more on the technical details in my talk, so I left it kind of out. But I think it&#8217;s a great opportunity to share it here with you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:08] <strong>Nathan Wrigley:</strong> Yeah. That was lovely. Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So let&#8217;s go back to the WordPress bits and pieces then, and I&#8217;ll just do the title again because hopefully that&#8217;ll refresh it in listeners&#8217; minds. Accessibility in themes, easier than you think. Dear listener, if you&#8217;ve been using WordPress for any length of time, you&#8217;ll know that the themes still plays a giant part in the structure of your website and the way that people experience it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So where are we at then in the year 2026? Does the theme still represent a huge part of accessibility? In your experience, is it easier than most people think to get an accessible website in the year 2026? We&#8217;ll get into block based themes and classic themes and all that in a minute. But essentially what I&#8217;m asking is, is it an easier thing to get right than most people imagine?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:51] <strong>Jessica Lyschik:</strong> Yes, because I think what scares people off from my own experience, there are requirements to get the accessibility ready tag in the wordpress.org theme repository. And these requirements, if you first read them, they&#8217;ll sound a bit cryptic and you do not really understand what they actually mean.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In my talk, I was trying to combine this, what the requirement says with what is actually meant by that. Because right now, and this is something I would like to improve for the future, I&#8217;ve already talked to people about this, and I will have another chat with Rian Rietveld about it later, or tomorrow. Let&#8217;s see when we can make that happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because right now the requirements read like, okay, this must be achieved. This is what the website should do. Then there are some testing instructions, but you&#8217;re not told how to achieve it. What do you technically need to do in order to do that?</p>\n\n\n\n<p class=\"wp-block-paragraph\">I noticed this while I was reworking. I found out about the requirements also just a month ago because the requirements got updated. I have a theme in the wordpress.org repository and I tried to apply these new rules and have another fresh look at it. I got the accessibility ready tag for this already when I first got the theme into the repository. But like it was a good refresher to like go over all the requirements because they have slightly changed a bit, they added new ones.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When I was there, I was like, okay, like I understand this now because I have learned about accessibility over the past couple years. For someone who is fresh to this topic and doesn&#8217;t know too much about it, it&#8217;s hard to understand. Because there are some descriptions of things like, basically what it means is that you need to use, for example, the right HTML tags, header, footer, the main tag. We have section and aside, which are available in HTML 5. But the requirements does not say this explicitly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think this is where probably most people have gotten stuck in the past, because they did not understand like, what is actually required from me technically? Because the texts are not so much focused on that. And this is something I would like to contribute as well, to give back and to enhance. So it&#8217;s not there yet, but hopefully sooner than later we can add all this information so it gets even easier for people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because if you&#8217;ve done a website and you know about the HTML, you know about maybe a little bit of CSS, you know how to achieve this. You just need to connect the dots to what is relevant for accessibility and how do you do this in your HTML essentially.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:20] <strong>Nathan Wrigley:</strong> Yeah, I guess that&#8217;s a bit of a shame really, isn&#8217;t it? Is that the documentation is difficult to follow because I feel that accessibility is one of those things where if something is difficult it can get dropped basically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:33] <strong>Jessica Lyschik:</strong> Yeah, people won&#8217;t do it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:34] <strong>Nathan Wrigley:</strong> Yeah, because the majority of people browsing the internet can browse the internet despite your accessibility efforts, that will be the standard that they&#8217;re aiming for in most cases. So if it&#8217;s difficult to achieve these things and the documentation&#8217;s not really straightforward, every time somebody comes across a question and thinks, I don&#8217;t really know the answer to that, probably the quickest thing to do is just to, ah, push it to one side and not press through. But you obviously have and made it a bit of a goal.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So is there a particular accessibility requirement that developers in your estimation kind of overestimate the difficulty of? What I&#8217;m asking here really is about some low hanging fruit that you know about. In the scenario that we&#8217;ve just described where it&#8217;s easy to get put off and to sort of say to yourself, okay, I can&#8217;t do this. I&#8217;m wondering there are some sort of quick wins that you could describe that people could maybe achieve within the next half an hour, once they sat down at their machines?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:27] <strong>Jessica Lyschik:</strong> Yeah, I think there are definitely some. There is like underlining text in your main content, just underline the text. It&#8217;s one line of CSS, text declaration underline. For links, obviously, not for the entire text.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And there is like, as I said, the HTML tags. With block themes, it&#8217;s super easy. For example, you just need to configure that correctly in the editor, or use the correct template part and it&#8217;s basically done for you. Core does that. This is one advantage of block themes, but we can dive into this deeper later. Or the skip to content links also in block themes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As an example, in block themes it is just like putting the content block in a group and assigning the main HTML tag to that group. And WordPress does the rest for you. It&#8217;s just like assigning this one little setting correctly and then you get automatically a skip a content link for block themes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:18] <strong>Nathan Wrigley:</strong> Yeah, but curiously, if you didn&#8217;t know that small fact, that WordPress would handle that for you, if you don&#8217;t know, you don&#8217;t know. And you&#8217;d presumably go around the houses trying to figure that out for yourself and implement some custom version of that thing. Whereas in fact, what, three clicks, four seconds and you&#8217;re done.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:33] <strong>Jessica Lyschik:</strong> It&#8217;s super easy, yep.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:33] <strong>Nathan Wrigley:</strong> Yeah. Any more before we move on?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:35] <strong>Jessica Lyschik:</strong> I think these are like the most, absolutely the low hanging fruit is also if you use any images to add an alternative text. I think this is probably the most common one people already know. It is so easy. And even WordPress, even if you use classic themes, it&#8217;s already in the media library, the alternative text field. For block themes you have it directly at the image so it&#8217;s already in front of you. You just need to use it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:57] <strong>Nathan Wrigley:</strong> Yeah, you just not ignore it basically. Yeah, that&#8217;s true.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So has this become kind of a habit for you then, over the last period of time since you&#8217;ve taken more and more interest in this? Have you got to the point now where this is just how it works? You know, in the same way that I drive a car and I use the gears and that&#8217;s all just second nature. Is it like that for you when you are building your themes? Because it&#8217;s now locked away in your head. Every time you do a thing that previously you would&#8217;ve omitted. You are now just in the habit. Has that been a difficult journey or fairly straightforward?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:28] <strong>Jessica Lyschik:</strong> I think it&#8217;s, like starting out with this, it would feel like a bumpy road. But for me it was, it&#8217;s a gradual process. But right now it&#8217;s really like, yeah, I just know that when I use a button in a context that is not like sending off a form to add an aria label to it, it&#8217;s like, it is baked into my brain essentially already because I know.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I just had a very interesting example this week at work where there was a client reaching out saying, hey, we did an accessibility test on our website and it marked like two buttons that did not say what they&#8217;re doing. These were essentially missing the aria label because they had only icons on the buttons, not real text.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So if there&#8217;s just an icon, the screen reader cannot read, what is this button for, essentially, with just an icon? The win here was just to add the aria labels, because the fields were already there. This was also part of the Greyd.Suite, so from our product so I knew how to put it in there. And then it was like, oh no, like I have to do this 12 times, my colleague said. And I was like, yeah, okay, then you have to do it twice, 12 times. So 24 times. But be happy it&#8217;s not 200 times you have to do it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So, and I said, do not take this personally. This is a great example of why putting accessibility at the very beginning of when you&#8217;re creating this makes life so much easier than rather when you just build a website and then you figure out you have to change 300 buttons. This is probably a crazy number, but just to give you an example, to change all the buttons manually again, going through every single page or whatever you have when you just could have taken the extra step, added the aria label, and then just be done with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:09] <strong>Nathan Wrigley:</strong> Right. That&#8217;s an interesting thought. And also the exasperation of your colleague there kind of perfectly sums up the problem. In that you see it as a problem. Does that mean I&#8217;ve got to do something 24 times? And there&#8217;s this sense of, ugh, I&#8217;ve got to do this work. And it feels like a chore. But then I suppose if you step back and look at what you&#8217;ll actually enable by doing those 24 things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I know that in the workday that&#8217;s hard to do. It&#8217;s hard to sort of step back and say, okay, if I do this thing 24 times, this will be the result, and lots more people will be able to, in this case, view the image.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:42] <strong>Jessica Lyschik:</strong> I mean this was like they started already working on. If you fix it now, you do not have to do it for the coming pages. So if you multiply that with how many pages more you need to do, once you get this one fixed, and ideally you need to change the aria label of the text changes obviously, but this was, I think for a header, in a header, where there was like, I think one sort of popover or popup. Fully accessible by the way, so don&#8217;t worry about that. And also a button to, I think for the phone numbers, like just a phone icon. And they could click on it and it would be something like that, along the lines. I don&#8217;t exactly remember what it was. But it was just like two icons in the header. And if you take that header, use it on, I don&#8217;t know, another 250 sites, you don&#8217;t need to do the work anymore.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:29] <strong>Nathan Wrigley:</strong> Okay. So you are painting a picture in which, get it right at the beginning, follow the guidelines, do the hard work once, then almost the career from then, from this moment forward, your life will be immeasurably easier if you build it into the theme or.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:45] <strong>Jessica Lyschik:</strong> And accessibility will not be taken as, ugh, and I now have to do this all. Because when you do it from the start, you have to make sure at the end of course that it still works. You may have to run into issues and redo stuff. That can happen. But I think you just have saved yourself so much work in the end if that requirement for some reason pops up later or so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:10] <strong>Nathan Wrigley:</strong> I&#8217;m wondering, depending on the kind of nature of where you work, and how you do this. You know, if you&#8217;re a freelance, then this is on you. If you&#8217;re in an agency, then it may be that there&#8217;s somebody, you know, maybe there&#8217;s an SEO person, there&#8217;s a design person, maybe there&#8217;s an accessibility person. But it does feel like the moral argument states everybody should have some insight. Maybe you&#8217;re not right in the weeds of it, but you should have some knowledge of what the low hanging fruit is, at least.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:38] <strong>Jessica Lyschik:</strong> Yeah it&#8217;s, what&#8217;s the right word for it? Interdisciplinary. It is like not just the developer who needs to think of accessibility. It&#8217;s like, okay, we need to because like we provide a technical structure for it. But it also needs to be for the content people who write the blog posts, the pages, whatever, for SEO people to understand that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think accessibility, if you want the entire website to be accessibility, everyone who works on a website needs to know about it. That an SEO person needs to know how to create a skip link, probably not. Or how to use, maybe to use the right text. But for them, the text would be just the, using the right heading structure, for example. This is also a requirement, that you do not use an H3 and then an H6 heading in your content, but you structure it correctly that you have the H1 on the top, and then every next level is H H2, and then every level under that is H3. So this way. They should know about this. But they do not need to know too much about the technical side. Because in the end, it all comes together and creates an accessible website.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:42] <strong>Nathan Wrigley:</strong> In your commentary a few minutes ago, you mentioned that there were some guidelines in order to put a theme on wordpress.org. Is that the nature of it? Is it a guideline, or are there some hard and fast rules, which will prevent a theme getting into the repo based upon a lack of accessibility? What I&#8217;m asking is, are there some things that you must do as of now, or is it very much, okay, if you do this, great, but if you don&#8217;t, we&#8217;ll let your theme pass anyway?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:09] <strong>Jessica Lyschik:</strong> Yeah. Let me explain this. So there&#8217;s this accessibility ready tag. So you have different tags for the themes in the repository. And in order to get the accessibility ready tag, you need to follow the requirements, the accessibility ready requirements, I think it&#8217;s completely called.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And these are as of now 18 requirements. I went through them all in my talk. We&#8217;ve already touched on some of these. Some are really low hanging fruit, some are, one of the newer ones are, a theme should not recommend or require a plugin that is not accessible. This is something else that the team came up with, which is an interesting one. There&#8217;s, I guess a lot of room for discussion.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But also another one is to have an accessibility.txt file in your theme. Which basically, it&#8217;s not a standard yet, but like close to a standard sort of, has information about what has been done in terms of accessibility. Are there any classes that you can, CSS classes that you can use to make use of texts for screen readers? So basically hide them visually, or hide these texts or items visually, but still have them read out by screen readers. So they&#8217;re not like discipline none where you just remove that basically from the accessibility tree, but make it still readable for screen readers. And just some more information about that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah, you need to meet all these requirements with your theme if you want this tag. But you can still like do not care about accessibility and still get your theme in the repo if you want.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:40] <strong>Nathan Wrigley:</strong> Would you like that to be flipped? Would you like that to be, because I mean we&#8217;re a very open ecosystem, aren&#8217;t we? And would you like to see though a day where you don&#8217;t meet these 18 guidelines, you don&#8217;t get the tag, you don&#8217;t get to play, you&#8217;re not allowed in the repo? Or is that a touch too far?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:56] <strong>Jessica Lyschik:</strong> Let me share some numbers, I think. So there are like 14,700 plus themes in the repository right now. All themes. At least that&#8217;s the number I can access. I don&#8217;t know if there&#8217;s maybe a bit more, I don&#8217;t know. But this is the public number you can access. And out of these themes, I think if I saw the correct number, it&#8217;s like just 270 have the accessibility ready tag. So then that is like 1.5% of all themes who have that tag.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I think it will be extremely hard to force sort of, if you want to flip that, force that onto people. And I think we need to do a more gradual way. And that&#8217;s what I&#8217;m sharing my knowledge because I think it is not that hard. If you can improve the documentation for it, it will be even easier for people. And I think this is the way to go instead of forcing like, because we do not like to be forced to things we do not understand.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:50] <strong>Nathan Wrigley:</strong> That&#8217;s right. Yeah, that&#8217;s interesting. I wonder if there&#8217;s a future in which that slowly gets ramped up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:56] <strong>Jessica Lyschik:</strong> I think with the AI agents, we will have an acceleration on this, I guess. So maybe not in WordPress themes, in the repository directly, but I think the attention will be put there and then like, oh, maybe we should make it more accessible. Let&#8217;s read into this. And I think these guidelines are also very interesting, maybe not just for WordPress themes. I mean, of course they&#8217;re for the repository, but you of course can apply them to your own custom theme, definitely. You do not have an absolute check like the team will do for you. But nothing stops you from using them even on a non WordPress site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:30] <strong>Nathan Wrigley:</strong> Do the guidelines, do they feel like they&#8217;re kind of firmly fixed or is it always a movable feast?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:35] <strong>Jessica Lyschik:</strong> They&#8217;re relatively fixed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:37] <strong>Nathan Wrigley:</strong> Okay, so if you were to swat up, for want of a better word, on what there is right now, there&#8217;s a good chance that the rug will not be pulled out from under you in six months, a year, two years time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:46] <strong>Jessica Lyschik:</strong> No, I think the last time the requirements got updated was in 2012, 14. I would need to ask, Joe Dolson did the initial, or was working on the initial thing. And so it has been a while since this got updated and they just got updated last month. So I don&#8217;t think that they will be changing anything.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The one I talked about, not requiring or recommending plugins is the one, this is something, it kind of creates a grey area sort of. And I think this will be put to discussion. It&#8217;s like, I don&#8217;t mind, but I can see many people like really, not raging against it, but like raising questions about it. If this is something that should be a requirement.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I think for like the actual technical stuff, I don&#8217;t think that there&#8217;s much that should change, because like they&#8217;re based on the WCAG requirements. These are like the standard requirements that also have, I&#8217;m not sure if they&#8217;re used on governmental things, like on the European Accessibility Act, but I think they&#8217;re a sort of base for that. And it&#8217;s not like completely this. So the theme requirements are not like the WCAG requirements 100%, but like a subset of it, sort of.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:57] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s a fairly slow moving ship in other words. If you acquire the knowledge today, you&#8217;ve got a good chance that in a year, two years, maybe even five years, the knowledge that you&#8217;ve got will need amending. But most of it will broadly work several years from now.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:11] <strong>Jessica Lyschik:</strong> It&#8217;s with like development in general. So like you always need to be constantly learning. And I think if you learn about accessibility today, I think you&#8217;re in a very good spot. Because like of course we have European Accessibility Act and governmental requirements, at least in Europe we do have them. But I think there&#8217;s already so much information out there, that it should be relatively easy to onboard you. And I think this is just beneficial if you learn, it&#8217;s basically about learning about how to use things correctly. And if you&#8217;ve got that, then you&#8217;re absolutely good to go.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:45] <strong>Nathan Wrigley:</strong> So not that long ago I suppose, we had block themes coming around, which is an entirely different way of creating themes in WordPress. So you&#8217;ve got classic themes, which is the way it always used to be. And now we&#8217;ve got block themes. Is there a striking fundamental difference in the way that you might approach accessibility if you were used to doing block themes? Is there a whole lot more to learn? Maybe it&#8217;s more straightforward if you&#8217;re using block themes. Just tell us about how those two things differ.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:34:08] <strong>Jessica Lyschik:</strong> Yeah. It is more straightforward actually. Core is handling stuff for you. So accessibility just got a tad bit easier if you use block themes actually. In classic themes, you have to do a lot of things manually. You have to make sure that the elements are right, that the skip link is there, for example, things that we touched on already. And in block themes, if you use the correct blocks on the correct structure, Core handles stuff for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, there&#8217;s a requirement labelled form fields. So when you use a form or the form fields should have a label to it. In themes you don&#8217;t really have that because usually you should not put like, something like a form in there. There are two forms that by default come with a theme that are the comments form, but that&#8217;s completely handled by Core. And there&#8217;s the search form on the search results page.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But in block themes, both of them are handled by Core. Both of them are accessible because Core handles it all for you. You just need to place them and actually not do anything to them. It is that straightforward.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And same for like template parts. If you want to use header and footer, just use the template parts and use them. You can assign them a header template part as header of course, and one as footer. And then the HTML text will be automatically added correctly for you. So there&#8217;s not too much that you need to do manually anymore, just get that right.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And as I say, I really love block themes for the much easier accessibility, or the way you can make a block theme accessible. This is so much easier than with a classic theme.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:38] <strong>Nathan Wrigley:</strong> So presumably though, it sounds like there&#8217;s meta knowledge, if you know what I mean. You&#8217;ve got to know which block to put in which spot, and which block wraps this other block, and the parents and the children. But if you learn that, and if you make that, we were talking about habits earlier, if you make that your habit, and then save that habit and save the theme and what have you, you are painting a picture where it&#8217;s significantly more straightforward because you don&#8217;t have to think about it in many cases. Well, that&#8217;s the wrong way of phrasing it. You don&#8217;t have to do that hard work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:07] <strong>Jessica Lyschik:</strong> Exactly. If you have like a, sorry to interrupt you here, but if you have a theme that already gives you the correct examples, you can build off from that theme. For example, if you&#8217;re creating a new template, you can use an existing template and then just adjust it to what you need. If you need to change like colours or something but you have the structure already correct. You do not need to think about doing the structure again and maybe just have a check that it&#8217;s actually the right one. But if you just copy what&#8217;s already there, that is part of the theme, that&#8217;s actually super easy.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:38] <strong>Nathan Wrigley:</strong> I&#8217;m going to link to your presentation, which I know by the time that this goes out will be probably on wordpress.tv, I would&#8217;ve thought by that point. But I&#8217;ll link to your presentation and all of the different bits and pieces.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I&#8217;m curious, who in the WordPress space, and maybe not the WordPress space, maybe outside of that, who do you follow or try to get guidance from? Maybe that&#8217;s a YouTube channel or a blog, or a, I don&#8217;t know, government based website. Maybe it&#8217;s just wordpress.org, I don&#8217;t know. Where do you go to swat up on all of this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:06] <strong>Jessica Lyschik:</strong> Ooh, there are some very good resources out there. So I do follow like people within the WordPress community. I mentioned a few names already, like Joe Dolson, Rian Rietveld, Amber Hinds from Equalize Digital. They do a lot of stuff in that area. And then I also follow Sara Soueidan, she&#8217;s a developer from, I think Lebanon, if I remember correctly. She does great stuff on accessibility. There is a few more names. There are some good resources out there. I can probably research that for you because I cannot remember the names right now.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:39] <strong>Nathan Wrigley:</strong> I&#8217;m putting you on the spot. I&#8217;m sorry.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:40] <strong>Jessica Lyschik:</strong> Put me on the spot. That&#8217;s okay. I&#8217;ll share some links with you that you can then put in with the podcast information. There are some great resources both within the WordPress community but also outside of it that can give you a very good overview. And I think it&#8217;s just interesting to follow people who like can build the bridge between, okay, this is a requirement, this is how you technically do it, and this is why you do it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:05] <strong>Nathan Wrigley:</strong> I have a friend who&#8217;s recently been on the journey of trying to go from zero to really quite proficient in this space. He&#8217;s found a bunch of YouTube channels and several of the names that you mentioned there, particularly the Lebanese lady that you mentioned.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I think followed a course that they put together and found that structure profoundly helpful. The dry documentation, I think was the way it was described on the WCAG website can sometimes I think be a, you know, it&#8217;s hard to get into that in some way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You know, if this all sounds like a lot of work, there&#8217;s definitely resources out there, which, fun is perhaps the wrong word, but make it more engaging. There&#8217;s videos to watch, and channels to follow and blogs to read and all of this. And so it turns this, I&#8217;m doing air quotes, dry subject into something a little bit more manageable and easy to take in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:52] <strong>Jessica Lyschik:</strong> Yes. Yes, because like the WCAG requirements, like they&#8217;re hard to read. It&#8217;s like reading, the HTML 5 spec. This is also super hard to read.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:01] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s the cure for insomnia.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:03] <strong>Jessica Lyschik:</strong> Yeah, sort of. And it&#8217;s, yeah, I think if we have, not more content, but the right content available to people in the right spot, I think this will be beneficial for everyone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:14] <strong>Nathan Wrigley:</strong> Yeah. I think unless there&#8217;s something else you want to cover off, I think, Jessica, I&#8217;ve asked everything I wish to. Is there anything you think we&#8217;ve omitted or are you happy to call it a day there?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:24] <strong>Jessica Lyschik:</strong> I think we&#8217;re, I mean we could go on probably for days. But I think for now it&#8217;s, we&#8217;ve covered every topic.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:32] <strong>Nathan Wrigley:</strong> Well in which case, what I&#8217;ll do, dear listener, if you go to the WP Tavern website and search for Jessica&#8217;s post, I&#8217;m not sure what number it will be as we&#8217;re recording it, go there and anything that we discussed, and any names that we discussed and those kind of things, I&#8217;ll put a link and obviously if Jessica supplies any other things she mentioned, we&#8217;ll add those in as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So Jessica, thank you so much for chatting to me today. And now that your presentation is done, you can relax and enjoy the rest of the spectacle.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:55] <strong>Jessica Lyschik:</strong> Yes. Thank you so much, and thanks for having me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:57] <strong>Nathan Wrigley:</strong> You&#8217;re welcome.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have <a href=\"https://jessicalyschik.de\">Jessica Lyschik</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jessica is a longtime member of the WordPress community who has been working in the ecosystem since 2015. She has spent years learning and advocating for web accessibility, both as a developer and as an active community participant, joining agencies, working on theme reviews, and helping to improve standards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many theme creators assume that making themes accessible is an intimidating task, but Jessica’s here to show you that achieving an accessibility-ready WordPress theme is more straightforward than you might imagine. Her WordCamp Europe 2026 presentation, “Accessibility in themes: easier than you think,” aimed to demystify the requirements for accessible themes, explaining what the WordPress guidelines mean in practice, where the low-hanging fruit is, and how both block and classic themes can reach accessibility-ready status with manageable effort.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We talk about the personal and moral journey that brings developers to accessibility, the technical hurdles and documentation challenges, and the ways in which things like AI agents are putting accessibility in the spotlight for everyone. Jessica talks about practical steps that quickly improve accessibility, like using correct HTML tags, adding alternative text to images, and configuring skip-to-content links, and shares why building accessibility in from the start saves time and effort down the road.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We also explore the differences, and possible advantages, of block themes when it comes to accessibility, why theme guidelines work the way they do, and the importance of interdisciplinary awareness across SEO, design, and content teams. Jessica mentions helpful resources, influential leaders in accessibility, and the ongoing need for documentation improvements to help everyone level up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’ve ever felt overwhelmed by accessibility requirements, or wonder why they matter, and how you can build better WordPress sites that work for everyone, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://europe.wordcamp.org/2026/session/accessibility-in-themes-easier-than-you-think/\">Accessibility in themes: easier than you think</a> &#8211; Jessica&#8217;s presentation at WordCamp Europe 2026</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://syde.com\">Syde</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://leipzig.wordcamp.org/2026/\">WordCamp Leipzig 2026</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://greydsuite.com\"> Greyd.Suite</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://developer.wordpress.org/themes/classic-themes/functionality/accessibility/\">Accessibility Handbook</a> &#8211; Theme section</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.w3.org/WAI/standards-guidelines/wcag/\">WCAG 2 Overview</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://commission.europa.eu/strategy-and-policy/policies/justice-and-fundamental-rights/disability/european-accessibility-act-eaa_en\">European Accessibility Act (EAA)</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.joedolson.com\"> Joe Dolson</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://rianrietveld.com\">Rian Rietveld</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://amberhinds.com\">Amber Hinds</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.sarasoueidan.com\"> Sara Soueidan</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Open Channels FM: We are Welcoming Automattic as our Newest Sponsor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557268\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://openchannels.fm/we-are-welcoming-automattic-as-our-newest-sponsor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"Automattic is now a sponsor of Open Channels FM Podcast Network, supporting creators with tools for WordPress, WooCommerce, and more, promoting freedom online.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 08:25:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Gutenberg Times: How WordPress decides a theme is a “block theme”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=46118\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://gutenbergtimes.com/how-wordpress-decides-a-theme-is-a-block-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20333:\"<p class=\"wp-block-paragraph\">The term &#8220;block theme&#8221; is used a lot in WordPress but it was never really clear to me what that meant exactly from a code point of view.</p>\n\n\n\n<p class=\"wp-block-paragraph\">While researching <a href=\"https://gutenbergtimes.com/the-post-editor-is-going-full-iframe-what-block-developers-need-to-know-before-wordpress-7-1/\">The post editor is going full iframe: what block developers need to know before WordPress 7.1</a>, I learned that the outcome of testing WordPress 7.1 Beta 1 <em>may</em> soften the plan: instead of forcing the iframe for everyone, core might force it only for block themes, while classic themes using blocks with apiVersion 2 or lower keep the current 7.0 behavior. (The linked article covers the 7.0 state of things in full.)<br /><br />If that&#8217;s the split, then the exact definition of &#8220;block theme&#8221; suddenly matters a great deal. So what does core actually check?</p>\n\n\n\n<p class=\"wp-block-paragraph\">The public API is <code>wp_is_block_theme()</code>, which just asks the active theme:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// wp-includes/theme.php (guard clause trimmed)\nfunction wp_is_block_theme() {\n	return wp_get_theme()->is_block_theme();\n}</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// wp-includes/theme.php (guard clause trimmed)</span></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">function</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">wp_is_block_theme</span><span style=\"color: #D4D4D4;\">() {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">wp_get_theme</span><span style=\"color: #D4D4D4;\">()-&gt;</span><span style=\"color: #DCDCAA;\">is_block_theme</span><span style=\"color: #D4D4D4;\">();</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">And <code>WP_Theme::is_block_theme()</code> is, in its entirety, a file-existence check:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// wp-includes/class-wp-theme.php (caching trimmed)\npublic function is_block_theme() {\n	$paths_to_index_block_template = array(\n		$this->get_file_path( \'/templates/index.html\' ),\n		$this->get_file_path( \'/block-templates/index.html\' ),\n	);\n\n	foreach ( $paths_to_index_block_template as $path ) {\n		if ( is_file( $path ) &amp;&amp; is_readable( $path ) ) {\n			return true;\n		}\n	}\n\n	return false;\n}</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// wp-includes/class-wp-theme.php (caching trimmed)</span></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">public</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">function</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">is_block_theme</span><span style=\"color: #D4D4D4;\">() {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">$paths_to_index_block_template</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #DCDCAA;\">array</span><span style=\"color: #D4D4D4;\">(</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		</span><span style=\"color: #569CD6;\">$this</span><span style=\"color: #D4D4D4;\">-&gt;</span><span style=\"color: #DCDCAA;\">get_file_path</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'/templates/index.html\'</span><span style=\"color: #D4D4D4;\"> ),</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		</span><span style=\"color: #569CD6;\">$this</span><span style=\"color: #D4D4D4;\">-&gt;</span><span style=\"color: #DCDCAA;\">get_file_path</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'/block-templates/index.html\'</span><span style=\"color: #D4D4D4;\"> ),</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	);</span></span>\n<span class=\"line\"></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">foreach</span><span style=\"color: #D4D4D4;\"> ( </span><span style=\"color: #9CDCFE;\">$paths_to_index_block_template</span><span style=\"color: #D4D4D4;\"> as </span><span style=\"color: #9CDCFE;\">$path</span><span style=\"color: #D4D4D4;\"> ) {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		</span><span style=\"color: #C586C0;\">if</span><span style=\"color: #D4D4D4;\"> ( </span><span style=\"color: #DCDCAA;\">is_file</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">$path</span><span style=\"color: #D4D4D4;\"> ) &amp;&amp; </span><span style=\"color: #DCDCAA;\">is_readable</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">$path</span><span style=\"color: #D4D4D4;\"> ) ) {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">			</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">true</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		}</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	}</span></span>\n<span class=\"line\"></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">false</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>A theme is a &#8220;block theme&#8221; if it ships an <code>index.html</code> block template</strong>, either in <code>templates/</code>, or in <code>block-templates/</code>, the pre-5.9 legacy location. Nothing else is consulted. That has a few consequences that may surprise people:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><code>theme.json</code> doesn&#8217;t make you a block theme.</strong> Neither do patterns, block template <em>parts</em>, or <code>add_theme_support( \'block-templates\' )</code>. A theme can adopt every one of those &#8220;hybrid&#8221; features and still land on the classic side of this check, because the test only looks for a top-level <code>index.html</code> template.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Child themes inherit the answer.</strong> <code>get_file_path()</code> looks in the child theme first and falls back to the parent, so a child theme of a block theme is a block theme even if the child ships no templates of its own.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>It&#8217;s a filesystem check, not a declaration.</strong> There&#8217;s no header in <code>style.css</code> that opts you in or out. Drop a <code>templates/index.html</code> into a theme and, as far as WordPress is concerned, it <em>is</em> a block theme.</p>\n\n\n\n<h3 class=\"wp-block-heading\">The minimum files required for block and classic themes</h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is the entire minimum viable <strong>block theme</strong> — two files:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>Markdown</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">my-block-theme/\n├── style.css          ← standard theme header\n└── templates/\n    └── index.html     ← this file IS the decider</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #D4D4D4;\">my-block-theme/</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">├── style.css          ← standard theme header</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">└── templates/</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">    └── index.html     ← this file IS the decider</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">(WordPress considers a theme valid if it has <code>style.css</code> plus <em>either</em> <code>index.php</code> or <code>templates/index.html</code>, which means for a block theme, <code>index.php</code>, <code>functions.php</code>, and even <code>theme.json</code> are all optional.)</p>\n\n\n\n<p class=\"wp-block-paragraph\">And this is a theme that is <strong>guaranteed to stay classic</strong>:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>Markdown</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">my-classic-theme/\n├── style.css\n└── index.php          ← the classic fallback template</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #D4D4D4;\">my-classic-theme/</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">├── style.css</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">└── index.php          ← the classic fallback template</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Staying on the classic side of the check comes down to two conditions:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>No</strong> <strong><code>templates/index.html</code></strong> <strong>and no legacy</strong> <strong><code>block-templates/index.html</code>.</strong> Other block templates don&#8217;t matter: a theme with `templates/single.html` but no `templates/index.html` still tests as classic. (In practice, though, if you&#8217;re shipping block templates, ship the index and be a block theme on purpose.)</li>\n\n\n\n<li><strong>No block-theme parent.</strong> The check falls back to the parent theme, so a child of Twenty Twenty-Five is a block theme no matter what the child contains. To be classic, the whole chain has to be.</li>\n</ol>\n\n\n\n<p class=\"wp-block-paragraph\">Everything else is fair game. <code>theme.json</code>, patterns, <code>add_theme_support( \'block-template-parts\' )</code>` custom templates registered from plugins — none of them flip the switch., patterns, <code>add_theme_support( \'block-template-parts\' )</code>, custom templates registered from plugins: none of them flip the switch.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Where real themes land</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Running that check against some current releases from the theme directory</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Tests <strong>classic</strong></th><th>Tests <strong>block</strong></th></tr></thead><tbody><tr><td>Twenty Twenty-One and every earlier default</td><td>Twenty Twenty-Two and every later default</td></tr><tr><td>Astra, Kadence, Blocksy, Botiga, Sydney, Hello Elementor — <em>all ship <code>theme.json</code></em></td><td></td></tr><tr><td>GeneratePress, Neve, OceanWP, Storefront</td><td></td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Six of the themes in the first column ship <code>theme.json</code>, the marquee &#8220;block&#8221; feature, and still test classic, because the check never looks at <code>theme.json</code><br /><br />Twenty Twenty and OceanWP are another good gotcha: both ship a <code>templates/</code> directory and are still classic, because it&#8217;s full of PHP page templates (<code>template-cover.php</code>, <code>landing.php</code>). The check wants <code>templates/index.html</code> specifically, so &#8220;does it have a templates folder&#8221; is not the indicator you might assume.</p>\n\n\n\n<h3 class=\"wp-block-heading\">How the editor reads it</h3>\n\n\n\n<p class=\"wp-block-paragraph\">On the JavaScript side, the block-theme flag surfaces in two different places, which is worth knowing if you go source-diving.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As an editor setting:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// wp-includes/block-editor.php, get_block_editor_settings()\n$editor_settings&#91;\'__unstableIsBlockBasedTheme\'&#93; = wp_is_block_theme();</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// wp-includes/block-editor.php, get_block_editor_settings()</span></span>\n<span class=\"line\"><span style=\"color: #9CDCFE;\">$editor_settings</span><span style=\"color: #D4D4D4;\">&#91;</span><span style=\"color: #CE9178;\">\'__unstableIsBlockBasedTheme\'</span><span style=\"color: #D4D4D4;\">&#93; = </span><span style=\"color: #DCDCAA;\">wp_is_block_theme</span><span style=\"color: #D4D4D4;\">();</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">and on the REST themes endpoint, which is where <code>@wordpress/core-data</code> picks it up:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php\n$data&#91;\'is_block_theme\'&#93; = $theme->is_block_theme();</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php</span></span>\n<span class=\"line\"><span style=\"color: #9CDCFE;\">$data</span><span style=\"color: #D4D4D4;\">&#91;</span><span style=\"color: #CE9178;\">\'is_block_theme\'</span><span style=\"color: #D4D4D4;\">&#93; = </span><span style=\"color: #9CDCFE;\">$theme</span><span style=\"color: #D4D4D4;\">-&gt;</span><span style=\"color: #DCDCAA;\">is_block_theme</span><span style=\"color: #D4D4D4;\">();</span></span></code></pre></div>\n\n\n\n<h2 class=\"wp-block-heading\">The one-file switch</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><br />For all the weight the term carries, &#8220;block theme&#8221; boils down to a single file: <code>templates/index.html</code> exists, or it doesn&#8217;t. Not <code>theme.json</code>, not patterns, not any amount of hybrid adoption. Just one index template, checked up the parent chain.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s worth keeping in mind if 7.1 does end up drawing the iframe line at <code>wp_is_block_theme()</code>. A hybrid theme that has adopted everything <em>except</em> block templates would keep the classic editor behavior, while adding a single <code>templates/index.html</code> (even accidentally, even in a parent theme you don&#8217;t control) would flip a site to the forced iframe. If your theme or your users&#8217; sites sit anywhere near that line, now is a good time to check which side of it you&#8217;re actually on: it&#8217;s one <code>is_file()</code> call away.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2026 18:57:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ryan Welcher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Open Channels FM: The Growth of Domain Names and the Future of AI in Internet Identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://openchannels.fm/the-growth-of-domain-names-and-the-future-of-ai-in-internet-identity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"This episode looks at the evolving online landscape, focusing on domain names, digital identity, and AI\'s influence. Key insights include rising domain registrations, AI in managing abuse, and the importance of open source.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2026 13:41:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Open Channels FM: Open Source and the Open Source Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556849\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://openchannels.fm/open-source-and-the-open-source-initiative/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"People think Open Source is just about having access to the source code. Actually, there&#8217;s a much longer history behind it. Open Source existed before the term Open Source was even coined, back in the late 60s. Universities started giving away software like Unix for free under small licenses like BSD or MIT, coincidentally named [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2026 12:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WordCamp Central: WordCamp Rajshahi 2026: Celebrating Community, Learning, and Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://central.wordcamp.org/?p=15457333\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://central.wordcamp.org/news/2026/07/wordcamp-rajshahi-2026-celebrating-community-learning-and-open-source/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8004:\"<p class=\"wp-block-paragraph\">WordCamp Rajshahi 2026, held on July 2nd-3rd, 2026, at the Rajshahi University of Engineering &amp; Technology (RUET) Auditorium, brought together WordPress enthusiasts, developers, designers, business owners, students, and open-source contributors from across Bangladesh and beyond. As a non-profit, community-driven conference, the event demonstrated the strength of collaboration, knowledge sharing, and the spirit of open source.</p>\n\n\n\n<p class=\"wp-block-paragraph\">More than just a technology conference, WordCamp Rajshahi became a place where people connected, exchanged ideas, and inspired one another to contribute to the future of WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sharing Knowledge That Matters</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The conference featured a diverse lineup of local and international speakers who shared practical experiences, real-world case studies, and emerging trends shaping the web today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Artificial intelligence was one of the most discussed topics throughout the event. Sessions explored how AI is transforming the way developers and businesses work—from integrating AI into WordPress without writing code to building customer support agents, using modern Large Language Models (LLMs) for development, debugging applications, and improving everyday workflows.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Performance, architecture, and security also received significant attention. Speakers demonstrated advanced WordPress optimization techniques, object caching strategies, no-code animations using GSAP, methods for identifying system vulnerabilities, and practical approaches to cleaning malware-infected WordPress websites with AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Beyond technical sessions, the conference emphasized personal and professional growth. Attendees learned about building successful careers, transitioning from startups to multinational companies, product marketing, the realities of remote work, and maintaining mental well-being while working in the technology industry.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day: Giving Back to WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day, held on July 2, served as one of the most meaningful parts of the event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Participants worked alongside experienced WordPress contributors and Table Leads to improve the WordPress project itself. Whether they contributed to Core, Accessibility, Themes, Plugins, Polyglots (translations), Education, or Photos, attendees experienced firsthand how community collaboration built the global WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For many first-time contributors, it was their first opportunity to make a direct contribution to one of the world&#8217;s largest open-source projects.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Campus Connect: Inspiring the Next Generation</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the highlights of WordCamp Rajshahi 2026 was the <strong>Campus Connect</strong> initiative.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To encourage student participation in open source, <strong>40 university students</strong> received <strong>complimentary tickets</strong> to attend the event. This initiative introduced young learners to the WordPress community, allowing them to interact with experienced professionals, attend technical sessions, and discover opportunities to contribute to open source.</p>\n\n\n\n<p class=\"wp-block-paragraph\">By investing in students today, the community hopes to cultivate the next generation of developers, designers, and contributors who will help shape the future of WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Sponsors Who Made It Possible</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp events are made possible through the generous support of organizations that believe in strengthening the open-source ecosystem. Rather than simply sponsoring an event, these companies invest in community growth and knowledge sharing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This year, the sponsorship tiers celebrated Rajshahi&#8217;s famous mango heritage.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Fazli Majesty (Platinum Sponsors)</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://webappick.com/\" rel=\"noopener\" target=\"_blank\">WebAppick</a>,</li>\n\n\n\n<li><a href=\"https://fluentcart.com/\" rel=\"noopener\" target=\"_blank\">FluentCart</a>,</li>\n\n\n\n<li><a href=\"https://xcloud.host/\" rel=\"noopener\" target=\"_blank\">xCloud</a>.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Himsagar Legacy (Gold Sponsor)</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://hosting.com/\" rel=\"noopener\" target=\"_blank\">Hosting.com</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Amrapali Delight (Silver Sponsors)</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://paymentform.io/\" rel=\"noopener\" target=\"_blank\">PaymentForm.io</a></li>\n\n\n\n<li><a href=\"https://kirki.com/\" rel=\"noopener\" target=\"_blank\">Kirki</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Community Sponsors</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.google.com/url?sa=E&amp;q=https%3A%2F%2Fcrowdzonebd.com%2F\" rel=\"noopener\" target=\"_blank\">Crowd Zone</a>,</li>\n\n\n\n<li><a href=\"https://exprovia.com/\" rel=\"noopener\" target=\"_blank\">Exprovia</a>,</li>\n\n\n\n<li>NT Tech Innovation,</li>\n\n\n\n<li><a href=\"https://padmazon.com.bd/\" rel=\"noopener\" target=\"_blank\">Padmazon Limited</a>,</li>\n\n\n\n<li><a href=\"https://shapedplugin.com/\" rel=\"noopener\" target=\"_blank\">ShapedPlugin</a>,</li>\n\n\n\n<li><a href=\"https://sigmative.com/\" rel=\"noopener\" target=\"_blank\">Sigmative</a>,</li>\n\n\n\n<li><a href=\"https://timetics.ai/\" rel=\"noopener\" target=\"_blank\">Timetics AI</a>,</li>\n\n\n\n<li><a href=\"https://wpbakery.com/\" rel=\"noopener\" target=\"_blank\">WPBakery</a>.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Official Partners</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>FM Networks (Internet Partner)</li>\n\n\n\n<li>TNR Soft (Payment Gateway Partner)</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Their support enabled the community to deliver a world-class experience while keeping the event affordable and accessible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank You to Everyone Behind the Scenes</h2>\n\n\n\n<p class=\"wp-block-paragraph\">An event of this scale is never the work of a single person.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Our sincere appreciation goes to every speaker and Contributor Day table lead who generously shared their knowledge and experience with the community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We are equally grateful to our organizers and volunteers. From sponsorship coordination, website management, registration, design, photography, audiovisual production, venue operations, food management, and attendee support, every team member played a vital role in ensuring the event ran smoothly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Their dedication transformed months of planning into an unforgettable experience for every attendee.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking Ahead</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Rajshahi 2026 demonstrated what is possible when passionate volunteers, contributors, sponsors, and community members work toward a common goal.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The event was more than a conference—it was a celebration of learning, collaboration, and the open-source values that make WordPress one of the world&#8217;s most successful communities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As the community continues to grow, the relationships built, ideas shared, and contributions made during WordCamp Rajshahi 2026 will inspire future events and encourage even more people to participate in the global WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s to many more WordCamps, more contributors, and a stronger open-source community in Bangladesh and beyond.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jul 2026 19:05:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Nazmul Hosen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Gutenberg Times: #WCUS Schedule, iframed Post Editor, WooCommerce 11.0 and so much more — Weekend Edition 369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=46063\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://gutenbergtimes.com/wcus-schedule-iframed-post-editor-woocommerce-11-0-and-so-much-more-weekend-edition-369/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23671:\"<p class=\"wp-block-paragraph\">Hi there!</p>\n\n\n\n<p class=\"wp-block-paragraph\">What a week! WordPress 7.1 Beta 1 (and Beta 2) arrived with a huge array of updates. We&#8217;ll unpack them together over the next four weeks, right up to the final release on August 19, 2026.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One thing shouldn&#8217;t wait, though: the security release WordPress 7.0.2. Go update your production sites now — this newsletter will still be here when you&#8217;re back. <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png\" style=\"height: 1em;\" /></p>\n\n\n\n<p class=\"wp-block-paragraph\">In this edition, you&#8217;ll also find the first speaker lineup for WordCamp US, a fourth page-builder migration story, WooCommerce 11.0 on the horizon, and plenty of block development goodness:  from iframed editors to on-brand maintenance pages.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Grab your favorite Saturday beverage and dig in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yours, <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\"><strong>WordCamp US 2026: Four Tracks, Three Workshops, 33 Speakers</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://us.wordcamp.org/2026/announcing-our-first-round-of-speakers-2/\"><img alt=\"First speaker spotlight WordCamp US&gt; \" class=\"wp-image-46081\" height=\"343\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Speakers-WordCamp-Us.png?resize=652%2C343&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The first wave of WCUS 2026 speakers is live — and it reads like a who&#8217;s-who of WordPress in practice.</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp US just <a href=\"https://us.wordcamp.org/2026/speakers/\">published its opening lineup</a> for August 16–19 in Phoenix: 34 confirmed speakers so far, including <strong>K Adam White, Brian Coords, Jamie Marsland, Kathy Zant, Miriam Schwab, and Robert Abela</strong>, all experienced developers, educators, security specialists, community builders.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program runs four tracks. </p>\n\n\n\n<ul class=\"wp-block-list has-small-font-size\">\n<li><strong>AI in Action</strong> leads with sessions on agentic workflows, AI search, and guardrails for AI-assisted development. </li>\n\n\n\n<li><strong>Honing Your Skills</strong> covers the practical side: maintenance, privacy compliance, creator commerce, security. </li>\n\n\n\n<li><strong>Technical WordPress</strong> digs into block migrations at scale, WP-CLI automation, and plugin pipelines. </li>\n\n\n\n<li><strong>Beginning WP101</strong> is the on-ramp for newcomers — or for clients you&#8217;re bringing along.</li>\n\n\n\n<li>Three <strong>hands-on workshop</strong>s round out the program, where you build something real in the room and leave with it.<br /></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The full session schedule isn&#8217;t out yet, but the speaker list alone is a useful signal. If someone on that page is a voice you follow, a tool you depend on, or a corner of WordPress you&#8217;re actively navigating, you now have a specific reason to be in the room.<br /><br /><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" style=\"height: 1em;\" /> <a href=\"https://us.wordcamp.org/2026/tickets\" rel=\"noopener\" target=\"_blank\">us.wordcamp.org/2026/tickets</a> — $100 General Admission · $750 Micro-Sponsor (includes listing on the sponsors page) <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f465.png\" style=\"height: 1em;\" /> <a href=\"https://us.wordcamp.org/2026/speakers/\" rel=\"noopener\" target=\"_blank\">Full speaker list →</a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\"><strong>WordPress 7.1 Beta </strong>1</a> was release on July 15, 2026.  is now available for testing. The release post offers instructions how to sent up a test side and shows an extensive list of new features. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The security team released <a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\"><strong>WordPress 7.0.2</strong></a> with the urgent appeal to update right away. The security fixes were also backported in 6.9.5 and 6.8.6. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The security fix was also included in <strong>WordPress 7.1 Beta 2</strong>, so testing sites are also protected during this release cycle. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Huzaifa Al Mesbah,</strong> from the Core Test team, published the accompanying <a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\"><strong>Help Test WordPress 7.1</strong></a> post. </p>\n\n\n\n<p class=\"wp-block-paragraph\">A few <strong>WordPress 7.1 Dev Notes</strong> are already available: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/13/consistent-navigation-in-wordpress-7-1-with-persistent-toolbar/\">Consistent navigation in WordPress 7.1 with persistent toolbar</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/07/the-classic-block-stays-in-the-inserter-for-wordpress-7-1/\">The Classic block stays in the inserter for WordPress 7.1</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\">Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5</a></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-46077\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17-edited-1.png?resize=652%2C183&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In about 10 days, WooCommerce 11.0 release is schedule. Brain Coords has the skinny for you in <a href=\"https://developer.woocommerce.com/2026/07/13/woocommerce-11-0-pre-release/\"><strong>what&#8217;s coming for developers in WooCommerce</strong></a>. Performance leads the release with 28 PRs — product object caching becomes the default for new stores, speeding up variable products by 9–12%. You&#8217;ll also find email verification connecting guest orders to accounts, new phone validation hooks, video embeds in the block email editor, and the final removal of the Product Editor beta. The beta is ready for your testing now.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jamie Marsland</strong> followed his instincts and build <a href=\"https://wordpress.org/plugins/jamies-front-end-editor-for-content-teams/\"><strong>Jamie&#8217;s Front-End Editor for Content Teams</strong></a>, a plugin that lets your editors click any paragraph or heading on the live page and start typing — no block editor required. With the latest updates, you can now edit text, links, buttons and images right on the live page. No wp-admin, no block editor, just click and change it in place.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Built on the Interactivity API with no build step, it preserves block markup on save, records edits as native block notes for an audit trail, and lets you restrict chosen roles to front-end-only editing. Let Marsland what you think. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://gutenbergtimes.com/roadmap-7-1-gutenberg-23-5-responsive-styling-migration-to-block-themes-weekend-edition-368/\">Last week</a>, I shared three migration stories from page builders to the Core block editor and block themes. Here&#8217;s a fourth perspective: The team at WP Expert, an Ottawa agency founded by <strong>Frederic Sune</strong>, put together a comprehensive post on <a href=\"https://wpexpert.ca/migrate-agency-gutenberg-success/\"><strong>migrating agency sites from page builders to Gutenberg</strong></a>, should you go on that journey, too. You&#8217;ll find the strategic arguments (better Core Web Vitals, smaller attack surface, less technical debt) alongside a practical playbook covering backups, staging, block theme selection, pattern development, and SEO safeguards. The post also explores what block-based architectures mean for an agency&#8217;s business model, from premium modernization packages to fewer layout-related support tickets. An FAQ rounds it out.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Brian Coords</strong> tackles a common WooCommerce pain point: <a href=\"https://www.briancoords.com/custom-product-templates-for-block-themes/\"><strong>custom product templates for block themes</strong></a>. He combines two core WordPress features — the plugin template registration API from 6.7 and the venerable <code>single_template_hierarchy</code> filter — to serve custom templates for product collections, like all products in a category. His example plugin falls back to your Single Product template unless you override it. Clone the repo and give it a try; custom Product fields are next on his list.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">On the WordPress Developer Blog, <strong>Troy Chaplin </strong>shows you how to build <strong><a href=\"https://developer.wordpress.org/news/2026/07/on-brand-maintenance-mode-for-wordpress-block-themes/\">an on-brand maintenance mode for block themes</a>.</strong> You add one small hook to your theme&#8217;s <code>functions.php</code> once, then design and manage the maintenance page entirely in the Site Editor with full access to your Global Styles. Renaming or deleting the template toggles maintenance mode on and off, no code needed. An SEO-friendly variant adds 503 headers so crawlers know the downtime is temporary.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://developer.wordpress.org/news/2026/07/on-brand-maintenance-mode-for-wordpress-block-themes/\"><img alt=\"\" class=\"wp-image-46150\" height=\"345\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/maintenance-mode.png?resize=652%2C345&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n<div class=\"ng-block-89d49c0518b0e194 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-4451f895daa2e01c wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-acead609f5d314f2 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2025/\">2025</a></strong></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools </h2>\n\n\n\n<p class=\"wp-block-paragraph\">On WP Mayor, <strong>Jean Galea </strong>untangles <strong><a href=\"https://wpmayor.com/wp-cli-vs-rest-api-vs-abilities-api/\">when to reach for WP-CLI, the REST API, or the Abilities API</a>.</strong> His mental model: they&#8217;re layers, not rivals. WP-CLI lives on the server for bulk work, REST serves off-server callers like headless front ends, and the Abilities API tells AI agents what they&#8217;re allowed to do, complete with schemas and permission checks. Galea also shares how his own sites lean on all three at once.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">Get up to speed how to make your custom blocks plugin work in the iframed post editor, if you haven&#8217;t yet. After five years of ruminating and communicating the switch is coming to WordPress 7.1. In his post, <strong>Ryan Welcher</strong> explains <a href=\"https://gutenbergtimes.com/the-post-editor-is-going-full-iframe-what-block-developers-need-to-know-before-wordpress-7-1/\"><strong>why the post editor is going full iframe in WordPress 7.1</strong></a> and what that means for your custom blocks. You&#8217;ll find the fixes for the most common breakage — global <code>window</code> and <code>document</code> references, editor styles enqueued into the wrong document, stale admin-scoped CSS, and third-party libraries — plus a companion demo plugin with broken/fixed block pairs, Playground blueprints for testing both states, and a handy pre-flight checklist.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">The video volunteers at WordCamp Portugal uploaded all recordings to WordPressTV and two of the talks caught my eye: </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Imran Sayed</strong> walks you through <a href=\"https://wordpress.tv/2026/05/19/the-fastest-way-to-build-gutenberg-blocks-modern-tools-scripts-and-ai-2/\"><strong>the fastest way to build Gutenberg blocks with modern tools, scripts, and AI</strong></a>. If custom block development has felt complex or time-consuming, you&#8217;ll appreciate his focus on practical, real-world workflows you can adopt immediately — moving fast without over-engineering. The recording is available on WordPress.tv, and the presentation slides are linked below the video for easy reference.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jorge Costa</strong> shows you how to use <a href=\"https://wordpress.tv/2026/05/19/ai-is-in-wordpress-core-heres-how-to-use-it/\">t<strong>he AI building blocks already shipped in WordPress core</strong></a> (the WP AI Client, the Abilities API, and the MCP adapter)  to bring AI-powered features into your own plugins, themes, and sites. He also tackles the bigger question: when agents can spin up entire projects on any stack, why is WordPress still the right bet? <a href=\"https://portugal.wordcamp.org/2026/files/2026/05/T1-12H30-jorge-slides_260516_095705.pdf\">Slides are linked</a> alongside the recording.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">Check out the not so new any more <strong>Talk Devy to Me</strong> series on Ryan Welchers YouTube Channel! In the latest epsiode, <strong>Antonio Sejas</strong> <a href=\"https://www.youtube.com/watch?v=YZWwP1QHXKM\"><strong>demos Studio Code, the agentic AI assistant</strong></a> built into WordPress Studio&#8217;s desktop app and CLI. You can spin up sites, run performance audits, add content, and install plugins and themes through natural language conversation — all locally, so nothing you break goes public. Sejas explains how it works under the hood before building something live with the host. Studio Code is free while in beta, so now&#8217;s a good time to experiment. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">If you rather want to read about the updates in WordPress Studio, <strong>Fredrik Rombach Ekelund</strong> shares <a href=\"https://wordpress.com/blog/2026/07/13/faster-wordpress-studio/\"><strong>three big updates to WordPress Studio</strong></a>: a new default Native PHP runtime makes your local sites load 30–50% faster while using a third of the memory, the Studio CLI now installs with one dependency-free command — no Node.js or npm required — and Claude Sonnet 5 is the new default model in Studio Code, improving multi-step work like tracing bugs across files. A Sandbox runtime remains available for testing untrusted code.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<div class=\"ng-block-d4b6b870c55bcb51 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-8f4b041cf3529871 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-77aca6b6b718ca41 wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-5f1c2c97a885239c wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-54d83ebd644e2dce wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-d149f8be6055a9a9 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jul 2026 13:15:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Important Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2026/07/wp-security/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2168:\"<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\">WordPress 7.0.2</a> went out today with two important security updates. One is a type of pre-authorization RCE we (fortunately!) have only seen a few times in WordPress&#8217; 23-year history; the last, I believe, <a href=\"https://wordpress.org/documentation/wordpress-version/version-4-6-21/\">in the PHPMailer class five years ago</a>. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Major kudos to <a href=\"https://x.com/hash_kitten\">Adam Kues</a> of <a href=\"https://slcyber.io/\">Searchlight Cyber</a> for finding the batch REST API RCE, to TF1T, dtro, and haongo on the facilitated SQL injection! </p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks to <a href=\"https://en.wikipedia.org/wiki/Coordinated_vulnerability_disclosure\">responsible disclosure</a>, the WordPress.org Security team was able to coordinate with hosts and CDNs to mitigate the attack at the network layer. <em>Please upgrade anyway!</em> But it&#8217;s a huge relief to know the vast majority of WordPress sites were protected by <a href=\"https://en.wikipedia.org/wiki/Defense_in_depth_(computing)\">defense-in-depth</a> even before the updates went out. </p>\n\n\n\n<p class=\"wp-block-paragraph\">I really appreciate how people and organizations that otherwise might not be on the best of terms come together in times like this. (<a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\">Full credits in the release post</a>.) Everyone buries the hatchet to protect as many people as possible as quickly as possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve said it before, I&#8217;ll say it again: security is going to be a big topic this year as the technology industry digests the incredible advances in AI models. It&#8217;s a good time to review your plans and processes, sweat the details, <a href=\"https://www.amazon.com/dp/1953953492\">invest in maintenance</a>, and <a href=\"https://en.wikipedia.org/wiki/System_Administrator_Appreciation_Day\">hug a sysadmin</a>. <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png\" style=\"height: 1em;\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jul 2026 02:36:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress.org blog: WordPress 7.0.2 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4462:\"<h2 class=\"wp-block-heading\">WordPress 7.0.2 is now available.</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The 7.0.2 security release addresses one critical and one high severity security issue.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because this is a security release, <strong>it is recommended that you update your sites immediately.</strong> Due to the severity, the WordPress.org team have enabled forced updates via the auto-update system for sites running affected versions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To manually update you can visit your WordPress Dashboard, click “Updates”, and then click “Update Now”, or you can <a href=\"https://wordpress.org/wordpress-7.0.2.zip\">download WordPress 7.0.2 from WordPress.org</a>. On sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The security team would like to thank the following people for responsibly <a href=\"https://hackerone.com/wordpress\">reporting</a> vulnerabilities and allowing them to be fixed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A facilitated SQL injection issue reported as a team by TF1T, dtro, and haongo </li>\n\n\n\n<li>A REST API batch-route confusion and SQL injection issue leading to Remote Code Execution reported by Adam Kues at <a href=\"https://slcyber.io\"><u>Assetnote / Searchlight Cyber</u></a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on this release, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-7-0-2/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Backports</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress 6.9 is affected by both vulnerabilities. Version 6.9.5 has been released containing fixes for both.</li>\n\n\n\n<li>WordPress 6.8 is only affected by the first vulnerability. Version 6.8.6 has been released containing a fix.</li>\n\n\n\n<li>The beta release of WordPress 7.1 is affected by both vulnerabilities. Version 7.1 beta2 has been released containing fixes for both.</li>\n\n\n\n<li>Versions of WordPress prior to 6.8 are not affected.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">CVE and GHSA references</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-fpp7-x2x2-2mjf\"><code>CVE-2026-60137</code> / <code>GHSA-fpp7-x2x2-2mjf</code></a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-ff9f-jf42-662q\"><code>CVE-2026-63030</code> / <code>GHSA-ff9f-jf42-662q</code></a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> and <a href=\"https://profiles.wordpress.org/barry/\">Barry Abrahamson</a>. In addition to the security researchers mentioned above, WordPress 7.0.2 would not have been possible without the significant contributions of the following people: <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/Barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ehtis\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/Matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, plus representatives from Altis, Automattic, Bluehost, Cloudflare, GoDaddy, Hostinger, and WP Engine.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 18:45:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Gutenberg Times: The post editor is going full iframe: what block developers need to know before WordPress 7.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=46095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://gutenbergtimes.com/the-post-editor-is-going-full-iframe-what-block-developers-need-to-know-before-wordpress-7-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55253:\"<p class=\"wp-block-paragraph\">For years, the post editor has lived a double life. The Site Editor renders your blocks inside an iframe. The post editor — where most people actually spend their time — renders them directly in the admin page. That split ends with WordPress 7.1: <strong>the post editor canvas will always be an iframe, on every theme, no matter what <code>apiVersion</code> your blocks declare</strong>. The Gutenberg plugin has been enforcing exactly this for months. If you ship blocks, assume the iframe.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If your block never touches the global <code>document</code> or <code>window</code>, you can probably stop reading after you&#8217;ve changed <code>\"apiVersion\": 2</code> to <code>\"apiVersion\": 3</code> in <code>block.json</code>. For everyone else — and especially anyone shipping blocks that wrap third-party libraries — the iframe changes <em>where your code runs</em> versus <em>where your markup lives</em>. That gap is where things break.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick reference guide</strong>: <strong>Are your blocks ready?</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"An infographic showing the checks and fixes for readying custom blocks for the WordPress 7.1 iframed editor\" class=\"wp-image-46098\" height=\"652\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/7.1-iframe-block-check.png?resize=652%2C652&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"timeline\">The timeline, in one table</h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Release</th><th>What happens</th></tr></thead><tbody><tr><td><strong>June 21, 2021</strong></td><td>The iframed editor was <a href=\"https://make.wordpress.org/core/2021/06/29/blocks-in-an-iframed-template-editor/\">announced on make.wordpress.org</a></td></tr><tr><td><strong>WordPress 6.9</strong> (Dec 2025)</td><td>Console warning (with <code>SCRIPT_DEBUG</code>) when a block registers with <code>apiVersion</code> 2 or lower. The <code>block.json</code> schema now only validates <code>apiVersion: 3</code>.</td></tr><tr><td><strong>WordPress 7.0</strong> (Apr 2026)</td><td>The iframe decision now looks at blocks <strong>actually inserted in the post</strong>, not every registered block. All inserted blocks on v3+ → canvas is iframed. Insert a single v1/v2 block → the iframe is removed on the fly. Nothing is enforced yet.<br /></td></tr><tr><td><strong>Gutenberg 22.6+</strong></td><td>The iframe is <strong>enforced regardless of theme</strong> — this is the feedback-gathering phase.</td></tr><tr><td><strong>WordPress 7.1</strong> (Aug 19, 2026)</td><td>The iframe is <strong>enforced on every theme</strong>, regardless of <code>apiVersion</code>. The conditions are gone, not tightened.</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The WordPress 7.0 change is subtle but important: before 7.0, one <code>apiVersion: 2</code> block <em>registered by any active plugin</em> — even one never used in the post — kept the entire editor out of the iframe for everyone. Now only inserted blocks count. Your v3 block gets the iframe until the user inserts a legacy one, at which point the editor quietly reloads the canvas without the iframe. The companion plugin ships a <code>legacy-api-v2</code> block so you can watch this happen — insert it into an otherwise-v3 post and the iframe disappears. In 7.1, that escape hatch closes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Worth knowing, as an aside: the &#8220;every theme&#8221; decision landed in <a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\" rel=\"noopener\" target=\"_blank\">WordPress 7.1 Beta 1</a>, and it&#8217;s deliberately being tested in public. Gutenberg merged <a href=\"https://github.com/WordPress/gutenberg/pull/74042\" rel=\"noopener\" target=\"_blank\">&#8220;Post editor: always iframe&#8221; (#74042)</a> on July 10, 2026, deleting the theme and <code>apiVersion</code> conditions outright. The 7.1 release lead signed off on that merge <a href=\"https://github.com/WordPress/gutenberg/pull/74042#issuecomment-4878384706\" rel=\"noopener\" target=\"_blank\">on the condition</a> that the team could &#8220;move to the softer approach&#8221; if Beta 1 feedback surfaced real problems — the softer approach being enforcement on block themes only, with everything else staying on the 7.0 rules. No specific mechanism is committed to; the plan is to respond to what the beta actually turns up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Which is a reason to test harder, not to wait and see. If that rollback happens, the iframed and non-iframed editors both stay in the wild <em>longer</em> — and your block has to work in both regardless of which way it goes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s also worth noting that blocks that will break with the 7.1 changes are most likely <strong>already breaking in the Site Editor</strong>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why the iframe is a good thing</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This isn&#8217;t change for change sake. Rendering the canvas in an iframe gives the editor a real document boundary:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Admin CSS stops leaking into your content.</strong> No more <code>#wpadminbar</code>-adjacent style resets, no more admin styles subtly changing how blocks render in the editor versus the front end.</li>\n\n\n\n<li><strong>Viewport units and media queries finally work.</strong> <code>vw</code>, <code>vh</code>, and <code>@media</code> rules resolve against the canvas, not the admin page — so tablet/mobile previews and zoomed-out views actually behave like the front end.</li>\n\n\n\n<li><strong>What you see is much closer to what you get.</strong> The canvas document is built from your theme&#8217;s styles, not the admin&#8217;s.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The issue this raises for block developers? Your editor JavaScript runs in the admin page, but your block&#8217;s DOM lives in a different document. Every assumption baked into <code>document.querySelector(...)</code> and <code>window.addEventListener(...)</code> just became wrong.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What actually breaks (and how to fix it)</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Everything below is demonstrable with the companion plugin — each pattern ships as a broken/fixed pair of blocks: <strong><a href=\"https://github.com/ryanwelcher/iframe-editor-examples\" rel=\"noopener\" target=\"_blank\">iframe-editor-examples on GitHub</a></strong>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Global <code>window</code> and <code>document</code> references</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The classic: a block that reads the viewport or listens for resize.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Broken in the iframed editor\nuseEffect( () => {\n	const update = () => setWidth( window.innerWidth );\n	update();\n	window.addEventListener( \'resize\', update );\n	return () => window.removeEventListener( \'resize\', update );\n}, [] );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x274c; Broken in the iframed editor</span></span>\n<span class=\"line\"><span style=\"color: #DCDCAA;\">useEffect</span><span style=\"color: #D4D4D4;\">( () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\"> = () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">setWidth</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">window</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">innerWidth</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\">();</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">window</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">addEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #9CDCFE;\">window</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">removeEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}, [] );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Editor scripts load in the admin page, so <code>window</code> is the <strong>admin</strong> window. In the iframed editor this reports the wrong width and never reacts to the canvas resizing — switch to the Tablet preview and the number doesn&#8217;t move.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The fix is to derive the document and window from your block&#8217;s own DOM element:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> Fixed — works iframed or not\nimport { useRefEffect } from \'@wordpress/compose\';\n\nconst ref = useRefEffect( ( element ) => {\n	const { defaultView } = element.ownerDocument;\n	const update = () => setWidth( defaultView.innerWidth );\n	update();\n	defaultView.addEventListener( \'resize\', update );\n	return () => defaultView.removeEventListener( \'resize\', update );\n}, [] );\n\nconst blockProps = useBlockProps( { ref } );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x2705; Fixed — works iframed or not</span></span>\n<span class=\"line\"><span style=\"color: #C586C0;\">import</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">useRefEffect</span><span style=\"color: #D4D4D4;\"> } </span><span style=\"color: #C586C0;\">from</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #CE9178;\">\'@wordpress/compose\'</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #4FC1FF;\">ref</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #DCDCAA;\">useRefEffect</span><span style=\"color: #D4D4D4;\">( ( </span><span style=\"color: #9CDCFE;\">element</span><span style=\"color: #D4D4D4;\"> ) </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #4FC1FF;\">defaultView</span><span style=\"color: #D4D4D4;\"> } = </span><span style=\"color: #9CDCFE;\">element</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">ownerDocument</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\"> = () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">setWidth</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">defaultView</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">innerWidth</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #DCDCAA;\">update</span><span style=\"color: #D4D4D4;\">();</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">defaultView</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">addEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #9CDCFE;\">defaultView</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">removeEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'resize\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">update</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}, [] );</span></span>\n<span class=\"line\"></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #4FC1FF;\">blockProps</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #DCDCAA;\">useBlockProps</span><span style=\"color: #D4D4D4;\">( { </span><span style=\"color: #9CDCFE;\">ref</span><span style=\"color: #D4D4D4;\"> } );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Two things to notice:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>element.ownerDocument</code> is whatever document the block is rendered into — the iframe&#8217;s document when iframed, the admin document when not. <code>ownerDocument.defaultView</code> is that document&#8217;s window. Code written this way is <em>context-agnostic</em>: it doesn&#8217;t care whether the iframe exists.</li>\n\n\n\n<li><code>useRefEffect</code> (from <code>@wordpress/compose</code>) instead of <code>useRef</code> + <code>useEffect</code>: it re-runs the callback when the ref changes, so if the block ever moves between documents, your listeners re-attach to the right window.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. &#8220;Close on outside click&#8221; and other document-level events</h3>\n\n\n\n<p class=\"wp-block-paragraph\">This one is my favorite because it fails <em>weirdly</em>. A dropdown that closes when you click outside, implemented the way every React tutorial teaches it:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Broken in the iframed editor\nuseEffect( () => {\n	const closeOnOutsideClick = ( event ) => {\n		if ( ! containerRef.current.contains( event.target ) ) {\n			setIsOpen( false );\n		}\n	};\n	document.addEventListener( \'click\', closeOnOutsideClick );\n	return () => document.removeEventListener( \'click\', closeOnOutsideClick );\n}, [] );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x274c; Broken in the iframed editor</span></span>\n<span class=\"line\"><span style=\"color: #DCDCAA;\">useEffect</span><span style=\"color: #D4D4D4;\">( () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">closeOnOutsideClick</span><span style=\"color: #D4D4D4;\"> = ( </span><span style=\"color: #9CDCFE;\">event</span><span style=\"color: #D4D4D4;\"> ) </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		</span><span style=\"color: #C586C0;\">if</span><span style=\"color: #D4D4D4;\"> ( ! </span><span style=\"color: #9CDCFE;\">containerRef</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">current</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">contains</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">event</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #9CDCFE;\">target</span><span style=\"color: #D4D4D4;\"> ) ) {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">			</span><span style=\"color: #DCDCAA;\">setIsOpen</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #569CD6;\">false</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">		}</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	};</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">document</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">addEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'click\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">closeOnOutsideClick</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #C586C0;\">return</span><span style=\"color: #D4D4D4;\"> () </span><span style=\"color: #569CD6;\">=&gt;</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #9CDCFE;\">document</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">removeEventListener</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'click\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #9CDCFE;\">closeOnOutsideClick</span><span style=\"color: #D4D4D4;\"> );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}, [] );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">In the iframed editor, clicks inside the canvas happen in the <strong>iframe&#8217;s</strong> document. They never bubble to the admin document, so the listener never fires. The result: click another block in the canvas and the dropdown stays open — but click the admin sidebar and it closes. Same code, same block, works perfectly in the non-iframed editor. This is the kind of bug report you&#8217;ll get from users that &#8220;can&#8217;t be reproduced&#8221; — because whoever tested it happened to have a v2 block sitting in their post, which quietly dropped the iframe and made everything work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Fix: same principle, attach to <code>element.ownerDocument</code> instead of <code>document</code> (<a href=\"https://github.com/ryanwelcher/iframe-editor-examples/blob/trunk/src/click-outside-fixed/edit.js#L32\">see the plugin for the full <code>useRefEffect</code> version</a>).</p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Editor styles enqueued into the wrong document</h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re styling your block&#8217;s editor experience with <code>enqueue_block_editor_assets</code>, those styles load in the <strong>admin page</strong> — outside the iframe. They silently stop applying the moment the canvas is iframed:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>PHP</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Loads in the admin page — never reaches the iframed canvas.\nfunction myplugin_enqueue_editor_styles() {\n	wp_enqueue_style( \'myplugin-editor\', plugins_url( \'editor.css\', __FILE__ ) );\n}\nadd_action( \'enqueue_block_editor_assets\', \'myplugin_enqueue_editor_styles\' );</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// &#x274c; Loads in the admin page — never reaches the iframed canvas.</span></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">function</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #DCDCAA;\">myplugin_enqueue_editor_styles</span><span style=\"color: #D4D4D4;\">() {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #DCDCAA;\">wp_enqueue_style</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'myplugin-editor\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #DCDCAA;\">plugins_url</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'editor.css\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #569CD6;\">__FILE__</span><span style=\"color: #D4D4D4;\"> ) );</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span>\n<span class=\"line\"><span style=\"color: #DCDCAA;\">add_action</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #CE9178;\">\'enqueue_block_editor_assets\'</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #CE9178;\">\'myplugin_enqueue_editor_styles\'</span><span style=\"color: #D4D4D4;\"> );</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">The fix is to register editor styles through <code>block.json</code>, which WordPress injects <strong>into</strong> the canvas document, iframed or not:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JSON</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">{\n	\"editorStyle\": \"file:./index.css\"\n}</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #D4D4D4;\">{</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">&quot;editorStyle&quot;</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">&quot;file:./index.css&quot;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">(<code>add_editor_style()</code> also gets copied into the iframe, if you need theme-level editor styles.)</p>\n\n\n\n<p class=\"wp-block-paragraph\">The demo plugin makes this visual: the same block carries a green banner from <code>editorStyle</code> and a red banner from <code>enqueue_block_editor_assets</code>. Count the banners — two means no iframe, one means you&#8217;re iframed.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Stale CSS written for the leaky editor</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The section above is about CSS loading into the wrong document. This one is the sneakier inverse: the stylesheet loads into the <em>right</em> document — injected straight into the canvas, exactly as intended — and still gets it wrong, because of what it was written to describe. These are the rules that quietly stop matching, or start over-matching, once the canvas becomes its own document. It&#8217;s the code that&#8217;s been sitting in themes and plugins for years, &#8220;working,&#8221; right up until the iframe is enforced.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Selectors keyed on admin body classes</strong></h4>\n\n\n\n<p class=\"wp-block-paragraph\">The most common one, and it fails exactly like the &#8220;close on outside click&#8221; bug — silently.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> The canvas body no longer carries these classes */\n.wp-admin .my-block { padding: 2rem; }\nbody.block-editor-page .my-block__title { font-size: 2rem; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x274c; The canvas body no longer carries these classes */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.wp-admin</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">padding</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">body.block-editor-page</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">.my-block__title</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">font-size</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Inside the iframe, the canvas <code>&lt;body&gt;</code> is a clean document — no <code>wp-admin</code>, no <code>block-editor-page</code>. The selector matches nothing and your editor styling just evaporates. Same block, same stylesheet, works perfectly in the non-iframed editor.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> Scope to the block, not the admin chrome */\n.my-block { padding: 2rem; }\n.my-block__title { font-size: 2rem; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x2705; Scope to the block, not the admin chrome */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">padding</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-block__title</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">font-size</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">2rem</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\"><code>.editor-styles-wrapper</code> <em>does</em> still wrap the canvas content inside the iframe, so <code>.editor-styles-wrapper .my-block</code> keeps working if you need genuinely editor-only styling — but the admin ancestor was almost never necessary in the first place.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Offsets that compensate for admin chrome</strong></h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Subtracting the admin sidebar and adminbar from the viewport */\n.my-fullwidth { width: calc( 100vw - 160px ); } /* 160px = admin menu */\n.my-toolbar   { position: fixed; top: 32px; }   /* 32px = #wpadminbar */</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x274c; Subtracting the admin sidebar and adminbar from the viewport */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-fullwidth</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">width</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #DCDCAA;\">calc</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #B5CEA8;\">100vw</span><span style=\"color: #D4D4D4;\"> - </span><span style=\"color: #B5CEA8;\">160px</span><span style=\"color: #D4D4D4;\"> ); } </span><span style=\"color: #6A9955;\">/* 160px = admin menu */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-toolbar</span><span style=\"color: #D4D4D4;\">   { </span><span style=\"color: #9CDCFE;\">position</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">fixed</span><span style=\"color: #D4D4D4;\">; </span><span style=\"color: #9CDCFE;\">top</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">32px</span><span style=\"color: #D4D4D4;\">; }   </span><span style=\"color: #6A9955;\">/* 32px = #wpadminbar */</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">This is the flip side of the win from earlier: now that <code>100vw</code> resolves against the <em>canvas</em> instead of the admin page, there&#8217;s no sidebar to subtract — so the <code>calc()</code> overshoots, and <code>top: 32px</code> pushes your toolbar below an admin bar that doesn&#8217;t exist in this document.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> The canvas is the viewport now — no compensation needed */\n.my-fullwidth { width: 100vw; }\n.my-toolbar   { position: fixed; top: 0; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x2705; The canvas is the viewport now — no compensation needed */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-fullwidth</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">width</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">100vw</span><span style=\"color: #D4D4D4;\">; }</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-toolbar</span><span style=\"color: #D4D4D4;\">   { </span><span style=\"color: #9CDCFE;\">position</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">fixed</span><span style=\"color: #D4D4D4;\">; </span><span style=\"color: #9CDCFE;\">top</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">0</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Specificity walls built to fight leakage</strong></h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"❌\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png\" style=\"height: 1em;\" /> Cranked up to beat leaking admin styles */\n.editor-styles-wrapper .my-block p {\n	font-family: Georgia, serif !important;\n	line-height: 1.6 !important;\n	box-sizing: border-box !important;\n}</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x274c; Cranked up to beat leaking admin styles */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.editor-styles-wrapper</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">p</span><span style=\"color: #D4D4D4;\"> {</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">font-family</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">Georgia</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #CE9178;\">serif</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">!important</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">line-height</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #B5CEA8;\">1.6</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">!important</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">	</span><span style=\"color: #9CDCFE;\">box-sizing</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">border-box</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #569CD6;\">!important</span><span style=\"color: #D4D4D4;\">;</span></span>\n<span class=\"line\"><span style=\"color: #D4D4D4;\">}</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">The iframe already stops admin CSS from leaking in — that&#8217;s one of the reasons it&#8217;s a good thing. These <code>!important</code>s and resets have no admin styles left to override, but they <em>do</em> now override the theme styles the iframe loads into the canvas. The result: your editor preview drifts <em>away</em> from the front end — the exact opposite of what the iframe is for.</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>CSS</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">/* <img alt=\"✅\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png\" style=\"height: 1em;\" /> Let theme styles through; set only what your block truly owns */\n.my-block p { font-family: Georgia, serif; }</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">/* &#x2705; Let theme styles through; set only what your block truly owns */</span></span>\n<span class=\"line\"><span style=\"color: #D7BA7D;\">.my-block</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #D7BA7D;\">p</span><span style=\"color: #D4D4D4;\"> { </span><span style=\"color: #9CDCFE;\">font-family</span><span style=\"color: #D4D4D4;\">: </span><span style=\"color: #CE9178;\">Georgia</span><span style=\"color: #D4D4D4;\">, </span><span style=\"color: #CE9178;\">serif</span><span style=\"color: #D4D4D4;\">; }</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Two things to notice:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The pattern is the same as the JavaScript fixes: <strong>stop describing the admin, start describing your block.</strong> A selector that names <code>.wp-admin</code>, <code>#wpadminbar</code>, or <code>.block-editor-page</code> is reaching for chrome that isn&#8217;t in the canvas document anymore.</li>\n\n\n\n<li>Most of these were <em>workarounds for problems the iframe solves.</em> Deleting them is usually the fix.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">5. Third-party libraries that assume one global context</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The biggest real-world hazard. Masonry layouts, sliders, lightboxes, maps — a generation of libraries was written assuming there is exactly one <code>document</code>:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\"><span style=\"display: flex; padding: 10px 0px 0 16px; font-size: 0.8em; width: 100%; text-align: left; background-color: #1E1E1E; font-style: italic; color: #D4D4D4;\"><span>JavaScript</span></span><span class=\"code-block-pro-copy-button\" style=\"color: #D4D4D4; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">// Inside some-legacy-lib.js\nconst targets = document.querySelectorAll( selector ); // finds nothing in the iframe</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #6A9955;\">// Inside some-legacy-lib.js</span></span>\n<span class=\"line\"><span style=\"color: #569CD6;\">const</span><span style=\"color: #D4D4D4;\"> </span><span style=\"color: #4FC1FF;\">targets</span><span style=\"color: #D4D4D4;\"> = </span><span style=\"color: #9CDCFE;\">document</span><span style=\"color: #D4D4D4;\">.</span><span style=\"color: #DCDCAA;\">querySelectorAll</span><span style=\"color: #D4D4D4;\">( </span><span style=\"color: #9CDCFE;\">selector</span><span style=\"color: #D4D4D4;\"> ); </span><span style=\"color: #6A9955;\">// finds nothing in the iframe</span></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">Your block calls the library, the library queries the admin document, finds zero matches, and silently does nothing. No error, no warning — the block just stops being enhanced.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Your options, in order of preference:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Pass elements, not selectors.</strong> If the library accepts an element (<code>lib.init( element )</code>), hand it the block&#8217;s element from <code>useRefEffect</code> and you&#8217;re usually fine.</li>\n\n\n\n<li><strong>Patch the library.</strong> For unmaintained dependencies, <a href=\"https://www.npmjs.com/package/patch-package\" rel=\"noopener\" target=\"_blank\"><code>patch-package</code></a> is the pragmatic answer: edit the module in <code>node_modules</code> to resolve <code>document</code>/<code>window</code> from the element (<code>node.ownerDocument</code>), run <code>npx patch-package &lt;pkg&gt;</code>, commit the patch, add a <code>postinstall</code> script. The <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/block-migration-for-iframe-editor-compatibility/\" rel=\"noopener\" target=\"_blank\">official migration guide</a> walks through a real patch for <code>@panzoom/panzoom</code>.</li>\n\n\n\n<li><strong>Guard and bail.</strong> If the library is loaded inside the iframe (front-end scripts are), check for it on <code>defaultView</code> before using it: <code>if ( ! defaultView.jQuery ) return;</code></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">So what does <code>apiVersion: 3</code> actually do?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Less than you might think — and that&#8217;s the point. Declaring <code>\"apiVersion\": 3</code> in <code>block.json</code> doesn&#8217;t change how your block renders; it&#8217;s a <strong>signal that your block is iframe-ready</strong>. All core blocks have been on v3 since WordPress 6.3. For most blocks the migration is literally a one-line change… followed by the actual work: testing that nothing in your <code>edit</code> component (or the libraries it pulls in) touches the global <code>document</code>/<code>window</code>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And to be clear about 7.1: the iframe will be enforced there <strong>regardless</strong> of <code>apiVersion</code>. Staying on v2 doesn&#8217;t opt you out anymore — it just means you get the console warning <em>and</em> the breakage.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to test today</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You don&#8217;t need to wait for 7.1. What you&#8217;re testing is that your block works in <strong>both states</strong> — iframed and not — because both will exist in the wild for a while yet.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Iframed:</strong> install the <strong>Gutenberg plugin 22.6+</strong>. It enforces the iframe regardless of theme, so this is the fastest way to live in the future. <a href=\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\"><strong>7.1 Beta 1</strong> </a>does the same — I&#8217;ve confirmed it forces the iframe on a classic theme, which is the merged behavior shipping in August.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Not iframed:</strong> run <strong>WordPress 7.0 without the plugin</strong> and insert a v1/v2 block alongside yours — the canvas drops the iframe on the fly. <a href=\"https://github.com/ryanwelcher/iframe-editor-examples\">The companion plugin&#8217;s <code>legacy-api-v2</code> block exists for exactly this.</a> Any theme will do: core 7.0 has no theme check in the iframe decision at all, so you don&#8217;t need to hunt down a classic theme to reproduce this.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Confirm which state you&#8217;re in:</strong> <code>element.ownerDocument !== document</code>, or look for <code>iframe[name=\"editor-canvas\"]</code> in devtools.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The Site Editor</strong> has been iframed for years — if your block already behaves there, you&#8217;re most of the way home.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The companion plugin</strong> ships a <code>wp-env</code> setup, an example override file that adds Gutenberg for enforced mode (copy it to <code>.wp-env.override.json</code>), and <strong>two Playground blueprints</strong> — one per state, so you can flip between iframed and not in two tabs without installing anything.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The block author&#8217;s checklist</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Set <code>\"apiVersion\": 3</code> in every <code>block.json</code>.</li>\n\n\n\n<li>Check your editor code for <code>window.</code> and <code>document.</code> — every hit is a suspect. Replace with <code>element.ownerDocument</code> / <code>.defaultView</code> via <code>useRefEffect</code>.</li>\n\n\n\n<li>Check for <code>enqueue_block_editor_assets</code> — move canvas-affecting styles to <code>editorStyle</code> in <code>block.json</code>.</li>\n\n\n\n<li>Check your editor CSS for <code>.wp-admin</code>, <code>#wpadminbar</code>, and <code>.block-editor-page</code> , admin chrome offsets and <code>!important</code></li>\n\n\n\n<li>Audit third-party libraries: pass elements not selectors, patch what you must.</li>\n\n\n\n<li>Test both <strong>states</strong>, not both themes: iframed (Gutenberg 22.6+ active) and not iframed (no plugin, v1/v2 block inserted). </li>\n\n\n\n<li>Watch the console with <code>SCRIPT_DEBUG</code> on — the deprecation warnings tell you which registered blocks are still on v1/v2.</li>\n</ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note What&#8217;s <em>not</em> on that list:</strong> checking whether the active theme is a block theme. Core exposes that answer twice — as <code>__unstableIsBlockBasedTheme</code> in the editor settings and as <code>is_block_theme</code> on the REST themes endpoint — and there&#8217;s a shelved PR and a live debate behind it. Your block never needs to ask. <code>element.ownerDocument !== document</code> answers the only version of the question that affects you. If you&#8217;re curious what that theme check does under the hood, that&#8217;s its own story: <a href=\"https://gutenbergtimes.com/how-wordpress-decides-a-theme-is-a-block-theme/\"><strong>How WordPress decides a Theme is a &#8220;Block theme&#8221;.</strong></a></p>\n\n\n\n<p class=\"wp-block-paragraph\">Resources</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/02/24/iframed-editor-changes-in-wordpress-7-0/\" rel=\"noopener\" target=\"_blank\">Iframed Editor Changes in WordPress 7.0</a> — the dev note this all builds on</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74042\" rel=\"noopener\" target=\"_blank\">Post editor: always iframe (#74042)</a> — the merged PR that makes 7.1 always-iframed, and the discussion behind the beta-feedback plan</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\" rel=\"noopener\" target=\"_blank\">Roadmap to 7.1</a> — the original block-themes-first plan, superseded by #74042</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/preparing-the-post-editor-for-full-iframe-integration/\" rel=\"noopener\" target=\"_blank\">Preparing the Post Editor for Full iframe Integration</a> — the 6.9 groundwork</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/block-migration-for-iframe-editor-compatibility/\" rel=\"noopener\" target=\"_blank\">Migrating Blocks for iframe Editor Compatibility</a> — the official migration guide</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/\" rel=\"noopener\" target=\"_blank\">Block API Versions</a> — what each version means</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/enqueueing-assets-in-the-editor/\">Enqueueing editor assets</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/including-assets/#editor-stylesheets\">Editor styles for themes</a></li>\n\n\n\n<li>Companion demo plugin: <a href=\"https://github.com/ryanwelcher/iframe-editor-examples\" rel=\"noopener\" target=\"_blank\">iframe-editor-examples</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 16:21:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Ryan Welcher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Open Channels FM: Who Is Actually Using the Internet?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2557053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://openchannels.fm/who-is-actually-using-the-internet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"A look at the impact of AI and bots on the web, emphasizing the decline of human engagement, the challenges for content creators, and the future of digital interaction.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 13:41:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Open Channels FM: Open Channels FM Launches Streamed News Show Focused on the Open Source Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556978\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://openchannels.fm/open-channels-fm-launches-streamed-news-show-focused-on-the-open-source-ecosystem/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"Open Channels FM is launching a new video news show called Open Channels News, starting July 27th. It\'s a quick, five to ten-minute program covering various open source topics, available live and on YouTube.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jul 2026 12:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Akismet: A small integration detail with a big impact\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=284827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://akismet.com/blog/a-small-integration-detail-with-a-big-impact/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1814:\"<p class=\"wp-block-paragraph\"><a href=\"https://givewp.com\">GiveWP</a> is the most popular fundraising and donation tool on WordPress, powering over $500 million in donations. It integrates with Akismet to ensure that spammy or potentially fraudulent submissions get filtered out. Recently, some Give users saw an unusually high level of false positives on their donation forms: legitimate donation submissions that were being marked as spam.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We investigated and found that the donation forms were being sent to Akismet for checking after each step in the donation process: once after choosing an amount, again after the user entered their name, again after they entered an optional message, etc. To Akismet, this looks like sudden repeated submissions from the same user, all with similar content (better known as spam).</p>\n\n\n\n<p class=\"wp-block-paragraph\">Akismet supports rechecking content, but only if the integration includes <a href=\"https://akismet.com/developers/detailed-docs/comment-check/\">the <code>recheck_reason</code> parameter</a>. If that parameter is present, Akismet knows not to classify the repeated duplicate (or nearly duplicate) checks as part of a spam attack; however, if <code>recheck_reason</code> is omitted, this kind of consecutive similar content looks very similar to spam, and Akismet blocks it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://github.com/impress-org/givewp/issues/8238\">We reported the root issue</a> to Liquid Web, and they quickly addressed it and released a fix in version 4.16.0. This kind of collaboration is what makes Open Source great!</p>\n\n\n\n<p class=\"wp-block-paragraph\">We&#8217;re planning on bringing automatic integration review to more clients and platforms, so stay tuned for more tips and insights.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 16:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 7.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/07/wordpress-7-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17975:\"<p class=\"wp-block-paragraph\">WordPress 7.1 Beta 1 is ready for download and testing! </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta release is intended for testing and development</strong> only. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, use a test environment or local site to explore the new features.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Test WordPress 7.1 Beta 1</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.1 Beta 1 in any of the following ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>WordPress Beta Tester Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" rel=\"noreferrer noopener\" target=\"_blank\">WordPress Beta Tester</a> plugin on a WordPress install. Select the “Bleeding edge” channel and “Beta/RC Only” stream.</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.1-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line (WP-CLI)</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\" rel=\"noreferrer noopener\" target=\"_blank\">WP-CLI</a> command: <br /><code>wp core update --version=7.1-beta1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use a <a href=\"https://playground.wordpress.net/?site-slug=kind-classic-mountain&amp;networking=no&amp;php=8.3&amp;wp=beta&amp;language=&amp;multisite=no\" rel=\"noopener\" target=\"_blank\">7.1 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. No setup required-just click and go!</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.1 is <strong>August 19, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/07/03/wordpress-7-1-release-party-schedule/\" rel=\"noopener\" target=\"_blank\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who contributes by testing! </p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute – whether or not you have experience. <a href=\"https://make.wordpress.org/test/2026/07/15/help-test-wordpress-7-1/\">Details on what to test in WordPress 7.1 are available here</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\" rel=\"noopener\" target=\"_blank\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\" rel=\"noopener\" target=\"_blank\">via WordPress Trac</a>. You can also check your issue against this list of <a href=\"https://core.trac.wordpress.org/tickets/major\" rel=\"noopener\" target=\"_blank\">known bugs</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general and how to get started? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 will include new features that were previously only available in the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 7.0 in the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s New in Gutenberg</a> posts for versions <a href=\"https://make.wordpress.org/core/2026/03/11/whats-new-in-gutenberg-22-7-11-march/\">22.7</a>, <a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/\">22.8</a>, <a href=\"https://make.wordpress.org/core/2026/04/09/whats-new-in-gutenberg-22-9-8-april/\">22.9</a>, <a href=\"https://make.wordpress.org/core/2026/04/22/whats-new-in-gutenberg-23-0-22-april/\">23.0</a>, <a href=\"https://make.wordpress.org/core/2026/05/07/whats-new-in-gutenberg-23-1-07-may/\">23.1</a>, <a href=\"https://make.wordpress.org/core/2026/05/21/whats-new-in-gutenberg-23-2-21-may/\">23.2</a>, <a href=\"https://make.wordpress.org/core/2026/06/03/whats-new-in-gutenberg-23-3-03-jun/\">23.3</a>, <a href=\"https://make.wordpress.org/core/2026/06/17/whats-new-in-gutenberg-23-3-03-jun-2/\">23.4</a>, <a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">23.5</a> and 23.6.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s new in WordPress 7.1?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 delivers a more complete set of styling controls, a smoother media experience, and a more personalized admin experience. Notes have evolved to add inline notes with @mentions and rich text formatting that make asynchronous feedback feel more powerful. New styling features unlock long requested features to style how blocks look across screen sizes and to style interactive states, all without writing custom CSS. Various client side media improvements means better format support, improved performance, and more resilient uploads when adding media to your site. A new inline cropping tool brings a fresh and more robust experience to editing images. Finally, the admin experience becomes easier to navigate with an ever present admin bar in the editors, improvements to the command palette, and various quality of life improvements. Underneath it all, developers get an expanding set of APIs to build on, and site owners get better support for a truly global audience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">New suite of Notes features</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Notes continue to grow into a fuller collaboration experience, making asynchronous feedback between teams faster and more expressive.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Text Formatting</strong>: Notes now support inline formatting like bold, italic, code, links and adding emoji; each with a respective keyboard shortcut, so feedback reads clearly without breaking your flow.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>@mentions</strong>: Type &#8220;@&#8221; in a Note to pull up a searchable list of collaborators and tag someone directly, so feedback points at the right person without leaving the sidebar.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Leave notes anywhere</strong>: Start more than one conversation on the same block instead of folding every comment into a single thread, making it easier to track distinct pieces of feedback.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Inline notes:</strong> Leave a note on a text selection instead of on an entire block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Show more / show less</strong>: Long notes now collapse by default with a toggle to expand them, keeping the margin tidy while you write.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Style it your way, on any screen</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 takes a major step toward built-in responsive design and interactive styling, letting you achieve looks that once required writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Responsive styling</strong>: Define how a block looks at different screen sizes directly in the editor, for both Global Styles and individual blocks without the need of writing custom CSS.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Viewport breakpoint customization</strong>: Theme authors can now define their own responsive breakpoints in <code>theme.json</code>, giving more flexibility for how responsive controls behave on a given site.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Interactive state styling</strong>: Style how blocks respond to interaction, like a button changing color on hover or focus, using a standardized set of controls for both Global Styles and individual block instances.</p>\n\n\n\n<h3 class=\"wp-block-heading\">A smoother media experience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Uploading, editing, and browsing media keeps getting more capable and more reliable.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Client-side media processing</strong>: Image and media processing moves into the browser, now with broader format support that includes HEIC (the default format for iPhone photos), UltraHDR, AVIF and WebP support built in, plus GIF-to-video conversion for lighter, more efficient files. Uploads are also more resilient, with a progress indicator and automatic retries if your data connectivity drops off.</li>\n\n\n\n<li><strong>New Media Editor Modal</strong>: A dedicated modal for editing images replaces the inline cropping tool, bringing cropping, rotation, and metadata editing together in one streamlined workflow.</li>\n\n\n\n<li><strong>Smarter galleries</strong>: Gallery blocks can automatically pull in and sort media already attached to the current post, cutting down on manual set-up.</li>\n\n\n\n<li><strong>View attached images:</strong> After you upload images to a post, the inserter will automatically surface them in a new Attached images section to make it easier to find relevant images.</li>\n\n\n\n<li><strong>Infinite scrolling by default</strong>: The Media Library grid view now loads additional items automatically as you scroll, rather than requiring a click on &#8220;Load more&#8221; especially handy for sites that handle large media libraries. This can be disabled under your user profile.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">A more personal, more navigable admin</h3>\n\n\n\n<p class=\"wp-block-paragraph\">These meaningful upgrades make the WordPress admin easier to move around in and more consistent with how you like to work.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Persistent toolbar (Omnibar)</strong>: The admin toolbar now travels with you into the Site Editor and Block Editor, with a series of polish improvements throughout.</li>\n\n\n\n<li><strong>Command palette improvements</strong>: Moving through the dashboard and editor with the command palette <code>(Ctrl/Cmd+K)</code> is more refined to make finding what you need even faster! Now results are grouped into <em>Recent, matching and Suggestions</em> sections instead of one flat list.</li>\n\n\n\n<li><strong>Admin color scheme in the Site Editor</strong>: The Site Editor now reflects your chosen admin color scheme instead of always using a fixed background.</li>\n\n\n\n<li><strong>DataViews and DataForms iterations</strong>: Continued refinement of the components behind managing lists of posts, pages, patterns, and templates, alongside the forms used to edit them.</li>\n\n\n\n<li><strong>Excerpts in the Posts list</strong>: The Posts list view now shows a short excerpt for each entry, making it easier to identify the post you&#8217;re looking for without opening it.</li>\n\n\n\n<li><strong>Visual revisions</strong>: This release adds a picker activity layout for browsing history in more detail, clearly labeled autosaves in the timeline, and an autosave notice that opens straight into the visual revisions view. Global Styles revisions get a small polish too, swapping the <em>active</em> style&#8217;s text label for a badge.</li>\n\n\n\n<li><strong>A dedicated Identity section</strong>: Site identity settings like your title, tagline, and icon are now live in their own clearly labeled section of the Site Editor, making them easier to find and update.</li>\n\n\n\n<li><strong>On This Day Widget</strong>: A new widget resurfaces what you published on this date in past years, right on your dashboard. A small nudge to look back on what you&#8217;ve written, and a reason to write something new today.</li>\n\n\n\n<li><strong>Allow Changing Comment Parent:</strong> Fixing a misthreaded comment used to mean editing the database directly. WordPress 7.1 adds an editable &#8220;In reply to&#8221; control to the Edit Comment screen, letting you pick a new parent from a dropdown of the post&#8217;s other comments. It&#8217;s scoped to the same post, so this is about untangling threads, not moving comments across posts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">New blocks and block-level enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 release brings a handful of block refinements that give more control with fewer steps.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Playlist Block:</strong> A new block for adding a collection of audio files to a post or page, with an optional waveform visualization that shows the audio&#8217;s shape as it plays; a more visual way to present podcasts, music, or audio content without using any third-party plugins.</li>\n\n\n\n<li><strong>Tabs Block:</strong> A new block for organizing content into clickable tabbed panels instead of showing everything at once. It&#8217;s a cleaner way to present related content without overwhelming the page.</li>\n\n\n\n<li><strong>Background gradients</strong>: Background gradients and background images no longer conflict. The gradient used to get silently overridden by the image, but now they combine and display together. This fix extends beyond the Group block to Verse, Accordion, Pullquote, Post Content, and Quote block.</li>\n\n\n\n<li><strong>HTML block editable content</strong>: The HTML block now supports editable nested blocks. This is great to use for AI-generated content, which often arrives as raw HTML.</li>\n\n\n\n<li><strong>&#8220;Mark as decorative&#8221; for images</strong>: A new toggle on the Image block lets you hide purely decorative images from screen readers for a better accessibility experience.</li>\n\n\n\n<li><strong>Smarter shortcode handling</strong>: Pasting or converting a shortcode into the Embed block now creates a proper Embed block instead of leaving raw shortcode text behind, and the Shortcode block gains block-specific transforms of its own.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Built for a global audience</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues work to make Core reflect the full diversity of its worldwide community, with progress toward supporting Unicode email addresses so usernames, slugs, and email addresses can better represent users everywhere.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Built for developers</h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.1 continues to expand the foundation developers build on.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Abilities API expansion</strong>: Continued refinement of the Abilities API with improved querying, filtering, and input validation, giving developers and AI tooling a more reliable foundation to build on.</li>\n\n\n\n<li><strong>Block Bindings for list items</strong>: Block Bindings now extend to List Item, making it possible to connect more block content to dynamic data sources without custom code.</li>\n\n\n\n<li><strong>Custom icon registration</strong>: New functions let plugin and theme authors register their own icons for the Icons block for use throughout the block editor.</li>\n\n\n\n<li><strong>Enforced iframed editor</strong>: The post editor now always runs inside an iframe, isolating the editing canvas from admin styles for more predictable rendering. Blocks using Block API v2 or lower should be updated to v3 for compatibility.</li>\n\n\n\n<li><strong>wordpress/theme stabilization</strong>: Introduces design tokens and a stable React ThemeProvider to provide a more consistent, customizable foundation for WordPress admin interfaces.</li>\n\n\n\n<li><strong>Connectors authentication improvements</strong>: The Connectors screen now also supports username and application-password login &#8211; a more familiar way to connect plugins and services. This release also closes a security gap where browsers could auto-suggest saved credentials into the API key field.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">With so much in progress for WordPress 7.1 Beta 1, this is still only the beginning; expect continued refinement with each Beta and RC release ahead of the final release on <strong>August 19, 2026</strong> at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><a href=\"https://us.wordcamp.org/2026/\"><img alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" width=\"1024\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Just for you: a Beta 1 haiku:</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Seeds of Seven-One,<br />Notes, styles, media, and tools—<br />Test, and watch them bloom.</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to </em><a class=\"mention\" href=\"https://profiles.wordpress.org/benjamin_zekavica/\"><span class=\"mentions-prefix\">@</span>benjamin_zekavica</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/amykamala/\"><span class=\"mentions-prefix\">@</span>amykamala</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/wildworks/\"><span class=\"mentions-prefix\">@</span>wildworks</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/adamsilverstein/\"><span class=\"mentions-prefix\">@</span>adamsilverstein</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/annezazu/\"><span class=\"mentions-prefix\">@</span>annezazu</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/fushar/\"><span class=\"mentions-prefix\">@</span>fushar</a>, <a class=\"mention\" href=\"https://profiles.wordpress.org/jorgefilipecosta/\"><span class=\"mentions-prefix\">@</span>jorgefilipecosta</a><em>, <a class=\"mention\" href=\"https://profiles.wordpress.org/joedolson/\"><span class=\"mentions-prefix\">@</span>joedolson</a> for proofreading and review.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 15:53:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Krupa Nanda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Open Channels FM: How AI Tools Are Transforming Everyday Web Design Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556905\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://openchannels.fm/how-ai-tools-are-transforming-everyday-web-design-practices/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"In this episode, Bob and Cami discuss how AI is reshaping web design, offering tips on using AI tools effectively, educating clients, and adapting workflows for better efficiency in the digital space.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 14:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: #225 – Milan Petrović on the Risks of Legacy PHP in WordPress and Why Upgrading Matters for Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://wptavern.com/podcast/225-milan-petrovic-on-the-risks-of-legacy-php-in-wordpress-and-why-upgrading-matters-for-security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43219:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the risks of legacy PHP in WordPress and why upgrading matters for security.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you or your idea featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Milan Petrović. Milan has been deeply immersed in the WordPress ecosystem since 2007, developing an array of plugins, especially for expanding bbPress forums, and running his own company, creating plugins before joining the Freemius team as a full stack developer. With nearly two decades of hand-on experience, Milan has witnessed firsthand the evolution of both the WordPress and PHP landscapes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many WordPress users may be only partially aware of PHP. Perhaps they&#8217;ve noticed version numbers in their hosting panel, but few of the millions of WordPress users understand the real impact that PHP versions have on the security and performance of their websites. Milan is here to shine a light on why embracing newer versions like PHP eight isn&#8217;t just good practise, but a crucial step for security and efficiency.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Milan begins by recounting his journey through WordPress development. The conversation gets into the heart of his recent WordCamp Europe presentation, which tackles how legacy PHP code exposes sites to thousands of open bugs and vulnerabilities. And why relying on old versions is, as he describes, an active invitation for automated exploitation.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The discussion explores the contrast between running legacy code, and using the native shields of modern PHP, and highlights how PHP 8 not only closes security holes, but also delivers major performance boosts, reducing memory usage, and accelerating speed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re wondering why you should care about the PHP version your site is running on, or you&#8217;re a developer interested in practical ways to harden your code, Milan unpacks both the existential risks of outdated PHP, and the step-by-step benefits for hosts, agencies, and plug-in developers alike.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He introduces his Vulnerability Lab plugin, designed for developers to see firsthand how code exploits play out differently across PHP versions, and makes the case that modernising can happen gradually, one update, one plugin at a time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;ve ever questioned how your hosting choice, or plugin stack, could affect your site&#8217;s future. Or you&#8217;re ready to take the first steps towards building more secure and future proof WordPress products, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so without further delay, I bring you Milan Petrović.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Milan Petrović. Hello Milan.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:58] <strong>Milan Petrović:</strong> Hello Nathan. Thank you for having me here.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:00] <strong>Nathan Wrigley:</strong> You are very welcome. We&#8217;re in a beautiful, beautiful media room at WordCamp Europe. And I know that you have already done your presentation because we just had a little chat about the fact that you&#8217;ve done it and it went well and all of that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Do you want to tell us a little bit about you and your background working with code and developing and security and all of that kind of stuff? And then we&#8217;ll talk about your actual presentation and how it went.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:25] <strong>Milan Petrović:</strong> So I started with WordPress almost 20 years ago, so way back in 2007. And I created a lot of plugins for WordPress, and I especially have a lot of plugins for bbPress for expanding forums. Yeah, people still use forums these days. So that was, I really like bbPress and all the stuff I did with that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I have been working as a freelancer for a lot of years. I have my own company that was doing plugins, it&#8217;s called Dev4Press. But in 2024, I joined the amazing team at Freemius. So for almost two years I am a full stack developer at Freemius. And that was a really nice change of pace for me and the work I usually do before that. So yeah, that&#8217;s a short of it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:13] <strong>Nathan Wrigley:</strong> Yeah. That&#8217;s great. Thank you. And so the presentation that you did that is now over, goes like this. I&#8217;m going to read the entire blurb because it&#8217;s short enough to read, and it says, secure by design, hardening plugins with PHP 8.x. In the WordPress ecosystem, we&#8217;re often forced to choose between supporting the lowest common denominator of hosting and implementing modern security. But in 2026, writing legacy PHP 7 code isn&#8217;t just a bad habit, it&#8217;s an active invitation for automated exploitation. It&#8217;s time to stop playing whack-a-mole with sanitisation, and start building products that are secure by design. This talk isn&#8217;t just another slide deck on security tips. Through comparisons of a Vulnerability Lab plugin, you will see how common exploits like authentication bypass, and server side request forgery succeed on legacy code, only to be neutralised by the native shields of the latest PHP. You learn how to leverage the modern PHP patterns to ensure your plugins are resilient to a wide range of exploits.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now into the show notes I will put Milan&#8217;s wordpress.tv presentation so that you can go and watch the entirety of it. I guess basically if at any point you get confused, that would be a good idea, pause this podcast and go and check that out. But, how did it go? How well received was it?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:33] <strong>Milan Petrović:</strong> For me personally, I&#8217;m very satisfied with how how it went. I don&#8217;t know, it&#8217;s a bit overwhelming to be honest, but I am very satisfied and I got a lot of questions after the talk. I met a lot of people that liked what I had to say. And I think it&#8217;s good feedback to have, for something that is more technical like this was.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:52] <strong>Nathan Wrigley:</strong> Well touching on the fact that it&#8217;s more technical, I have to confess that I think you are going to have to shepherd me through this, because a lot of the content that you I think probably got stuck into is beyond my pay grade. But hopefully we&#8217;ll get through it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now at WordCamp Europe, where we are now, I don&#8217;t know what the ratio is, but I&#8217;m guessing that a significant proportion of the people out there are not developers. They kind of know that PHP is a thing. They realise that WordPress is built on that, but they don&#8217;t really have an understanding.</p>\n\n\n\n<p class=\"wp-block-paragraph\">They&#8217;ve probably heard of PHP 7. They&#8217;ve probably heard of PHP 8, because somewhere in a control panel that was shown to them. But maybe there&#8217;s not much of an understanding of the fact that it gets better over time. It gets secure over time. I think there&#8217;s probably a notion of, well, my website works. Why do I need to change anything?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So let&#8217;s get into that. What were you talking about in your presentation? What&#8217;s changed in the landscape of PHP more recently that you brought to the fore that you shared with your audience?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:51] <strong>Milan Petrović:</strong> Yeah, I think that PHP 8 was a big milestone for a lot of things. And I&#8217;m not sure, but I don&#8217;t think that the wider communities are kind of aware about the impact of the PHP, or the server environment in general, on how the websites work and how secure they are. Maybe the WordPress in itself needs to spread more awareness about that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because right now we get a notice in the dashboard that maybe the PHP needs to be updated. But for a lot of website users, that can be too much and too little information at the same time, because they may be not aware of how to do things on their hosting site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We need to spread more awareness about how important the changes in the code are when it comes to the newer PHP versions, and what they can do to improve the security. And how developers should be starting to use more of those new features and the new things that PHP provides on a language level nowadays.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:49] <strong>Nathan Wrigley:</strong> WordPress has got this real legacy, I suppose is the right word, of supporting legacy code. So WordPress itself is supported way, way, way back. You can keep using versions of WordPress, which are many, many, many years old. And I wonder what your stance is in terms of PHP, whether or not WordPress runs versions of PHP which are far too old, in your opinion.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So in other words, should WordPress have a policy of, I don&#8217;t know, 8.x only? Or is 7 okay. And I don&#8217;t know what other CMS platforms, you know, Drupal, Joomla as was. I don&#8217;t know what they do, I don&#8217;t know what their posture is.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:32] <strong>Milan Petrović:</strong> I think that one of the most important decisions that, it was done with WordPress early on, is that backwards compatibility, because it opened the doors for a wider adoption. Because you don&#8217;t need to change server every year, or you don&#8217;t need to upgrade your software that often. And that helped a lot of hosting companies to provide WordPress hosting very cheaply, because they didn&#8217;t have to have the latest PHP, they didn&#8217;t have to invest much more money into all that. So WordPress got a lot of adoption from backwards compatibility policies.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But in the same time, that also proved a bit of a problem. Because even the WordPress Core code is kind of stuck because of that policy of backwards compatibility. And it&#8217;s not only compatibility with old versions of WordPress, but the old versions of PHP. And we are running now maybe six years behind end of life PHP versions. Because PHP 7.4 end of life was four and a half years ago. And we still support it in the Core.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:33] <strong>Nathan Wrigley:</strong> Yeah, I guess it&#8217;s a nice thing to support it. And it, as you described, it was a great way of onboarding the millions of people that came along. But things have moved on.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What would be some of the top level items? And I&#8217;m inviting you to open the scary book and sort of give out the worst case scenarios basically of running legacy code. So really, go to town, frighten us all. What are some of the horrors that await if you&#8217;re quite willing to, as a hosting company, support seven point whatever or beyond, six or five, or dare I say it, four, who knows? What are some of the terrible things that await us?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:08] <strong>Milan Petrović:</strong> To be honest, when I was researching some of the statistics and things like that, I was kind of scared when I saw that there are 3 or 4,000 open bug reports for PHP 7 and PHP 5, which are still in use today, and there are WordPress websites running on both of them in the millions. And there are 3 or 4,000 open and confirmed bags that are never going to be fixed. Never. So PHP 7 has thousands of bugs, and I&#8217;m sure that not everything security related, but a big chunk of those bags are related to security.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And there are open exploits that run on the PHP level. They don&#8217;t care really about if you are using WordPress or using something else. It&#8217;s more like a exploit on the level of a, on a server side that can be quite scary because you, even the technical people are not really sure what are all those bugs. Who is going to go through 3,000 or 4,000 bug reports?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:05] <strong>Nathan Wrigley:</strong> Yeah, so just to sort of describe that, the fact that there is no more updates to the 7 branch of PHP means that all of those bugs which are publicly available, anybody can go and read great detail about what they are. Well that then means that any hacker can do that, and probably did like a dozen years ago. And so really you are painting a picture there of you are asking for trouble.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:30] <strong>Milan Petrović:</strong> There are hosting companies that maybe do things a bit differently because you don&#8217;t need to run PHP as it was created. You can build your own version of PHP. You can patch bugs on your own. And a lot of hosting companies are doing that. But in the same time, that also poses a problem. You are going to run WordPress in your own plugins on a platform that is not actually officially PHP supported. It can have some different quirks that make your code run a bit differently.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A while ago we had the Facebook running their own PHP build, that was quite different from the public PHP. But they used it, and other people started using it. So I don&#8217;t know. Still I think that the official PHP is the one you should be on because you never know what other issues. Even when hosting company patches the PHP they&#8217;re using, maybe they&#8217;re opening doors to something else that is not quite documented on that level.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I think that the best policies, I don&#8217;t expect for WordPress to adopt the latest PHP or only supported PHP versions, but to kind of move quicker on the adoption of the newest version. So maybe we should be quicker to adopt PHP 8.0 or 8.1 is a next minimal required version for WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:50] <strong>Nathan Wrigley:</strong> When you say you don&#8217;t expect WordPress to do it, is that simply because it doesn&#8217;t have a history of doing it? Is there a technical reason why WordPress could not keep up with the latest version? I know we&#8217;ve got this plugin architecture where there&#8217;s thousands and thousands of developers who are all doing their own thing, and there&#8217;s all of that. Is there any technical reason why WordPress couldn&#8217;t be on the cutting edge, most up-to-date, latest version?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:15] <strong>Milan Petrović:</strong> There are two factors in all that. First one is you can declare, PHP 8 is the minimal version we support. We don&#8217;t support PHP 7.4 anymore. And that means that you don&#8217;t need to make any changes in WordPress at that point. You can declare it because WordPress is compatible with all PHP versions. It works on 8.0 and 8.5. That&#8217;s no problem. But say that branch 7 is no longer supported, you&#8217;re kind of pushing other developers and hosting companies to improve their support for newer versions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And you don&#8217;t need to make immediate changes to WordPress. But at that point, you are open to modernise the code because now you can have more stricter typing across the board. There are some strict typing things in older PHP versions, but with 8.0, you can do all of that. And it doesn&#8217;t have to be a process that is done immediately. It can be done gradually. You can update parts of the WordPress Core over time. And it&#8217;ll take a few years, to get up to date, but at least you are closing doors to some older versions of PHP, and you are pushing developers as well for plugins to have that policy.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Right now, each developer can have their own plugins supporting any version of PHP you want. For my plugins, I have policy of 8.0 as a minimal version since this year. And, I&#8217;m updating the code as I go along. I don&#8217;t do it, it&#8217;s impossible to do it all at once. And for WordPress, it&#8217;s going to be even worse to make it all up to date. But declaring PHP 8 is a minimal required version, would be a great step in the right direction for wider adoption.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:51] <strong>Nathan Wrigley:</strong> Yeah, I think the problem is simply one of the user base, isn&#8217;t it? There&#8217;s just millions of people, thousands of developers all doing their own thing. And casting 8.x, 8.0 and above as the new minimum, there&#8217;s going to be a moment where some things do go wrong.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that calendar plugin that you&#8217;ve been using for ages, which just works. And sure, you&#8217;ve never really received any updates from the developer, but it just works. Everybody&#8217;s booking on my calendar and we are all good. And then suddenly PHP 8 is required and it turns out the calendar plugin now no longer works.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can imagine those kind of stories a million times over coming to the fore. But equally, we got to move on. There&#8217;s no way of, you know, because we can&#8217;t in 10 years still have sites on 7.4.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:43] <strong>Milan Petrović:</strong> We have sites on five point something. I recently checked the official WordPress tracking. 7.4 is on 20% even now. So we are far away from WordPress ditching the 7 branch. And I think there are still few percent of PHP 5 in all that so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:01] <strong>Nathan Wrigley:</strong> Yes, I regularly look at the, it&#8217;s like a little donut chart, isn&#8217;t it? That is often produced and you gradually see the eight point x whatever section of the pie getting bigger as they produce the next survey. But you&#8217;re right, it&#8217;s still a significant chunk that&#8217;s on 7 and below.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And whilst when I look at that chart, it doesn&#8217;t really bring any alarm bells to the fore, I just think, oh, that&#8217;s a shame. But now that you are presenting this talk, and giving me this information, I realise that that attack surface is worse.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When you gave that talk, who is your target audience? Were you directly sort of aiming at the hosting companies who presumably can do a lot of work very quickly? You know, they could take a million people onto 8 with a little bit of development work and on the back end of their platform. Or are you really encouraging the general WordPress user, like me, to take a bit more interest and make sure that I am going into the cPanel or whatever it is and updating myself? Or is it a bit of both?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:59] <strong>Milan Petrović:</strong> For everyone actually. It&#8217;s for developers to be more aware of what they can gain with the new PHP versions. It&#8217;s for hosting companies. Because it&#8217;s not only about security when it comes to the newer PHP. The PHP is faster and faster. So each new version gets you 5 or 10% more performance without doing anything. So PHP 8.5 is more than 50% faster than PHP 7.4. So that&#8217;s a significant update.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I have even, one slide was showing how much less memory PHP 8.5 used to run exactly the same piece of code. So it&#8217;s pretty wild to see that hosting companies are maybe the biggest factor in all this. They will gain a lot more because they&#8217;re going to free a lot of resources to run more websites because PHP is going to use less memory and it&#8217;s going to be faster.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I understand they need to invest a lot of money to do all that. But, I don&#8217;t know, I think that gains from that are very significant, on that level alone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:57] <strong>Nathan Wrigley:</strong> Yeah, so you described there are really compelling scenario. You know, it&#8217;s quicker, it uses less memory, you&#8217;ll save money. I mean what else do you need? You&#8217;ve just presented the entire argument.</p>\n\n\n\n<p class=\"wp-block-paragraph\">However, it hasn&#8217;t happened. So technically speaking, why do you think it hasn&#8217;t happened? Is there an acquisition of new knowledge that is difficult to take in? Is it that simply you would have to, I don&#8217;t know, retrain your staff? How do you understand that it hasn&#8217;t happened? What are the reasons people are digging their heels in and not making these updates?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:25] <strong>Milan Petrović:</strong> I kind of make the group of two or three types of hosting companies. One, and that&#8217;s usually more expensive managed hosting solutions. They are forcing the updates. They&#8217;re not maybe on the latest version, but they are forcing their users to use at least three or four versions of PHP back. So maybe 8.2 or 8.3, which is a great step in the right direction.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is also a problem of support. If something starts breaking, they&#8217;re going to be the first one to be asked about that, because they made the change to the server. So why now website that was working yesterday is no longer working today because of some change made on a hosting level. So there are a lot of factors to play into that adoption.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But on the other hand, there are a lot of developers that have moved on with supporting PHP 8. A lot of plugins are very much updated and, especially popular plugins. They invested a lot of time to do the update. It&#8217;s getting easier to support it. But on the other hand, you have very old websites that are simply cannot move without proper testing, without updating the plugins. And there are cases when you cannot simply update one plugin because something else may break, or you made some changes that will make some other thing break. So it&#8217;s a big puzzle that is definitely not easy to solve, but maybe we should start some work on that as a community to do it, and to move people along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I don&#8217;t want to say force the change, but make people aware of the benefits. Make people aware of the risks if they continue to run the old and outdated software. And the same goes for not updating plugins, not updating WordPress. No matter how much work is done in that regard, there are still most likely some exploits on a WordPress level for very old versions that at some point someone is going to find out about and exploit.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:16] <strong>Nathan Wrigley:</strong> I mean I guess the motto of WordPress was democratised publishing, which means basically make it available to everybody. No matter your level of expertise, make it available to everybody. And I&#8217;m sure that if you were to grab the CEO of any hosting company and say, I can save you money, I can save you resources, and all of those things that you outlined earlier, they would, yeah, we know, we know. But we&#8217;ve got thousands of non-technical people using WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I kind of have this analogy in my head, and it goes a bit like this. Several years ago, I bought a bike. And it sits in my garage and there is my bike. And I expect my bike to work tomorrow in the same way that it did four years ago. And in 10 years, I expect my bike to work. I don&#8217;t expect there to be an update to wheels or gears or the saddle. It doesn&#8217;t need an update. It&#8217;s just a bike. And I need my bike to be a bike and nothing more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I get the impression that many people treat their WordPress website as the same thing. This sort of static commodity that, sure enough, they pay a monthly fee for it, but it&#8217;s this website. It&#8217;s a thing, and it doesn&#8217;t need changing. And so what I&#8217;m trying to say is, I&#8217;m fairly sure that the hosting companies are met with that an awful lot. The customers who just, it&#8217;s a bike, it&#8217;s a website. Do you know what I mean?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:37] <strong>Milan Petrović:</strong> Yeah, but you need to maintain your bike. If you don&#8217;t do it, it&#8217;s going to, your belt is going to rust, your wheels are going to be deflated or whatever. A lot of things can happen with it if you don&#8217;t maintain it. So, we don&#8217;t need to upgrade everything all at once, but we can start from someplace. We can do it gradually. But still, WordPress needs to be the platform that leads the charging that, because it&#8217;s going to force other developers to do it. It&#8217;s going to force hosting companies to start doing it. And it&#8217;s not a big jump on moving just that one version, but it&#8217;s going to help to move things along faster. Let&#8217;s see how it goes in the next few years. But I really don&#8217;t expect for WordPress to drop 7.4 for at least a year or two, maybe even more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:24] <strong>Nathan Wrigley:</strong> I loved your rebuttal of my bike analogy there. That was perfect. That&#8217;s exactly right. The bike will rust, the wheels will be deflated and all of that, yeah. So we need to drag the WordPress users along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, in your presentation, you mentioned something that I have never used, the Vulnerability Lab plugin, which you used to demonstrate the attack. Can you just tell us a little bit about that? Because I&#8217;d be curious to follow that up, and maybe some people listening to this would too.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:47] <strong>Milan Petrović:</strong> I started it for, created for this talk specifically to add few examples and to run the code that is going to show those things if you run the plugin on the old version and the new version of PHP. And I do plan to expand on it because there are a lot more PHP security elements that can be demonstrated in that way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it can show you, you have like a, in many cases the same code, but if you run it on one platform, you&#8217;re going to get one result. And if you run it on the newer one, you will get something different. So it&#8217;s useful to show, and some of those changes are quite small, those attributes that you can add to the code are very, very small, but they can really help you to improve security of your plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And there are more complex security measures that can be implemented, but the format of the talk wasn&#8217;t really suitable to mention everything. But this was like something to get you started on the path of discovering what else PHP 8 can offer, when it comes to improving the security of the plugins and what possible exploits and vulnerabilities are there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I try to use some obvious things that are very easy to spot. And I&#8217;m sure I did made some of those errors myself in the past. So some of those examples are something that I dealt with when I was upgrading my code. So I&#8217;m sure that a lot of people can see similar problems in their own code, and similar kind of solutions that can help them to overcome those and to make them much more resilient in the future.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:17] <strong>Nathan Wrigley:</strong> So is your plugin designed primarily, would you say for developers in mind, or is it something that just a typical end user may get some mileage out of?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:26] <strong>Milan Petrović:</strong> No, it&#8217;s more for developers that they can see, they can run that code and see how it behaves on the old version and the new version to demonstrate some of those things. And I will definitely expand it to include more examples in the future. Even for myself to like a document, what can happen if you run something in the old version, and the new version?</p>\n\n\n\n<p class=\"wp-block-paragraph\">I had some suggestions coming to me like, maybe like a pattern library that is going to show what is the pattern that we use with old PHP and how to improve it with a new one, and document which version of PHP is going to support it, and how it&#8217;s going to improve the code.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:01] <strong>Nathan Wrigley:</strong> So is the idea then that you would instal it on various different, let&#8217;s say that you&#8217;ve got a live site and you&#8217;ve got, I don&#8217;t know, a development site and another development site, is that you would put it on each of those, different PHP versions, and just sort of compare and contrast what.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:16] <strong>Milan Petrović:</strong> Yeah, that can be used.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:17] <strong>Nathan Wrigley:</strong> Yeah, in that way. And what&#8217;s the reporting that you get? Is it kind of error logs, you know, that only a developer would be able to understand, or is it in plain language that somebody like me could understand?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:26] <strong>Milan Petrović:</strong> Right now it&#8217;s a bit technical because if you run a certain part of the code, some of those elements do have a visual component in the admin section. You will see, one of the examples, if it&#8217;s run on PHP 7.4, it&#8217;s going to result in a fatal error for sure, depending on the server settings. And if you run it on the new version, you will get a full code running and executing as expected.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it&#8217;s a bit of a development thing that developers can use themselves to show maybe to potential clients or to website owners what is going to happen if they continue to run the outdated versions of the PHP. So it&#8217;s not just, yeah, the PHP 7.4 is bad, but here it is, why it is bad actually.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:12] <strong>Nathan Wrigley:</strong> Okay, that&#8217;s a really interesting use case, isn&#8217;t it? So if I&#8217;m an agency owner and I&#8217;ve got, I don&#8217;t know, a client over here who is absolutely wedded to this plugin, this calendar plugin say, and we know that the development of that plugin has ended years ago, then trying to persuade that client to find something new, or have something new built is difficult.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But with the capabilities of the plugin that you&#8217;ve created, you&#8217;ll be able to show in a sort of readable human way, okay, right. That&#8217;s all very well, but we&#8217;ve got to get onto PHP 8.0. And when we do that, this is going to happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s actually quite a useful tool for agencies to be able to dangle things in front of the noses of their clients. Potentially, I don&#8217;t know, get some new work out of it as well, because there&#8217;s this extra work that needs to be done to bring it up to the modern standards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:01] <strong>Milan Petrović:</strong> Yes. And one example especially demonstrates not only security, it demonstrates the performance. It shows you how much memory that piece of code is using on old version. Almost half the memory is going to be used less with a new version. So that&#8217;s very on the nose demonstration on security, and the performance in the same time. So things like that can help. And I will definitely try to invest more time in showing more examples and anyone can contribute.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s a plugin available on GitHub, so any contributions in that regard are welcome. And we can maybe all work to create like a list of patterns that are something that a lot of people can use, and show different people how the PHP can help them move along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And again, I don&#8217;t want to sound like we don&#8217;t need whatever WordPress is doing. We still need to use all the security enhancements that WordPress has built in the Core. Escaping, sanitisation. All that is still very important because you cannot solve everything by upgrading PHP and upgrading your code to use some of the PHP features. There are still a lot of security elements in WordPress itself that are very important and should not be replaced, or removed, from the code. There are patterns that are crucial to ensuring the security is on a top level. So combination of what WordPress already has, plus everything we get with the newer PHP is something that we should strive in the future, and to make things better.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And it&#8217;s not that complicated to start with the process. You can start upgrading small things. You can start with stricter typing. You can start with very small changes, and then gradually you can add those new attributes. You can replace some of the functions that you may be used with old version of PHP, but there is something better in the new version. So that&#8217;s something that everyone can do. Do a bit at a time so not everything at once. Spend time and make some gradual upgrades, and that&#8217;s going to help moving along.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:57] <strong>Nathan Wrigley:</strong> You are obviously here to talk about where PHP meets WordPress, but presumably you, yourself are gaining intel from the PHP community. Is there a resource, like a central PHP resource that you would direct people to, or would you rather steer them towards kind of WordPress resources? The things that people are doing in the WordPress space and the hosting space. There&#8217;s not really a question there, but it&#8217;s more where do you find your information? Where&#8217;s the most reliable place?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:25] <strong>Milan Petrović:</strong> You need to check everything. PHP website is a really good resource to find the information about what&#8217;s coming in the next version of PHP, because the preparations take up to a year to release a new version of PHP. So they&#8217;re now on a cycle that every December we get a new feature version. So in December this year, there is going to be PHP 8.6. And you already know most of the things that are coming to that version. You have the detailed list of changes for every PHP version. And that&#8217;s something that any developer should look at, and to see maybe something that will drive them to upgrade.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In the current usage of third party libraries, there are a lot of libraries used in PHP that have moved on beyond 7.4. There are a lot of libraries that now require 8.1 or 8.2. If you depend on some library for, I don&#8217;t know, parsing URLs, or doing something else, something for security, something for whatever. You may face the problem that if you want to use the latest version of that library, you will need to have the newer PHP version. So you are kind of forced to upgrade your plugin requirements to meet with the requirements of the third party libraries.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And outside of WordPress ecosystem, those libraries will move much faster with the adoption of newer PHPs versions than WordPress itself, because they don&#8217;t deal with millions and millions of websites that are affected. They are creating the library the best way they can. And they want to ensure that their library is secure, that their library has access to the latest features. So they are going to bump requirements for those libraries on their own. And if you are depending on it, you need to do it yourself for your plugin. So it&#8217;s kind of, those libraries are kind of forcing the hand of some developers to upgrade, even if they maybe are not ready at this point to do it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:15] <strong>Nathan Wrigley:</strong> Yeah, it certainly sounds like there&#8217;s no lack of information out there. If you make your business to find the information, then it&#8217;s all there. You&#8217;ve just got to make the effort to go and find it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve kind of run the gamut of everything I wish to ask. However, I&#8217;m very conscious, as I said at the beginning, that this conversation is a little bit above my pay grade. Is there anything that I missed that you wished you had been asked that you wanted to get across?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:38] <strong>Milan Petrović:</strong> No, I think we covered a lot of stuff in that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:42] <strong>Nathan Wrigley:</strong> Well I&#8217;m glad to hear it. That&#8217;s great. Yeah, thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In which case, I&#8217;m assuming, given that you&#8217;ve come to an event like this and you&#8217;ve put a plugin on GitHub, you are sort of semi available, or very available, to have conversations with people around this. And if that&#8217;s the case, where&#8217;s the best place to find you online? A website or an email address or a Twitter handle or whatever.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:00] <strong>Milan Petrović:</strong> We included the slide with the contact information. So even the email, if someone wants to get more information, they can do it on various social networks as well. So any input about all that is welcome. And I&#8217;d be happy to help if someone needs, some pointers or additional information to get started with all this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:21] <strong>Nathan Wrigley:</strong> Well, thank you. That&#8217;s very much appreciated. As always, if you go to the show notes on the WP Tavern website and click on the episode involving Milan, you&#8217;ll be able to find, buried probably towards the bottom, all the different bits and pieces, the wordpress.tv video that will go with his presentation and various other links that have been discussed during the course of this episode.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So with that said, Milan, thank you so much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:47] <strong>Milan Petrović:</strong> Thank you. It was really great, and I appreciate your invitation for the interview.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:52] <strong>Nathan Wrigley:</strong> You are so welcome. Thank you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:53] <strong>Milan Petrović:</strong> Thank you.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrović</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Milan has been deeply immersed in the WordPress ecosystem since 2007, developing an array of plugins, especially for expanding bbPress forums, and running his own company creating plugins before joining the Freemius team as a full stack developer. With nearly two decades of hands-on experience, Milan has witnessed firsthand the evolution of both the WordPress and PHP landscapes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many WordPress users may be only partially aware of PHP, perhaps they’ve noticed version numbers in their hosting panels, but few of the millions of WordPress users understand the real impact that PHP versions have on the security and performance of their websites. Milan is here to shine a light on why embracing newer versions, like PHP 8.x, isn’t just good practice but a crucial step for security and efficiency.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Milan begins by recounting his journey through WordPress development. The conversation gets into the heart of his recent WordCamp Europe presentation, which tackles how legacy PHP code exposes sites to thousands of open bugs and vulnerabilities, and why relying on old versions is, as he describes, “an active invitation for automated exploitation.” The discussion explores the contrast between running legacy code and using the “native shields” of modern PHP, and highlights how PHP 8.x not only closes security holes but also delivers major performance boosts, reducing memory usage and accelerating speed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re wondering why you should care about the PHP version your site is running on, or you’re a developer interested in practical ways to harden your code, Milan unpacks both the existential risks of outdated PHP and the step-by-step benefits for hosts, agencies, and plugin developers alike.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He introduces his Vulnerability Lab plugin, designed for developers to see first-hand how code exploits play out differently across PHP versions, and makes the case that modernising can happen gradually, one update, one plugin at a time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’ve ever questioned how your hosting choice or plugin stack could affect your site’s future, or you’re ready to take the first steps towards building more secure and future-proof WordPress products, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://europe.wordcamp.org/2026/session/secure-by-design-hardening-plugins-with-php-8-x/\">Secure-by-design: hardening plugins with PHP 8.x</a> &#8211; Milan&#8217;s presentation at WordCamp Europe 2026</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://bbpress.org\">bbPress</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.dev4press.com\">Dev4Press</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://freemius.com\">Freemius</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://github.com/dev4press/vulnerability-lab\"> Vulnerability Lab plugin</a> on GitHub</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Open Channels FM: We are Welcoming InMotion Hosting as our Newest Sponsor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://openchannels.fm/we-are-welcoming-inmotion-hosting-as-our-newest-sponsor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:170:\"InMotion Hosting joins Open Channels FM Podcast as a sponsor, offering reliable hosting with great support. They\'ve been a solid choice for over 25 years. Check them out!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jul 2026 10:08:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: Multi-Layered Security and the Future of Hosting in an AI World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556869\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/multi-layered-security-and-the-future-of-hosting-in-an-ai-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"In this episode, Adam and Aaron discuss evolving web security in the AI era, emphasizing proactive strategies, layered defenses, and the vital role of hosts in protecting websites against modern threats. Secure your online presence!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Jul 2026 12:41:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.org blog: Your Guide to WordCamp US 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21007\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2026/07/wcus-2026-guide/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24081:\"<figure class=\"wp-block-image size-large has-custom-border is-style-default\"><img alt=\"WordCamp US: Powered by WordPress, Driven by Community, August 16-19, 2026\" class=\"wp-image-20859\" height=\"321\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/wcus-2026-teaser.png?resize=1024%2C321&#038;ssl=1\" style=\"border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;\" width=\"1024\" /><figcaption class=\"wp-element-caption\"><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png\" style=\"height: 1em;\" /> <strong>August 16-19, 2026 | Phoenix Convention Center</strong>,<strong> Phoenix, Arizona</strong></figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp US 2026 returns for another year, this time in Phoenix, Arizona, for four days, August 16 to 19. It comes at a moment of real energy for WordPress, as artificial intelligence reshapes everyday workflows, the business of building and maintaining sites is shifting, and new people keep discovering the platform every day. Four tracks address this moment, covering AI, Honing Your Skills, Technical WordPress, and Beginner WordPress. Between them, there is something for everyone, whether you lead an agency, freelance for local clients, write code for a living, or are building your very first site. Whatever draws you in, you will leave Phoenix better equipped and better connected than ever.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-c9c19393 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/tickets/\">Get Your Tickets</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/contributor-day/\">Sign Up for Contributor Day</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://us.wordcamp.org/2026/schedule/\">See the Schedule</a></div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Phoenix itself rewards anyone who adds a day or two to their trip. The capital of Arizona sits in the Sonoran Desert and pairs a lively downtown with a rich arts and food scene. The Roosevelt Row arts district is known for its galleries, murals, and independent restaurants. It is also home to one of the largest art walks in the region. Nearby, Chase Field and the Footprint Center host professional baseball and live shows, and the surrounding desert offers striking scenery at places like Papago Park and the Desert Botanical Garden.</p>\n\n\n\n<div class=\"wp-block-jetpack-slideshow aligncenter\"><div class=\"wp-block-jetpack-slideshow_container swiper\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21052\" height=\"1147\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-1.png?resize=1920%2C1147&#038;ssl=1\" width=\"1920\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21053\" height=\"612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-2.png?resize=1024%2C612&#038;ssl=1\" width=\"1024\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21054\" height=\"612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-3.png?resize=1024%2C612&#038;ssl=1\" width=\"1024\" /></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-21056\" height=\"612\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/phoenix-4.png?resize=1024%2C612&#038;ssl=1\" width=\"1024\" /></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\"></a><a class=\"wp-block-jetpack-slideshow_button-pause\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\">Start with Contributor Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The week begins with <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Contributor Day</a>, a full day set aside for giving back to the project that makes everything else possible. Attendees will gather in teams to improve WordPress itself, from Core code and documentation to design, training, accessibility, and translation.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress is so unique because we&#8217;re not just a product; we&#8217;re a movement.</p>\n<cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day is open to everyone, whatever your skills, and whether or not you have ever contributed before. Come and experience the open source collaboration that is at the heart of the project. <a href=\"https://us.wordcamp.org/2026/contributor-day/\">Signing up</a> in advance helps us prepare our veteran contributors and provide you with the best experience.</p>\n\n\n\n<figure class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19085\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19089\" height=\"1707\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?fit=1024%2C683&amp;ssl=1\" width=\"2560\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19110\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21080\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC8737.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21078\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0748.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21079\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0768.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21077\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0379.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21074\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0167.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21076\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC0331.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21083\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z636050.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21082\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z632983.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19083\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Explore Real-World Projects on Showcase Day</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Day 2, Showcase Day, is dedicated to real-world WordPress projects and focuses on how teams develop features, manage publishing, and run demanding sites at scale. It brings to life the kind of work collected in the WordPress <a href=\"https://wordpress.org/showcase/\">Showcase</a>, the directory of standout sites built on the platform, from global brands like <a href=\"https://wordpress.org/showcase/disney-connect/\">Disney</a> to community publishers and institutions like <a href=\"https://wordpress.org/showcase/nasa/\">NASA</a>. Past WordCamp US Showcase days have brought teams from the likes of <a href=\"https://www.youtube.com/watch?v=PGvh7fCOUk0\">Wikimedia</a> and <a href=\"https://www.youtube.com/watch?v=MHk-Us00pTk\">CANCOM</a> to explain how they manage large, high-traffic systems. Other sessions took a builder&#8217;s perspective on catching bugs faster with automated testing and even running the Block Editor inside a custom app.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-21064\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637241.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Dive Into Two Conference Days</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The two main conference days will bring a full slate of sessions across four tracks. First among them is the AI track, which treats the technology as a tool to handle with care rather than a headline to chase. Its sessions set guardrails for AI-assisted development, prepare for a web where AI agents become the visitors a site must serve, and weigh the legal and ethical questions of putting AI tools in the hands of clients. Speakers from companies like Elementor will be taking a look at where the web is heading, while keeping the focus on what teams can adopt today without giving up control of their work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Technical WordPress and Honing Your Skills tracks cover the craft and business of building with WordPress. On the technical side, sessions dig into modern development workflows, automated testing with tools like the browser-based <a href=\"https://playground.wordpress.net/\">WordPress Playground</a>, and plugin pipelines. The Honing Your Skills track adds practical guidance on pricing, maintenance, and how the agency model is changing as clients ask for more. The Beginner WordPress track keeps the door open for newcomers, with approachable sessions that make your first WordCamp less daunting. Hands-on work runs through all of these tracks, so alongside the talks, attendees will find workshops and working sessions where they can build something real and leave ready to apply it to their own projects.</p>\n\n\n\n<figure class=\"wp-block-gallery alignfull has-nested-images columns-6 is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-container-core-gallery-is-layout-db4b8a9e wp-block-gallery-is-layout-flex\" style=\"border-width: 20px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-19080\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21086\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z633923.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21085\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9190.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-full wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21065\" height=\"1280\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637801.jpg?resize=1920%2C1280&#038;ssl=1\" width=\"1920\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21084\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/Z637088-1.jpg?resize=819%2C1024&#038;ssl=1\" width=\"819\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-21081\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/DSC9344.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Not all of the value happens in the session rooms. On the show floor, the <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#happiness\">Happiness Bar</a> is a free, drop-in help desk where you can sit down with a volunteer WordPress expert and work through whatever has you stuck. The <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#sponsor\">Sponsor Hall</a> next door is where many of the best unplanned conversations happen, and its <a href=\"https://us.wordcamp.org/2026/47-days-out-whats-waiting-for-you-at-wordcamp-us-2026/#career\">Career Corner</a> gives anyone weighing their next move a relaxed place to browse the job board, meet company reps, and see who is hiring across the ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Plan Your Trip to Phoenix</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Getting to Phoenix is straightforward. The <a href=\"https://us.wordcamp.org/2026/about/venue/\">Phoenix Convention Center</a> sits in the heart of downtown, less than five miles from Phoenix Sky Harbor International Airport (PHX) and about 15 minutes away on the <a href=\"https://www.valleymetro.org/how-to-ride/rail\">Valley Metro light rail</a>. WordCamp US has a room block at the Sheraton Phoenix Downtown, close to the convention center, so <a href=\"https://book.passkey.com/event/51129263/owner/68648/home\">book your hotel</a> before the block fills, and <a href=\"https://us.wordcamp.org/2026/tickets/\">reserve your ticket</a> if you have not already. The full event lineup and details live on the <a href=\"https://us.wordcamp.org/2026/schedule/\">WordCamp US 2026 site</a>, and the conference closes with an evening social before everyone heads home.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-nowrap is-layout-flex wp-container-core-group-is-layout-7c1a8141 wp-block-group-is-layout-flex\">\n<ol class=\"wp-block-list has-off-white-background-color has-background has-large-font-size wp-container-content-9cfa9a5a\">\n<li><strong><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f39f.png\" style=\"height: 1em;\" /> </strong><a href=\"https://us.wordcamp.org/2026/tickets/\">Reserve your ticket</a></li>\n\n\n\n<li><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f6cf.png\" style=\"height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/about/travel-accommodation/\"> Find accommodations</a></li>\n\n\n\n<li><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f68c.png\" style=\"height: 1em;\" /><a href=\"https://us.wordcamp.org/2026/plan-your-trip-to-phoenix/\"> Plan your trip</a></li>\n\n\n\n<li><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cd.png\" style=\"height: 1em;\" /><a href=\"https://www.visitphoenix.com/\">Explore Phoenix</a></li>\n</ol>\n\n\n\n<figure class=\"wp-block-image size-full wp-container-content-577e1c61\" style=\"margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;\"><img alt=\"\" class=\"wp-image-21164\" height=\"2560\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/07/route-66-traveller-boy-scaled.png?resize=2066%2C2560&#038;ssl=1\" width=\"2066\" /></figure>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Help Us Spread the Word!</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Whether attending in person or following along online, share your experience and help welcome others to the WordPress community. Use the #WCUS and #WordPress hashtags to tell your story on social.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jul 2026 13:07:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Open Channels FM: Understanding Open Source Law and AI Impacts in Modern Software Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556631\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://openchannels.fm/understanding-open-source-law-and-ai-impacts-in-modern-software-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:214:\"In this Open Web Conversations episode, host Anne Bovelett chats with lawyer Carlo Piana about open source software\'s legal challenges, AI\'s impact on coding, and the importance of proper licensing and attribution.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jul 2026 08:54:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Gutenberg Times: Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=46018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:69012:\"<p class=\"wp-block-paragraph\">In episode 132 of the <em>Gutenberg Changelog</em> podcast, host Birgit Pauli-Haack and guest Ellen Bauer explore the latest updates within the WordPress ecosystem. The conversation centers on the releases of Gutenberg 23.4 and 23.5, the recent WordPress 7.0.1 maintenance update, and the strategic roadmap for the upcoming WordPress 7.1.A significant portion of the episode is dedicated to major merge proposals destined for WordPress 7.1 that aim to evolve the core software. </p>\n\n\n\n<p class=\"wp-block-paragraph\">These include &#8220;Core Abilities&#8221; for AI agent integration, the new &#8220;Knowledge&#8221; post type for managing site standards and guidelines, and &#8220;Design System Theming&#8221; to enhance consistency and accessibility via CSS custom properties. The hosts also discuss the shift toward mandatory iframing for the post editor in block-based themes, a critical architectural change designed to improve content rendering.Beyond core architecture, the episode highlights user-focused improvements such as enhanced responsive editing controls, which now allow for granular canvas resizing without preset limits. They also touch on media-related updates, including aspect ratio controls in the media editor, and improvements to the Icon block. </p>\n\n\n\n<p class=\"wp-block-paragraph\">With WordPress 7.1’s Beta 1 approaching, Birgit and Ellen emphasize the importance of community involvement, encouraging developers and site owners to participate in ongoing &#8220;Call for Testing&#8221; efforts. Whether discussing React 19 status or new grid layout properties, the episode serves as a comprehensive briefing for anyone looking to stay current with the rapidly changing landscape of the block editor and WordPress core development.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size wp-block-paragraph\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special Guest: Ellen Bauer</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://x.com/ellenbauer\">On X (former Twitter) @ellenbauer</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/elmastudio/\">WordPress.org Ellen Bauer</a></li>\n\n\n\n<li><a href=\"https://bsky.app/profile/ellenbauer.bsky.social\">Bluesky</a></li>\n\n\n\n<li><a href=\"https://www.elmastudio.de/en/\">ElmaStudio</a></li>\n\n\n\n<li>Previews appearances on the show\n<ul class=\"wp-block-list\">\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-124-gutenberg-22-wordpress-6-9/\">Gutenberg Changelog #124 – Gutenberg 22.0 and WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-117-woocommerce-starter-theme-and-blocks/\">Gutenberg Changelog 117 – WooCommerce Starter Theme and Blocks, WordCamp Europe, and Gutenberg 20.7 and 20.8</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-105-gutenberg-18-9-block-themes-and-woocommerce/\">Gutenberg Changelog #105 – Gutenberg 18.9, Block Themes and WooCommerce</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-88-wordpress-6-4-and-gutenberg-16-5/\">Gutenberg Changelog #88 – WordPress 6.4 and Gutenberg 16.4 and 16.5.</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Announcements</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/test/2026/07/03/call-for-testing-responsive-styling/\">Call for Testing: Responsive Styling</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/05/21/media-editor-modal-call-for-testing/\">Modal Media Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/04/call-for-testing-client-side-media-processing/\">Client media processing</a> and the </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/03/announcing-a-collaborative-editing-outreach-effort-for-7-1/\">Real-time collaboration outreach effort </a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/10/call-for-testing-unicode-email-addresses/\">Call for Testing: Unicode email addresses</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/02/merge-proposal-expanding-wordpress-core-abilities/\">Merge Proposal: Expanding WordPress Core Abilities</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/22/merge-proposal-guidelines-built-on-knowledge/\">Merge Proposal: Guidelines built on Knowledge</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/07/merge-proposal-design-system-theming/\">Merge Proposal: Design System Theming</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s released</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\">WordPress 7.0.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">WordPress 7.0.1 RC1</a></li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/?p=45920&amp;preview=1&amp;_ppp=99b8f1f429\">WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\">Roadmap to 7.1</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Post Editor iframed </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li> <a href=\"https://github.com/WordPress/gutenberg/pull/74042\">Post editor: always iframe #74042</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/02/24/iframed-editor-changes-in-wordpress-7-0/\">iframed Editor Changes in WordPress 7.0</a> (February 2026) </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/preparing-the-post-editor-for-full-iframe-integration/\">Preparing the Post Editor for Full iframe Integration</a> (November 2025)</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2021/06/29/blocks-in-an-iframed-template-editor/\">Blocks in an iframed (template) editor</a> (June 2021)</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Punted from 7.1 </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/07/07/the-classic-block-stays-in-the-inserter-for-wordpress-7-1/\">The Classic block stays in the inserter for WordPress 7.1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/06/05/react-19-upgrade-temporarily-reverted-in-gutenberg/\">React 19 upgrade temporarily reverted in Gutenberg</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg releases</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/06/17/whats-new-in-gutenberg-23-3-03-jun-2/\">What’s new in Gutenberg 23.4? (June 17, 2026)</a>\n<ul class=\"wp-block-list\">\n<li>Docs: Auto-generate per-block API reference pages from block.json. (<a href=\"https://github.com/WordPress/gutenberg/pull/77612\">77612</a>) </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/05/05/proposal-auto-generate-block-editor-handbook-docs-from-block-json/\">Proposal: Auto-generate Block Editor Handbook docs from block.json</a></li>\n\n\n\n<li>Documentation pages: <a href=\"https://developer.wordpress.org/block-editor/reference-guides/core-blocks/\">Core Blocks Reference</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">What’s new in Gutenberg 23.5? (July 1, 2026)</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Welcome to our 132nd episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about proposals for core, calls for testing Gutenberg 23.4, Gutenberg 23.5, and whatever side ideas we have about 7.1, which is in the works. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full time core contributor for the WordPress open source project sponsored by Automattic. With me today on the show, and I&#8217;m very delighted to tell you that is Ellen Bauer, product manager at WordPress.com and early adopter of block themes. Thank you for joining me, Ellen. How are you today?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Thank you very much. Always happy to be here. I&#8217;m great. I just landed back in Bangkok this week where we are. I&#8217;m staying here a little bit longer with my family this year from Germany, visiting family and attending a meetup. And yeah, it&#8217;s good to kind of do that travel because it always inspires me to get out of a routine. And yeah, I&#8217;m really glad I&#8217;m here now and motivated.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> To get back into working, improving WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> That&#8217;s a great time to spend in Germany. And I hope you had luck with the weather.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer</em>: Well, there was this heat wave in the second week. It completely knocked me out, to be honest.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah, that was really hard. And a lot of people say that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It was great and went on the last day I went to Legoland for the first time, which was also an experience and exhausting, but great.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> That’s here between Munich and Augsburg.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, I think it&#8217;s close. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, between my first time. Oh, nice. Yeah, maybe I should go there too. But it is fun.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It is fun. Maybe not. I don&#8217;t recommend to go in the summer on a Sunday, which we did, but. Oh yeah, that&#8217;s actually really fun.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Family day. Yeah. So you mentioned you attended the meetup in Porto. What was your takeaway from the meetup with digital?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So it was actually the main reason I came to Europe for it was the first time all products meetup from Automattic in beautiful Portugal for me, also the first time I&#8217;ve been to Portugal, which shouldn&#8217;t happen to not visit before. But it was really cool. I love Portugal. Really lovely people, beautiful vibe, nice weather. Yeah, it was really relaxing, really a treat. And then very inspiring and motivating to be in the product group for the first time all together in a nice setting and we had amazing conversations. For me, I also got to know my team a little bit better because I just sort of recently switched into dot com, so that was helpful. But yeah, also a lot of meaningful, deep conversations and I&#8217;m really, really motivated after that meetup.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh yeah. So when you said meetup, I&#8217;m still in the community brain, so I thought it might have been a WordPress meetup because I spent some time. And that&#8217;s probably also the reason why my brain went there instead of the internal. Because I spent some time with meetups, local WordPress meetups in Salzburg and in Erfurt and also in Munich. I restarted the meetup here in Munich with a few of the original founders and some other people and. And it&#8217;s a totally different vibe than a WordPress conference.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That is true. I love meetups.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> You meet 15 maximum 20 people and then you learn more about how they use WordPress, what they really move a normal user. So it kind of grounds you much better than kind of always being in the contributor section, kind of.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So that is true. Well, there was WordCamp Europe, which I didn&#8217;t attend because it was just so much. I attended WordCamp Asia, which I also loved this year. That was such an amazing experience and very motivating. And I talked to a lot of people who are meetup organizers in India and I really now want to visit one of their meetups. It sounds fun. I also visited the meetup here in Bangkok before and I love the people there, the really tight community. And I&#8217;m also. I have been thinking for many years now that I should actually start a meetup in our town in New Zealand. I haven&#8217;t committed, but I&#8217;m always coming back thinking about it. So maybe I should just commit and do that because it would be cool to have like a local.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> In New Zealand. There aren&#8217;t many around, but it would be cool.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Well, the first thing that you need is a co-organizer. So don&#8217;t start until you have a second person to do that because we travel a lot. Well, I travel a lot and I cannot be at every meetup, so I need somebody else to do that. So that was kind of back of mind.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That&#8217;s a good advice.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. And the meetups in India, they&#8217;re really big. They&#8217;re 40, 50 people.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I talked to someone and. And they have 200 people every month on Surat. I was like, I want to come. Yeah, it&#8217;s amazing. Like, I want to visit.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s a small word camp for an evening kind of thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That is so true.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Calls for Testing</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> All right. Yeah. So work for 7.1 is progressing and there are calls for testing out, and this is the first time that there are so many out there. There are five of them. And if you want to learn what&#8217;s really in 7.1, there&#8217;s no better way to take a deep dive and heed the call for testing. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So there&#8217;s a call for testing for the responsive styling and yes, it&#8217;s coming to WordPress now. And then there&#8217;s a call for testing for the new modal media editor that opens up when you click on the crop icon in the toolbar of an image block or a cover block. And then there is the call for testing for the client media processing. That&#8217;s a feature that comes to 7.1 where the client, the browser is actually doing a lot of work in uploading the upload side of the image uploads and the resizing and then dumps it into the WordPress media library. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s also a real time collaboration outreach effort that is also a call for testing. And then there&#8217;s a call for testing for getting Unicode into email addresses. And that&#8217;s kind of fun too. So the testing has done an amazing job putting those calls for testing together because you get instructions on how to use it and videos to show you how to use it and then the instructions also for the testing. So your mental work on how do I test this is already done. You&#8217;re just going to follow the script and, and then have room in your mental room to observe your feelings for whatever you&#8217;re doing and kind of try to, to verbalize them and share your feedback. So it&#8217;s really interesting and I hope you dear listeners are going to heed those calls. One or two of them. You don&#8217;t have to do all of them. Yeah, I don&#8217;t grade you, but there will be a test. Yeah. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Then there are also two. Well, I said two, but there are actually three merge proposals from the contributors. There&#8217;s new things coming to WordPress Core. One is expanding the WordPress Core abilities. It&#8217;s a merge proposal to add three read-only abilities to cover the settings, content and users for AI. And it gives AI clients real tools to call so the agents can understand what your site&#8217;s configuration, post and people are doing. There&#8217;s a discussion should this be in core, should this be a plugin and all that you can read up on the post. And the second one is also for AI is the guidelines to build knowledge on your website. Yeah, what&#8217;s your tone about what&#8217;s the tone of voice, the expression, what the topic is about and what the members are, what the standards are and all the notes for revision and capabilities. So an AI agent could follow those instructions as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And for people who manage multiple sites with one AI they can actually it&#8217;s different for every site. So it&#8217;s really important to have that on the site to give that that&#8217;s a new content type and new settings pages for these things. So you can even use your AI to update those guidelines. There&#8217;s one thing and then of course the last one is the bigger one and that&#8217;s a merge proposal for the design systems theming Andrew Duthie published a merge proposal bringing design tokens and new theme components to WordPress built by the Gutenberg Components team. But it turns the hard coded admin styles into CSS custom properties so your plugins and screens stay consistent and accessible. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Then a color ramp tool generates harmonious accessible scales from just two seed colors and the user color scheme reaches the site editor which will come into I think 7.1. So with a dark mode on the horizon. So it&#8217;s a good time to get involved in the discussion now, dear listeners, and to make your point of view listen to and converse with others on the impact for you and your business and for your clients because that&#8217;s where the decisions are made. Some of them are already made but they are loosely held, so to speak. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s a whole aspect of WordPress is we have strong opinions but they&#8217;re loosely held. If you have a good argument and you have a good use case or a different point of view, you are listened to. Of course if aired respectfully and even if it&#8217;s not respectful it should be because we all want to do the same thing. So the links to all the merge proposals and calls for testing will be in the show notes. You get to pick what you are interested in and so that&#8217;s a whole thing that happened in the last three weeks when we didn&#8217;t have a Gutenberg change log. So I wanted to catch you up. Any thoughts on that Ellen, that you want to share with our listeners?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think on the merge proposals but I think for the calls for testing the responsive styling of course sticks out to me because we have been calling for that for so long and the user the feedback was always there like what is that without responsive styling? So now here it is. So yeah go ahead and test it and I will do the same and kind of contribute to make it better or improve what. What we can. But here we go. We finally have. I think the number one ask always this is missing in Gutenberg.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. I think the number one ask is not the responsive design because Gutenberg is responsive in certain areas. It&#8217;s a viewpoint. It&#8217;s a media kind of thing. Yeah. So what is a tablet? What is a mobile. And to change things for those screen sizes. And there was a big hesitation and there&#8217;s. On the developer blog, there&#8217;s an article about intrinsic design that&#8217;s built into Gutenberg. And I think the thinking was, okay, intrinsic design is what comes after media queries. Comes after. So because we need to also talk to what is component in the container queries in CSS and all that. And at the start of Gutenberg people wanted to push the envelope of intrinsic design and then see what&#8217;s missing. And. And now we know where it all goes and how to. To change it. And there is a. Yeah, we talk about it a little later when we come to that. Yeah, but so that&#8217;s kind of. That part why it took so long, I think was the reason why I kind of went on the drain there.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That is true. I&#8217;m glad that we didn&#8217;t do like earlier versions of it. It seems late, but yeah, there&#8217;s. There&#8217;s a reason.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> But I think, yeah, a lot of plugin companies actually filled that gap quite nicely. I also saw a few implementations where you didn&#8217;t have three viewports or breakpoints, you had six, so. And I kind of couldn&#8217;t imagine that a normal user can keep in their head six different sizes to control the styling and when something needs to be changed to find it again where that actually was changed. I get the hesitation. So yeah, yeah..</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> You quickly go a little overboard with that. And I&#8217;m also glad that we didn&#8217;t do that on the core level.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; WordPress 7.0.1</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Birgit Pauli-Haack: Yeah. So that brings us to what&#8217;s released and it&#8217;s release week kind of thing. So on Wednesday and we&#8217;re recording this on Friday, July 10, Thursday, July 9, WordPress 7.0.1 was released with bug fixes from the major release. And the release candidate announcement has a list of all the fixes in track and from the Gutenberg repo, </p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m preparing an article for the Gutenberg Times. I will probably put in the show notes about what the fixes actually did is the WPKSS or however say that CSS corruption on some of the admin design glitches and some more. So you can have a summary of that. Yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">On Wednesday, just the day before 7.0.1, a user ask in the core channel, what is. I see all the communication. Yeah. What is the latest version actually, and at that time it was still 7.0, but we say but tomorrow it&#8217;s going to be 7.0.1. 7.0.1. Yes. Yeah, yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So 7.1 last month Anne McCarthy posted the roadmap 7.1. It was aspirational and also very concise with an outline and links to the tracking issue for the many features contributors have been working towards. Beta 1 of 7.1 is scheduled for next week. That&#8217;s July 15th. And by then we will know the full picture of what made it and didn&#8217;t make it into the release features from the Gutenberg plugin releases 22.6 through 23.6 will come to 7.1 unless they&#8217;re behind an experiment flag or plugin or plugin only as guardrail 23.6 release candidate. And that&#8217;s what&#8217;s getting into the beta version is on July 14, so one day before the beta version, because that&#8217;s where all the NPM packages are created and all the things get into the branches. Right feature branch. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The final release of 23.6 is moved to July 22nd. That was kind of decided by the release tech leads to get it all just in time for beta and organize that. So the deadline for enhancement into the plugin on 7.1 is July 14, the day before beta. So if you&#8217;re a contributor and you want to get the feature that you were working on in this weekend is probably crucial because it also needs to be reviewed and approved. So give people time to get in there. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So yeah, what should be on your radar for 7.1 is the mandatory iframe of the post editor. We mentioned it before. It actually has also a lead time to come to this point is the post editor runs inside or the block editor should run inside an iframe because it isolates the content from your admin styles and makes the viewport units and media queries work correctly against the editing canvas rather than the browser window. And in 7.1, iframing becomes more enforced for block based themes or for all themes because it ensures that canvas behaves predictably and the blocks render accurately for both the post editor and the site editor, template editor and pattern editor and plugin developers. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So plugin developers who have not updated their Block collections from version 2Block JSON version 2 to 3 should actually upgrade to make this all work. If you want to catch up on the newest discussion, there&#8217;s a Gutenberg PR that&#8217;s called Always the post editor for book theme. And that&#8217;s the 79819. And if you put that in your playground, you can actually add some of the plugins or your staging site, or add it to the staging site, then you can test your things. I think the biggest problems are sites that are maintained by people that do not read the make blog or do not listen to podcasts or read blog posts about their site or the software. And those are sites that haven&#8217;t been maintained for a while, otherwise they would have already upgraded things. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So block themes need to do anything too. They haven&#8217;t. No. Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I haven’t looked into that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s a problem for blocks. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That are in the block plugin collections.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. That only. They were only meant for post editor and have never been used inside editor or something like that. Because those would have broken already. Because the site editor since 2020 kind of uses an iframe version. So if you use the block in a template or use the pages thing from the site editor, the pages administration from the site editor, you will know when the block breaks. And in the post editor, if you go into the console, you see the notification that it&#8217;s going to be deprecated. But if you&#8217;re only in the post editor and never look at anything else and those blocks might break if they&#8217;re not updated.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> What should they do if this happened to them?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> There are some guardrails in place and there were two PRs. That one is the hard kind of, okay, we do all the iframe insight and that&#8217;s going to be in beta. And in beta, listening to the feedback will decide if there will be a switch to the other less hard choice there in terms of saying, okay, if it&#8217;s a block theme, it&#8217;s going to be an iframe post editor. But if it&#8217;s not a block theme and. Or if there are blocks on the page that are on the old version, like the version 2, then it will not be iframed, but that is subject to change. It&#8217;s kind of. There&#8217;s a trial and error kind of process here to figure out what is the best way move forward. Because the first post blog post about that was actually published in June ‘21, so five years. And then there was another one in November 2025, and there was another one in February ‘26. So there is a lot of leeway or runway for agency developers and plugin developers to kind of update, but sooner or later there will be a push to make it final and then deal with the consequences. Yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Anne McCarthy&#8217;s roadmap included two updates that we already know have been already punted. So that&#8217;s the update to React 19 and the deprecation of the classic block. Those things have been punted. And there are blog posts on the make blog for the reasons and next steps for that. It&#8217;s pretty much the classic blog where there was a lot of communication around it that said, okay, maybe it&#8217;s not a good time yet. And for the RAC 19 there were too many backwards compatibility issues, but it&#8217;s going to come. So it just needs a little bit more runway to get final to that point. All right. Any thoughts about that?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Not really. I&#8217;m excited for 7.1. I think we haven&#8217;t mentioned the release time. Is that still planned for WordCamp US and like August 19th.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yes, the planning is July 15th being beta and then August 5th being release candidate and August 19th final release on the last day of WordCamp US.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Okay, cool. I&#8217;m excited.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah, I&#8217;m excited too. There are nice features in there and there are nice updates to the site editor there and I&#8217;m very excited about that. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 23.4</h3>\n\n\n\n<p class=\"wp-block-paragraph\">And now that brings us to Gutenberg 23.4. Let&#8217;s go and talk about things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So that was released June 17th. We&#8217;re also going to talk about the next release 23.5 right after. So let&#8217;s start with this one first. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So I think the most exciting things in there are related to media. And the first thing that is pretty exciting is if you load media into the post editor, you now get like a little notification snack bar that kind of tells you the progress of your uploads. Like if you load dump, just dump in like 20 images you&#8217;re going to see. And you also I think timed first image, second image, third image. We are used to it, I don&#8217;t know from apps and stuff. So I think that is really, really helpful to see the progress of the loading there.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. And Adam Silverstein did an amazing job to get this all done. There&#8217;s a second one that also that the upload process is now enabled. So when it&#8217;s interrupted because you&#8217;re offline or something, it also resumes automatically the upload on the when the connection returns. So this would save quite a few hurry up and wait kind of thing. When you&#8217;re maybe on a train or in a country where you don&#8217;t have stable Internet connections to upload your media. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Right now, I only highlighted that because it&#8217;s in the same thing that the client side media processing is now geared towards 7.1. So the plugin’s only guardrail has been removed and it can be merged into WordPress.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The next one is the playlist block. It now has a visualization style selector so it has the playlist lock. When you try and test it, you&#8217;ll see there is a visualization kind of where the music builds some animation on top of the track and you can select the styles now for that. And also it now has a track length setting so you can set up the settings for that as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Another thing I kind of liked because I&#8217;ve built that before is if you have, I don&#8217;t know, on a WooCommerce theme or something, if you want to have the log out log in or for any other kind of purpose, you can now get that into an inner block of the navigation submenu. The lockout lock in. That wasn&#8217;t possible before. It&#8217;s a small thing but very helpful for whenever you want to have that in a drop down or sub menu.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. If you have a membership site or subscribers only content and you. You offer them a nice accessible way to log in and log out. There&#8217;s a very minimal change, but you might need. You will notice it. It&#8217;s the time to read icon has been renamed to time. So it&#8217;s not. Might be getting rid of redundancy, but I&#8217;m not sure it&#8217;s even clearer. It&#8217;s clear enough. So yeah, that&#8217;s the change.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, I think that&#8217;s mainly kind of to reuse it, to be able to reuse it for more things. Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Another thing that I think is a little bit bigger and quite helpful is that now it&#8217;s possible that columns and gallery blocks can be transformed into grid variations for layout styling. I think that&#8217;s kind of cool. I think I wanted to do that many, many times.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, me too. Because I forgot that I have a grid block and I tried to do things with the columns block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, yeah. So often you kind of start out in a column and then you realize no, that should be a grid.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> And then again for the media. But this time it&#8217;s out of the block editor. The media editing modal has changed and it has some new features, better features, new libraries. And we talked about it before on this podcast. But now you can reorder the details field has been reordered and then now you have aspect ratio controls for the mobile toolbar and they refactored a little bit the modal layout in total. But this is a great, great tool. So these are all just the usability issues. The main feature was already in 23.2 or 3 and there are editable attachment fields. And the mobile tool. The mobile toolbar has been updated to include the aspect ratio controls. Also uses the zoom uses now plus and minus buttons. Yeah. Instead of the spyglass.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Oh yeah. That is actually very helpful an update on the dashboard. And you maybe have to help me out if I&#8217;m not 100% sure if I understand that correctly. So we always had the grid columns and now they are opinionated. So pre designed responsive. Is that correct if I say that like in your dashboard, like the two columns, I think it&#8217;s maximum four columns. It doesn&#8217;t go more than four and then it reduces like it nicely responsive by default, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. It goes from 960 desktop width, so four columns to two columns between a tablet kind of size, between if it&#8217;s smaller than 960 to 600 and if, if it&#8217;s smaller than 600 or 600 and smaller, it&#8217;s going to one column and has a mobile kind of view there. So it&#8217;s definitely responsive. But that&#8217;s the dashboard. It&#8217;s about the admin dashboard. It&#8217;s not in the block editor. So that grid has nothing to do with a grid block in the block editor. So we have a little issue there with using the same words for different things. But that&#8217;s because it&#8217;s all grid based. But it&#8217;s a good thing. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And contributors have an experiment on redesigning the dashboard and also let blocks going in there and all that. So it&#8217;s. It&#8217;s quite interesting to see that there are more additional features in there like this day before. Right. So if you&#8217;re in a block, you can. They&#8217;re figuring out how to put the previous day and previous years. So if you have a blog for 30 years or 10 years, you. You get. Or even five years. Yeah. You get a notification, what you published about this time of year, last year or something like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, I like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> And that was actually kind of nice.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It kind of embraces your blogging history.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, exactly.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> One actually kind of cool little change that I really like is in the site editor now. The admin color scheme, if you select another one, get translated into the site editor. So I know a lot of people always say, oh, you go into the site editor and it&#8217;s this black different looking user interface. And yeah it&#8217;s. Why is it so dark? So now it kind of adopts the color scheme you have selected. And I think this like part of bigger work going into kind of making the interfaces more be like one thing instead of.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. The unification of the admin interface is also a long time coming and I think that&#8217;s a, that&#8217;s a fantastic step. Yeah. To kind of just make it sure that if you have a green sidebar that it&#8217;s also green in the site editor.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah. Because why, why wouldn&#8217;t it be?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Yeah. So on the client media side again, the ultra HDR JPEGs that are detected by upload and then the originals are kept unmodified and the sizes subsizes. They preserve their ICO standards. So you have a better quality of the Ultra HD but it also handles the bigger sizes. So it&#8217;s a nice addition to the media upload feature that we talked about before.</p>\n\n\n\n<h3 class=\"wp-block-heading\">APIs</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> And then we also have an update on APIs. Oh, God. You have to help me with this one. I read it, but now I&#8217;m kind of like what was that about again? The future it will help.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: So it tracks per entity, the view configuration for pages. And then so it&#8217;s about the pages of pages, posts, patterns, template parts, templates and have their default layout in the grids being the, the layout grid in the admin. So when you&#8217;re in the site editor you have a choice when you look at templates, what kind of layout. You have a grid layout, a list layout and these kinds of things. And now there is actually an API that you can extract that view configuration for several other things. If you&#8217;re plugin developers, you can then replicate what the, what the priority is or what the preference is for your user. And you see that in the rest API when you pull out the information and display it again, that you get the configuration with it. I don&#8217;t know.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So you can practically kind of unlock whatever the configuration was in default and then use that in a plugin or something, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Exactly. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> The same screen.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So when you. One use case could be if you are using WordPress as your content container, but have another application that displays things as a headless or in another. In another admin content management system that only talks to WordPress with all and pulls out the things that are in WordPress and measures it up with other data that&#8217;s also in the system, then you are able to display the same what the user sees in the WordPress admin, you can display that also in your system at the same time. So that kind of would be one of the use cases that I just made up.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, that makes sense and very good to explain in that way. What else do we have next?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So the dashboard we talked about that now has also an events widget that can be filled. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p class=\"wp-block-paragraph\">I wanted to point out one documentation thing that is really a big deal that Juan Margarido has taken on in April or May and push that through a merge now with 23.4 and that is the auto generation of the per block API reference from the block JSON files. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So, until now it was really hard to figure out, okay, what&#8217;s the block markup and are there all the supports in there? Because the documentation was handmade. So if somebody updated a block&#8217;s configuration and block JSON and added support to it for other things, it would not show in the documentation until someone touches the documentation page. And for 90 blocks or so that are in core right now, that&#8217;s a moving target and fast moving target. So he proposed to go in and auto generate that documentation page for humans and AI to map multiple things. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So one is the parent relationship with other blocks like think accordion block and the sub blocks there, the attributions in the table, in a table that what the block supports and with links to explain those features. So if you don&#8217;t know what the alignment or support of a block is, you can look it up right from there and then what block styles come with core so you don&#8217;t have to figure that out from the interface. So like the button comes with two styles, one is the default, the other one is the outline style. Then which CSS selectors are automatically created and then an example of the block markup. And last but not least, also the links to the source of the information and the packages. So you have a full 36-degree view on the block. And because the documentation is auto updated, it comes right there when the new features are kind of added to the block and it will be shown in the documentation. </p>\n\n\n\n<p class=\"wp-block-paragraph\">This not only helps the developers and theme developers to have a better handle on or one lookup page or section in the documentation, it also helps AI agents to form a comprehensive space to learn about WordPress blocks. Because I have found that AI sometimes just does a custom HTML block and puts it all there instead of using a column block or cover block or something like that. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So this is a very big deal because that&#8217;s something where AI elevates human capabilities because he used AI to run the code that parses the block JSON and puts it into the documentation page and then also has that documentation page from the GitHub repo into the developers.wordpress.org document block editor documentation automatically merged there. So this is a big deal. And kudos to Juan Margarido. He also spent some time getting some community input from the documentation team from the Gutenberg leadership. We had a hallway hangout with a Q and A and it finally was merged now. So kudos.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, that&#8217;s pretty cool. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 23.5</h3>\n\n\n\n<p class=\"wp-block-paragraph\">I think now we&#8217;re moving to the latest release, 23.5, released July 1. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p class=\"wp-block-paragraph\">I think the first thing we wanted to highlight was that the design system token defaults now with out a runtime which practically, as far as I understand it correctly, helps that all the styling from the design system is just there by default. There&#8217;s nothing that got missed. Is that correct? Yeah, because it happened before that some design elements were in style.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Exactly. Yeah. It&#8217;s now available as public export. That&#8217;s pretty much so you can use it in your own apps that you put into apps. I say it&#8217;s also called plugin, so you can use it without having to import it into your plugin via NPM and these kinds of things via the build process. So you can just import it into your app here. </p>\n\n\n\n<p class=\"wp-block-paragraph\">But I also want to point out again the match proposal for the design system. Everything there is kind of in a holistic way explained and also what it&#8217;s supposed to come to. And these are all plenty of the component work that&#8217;s done for 23.5 and released or merged is actually in support of the design system and the UI revamp of the components.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think about the block library. And we have a few other updates in the release. The first one is that the viewport states and the controls are now support for they supporting aspect ratio and all the related controls with that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So I think yeah, it&#8217;s part of the styling system. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> For image blocks featured image block media library also no, no background images. A background cover image and cover block, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: Also yeah, okay, that&#8217;s the viewport states is the name that they give the responsive editing screens. So those controls are now also available. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s also a line item in the block library section of the changelog about the classic block to hide it from the inserter that has been reverted. That&#8217;s part of the blog post that I mentioned earlier that was published after the release of 23.4, so I wanted to point that out. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The next one is that the media editor modal is now available also for the cover block that comes with that. I think I mentioned that already. But now when you have a cover block with an image, you can also use the media editor modal to crop it, to rotate it, to tilt it and all that kind of things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> That&#8217;s a nice add on small but also visually really nice to have is that the icon block now has controls for flip and rotate the icons, which is very nice to have like a. One of the things you like kind of expect to be able to do and then it&#8217;s super difficult. So now you can do that. And then it also. What is the second one about?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh, it just adds a default placeholder instead of to the blockchain.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah. So there was also a big push to have text alignment support for some of the text blocks. And now the block quote. I think there were seven or eight blocks that have that again. This time there was missing text align support and that has been rectified. So now you have also text align support for the block quote. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah, that was one thing that threw me quite a bit and quite often I always went back to the quotes block. But a quote block and a pull quote have different use cases and a pull plot is an excerpt from the article and you couldn&#8217;t make it not centered. It was kind of odd that you couldn&#8217;t left align it. Which is my favorite. Yeah. Centered when you have more than one word in the center, you hardly can read it. Or more than one line. Yeah. So I always wanted to be left aligned and I can&#8217;t quote just a sentence. Yeah. So I&#8217;m really great that they have a text aligned support now that makes sense.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> It&#8217;s these little things that kind of throw you, throw you off if you don&#8217;t have them and you&#8217;re like, why can&#8217;t I then? I think one of the biggest things in this release is that the resizable editor now it&#8217;s like fully resizable. You can drag it along. It&#8217;s not just mobile, tablet, desktop, you can get your own size and preview it. I think this is one of the biggest releases in this. In this update 23.5. So can you do anything else? You can resize it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Birgit Pauli-Haack: Yeah, yeah. It has a handle though. You can resize it. So you have a handle to make it smaller but not as small as mobile. So you can see if. If somebody uses a tablet whatever and odd width you can kind of test it if, if your settings actually work there or your. If the. The layout is there. But you cannot change the viewports themselves. Yeah. They are not customizable. It&#8217;s just so you can see the preview there. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Which is very helpful like visually.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. Especially when you get a call and you don&#8217;t have that device on hand. Yeah. That a client sees or a client has a complaint from their clients that something is wrong on the view. You can just kind of tested in the block editor without having the device on hand. </p>\n\n\n\n<p class=\"wp-block-paragraph\">But there is a long standing request to be able to change the viewport numbers and because right now they are hard coded to I think 768 is the desktop and then 467. Yeah. 468 is the tablet and or between there is tablet and then below is the mobile. But there is good news. There is coming with 23.6. It&#8217;s already merged is in PR where you can change that via the theme JSON. So theme developers are now able to change viewport numbers for their sites. There is no UI yet for it. But that&#8217;s typical. That theme JSON is first. So theme developers can test it out and can actually use it. But for the UI you need a little bit more information how things are going and how users would work with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> And there&#8217;s also been a smaller change on. If you add a note that just. It&#8217;s simplified how the show more or less collapse works. If you have a long note you want to collapse it and show more or less. I think that just has been reworked or simplified.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I don&#8217;t think it&#8217;s anything we see on the user side. Right. It&#8217;s more in the background. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s just faster. Yeah. It&#8217;s kind of that. Okay. Mostly performance issue. Yeah. You&#8217;ll see a slight change there. </p>\n\n\n\n<p class=\"wp-block-paragraph\">There is the experiment of the omnipresent toolbar which is pretty much the admin bar. In the editors you see the admin bar, the black admin bar on top of the screen when you&#8217;re logged in and you look at your website from that perspective and you also in the post editor you see the black toolbar but you couldn&#8217;t in the site editor or in the other editors. So now the experiment is to show it but then also unify the interface because the design view or the site editor has its own W to go back to the other admin. And when it&#8217;s in the admin bar you just click where you normally click to get to the site. So it&#8217;s all unification of the interface pretty much. And now you can see the site icon instead of the dash icon if you select it as well in the toolbar. So there has been an ongoing effort and some of it might come to 7.1. It&#8217;s on the roadmap for the admin bar everywhere, so to speak.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think one thing that I remember I struggled with quite a lot is the flex behavior of children. So now there has been.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> You mean your child? Well, it&#8217;s not the flexibility of toddlers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ellen Bauer: The Flex elements. I love flexbox CSS always have. But I think we always had a problem that they weren&#8217;t behaving like exactly like CSS. Flexbox should behave. So now one of the changes has been that so flex children that had a fixed width, this is now like truly fixed. I think it was squishable before. Can you say that? Is that correct? And now it&#8217;s like a truly fixed width to zero. So I think that&#8217;s one of the things visually that helps a lot. And then the other one was grid layouts now have fill available space, toggle. Is that correct? I think it&#8217;s just a toggle in the settings. Right. That you can toggle on and off and then you have auto fill and auto fit behavior. Okay. And this behaves exactly like CSS grid behavior.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, you would expect. Yeah, that&#8217;s pretty nice. There was some. Some quirkiness to the grid block and the grid layouts and I&#8217;m glad that Isabella is working on that constantly to improve it and to get back to it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, she&#8217;s doing great work. I met her live at WordCamp Asia this year and it was really pleasant because I love flexbox Grid. I always love these blocks and CSS settings and they never quite worked. How I or like went into that depth, I wish they had. And yeah, she&#8217;s. I think, like, she has the same opinions, so it was a good chat. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Another thing that is kind of cool and fun to have is that now global styles allow text shadow settings. So, yeah, there&#8217;s these options of text shadow, if you ever want to use that in like a cool, fun design or. So now you can set it in global styles, which is really cool. That wasn&#8217;t possible before at all, I believe. Right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack</em>: It&#8217;s a new style support.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I really like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, I tested it and it&#8217;s really nice. There are some presets in there that come from core, and I still need to figure out or find out how you can switch off some of the styles and how you can add your own styles like you can do with the shadow box. The shadow box has a feature that you can switch out the core styles with your own styles or just switch them off, but you definitely would need that for the texture as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Maybe we will add that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, it&#8217;s not there. It&#8217;s the first version and the first version is pretty much a minimal viable kind of setup. Yeah. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The next thing is again Media Editor modal. It now has some error states. You can magnify the crop to fill the canvas and the current post always includes the initial options. There are also minor fixes, but that is because it gets ready for 7.1 release. So every aspect of it is actually and comes from feedback from the call for testing. The call for testing was actually already issued in I think in May. So it&#8217;s already a month in or two months in. So there is already some feedback coming back. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The data layer has a feature for the real time collaboration or many features, but one of them stands out is that you can disable collaboration per post. So if you have maybe a recipe or a book post type and you don&#8217;t want anybody to collaborate with you on that, you can switch that off. It&#8217;s probably best for very visual post types or it&#8217;s also necessary for template parts or for navigation. Those are also post types. You can control that now. </p>\n\n\n\n<p class=\"wp-block-paragraph\">So there was a for a while in the text controls there was a prop to have the next 40px default size and there was underscore. Underscore was an experimental property and that now has been made the default. So if you had a 36 before or 32 on the default size for the text box, then if you wanted to be in the same realm as WordPress itself, you had to use the underscore next 40px default size prop to have the same sizes of the controls and now those are default now. So you don&#8217;t have to do this experimental prop to use but it will change how things work. So you might want to, as a theme developer or a plugin developer, you probably want to check your plugins, your text control components, how they change behavior or at least the default layout. So that&#8217;s why I&#8217;m calling that out here in the episode. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And also a similar thing is known that 23.6 Gutenberg 23.5 bumps. The minimum required version to install the Gutenberg plugin is now 6.94 versions 23.5 and newer. So if you are on 6.7 or 6.8, you are not getting the newest version of the Gutenberg plugin. So I think. Oh, there&#8217;s one more. Did I overlook something?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> No, I think on performance you highlighted that blocks migrate markdown converter from showdown to marked. And what does that do?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It actually is just performed faster. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Oh, yeah. Okay.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> And it also has a different parser, so it might have a say. It&#8217;s G. What&#8217;s it called? GTM. There is a standard for markdown that comes from GitHub and it now adheres to that standard. Yeah. So that&#8217;s updated. It&#8217;s a minimum change most people wouldn&#8217;t even need to do. But if you copy paste something from GitHub or from other Markdown editors or from your AI agent, it&#8217;s a different parsing process.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I just researched that and it said that the previous one was like from 2018 or so and this is just like a faster newer version that we updated to. Okay, that makes sense. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p class=\"wp-block-paragraph\">And then there was one last highlighted thing on the block library unwrapping. Classic block migration notice experiment.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, that&#8217;s part of the effort to the classic logic. But that has also been reverted so it will not announce that this is deprecated. So it&#8217;s important to know that that line item in the change log has been overwritten already with a newer version that comes to 23.6 on July 22.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Various</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> And there was another small update on icons to self declare icons color on the icons block.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh, nice. Yeah, I overlooked that. I got lost in the changelog already. So.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I mean there were a lot of these smaller things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh yeah. So if you have an icon, it can say I&#8217;m. I&#8217;m only in blue or something like that. What does it mean, the current color?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Oh, current color. Yeah, of course. Duh. Yeah. I was still stuck on tab sync finally second the tab sync because it&#8217;s the. For stabilizing it to come into 7.1. The tabs block is still under active development until July 14, so don&#8217;t start building on it yet because there&#8217;s API cleanup and refactoring going on where the contributors try to nail down the final version before it gets into core. Yeah, that&#8217;s the end of it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Wow.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah, we still had a lot to talk about, Ellen. Yeah. So apart from the responsive styling, are you excited about some things that come to 7.1 in the near future?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think for me, being like a Visual X thing builder or and working on blocks, I think responsiveness is a big one and I&#8217;m excited to see how. Yeah. How we just kind of improve things. Also, I like that we are looking more into the dashboard and finding ways to unify the experience. I think this is one of the things that always come up that it looks kind of like two different versions, partly outdated. And I think we need to move along and kind of come to maybe not make everyone happy, of course, but come to a compromise that we can all live with and then move forward. I think this would really help WordPress to kind of shine in a way that it doesn&#8217;t look outdated or not like one product. I think if we can come together and do that and push for that change, that would be really, really helpful for all of us and for everyone and for WordPress. So I&#8217;m excited to contribute and help to make this happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Awesome. Awesome. Yeah. Yeah. I like the new blocks that are coming. Of course. I have been a fan of blocks since the beginning of the block editor, so I like that the playlist block and the TAMS block. And finally. The table of content. There is an effort to actually have the table of content come to WordPress. Right now. It&#8217;s only available for years in the Gutenberg plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I didn&#8217;t even know. I thought it would be in.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Even small things like rotating icons and stuff like that or having them be the current color and all these grid and Flexbox things. They. We need these things. I think it&#8217;s still very, very important to have professional settings like that available.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. And this is a visual person. You&#8217;re probably also happy that you now can have in the group block. Background gradients. Gradients. We all love gradients. I love gradients. I love gradients. Yeah. And there&#8217;s these kinds of things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> They&#8217;re like, why aren&#8217;t they there? And so responsiveness. And I think just of kind of growing up Gutenberg and the editing experience.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Seems. And even like with AI helping on a lot of things and being able to patch CSS and stuff on onto things to make things better that we don&#8217;t have. I think it&#8217;s still important that we aim for a really high quality experience in manual editing so people find what they&#8217;re looking for and are not frustrated or get lost. I think that&#8217;s just the quality we want to stand for and have in WordPress no matter what.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> I think the standard should like, should be. We aim. Should aim for that as being just there for people, for users.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> I think we. We develop, as I say. Yeah. Are kind of really immersed in this AI grace and hype and also the possibilities and the usefulness of AI in our work. There is a danger that we forget that WordPress users that are writers or publishers actually are not using AI to do their work on WordPress. So we definitely need a delightful interface and all these small changes, quality of life changes and the big changes like the responsive editing and the dynamic galleries and whatever is going to come. The modal editor, the media editor needs to be delightful and useful for humans that are kind of having fun and producing more content for the Internet that is kind of. Yeah. Eating it whole, so to speak, with AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yeah, yeah, I love that too. Delightful is a beautiful word to use. Yeah. We want to delight people using WordPress and this should be our aim. AI or not, like in whatever. We have to meet users wherever they are, however they want to use the tool. It shouldn&#8217;t be, oh, we can leave this stuff now because everyone uses AI. I think if we have a user interface, it would be delightful. If it&#8217;s not yet delightful, we have to make it delightful. And AI can only help us to do that because we can contribute faster, we can move things faster. So let&#8217;s use AI for that, to delight users to meet them wherever they are for everything we offer, and we do offer a user interface. So here we are with some work to do.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haac</em>k: I think that&#8217;s a good end of the show today. Thank you so much, Ellen, to be on the show and walk with me through those changes that are coming and if people want to reach you, how is a good way to reach out to you.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> So I am in the community Slack WordPress community Slack. I&#8217;m also on social media, not that active to be fair, but reachable anytime. I think for WordPress community, the community Slack is the best place to reach me. But if you look at my name, Ellen Bauer, you can find me online on all kinds of platforms and I&#8217;m oh, I&#8217;m actually revamping my Manu and my Little Elmo Studio blog. So there&#8217;s going to be a new design and I&#8217;m really excited to get blogging again. Also doing a lot more like a few more YouTube videos. I have some ideas for that over the summer month now. So, so wonderful. Yeah, I will share if I have some news on that. Look out for Ellen or Elmer Studio and just reach out anywhere.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Excellent.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Yes, I&#8217;m always excited to hear from you.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Wonderful. Thank you so much, Ellen.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Thank you for having me. Birget, you&#8217;re welcome to be on the show.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> It&#8217;s delightful to have you to overuse that word. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, dear listeners, the show notes will be published on GutenbergTimes.com podcast this is number 132, 132. And if you have questions and suggestions or news you want us to include, send them to <a href=\"http://changelogudenbergtimes.com\">changelog@gutenbergtimes.com</a> that&#8217;s <a href=\"http://changelogutenbergtimes.com\">changelog@gutenbergtimes.com</a> thank you all for listening. And until the next time, goodbye.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Ellen Bauer:</em> Bye.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Jul 2026 10:57:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"Gutenberg Times: Roadmap 7.1, Gutenberg 23.5, Responsive Styling, Migration to Block themes — Weekend Edition #368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=45946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://gutenbergtimes.com/roadmap-7-1-gutenberg-23-5-responsive-styling-migration-to-block-themes-weekend-edition-368/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24996:\"<p class=\"wp-block-paragraph\">Hi there, </p>\n\n\n\n<p class=\"wp-block-paragraph\">After a four-week break — courtesy of a sciatic nerve with strong opinions — I&#8217;m happy to be back in by office chair and in your inbox. There is plenty to catch up on.  </p>\n\n\n\n<p class=\"wp-block-paragraph\">Beyond the updates on the new WordPress and Gutenberg versions, you&#8217;ll find stories below from WordPress veterans on migrating to and working with block themes on client sites and dive into more complex theme solutions or </p>\n\n\n\n<p class=\"wp-block-paragraph\">Don&#8217;t let me keep you from your light summer reading. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Have a splendid weekend ahead! </p>\n\n\n\n<p class=\"wp-block-paragraph\">Yours, <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The team around release lead Aaron Jorbin pushed <a href=\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\">WordPress 7.0.1 Maintenance release </a>out the door to update millions of WordPress sites. The update covers 17 Trac tickets and 14 Gutenberg PRs. The full list is available in the <a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">RC 1 announcement post </a>from last week. </p>\n\n\n\n<p class=\"wp-block-paragraph\">In <a href=\"https://gutenbergtimes.com/wordpress-7-0-1-fixes-registration-spam-wp_kses-css-corruption-and-7-0-admin-design-glitches/\"><strong>WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches</strong>,</a> I cover the most important fixes for end users and developers of this release.  You&#8217;ll learn how the registration-spam loophole got closed, which admin design glitches were sanded off, and why developers can finally remove their <code>wp_kses()</code> CSS workarounds. Update your sites soon if auto-updates aren&#8217;t enabled. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ryan Welcher</strong> compiled <a href=\"https://developer.wordpress.org/news/2026/07/whats-new-for-developers-july-2026/\"><strong>What&#8217;s new for developers (July 2026)</strong></a>, and it&#8217;s all about the 7.1 cycle getting real: Beta 1 lands July 15, final release August 19 at WordCamp US. You&#8217;ll want to test responsive styling, the React 19 runtime flag, and Unicode email addresses now. Also on your radar: merge proposals for Core Abilities and Guidelines, the 40px component default, icons inheriting color, and Playground&#8217;s MCP support.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-132/\">Gutenberg Changelog #132 – Proposals for Core, Calls for Testing, WordPress 7.1 and Gutenberg 23.4 and 23.5</a></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-46077\" height=\"183\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17-edited-1.png?resize=652%2C183&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Berislav &#8220;Bero&#8221; Grgičak</strong> announced <a href=\"https://make.wordpress.org/core/2026/07/01/whats-new-in-gutenberg-23-5-july-1-2026/\">what&#8217;s new in Gutenberg 23.5</a>, released July 1. The headliner: you can now drag the editor canvas to any width, with the device preview dropdown and resize handles working together for responsive editing. The experimental Media editor gains a magnified crop canvas, pixel-snapping handles, and Cover block support. Also notable: text shadows in Global Styles, flip and rotate controls for the Icon block, and a minimum WordPress version bump to 6.9.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">For the next episode of the Gutenberg Changelog, I sat down with <strong>Ellen Bauer </strong>to chat about what&#8217;s coming next for WordPress. We dug into the latest Gutenberg plugin releases (23.4 and 23.5) and the recent WordPress 7.1 update. Plus, we walked through some big merge proposal, like the Design System Theming. our excitement around responsive styling coming to WordPress. It’s a packed episode full of news you won&#8217;t want to miss! The episode will land in your favorite podcast app over the weekend.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-45996\" height=\"194\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/07/Screenshot-2026-07-10-at-10.56.17.png?resize=652%2C194&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"wordpress-7-1-roadmap-and-more-calls-for-testing\">WordPress 7.1 roadmap and more calls for testing</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Anne McCarthy</strong> published <a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\">Roadmap to WordPress 7.1</a>., scheduled for August 19, 2026. Longstanding styling gaps are being tackled: responsive styling and interactive-state styling let you adjust blocks per viewport or on hover — no custom CSS required. You&#8217;ll also find new Playlist, Table of Contents, and Tabs blocks, a smarter command palette, a Design → Identity screen, the admin bar inside the editors, a media editor modal, and expanded Unicode support for email addresses.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Also mentioned Real-time collaboration, Knowledge Guidelines, React 19 upgrade, Classic block deprecation have been punted since the posts came out. Beta 1 arrives July 15 and will settle which of the other Roadmap features are in and which will be punted to a future release.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">The latest Weekend Edition<a href=\"https://gutenbergtimes.com/calls-for-testing-gutenberg-23-3-block-mcp-weekend-edition-367/#calls-for-testing-for-wordpress-7-1\"> listed three calls for testing</a>. Meanwhile, two more came online:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nikunj Hatkar</strong>, this year&#8217;s team rep of the Core Test team, posted a <a href=\"https://make.wordpress.org/test/2026/07/03/call-for-testing-responsive-styling/\">call for testing responsive styling</a>. You&#8217;ll be able to style blocks differently for tablet and mobile right in the editor — no custom CSS or media queries needed. The underlying PR unifies the resizable canvas with the device-preview switcher. Fire up the linked WordPress Playground instance, walk through the four test scenarios, and share what feels intuitive or broken. Plugin and theme developers should test their canvas integrations, too.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Dennis Snell</strong> published a <a href=\"https://make.wordpress.org/core/2026/06/10/call-for-testing-unicode-email-addresses/\">call for testing Unicode email addresses</a>. With initial support merged, <code>is_email()</code> and <code>sanitize_email()</code> now accepting non-ASCII addresses like <code>grå@grå.org</code>, and validation aligns with the <a href=\"https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address\"><em>Web Hypertext Application Technology Working Group</em> (WHATWG) spec.</a> You&#8217;ll want to check your plugins and themes: the new <code>WP_Email_Address</code> class gives you structured access to local and domain parts, and a snippet lets you disable Unicode support until third-party integrations catch up.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"three-merge-proposals\">Three Merge Proposals </h3>\n\n\n\n<p class=\"wp-block-paragraph\">Core contributors put together three merge proposal for new features to be added to Core for public comment. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jorge Costa</strong> published a <strong><a href=\"https://make.wordpress.org/core/2026/07/02/merge-proposal-expanding-wordpress-core-abilities/\">merge proposal to expand WordPress Core Abilities</a> </strong>in WordPress, adding three read-only abilities covering settings, content, and users. Building on the Abilities API from 6.9, they give the AI Client real tools to call, so agents can understand your site&#8217;s configuration, posts, and people. Settings and post types opt in through a dedicated flag, and management abilities are planned for a later WordPress version. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Greg Ziółkowski</strong> published a <a href=\"https://make.wordpress.org/core/2026/06/22/merge-proposal-guidelines-built-on-knowledge/\"><strong>merge proposal for Guidelines built on Knowledge</strong></a>, a new custom post type headed for WordPress 7.1. Knowledge gives your site one shared home for standards, memories, and notes — with revisions, capabilities, and REST access built in. Guidelines is the first feature on top, letting you capture voice, tone, and per-block rules right where writing happens. Although, originally aimed at WordPress 7.1, in their l<a href=\"https://make.wordpress.org/core/2026/06/22/merge-proposal-guidelines-built-on-knowledge/#comment-49029\">atest comment, Anne McCarthy indicated</a> that it needs to simmer some more before it&#8217;s considered for inclusion in WordPress Core. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Andrew Duthie</strong> published a <a href=\"https://make.wordpress.org/core/2026/07/07/merge-proposal-design-system-theming/\"><strong>merge proposal for Design System Theming</strong></a>, bringing design tokens and a new theme component to WordPress. Built by the Gutenberg Components Team, it turns hard-coded admin styles into CSS custom properties, so your plugins and screens stay consistent and accessible. A color ramp tool generates harmonious, accessible scales from just two seed colors, and the user color scheme reaches the Site Editor — with dark mode on the horizon. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Anne Katzeff </strong>published a tutorial <strong><a href=\"https://www.askdesign.biz/blog/2026/05/exploring-the-wordpress-cover-block-parallax-scroll/\">exploring the WordPress Cover Block for parallax scrolls</a>. </strong>You&#8217;ll learn how the Fixed Background setting turns a Cover block into a layered parallax effect — background, middle ground, and foreground text moving at different speeds. The post steps through nesting a second Cover block, switching which layer scrolls, and improving text readability with grouped backgrounds. A video tutorial rounds it out. She also demos her process in <a href=\"https://www.youtube.com/watch?v=dux016qIXSM\">this YouTube video</a>. </p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Carrie Dils </strong>shared a case study, <a href=\"https://carriedils.com/one-header-two-themes/\"><strong>One Header, Two Themes</strong></a>, on phasing a legacy Elementor site toward Full Site Editing without a rebuild or content freeze. Using ThemeSwitcher Pro to run two themes side-by-side, she built one shared header in a plugin that both themes render. You&#8217;ll learn from five real-world snags — WooCommerce&#8217;s hooked blocks, cascade conflicts, routing gaps, query-string bypasses — and why shipping the shared layer first de-risks everything after.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Gina Lucia</strong> compared <a href=\"https://olliewp.com/wordpress-theme-vs-page-builder/\"><strong>WordPress block themes vs page builders</strong></a> on the <em>Ollie</em> blog. You&#8217;ll get a clear-eyed walkthrough of what classic themes, page builders, and block themes each handle — scope, design control, performance, lock-in, and maintenance — with side-by-side tables. Her conclusion: block themes combine sitewide design control with visual editing natively, so you rarely need a page builder anymore, though migration costs and team habits can justify keeping one.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Elliott Richmond</strong> explained <strong><a href=\"https://elliottrichmond.co.uk/why-i-spent-16-months-turning-400-holiday-cottages-into-wordpress-blocks/\">why he spent 16 months turning 400+ holiday cottages into WordPress blocks</a>.</strong> The kate &amp; tom&#8217;s site moved from ACF flexible content to a native block theme, freeing the marketing team from waiting on custom widgets. You&#8217;ll appreciate his candor: 10,590 widgets migrated via a purpose-built plugin, re-run against fresh production snapshots, with flaky conversions fixed by hand. Even untuned, PageSpeed jumped from 22 to 67.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Wes Theron</strong> published a video tutorial, <strong><a href=\"https://www.youtube.com/watch?v=OFRAPMPQMeA\">How to Create and Edit Navigation Menus in WordPress</a>,</strong> for anyone getting comfortable with block themes. In under ten minutes, you&#8217;ll learn how to edit your menu with the Navigation block, add pages, posts, categories, and custom links, and build dropdown menus. Timestamps let you jump straight to the part you need — handy if dropdowns are the only thing standing between you and a finished header.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Henrique Iamarino</strong>  shared how the Automattic Design team <a href=\"https://automattic.design/2026/07/09/build-a-wordpress-theme-without-ever-opening-figma/\"><strong>built a WordPress theme without ever opening Figma</strong></a>. You&#8217;ll follow the making of Crafted, a production-ready theme created almost entirely in the WordPress Editor: Global Styles for typography and spacing, <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a> to save edits to theme files, WordPress Studio for local review, and an AI assistant for finishing-touch hover CSS. His takeaway: the Editor is now a professional design surface.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Justin Tadlock</strong> explained <a href=\"https://developer.wordpress.org/news/2026/06/dynamically-loading-template-parts-in-block-themes/\"><strong>how to dynamically load template parts in block themes</strong></a> on the Developer Blog. Instead of maintaining a pile of near-identical templates, you can hook into the <code>render_block_data</code> filter and swap a template part&#8217;s slug on the fly — say, a different sidebar per post category. His walkthrough covers early returns, fallback behavior, and file setup, and the technique works for headers, footers, and banners, too.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<div class=\"ng-block-4d8d2a3d1209590c wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-f68e400c0f6accbc wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-fe1d447b4c0737a8 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2025/\">2025</a></strong></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"ai-and-wordpress\">AI and WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jeff Paul</strong> announced <strong><a href=\"https://make.wordpress.org/ai/2026/07/08/whats-new-in-ai-1-1-0/\">what&#8217;s new in AI 1.1.0</a>,</strong> the latest release of the canonical AI plugin. Two experiments headline, <code>type-ahead text</code> suggests inline ghost text as you write in the block editor, and <code>key encryption</code> secures your AI Connector API keys in the database. You&#8217;ll also find smarter content readiness checks with locale-aware counting, more control over guest comment moderation, a new <code>core/read-settings</code> Ability, and a peek at 1.2.0 plans.</p>\n\n\n<div class=\"ng-block-f6a861da1b364882 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-353adbf35b9ab279 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-24d596698df3d2d2 wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-4621fc3abdf4317d wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-a9a469d88738c90f wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-57aee9eee11fc794 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jul 2026 01:37:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Open Channels FM: The Real Challenge of Technological Solutions: Exclusion in the Age of Verification\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556720\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://openchannels.fm/the-real-challenge-of-technological-solutions-exclusion-in-the-age-of-verification/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:419:\"David Snead, director of the Secure Hosting Alliance and a long-time Internet policy leader, shares his perspective on the complexities that emerge when technological solutions like age verification are implemented in the digital infrastructure space. Dave&#8217;s reflection highlights how the push for more secure, regulated environments can unintentionally create barriers for vulnerable or less tech-savvy [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 14:34:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Dennis Snell: See DATA, CDATA, RCDATA, and PCDATA oh my!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://fluffyandflakey.blog/?p=3943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://fluffyandflakey.blog/2026/07/10/see-data-cdata-rcdata-and-pcdata-oh-my/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30966:\"<p class=\"wp-block-paragraph\">HTML and XML are markup languages based on plaintext files. This means that any given character <em>could</em> be part of a syntax form (a tag, a comment, a character reference, etc…) <em>or</em> it could be representing itself the way it reads in the file literally.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-html\"><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">tag</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-string\">&amp;middot;</span> Text node<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">tag</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">Whenever a character might be ambiguous, both languages require explicit indication of the intent of the character. In HTML this occurs via <em>escaping</em>, while XML allows escaping <em>or</em> wrapping the content in a <em>marked section</em>, specifically a <code>CDATA section</code>.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\"><span class=\"tok-string\">&amp;lt;</span>tag<span class=\"tok-string\">&amp;gt;</span></div><div class=\"cm-line\"><span class=\"tok-string2\">&lt;![CDATA[&lt;tag&gt;· Text node&lt;/tag&gt;]]&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">These terms confuse me at times, especially since <code>CDATA</code> and <code>CDATA sections</code> are distinct forms of the same content, and it’s easy to conflate each term. This post is here to disambiguate the terms, their meanings, and why they exist.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#summary\">The punchline comes at the end</a>, but the story is hopefully worth the read.</p>\n\n\n\n<span id=\"more-3943\"></span>\n\n\n\n<h2 class=\"wp-block-heading\">Markup and mixed content</h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the first jobs of a parser for any plaintext-oriented format is to determine if the next input character represents real text or is part of a syntax form that carries special meaning. If it’s a syntax form we would call it <em>markup</em>, but if the characters are part of real text meant for display or rendering or reading then we call it <em>data</em>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anything that is not syntax is data.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The interpretation of the next character depends on the region of the document in which it’s parsed. While the rules for syntax forms are complicated<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#0ba56e66-ab0f-4fbd-93d2-df22a6984fd7\" id=\"0ba56e66-ab0f-4fbd-93d2-df22a6984fd7-link\">1</a></sup>, this post will focus on the data forms.</p>\n\n\n\n<h3 class=\"wp-block-heading\">PCDATA — “parsed character data”</h3>\n\n\n\n<p class=\"is-style-plain wp-block-paragraph\"><em>May form: tags, comments, sections, character references, literal text.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">Characters in this region could be data or could form the start of a new markup element. It’s “parsed” because it needs parsing before determining what it represents.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The HTML specification renames this to <code>Data</code>, which is simpler and a bit harder to search for. In XML, however, it’s used in a document-type definition (DTD). When an element may contain content — text — its data model must include <code>#PCDATA</code>. Otherwise the only characters allowable within that element are other elements, comments, and whitespace. XML documents are required to be valid SGML documents, so its own specification adopts the terminology from SGML’s.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Those who have worked with DTDs might note that <em>elements</em> in XML may contain <code>#PCDATA</code> while <em>attributes</em> contain <code>CDATA</code> instead. First of all, the <code>#</code> is there only to make it explicit that <code>PCDATA</code> is referring to the reserved keyword, rather than a <code>&lt;pcdata&gt;</code> element. Secondly, there’s a good reason for this, which is that attributes can only contain text — they can’t contain other elements of markup. If an attribute value could contain a <code>&lt;span&gt;</code> element, for example, then the attribute value would need to be <code>#PCDATA</code> instead, but this is prevented by design.</p>\n\n\n\n<p class=\"wp-block-paragraph\">PCDATA actually contains more than just literal text and elements. In addition to comments, processing instructions, and other node-like syntax, one important feature of PCDATA is the <em>character reference</em>. These make it possible to represent characters that would conflate with syntax (such as ‘<code>&lt;</code>’ — <code>&amp;lt;</code>) or which might be cumbersome to enter on a keyboard (such as ‘§’ — <code>&amp;sect;</code>). When parsing, each character in these sequences neither creates an element nor  displays as the text itself; rather, the entire sequence is parsed and translates into the character it refers to.</p>\n\n\n\n<p class=\"wp-block-paragraph\">HTML pre-specifies <a href=\"https://github.com/w3c/html/blob/master/entities.json\">a fixed set of named character references</a>, but any Unicode code point may be referenced by its decimal or hexadecimal numeric index. While XML also allows referencing code points by their index<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6d3de5b9-f8a6-4f46-853b-3d407731feca\" id=\"6d3de5b9-f8a6-4f46-853b-3d407731feca-link\">2</a></sup>, it only pre-specifies the five named characters which correspond to its main markup introducers: <code>&lt;</code>, <code>></code>, <code>&amp;</code>, <code>\'</code>, and <code>\"</code>. In XML, any additional named character references are created through the DTD by defining <em>entities</em>.</p>\n\n\n\n<h3 class=\"wp-block-heading\"> CDATA — “character data”</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>May form: [character references], literal text.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">If a character isn’t markup, then it’s <em>character data</em>, which means that it’s representing its literal self or it’s part of a <em>character reference</em>. Once the parser has entered this region it will not create markup elements.</p>\n\n\n\n<p class=\"wp-block-paragraph\">CDATA is the most confusable kind of character data; this is because there are many kinds of CDATA that share the same name:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>XML attributes may contain CDATA, where character references are decoded.</li>\n\n\n\n<li>XML CDATA sections only contain CDATA, but character references are not decoded.</li>\n\n\n\n<li>HTML <em>kind of</em> has the same CDATA sections, but only in <em>foreign elements</em> (inlined SVG and MathML elements).</li>\n\n\n\n<li>SGML elements may be declared to have a CDATA content model, in which case all content until the appropriate closing tag is to be parsed as character data, where character references are not decoded.</li>\n</ul>\n\n\n\n<h4 class=\"wp-block-heading\">CDATA sections contain only literal text</h4>\n\n\n\n<p class=\"wp-block-paragraph\">Many people are familiar with <code>CDATA sections</code>, but it took me far longer to understand them than my intuition led on. They are the vestige of SGML “marked regions” which tell the parser to handle a specific range of bytes in a special way. The <code>CDATA</code> section is one of those, which tells the parser to <em>completely turn off until it reaches <code>]]&gt;</code></em>.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\"><span class=\"tok-string2\">&lt;![CDATA[literal characters only in here]]&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">It had other marked sections, however, which served different purposes.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\">&lt;![IGNORE[everything in here is ignored; it doesn’t exist.]]&gt;</div><div class=\"cm-line\">&lt;![INCLUDE[in here things <span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span>do<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span> exist as normal.]]&gt;</div><div class=\"cm-line\">&lt;![RCDATA[read on to learn about RCDATA!]]&gt;</div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">The <code>IGNORE</code> and <code>INCLUDE</code> sections may seem strange, since SGML already has comments, and <code>INCLUDE</code> effectively does nothing, but the sections can be marked by replaced <em>entities</em>, making for conditional inclusion which can be overwritten via command-line arguments when invoking the SGML parser.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\">&lt;!ENTITY % review-only &quot;IGNORE&quot;&gt;</div><div class=\"cm-line\"></div><div class=\"cm-line\">...</div><div class=\"cm-line\"></div><div class=\"cm-line\">&lt;![%review-only;[</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">aside</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">Add `-Dreview-only=INCLUDE` when building drafts.</div><div class=\"cm-line\">This note won’t appear otherwise.</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">aside</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">]]&gt;</div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.w3.org/XML/9712-reports.html#:~:text=XML%20will%20have%20CDATA%20marked%20sections\">XML only retained CDATA sections</a> from SGML, while HTML never included them. They are useful because they are so easy to parse. All characters inside of them are to be treated as literal text, up until the first occurrence of the terminating <code>]]&gt;</code>. Unlike elements, the marked sections do not nest.</p>\n\n\n\n<h4 class=\"wp-block-heading\">There are no CDATA sections in HTML</h4>\n\n\n\n<p class=\"wp-block-paragraph\">The Internet is full of discussions about the use of CDATA sections in HTML, but there are no such things, mostly. HTML itself is an amalgam of pure HTML and embedded SVG and MathML. Content inside of those <em>embedded</em> SVG and MathML elements is parsed differently, and within this “foreign content” there <em>are</em> <code>CDATA section</code> nodes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When something which <em>look like a CDATA section</em> appears in an HTML document, it’s transformed into a “bogus” HTML comment and considered a snippet of malformed markup. To make things more confusing, the parsing rules differ inside an HTML document for these regions depending on whether they are found within HTML elements or foreign elements.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When a real CDATA section appears within SVG and MathML, it parses as in XML or SGML — everything is  literal text <em>until</em> the nearest <code>]]&gt;</code>.</li>\n\n\n\n<li>When a malformed CDATA look-alike appears in an HTML element, it gets special treatment — the parser only turns off until the nearest <code>&gt;</code>. This means that these sections end even without a closing <code>]]&gt;</code>, and when they do, all of their contained content disappears from the page.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">That small difference confuses naïve parsers and is a regular source of bugs.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-html\"><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span>&lt;![CDATA[There are no tags in here.]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">svg</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">text</span><span class=\"tok-punctuation\">&gt;</span>&lt;![CDATA[<span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">none</span><span class=\"tok-punctuation\">&gt;</span> here either.]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">text</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">svg</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span>&lt;![CDATA[But there <span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span>are<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">em</span><span class=\"tok-punctuation\">&gt;</span> tags in here]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">     the section ends here ╯   ╰ start of a real end tag</div><div class=\"cm-line\"></div><div class=\"cm-line\">The following is the equivalent markup to the third line.</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-comment\">&lt;!--But there &lt;em--&gt;</span>are<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName tok-invalid\">em</span><span class=\"tok-punctuation\">&gt;</span> tags in here]]&gt;<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">div</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<h4 class=\"wp-block-heading\">SGML contains CDATA regions outside of marked CDATA sections</h4>\n\n\n\n<p class=\"wp-block-paragraph\">SGML made it possible to define more kinds of content than XML does for a given element. For example, an element in SGML can be declared to have a CDATA content model, in which case the element itself behaves like a CDATA section. All characters after the opening tag are treated as literal text until the parser finds the nearest appropriate end tag<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#2d0aee27-cf77-4b19-a4c5-3b1cc4192c53\" id=\"2d0aee27-cf77-4b19-a4c5-3b1cc4192c53-link\">3</a></sup>. XML rejected this ability because it increases the complexity of the parser and requires that every document also contains a full DTD when parsing. For example, if an element were declared to have CDATA content, then <code>a &lt;at> b</code> would represent that literal string; on the other hand, if it were declared like any other normal element, it would have three children: “<code>a </code>”, the <code>&lt;at></code> opening tag, and “<code> b</code>”.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\">&lt;!ELEMENT verbatim - - CDATA&gt;</div><div class=\"cm-line\"></div><div class=\"cm-line\">...</div><div class=\"cm-line\"></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">verbatim</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\">There are <span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">no</span><span class=\"tok-punctuation\">&gt;</span> tags in here, because this is CDATA,</div><div class=\"cm-line\">but you wouldn’t know without reading the DTD,</div><div class=\"cm-line\">overcomplicating the demands on the parser.</div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">verbatim</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">These kinds of elements do exist in HTML, though a few were modified when HTML5 was standardized in 2008. Inside of the elements, the parser essentially turns off, which makes them easy to parse and can help avoid the need to extensively escape content. These elements are, of course, <code>&lt;script></code> and <code>&lt;style></code><sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#68152c30-bf36-4e5b-a7df-3f0610daeadb\" id=\"68152c30-bf36-4e5b-a7df-3f0610daeadb-link\">4</a></sup>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Were it not for the CDATA declared content model, every angle bracket and ampersand would have to be escaped in included JavaScript and CSS. In XHTML this was required, because it had no CDATA declared content model (since it was XML)<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#21aeab38-6e1f-4700-a8f4-27c96ebe0c3b\" id=\"21aeab38-6e1f-4700-a8f4-27c96ebe0c3b-link\">5</a></sup>.</p>\n\n\n\n<h4 class=\"wp-block-heading\">All text in XML is CDATA</h4>\n\n\n\n<p class=\"wp-block-paragraph\">Herein lies the most-confusing aspect of discussing CDATA — XML contains CDATA sections as well as <em>CDATA</em> as normal text. After parsing there is no distinction between <code>&amp;lt;tag&amp;gt;</code> and <code>&lt;![CDATA[&lt;tag&gt;]]&gt;</code> in the parsed content.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many XML generators (or serializers) provide two mechanisms for creating text content: one wraps text in a <code>CDATA section</code> and leaves the text as it came (apart from avoiding including the terminating sequence); the other escapes syntax characters instead. While there are times where it would be appropriate to intentionally pick one over the other, a good library design would at least offer a third mechanism (if not <em>only</em> providing this third mechanism) which simply produces <em>CDATA</em>, itself determining when to wrap and when to escape<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6e56b2ce-8156-4bf5-a4d3-d297a401c1a3\" id=\"6e56b2ce-8156-4bf5-a4d3-d297a401c1a3-link\">6</a></sup>, and whether or not to produce chunks of wrapped text interspersed with chunks of escaped text.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The real difference between these two kinds of CDATA is purely presentational in the source document, as the XML snippet below only contains one text node, not two. <em>Creating CDATA does not imply creating a <code>CDATA section</code>!</em></p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-xml\"><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">rule</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-string2\">&lt;![CDATA[#X13&lt;d&amp;r&gt;]]&gt;</span> (<span class=\"tok-string\">&amp;pp;</span>4 <span class=\"tok-string\">&amp;ss;</span>3.11)<span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">rule</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<h3 class=\"wp-block-heading\">RCDATA — “replaceable character data”</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>May form: character references, literal text.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">There’s one more confusing designation for characters in the HTML and XML input streams: <em>RCDATA</em>. RCDATA is almost identical to CDATA, except that in contexts where CDATA does not decode character references and entities, RCDATA <em>will</em> decode them <em>into</em> CDATA. This is confusing, because in the context of an XML attribute, the <code>CDATA</code> designation in a DTD automatically implies that character references are decoded, unlike the <code>CDATA</code> sections in <em>content</em>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To this end there are no RCDATA attributes, since character references are always decoded inside attribute values. The RCDATA declaration is like the SGML CDATA content declaration: all characters following the opening tag for this element will be treated as text until the nearest matching closing tag (the difference being only that character references are recognized and decoded).</p>\n\n\n\n<p class=\"wp-block-paragraph\">It’s worth remembering that XML rejected the CDATA content type because of how it complicates parsing, and it also rejected the RCDATA type. On the other hand, RCDATA was incorporated into HTML, but statically so. HTML has no configurable DTD, but in its specification two elements contain RCDATA content:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>TITLE</code></li>\n\n\n\n<li><code>TEXTAREA</code></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">While it’s easy to comprehend the way that <code>&lt;textarea></code> works, and that’s probably because we are used to entering text into one on a web page, the behavior of <code>&lt;title></code> is consistently confused in all manner of programming languages, platforms, and HTML-parsing code.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The TITLE element <em>only</em> contains character data — it cannot contain other markup. The parsing is among the easiest sections of an HTML document to parse: once the <code>&lt;title&gt;</code> opening tag is detected, the parser can capture everything until the nearest <code>&lt;/title&gt;</code> closing tag. Everything it captured is literal text, after decoding character references.</p>\n\n\n<div class=\"wp-block-code\">\n	<div class=\"cm-editor\">\n		<div class=\"cm-scroller\">\n			\n<pre>\n<code class=\"language-html\"><div class=\"cm-line\"><span class=\"tok-comment\">&lt;!-- the title is &quot;&lt;title&gt;&quot; --&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span></div><div class=\"cm-line\"></div><div class=\"cm-line\"><span class=\"tok-comment\">&lt;!-- equivalent HTML --&gt;</span></div><div class=\"cm-line\"><span class=\"tok-punctuation\">&lt;</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span><span class=\"tok-string\">&amp;lt;</span>title<span class=\"tok-string\">&amp;gt;</span><span class=\"tok-punctuation\">&lt;/</span><span class=\"tok-typeName\">title</span><span class=\"tok-punctuation\">&gt;</span></div></code></pre>\n		</div>\n	</div>\n</div>\n\n\n<p class=\"wp-block-paragraph\">This complicates content management systems like WordPress which allow posts to have HTML in their <em>post titles</em>, because a page can show richly-formatted article titles which cannot be represented in the browser tab’s label, and care must be taken to extract the plaintext content from that HTML before display in those contexts.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"summary\">Coda</h2>\n\n\n\n<p class=\"wp-block-paragraph\">HTML and XML both speak about different kinds of characters in their source documents and content models, which traces from the complicated ways that SGML documents could be constructed. SGML’s complexity almost always stems from the central idea that computers should do extra work to remove the hassle for humans to enter structured content in plaintext documents.</p>\n\n\n\n<p class=\"wp-block-paragraph\">HTML, inspired by SGML, adopted some of the names and mechanisms for parsing those regions of text in distinct ways, but codified a single parsing standard independent of SGML. When XML was later developed, it was meant to form a simplified subset of SGML. This subset flipped the tradeoffs, leaning on humans performing extra work to remove the hassle for computers to parse structure in plaintext documents. For these text forms, this meant rejecting a few of the constructs while retaining others.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This is also another demonstration of how <em>balanced tags are not enough</em> to have well-behaved HTML with a naïve parser. A well-formed XML document <a href=\"https://www.ch.imperial.ac.uk/rzepa/talks/pmr11/xml-dev/9708/0152.html\">may be parsed with a terse PERL script and regular expression</a>, but HTML relies heavily on the context in which characters are found. Any HTML parser <em>must</em> know the special rules for each kind of element’s content model.</p>\n\n\n\n<h3 class=\"wp-block-heading\">In summary</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When it’s unclear whether a character forms text or markup, that is PCDATA. Once parsed, there is no PCDATA anymore; it’s either a form of DATA or MARKUP.</li>\n\n\n\n<li>All text nodes in HTML are “DATA.”</li>\n\n\n\n<li>“CDATA” just means “character data” and means that after parsing, the content is text. It does not indicate whether character references are to be decoded or not; that comes from the region in the document, based on its context.</li>\n\n\n\n<li>There are no CDATA sections in HTML<sup class=\"fn\"><a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#31e75dae-1847-44df-92e1-8ae5756eeec6\" id=\"31e75dae-1847-44df-92e1-8ae5756eeec6-link\">7</a></sup>.</li>\n\n\n\n<li>All text nodes in XML are CDATA, but only after being parsed.</li>\n\n\n\n<li>CDATA sections offer a convenient way to avoid escaping, but are indistinguishable from the equivalent escaped text.</li>\n\n\n\n<li>HTML contains two special RCDATA elements which <em>only</em> and <em>always</em> contain a single text node child: <code>&lt;title&gt;</code> and <code>&lt;textarea&gt;</code>. Everything until the closing tag will be parsed as text, even if it looks like markup.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">This post is already long and still over-simplifies the picture. SGML is a rich and robust specification and includes <code>NDATA</code> and <code>SDATA</code>, HTML includes a <em>latching</em> <code>PLAINTEXT</code> parsing mode in which <em>the rest of the entire document is parsed as literal character data</em>, and there are other surprising goodies in how entities interact with the character mode.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks for making it through to the end, or jumping directly here if you couldn’t wait.</p>\n\n\n<ol class=\"wp-block-footnotes\"><li id=\"0ba56e66-ab0f-4fbd-93d2-df22a6984fd7\">As an example, each part of a tag — its name, attribute names, attribute values — carries its own parsing rules. The same is true for comments, DOCTYPE declarations, and every other syntax form. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#0ba56e66-ab0f-4fbd-93d2-df22a6984fd7-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"6d3de5b9-f8a6-4f46-853b-3d407731feca\">XML only allows character references to the characters in its “character set,” which is <em>almost</em> all Unicode code points, but excludes some control characters and U+FFFE and U+FFFF. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6d3de5b9-f8a6-4f46-853b-3d407731feca-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"2d0aee27-cf77-4b19-a4c5-3b1cc4192c53\">Because SGML was designed to minimize the amount of necessary syntax, it’s not necessary to have a full end tag for an open element, but that’s a simple-enough model to understand the concept. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#2d0aee27-cf77-4b19-a4c5-3b1cc4192c53-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"68152c30-bf36-4e5b-a7df-3f0610daeadb\">The <code>&lt;style&gt;</code> element is straightforward, but <a href=\"https://sirre.al/2025/08/06/safe-json-in-script-tags-how-not-to-break-a-site/\">the <code>&lt;script&gt;</code> element has its own complicated modification</a> of the CDATA content model. It’s mostly CDATA, but makes it possible to escape the closing tag so that very old pages won’t break. HTML also applies this parsing mode for the <code>&lt;iframe&gt;</code>, <code>&lt;noembed&gt;</code>, <code>&lt;noframes&gt;</code>, and <code>&lt;noscript&gt;</code> elements (as well as for the deprecated <code>&lt;xmp&gt;</code> element), but these nominally should have no content inside of them (or shouldn’t be used); applying the CDATA content model prevents creating other elements as their children. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#68152c30-bf36-4e5b-a7df-3f0610daeadb-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"21aeab38-6e1f-4700-a8f4-27c96ebe0c3b\">Frustratingly, in XHTML one <em>must</em> escape JavaScript and CSS in the page to avoid parsing failure, while in HTML one <em>must not</em>. This alone makes for a complicated stage in any reliable HTML/XHTML converter. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#21aeab38-6e1f-4700-a8f4-27c96ebe0c3b-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"6e56b2ce-8156-4bf5-a4d3-d297a401c1a3\">Wrapping a language like HTML inside a CDATA section is a convenient way to represent the HTML visually and retain the ability to easily modify it, but entities present a problem. The serializer must either pre-translate the entity into its resolved character content, losing the macro-like behavior and its name; or leave the entity in place, thus nullifying it because it will not be recognized as an entity on parse. However, in such a situation, a serializer is free to terminate the CDATA section, append the entity, and open a new one to continue. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#6e56b2ce-8156-4bf5-a4d3-d297a401c1a3-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li><li id=\"31e75dae-1847-44df-92e1-8ae5756eeec6\">As mentioned in the discussion about CDATA, embedded SVG and MathML elements <em>can</em> contain CDATA sections, but these are not technically HTML elements. <a href=\"https://fluffyandflakey.blog/tag/wordpress/feed/#31e75dae-1847-44df-92e1-8ae5756eeec6-link\"><img alt=\"↩\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/21a9.png\" style=\"height: 1em;\" />︎</a></li></ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 11:07:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Dennis Snell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Gutenberg Times: WordPress 7.0.1 Fixes Registration Spam, wp_kses() CSS Corruption, and 7.0 Admin Design Glitches\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=45920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://gutenbergtimes.com/wordpress-7-0-1-fixes-registration-spam-wp_kses-css-corruption-and-7-0-admin-design-glitches/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7735:\"<p class=\"wp-block-paragraph\">WordPress 7.0.1 is now available. As the first maintenance release of the 7.0 cycle, it&#8217;s strictly a bug-fix release: every included ticket addresses either a regression introduced during 7.0 development or an issue intentionally deferred at the end of the cycle.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The release ships fixes for 17 core Trac tickets and 14 Gutenberg PRs. Because this is a maintenance release, sites with automatic background updates enabled will update to 7.0.1 automatically — everyone else should update as soon as possible. Here&#8217;s what stands out for each audience.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Kudos to release lead Aaron Jorbin and his team for pushing this release over the finish line and getting it into hands of WordPress users quickly. </p>\n\n\n\n<h2 class=\"wp-block-heading\">The most important fixes for end users</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Registration page spam is shut down (<a href=\"https://core.trac.wordpress.org/ticket/63085\">#63085</a>).</strong> The account registration page could be abused to send &#8220;Login details&#8221; spam emails from your site. This is arguably the most impactful fix in the release for anyone running a site with open registration — it protects both your users&#8217; inboxes and your domain&#8217;s email reputation.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The 7.0 admin reskin gets its rough edges sanded off.</strong> WordPress 7.0&#8217;s refreshed admin design shipped with a handful of visual glitches that this release cleans up:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Form elements are now standardized in the mobile viewport (<a href=\"https://core.trac.wordpress.org/ticket/64999\">#64999</a>)</li>\n\n\n\n<li>The image editor&#8217;s scale and crop inputs no longer mismatch in size, and the info icon uses the new color scheme (<a href=\"https://core.trac.wordpress.org/ticket/64937\">#64937</a>, <a href=\"https://core.trac.wordpress.org/ticket/65428\">#65428</a>)</li>\n\n\n\n<li>The publish settings panel no longer crowds its primary action buttons together (<a href=\"https://core.trac.wordpress.org/ticket/65286\">#65286</a>)</li>\n\n\n\n<li>The Media Library&#8217;s loading spinner is properly aligned in the modal filter toolbar, and the search bar no longer jumps position after a search (<a href=\"https://core.trac.wordpress.org/ticket/65275\">#65275</a>, <a href=\"https://core.trac.wordpress.org/ticket/65296\">#65296</a>)</li>\n\n\n\n<li>A &#8220;black flash&#8221; that briefly appeared on wp-admin pages before the interface finished loading is gone (Gutenberg <a href=\"https://github.com/WordPress/gutenberg/pull/78493\">#78493</a>)</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Emoji behave correctly again.</strong> Two related fixes: the emoji detection script is once more printed in the admin (<a href=\"https://core.trac.wordpress.org/ticket/65310\">#65310</a>), and certain characters are no longer incorrectly replaced by Twemoji images (<a href=\"https://core.trac.wordpress.org/ticket/64318\">#64318</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Accessibility improvements to the new revisions experience.</strong> The Visual History / Revisions feature introduced in 7.0 receives several accessibility fixes: focus now moves to the revisions slider when entering revisions mode, and changed blocks are marked with a CSS outline as a secondary, non-color indicator — important for users with low vision or color blindness (<a href=\"https://core.trac.wordpress.org/ticket/65122\">#65122</a>, Gutenberg <a href=\"https://github.com/WordPress/gutenberg/pull/77530\">#77530</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/78393\">#78393</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/79691\">#79691</a>).</p>\n\n\n\n<h2 class=\"wp-block-heading\">The most important fixes for developers</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><code>wp_kses()</code> no longer corrupts valid CSS (<a href=\"https://core.trac.wordpress.org/ticket/65270\">#65270</a>).</strong> Since 7.0 RC4, <code>wp_kses()</code> could mangle legitimate <code>background-image: url(…)</code> declarations into a broken <code>style=\")\"</code> attribute. If your theme or plugin outputs inline background images through KSES-filtered content, 7.0.1 restores expected behavior — any workarounds you shipped can now be removed.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><code>global-styles-inline-css</code> can be dequeued again (<a href=\"https://core.trac.wordpress.org/ticket/65336\">#65336</a>).</strong> Since 7.0, developers were unable to remove the global styles inline stylesheet. If your build pipeline or performance optimization strips this and re-serves it another way, that control is back.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>PHP 8.5 compatibility fix in <code>wp_get_attachment_image_src()</code> (<a href=\"https://core.trac.wordpress.org/ticket/64742\">#64742</a>).</strong> An incorrect array access triggered issues under PHP 8.5. If you&#8217;re testing sites on newer PHP versions, this removes one blocker.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>A removed Navigation function returns as a deprecated shim (Gutenberg <a href=\"https://github.com/WordPress/gutenberg/pull/78484\">#78484</a>).</strong> <code>block_core_navigation_submenu_render_submenu_icon()</code> was removed in 7.0, breaking themes and plugins that called it directly. It&#8217;s restored as a deprecated shim — but treat this as your migration notice, not a reprieve. Update any code that references it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Editor state management fixes reduce false &#8220;unsaved changes&#8221; warnings.</strong> Two Gutenberg fixes matter here: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>controlled/mode block changes are now marked non-persistent (<a href=\"https://github.com/WordPress/gutenberg/pull/79350\">#79350</a>), and </li>\n\n\n\n<li>related navigation entities are no longer dirtied during passive renders (<a href=\"https://github.com/WordPress/gutenberg/pull/79000\">#79000</a>). </li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Together these should mean fewer spurious dirty states and a cleaner undo history — a quality-of-life improvement if you build with template parts and navigation blocks.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Block Visibility: &#8220;hide everywhere&#8221; keeps working after a block opts out of visibility support (<a href=\"https://core.trac.wordpress.org/ticket/65389\">#65389</a>).</strong> If you register blocks that disable visibility support, previously hidden instances now stay hidden as expected.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to update</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can update directly from <strong>Dashboard → Updates</strong> in your site&#8217;s admin, run <code>wp core update</code> with WP-CLI, or download WordPress 7.0.1 from WordPress.org and install it manually. Sites that support automatic background updates for minor releases will begin updating on their own shortly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The full ticket list is available in the<a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\"> release candidate announcement</a>, Trac report 4, and the 7.0.x editor tasks board on GitHub.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s next: WordPress 7.1</h2>\n\n\n\n<p class=\"wp-block-paragraph\">With 7.0.1 out the door, attention turns to the next major release: WordPress 7.1 is scheduled for August 19, 2026. To see what&#8217;s planned for the release, check out the <a href=\"https://make.wordpress.org/core/2026/06/19/roadmap-to-7-1/\">Roadmap to 7.1</a> on the Make WordPress Core blog.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 09:34:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WordPress 7.0.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=21005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2026/07/wordpress-7-0-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8685:\"<p class=\"wp-block-paragraph\"><strong>WordPress 7.0.1 is now available!</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">This minor release includes fixes for 31 bugs <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=7.0.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">throughout Core</a> and the <a href=\"https://core.trac.wordpress.org/changeset/62610\">Block Editor</a>, addressing issues affecting multiple areas of WordPress including the block editor, admin ui, and media. For a full list of bug fixes, please refer to the <a href=\"https://make.wordpress.org/core/2026/07/01/wordpress-7-0-1-rc1-is-now-available/\">release candidate announcement.</a></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 is a short-cycle maintenance release. The next major version of WordPress will be 7.1; it is scheduled for release on 19 August 2026 at <a href=\"https://us.wordcamp.org/2026/\">WordCamp US</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can <a href=\"https://wordpress.org/wordpress-7.0.1.zip\">download WordPress 7.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-7-0-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> and <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long wp-block-paragraph\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abduremon\">Abdur Rahman Emon</a>, <a href=\"https://profiles.wordpress.org/abhishekfdd\">Abhishek Kumar</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam\">Adam Zieliński</a>, <a href=\"https://profiles.wordpress.org/iamadisingh\">Aditya Singh</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/andrewserong\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu\">annezazu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/bacoords\">Brian Coords</a>, <a href=\"https://profiles.wordpress.org/masteradhoc\">Brian Haas</a>, <a href=\"https://profiles.wordpress.org/cbravobernal\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/cogdesign\">cogdesign</a>, <a href=\"https://profiles.wordpress.org/danluu\">Dan Luu</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/darshitrajyaguru97\">Darshit Rajyaguru</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dhruvang21\">Dhruvang21</a>, <a href=\"https://profiles.wordpress.org/ellatrix\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/r1k0\">Erick Wambua</a>, <a href=\"https://profiles.wordpress.org/ecairol\">Esteban</a>, <a href=\"https://profiles.wordpress.org/estelaris\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/abcd95\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/hbhalodia\">Hit Bhalodia</a>, <a href=\"https://profiles.wordpress.org/huzaifaalmesbah\">Huzaifa Al Mesbah</a>, <a href=\"https://profiles.wordpress.org/iflairwebtechnologies\">iflairwebtechnologies</a>, <a href=\"https://profiles.wordpress.org/jamesbregenzer\">James</a>, <a href=\"https://profiles.wordpress.org/jsnajdr\">Jarda Snajdr</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/karthikeya01\">Karthikeya Bethu</a>, <a href=\"https://profiles.wordpress.org/khokansardar\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/rlucian\">Lucian R.</a>, <a href=\"https://profiles.wordpress.org/luismulinari\">luismulinari</a>, <a href=\"https://profiles.wordpress.org/dervishov\">Mahammad Darvishov</a>, <a href=\"https://profiles.wordpress.org/manhar\">Manhar Barot</a>, <a href=\"https://profiles.wordpress.org/mciampini\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/muryam\">Maryam Sultana</a>, <a href=\"https://profiles.wordpress.org/masum52\">Masum</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/369work\">Miroku</a>, <a href=\"https://profiles.wordpress.org/mohamedahamed\">Mohammed Noumaan Ahamed</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/mustafabharmal\">Mustafa Bharmal</a>, <a href=\"https://profiles.wordpress.org/ntsekouras\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/noruzzaman\">Noruzzaman</a>, <a href=\"https://profiles.wordpress.org/ozgursar\">Ozgur Sar</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ekla\">Rahul Kumar</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rishabhwp\">Rishabh Gupta</a>, <a href=\"https://profiles.wordpress.org/roshniahuja14\">Roshni Ahuja</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sakshamsharma5\">Saksham Sharma</a>, <a href=\"https://profiles.wordpress.org/andrewssanya\">SAndrew</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/siliconforks\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/swanandm\">Swanand M</a>, <a href=\"https://profiles.wordpress.org/inc2734\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/edent\">Terence Eden</a>, <a href=\"https://profiles.wordpress.org/threadi\">threadi</a>, <a href=\"https://profiles.wordpress.org/tusharaddweb\">Tushar Patel</a>, <a href=\"https://profiles.wordpress.org/umesh.nevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a>, <a href=\"https://profiles.wordpress.org/yusufmudagal\">Yusuf Mudagal</a> </p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p class=\"wp-block-paragraph\">To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">choose a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Props to </em><a class=\"mention\" href=\"https://profiles.wordpress.org/jorbin/\"><span class=\"mentions-prefix\">@</span>jorbin</a><em> for proofreading.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 17:33:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Estela Rueda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Open Channels FM: The Paradox of Empowerment in a Disruptive Era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556703\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://openchannels.fm/the-paradox-of-empowerment-in-a-disruptive-era/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"Tech feels wild and unpredictable, yet super empowering. Success now hinges on broad awareness and curiosity, not just deep specialization. Embrace the chaos.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 15:24:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Jonathan Desrosiers: 13 Years Contributing to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://jonathandesrosiers.com/?p=12208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://jonathandesrosiers.com/2026/07/13-years-contributing-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13569:\"<p class=\"wp-block-paragraph\">Thirteen years ago today, I received <a href=\"https://core.trac.wordpress.org/changeset/24588\">my very first props for contributing to WordPress Core</a>. If my WordPress contribution journey were a person, it would now be a teenager. It&#8217;s pretty wild to think about, but I&#8217;ve now been contributing to the WordPress project in some way for a third of my life!</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-a-prop\">What is a &#8220;prop&#8221;?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In the WordPress open source project, community participants receive credit for contributing to a given change or deliverable by receiving “props.”</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Props should be given to all those who contributed to the final commit, whether through patches, refreshed patches, code suggested otherwise, design, writing, user testing, or other significant investments of time and effort. Usernames are parsed for the credits list and WordPress.org profiles.</p>\n\n\n\n<p class=\"is-style-text-subtitle is-style-text-subtitle--1 wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/handbook/best-practices/commit-messages/#props\">WordPress Core Handbook</a></p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The names of all the contributors who helped make a specific release possible are collected in the weeks leading up and added to the Credits API, which powers the Credits page in the WordPress dashboard.</p>\n\n\n\n<p class=\"wp-block-paragraph\">To date, I have been listed on the Credits page for 24 consecutive releases starting with 4.7, and 29 of the 35 releases overall since my first credited contribution in <a href=\"https://wordpress.org/news/2013/08/oscar/\">WordPress 3.6 “Oscar”,</a> alongside 224 other contributors.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Every year is a bit different than the last, but I can confidently say that this past year has been significantly different. What it means to develop software or contribute to open source is changing rapidly with advanced AI innovations seemingly every day combined with these tools being accessible to more people than ever before. But throughout all this, one truth holds strong: open source software is more important than ever.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-looking-back\">Looking Back</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It seemed only fitting for me to instruct AI to analyze my contribution activity over the last 365 days to try and find anything interesting!</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-prompt\">Prompt</h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Today is the 13th Anniversary of my first credited contribution to the WordPress project. I try to write a blog post each year to mark the occasion.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I’m looking for ideas for this years edition. Please go and read all of my past posts (accessible here at this category feed https://jonathandesrosiers.com/category/contributing-anniversaries/feed) and give me 10-12 ideas for what to focus on this year. You can also look through the other content on my site for other ideas.</p>\n\n\n\n<p class=\"wp-block-paragraph\">After you do that, I want you to look at the git history for the <code>wordpress-develop</code> and <code>gutenberg</code> repositories between July 8, 2025 and yesterday (July 7, 2026). I want you to parse the logs to summarize my activity and find some particular ways to analyze the data that are interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Be creative! These posts are the most fun when I am able to find some unique insight into a year&#8217;s worth of contributions.</p>\n</blockquote>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-results\">Results</h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-your-year-13-in-numbers-jul-8-2025-jul-7-2026\">Your year 13 in numbers (Jul 8 2025 → Jul 7 2026)</h4>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th>Value</th></tr></thead><tbody><tr><td>Core commits authored &amp; committed</td><td><strong>119</strong> (~7% of all 1,707 core commits this cycle)</td></tr><tr><td>Additional commits crediting you (props received)</td><td><strong>97</strong> → ~<strong>216</strong> credited touch points in core alone</td></tr><tr><td>Lines changed</td><td><strong>+41,746 / −21,940</strong> across 656 file-changes</td></tr><tr><td>Unique Trac tickets</td><td><strong>69</strong></td></tr><tr><td>Gutenberg PRs authored</td><td><strong>24</strong> (+108 co-authored/credited)</td></tr><tr><td>Reverts you committed</td><td>6</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The headline:</strong> <strong>80 of your 119 core commits (67%) are &#8220;Build/Test Tools.&#8221;</strong> Add Tests + General and it&#8217;s ~80%. You spent year 13 as the <strong>plumber of WordPress</strong> — CI, build pipeline, dependency stewardship, release infrastructure.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-most-interesting-angles-the-data-surfaced\">The most interesting angles the data surfaced</h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"\"><strong>The nocturnal committer.</strong> ~50 of your commits land between <strong>midnight and 4am</strong>. Tuesday (37) and Thursday (31) are your peak days; Saturday is nearly dead (3).</li>\n\n\n\n<li class=\"\"><strong>The month that didn&#8217;t exist.</strong> <strong>January 2026: zero commits.</strong> March 2026: <strong>40</strong>. Your cadence is a heartbeat synced to the 6.9 and 7.0 release cycles, not the calendar.</li>\n\n\n\n<li class=\"\"><strong>The June 30th ritual.</strong> You bumped Gutenberg&#8217;s pinned hash <strong>seven times in a single day</strong> (v22.8.0 → v23.4.0) — a whole quarter of catching-up compressed into one sitting.</li>\n\n\n\n<li class=\"\"><strong>Supply-chain quiet work.</strong> Pinning full-length action SHAs, replacing abandoned third-party actions, migrating release logic to a GitHub App, ca-bundle updates — you spent the year hardening the software supply chain nobody thanks you for.</li>\n\n\n\n<li class=\"\"><strong>Keeping the ancient libraries breathing.</strong> lodash, underscore, backbone, getID3, Twemoji — you&#8217;re the caretaker of WordPress&#8217;s legacy vendored code.</li>\n\n\n\n<li class=\"\"><strong>Future-proofing the matrix.</strong> MySQL 9.5/9.6/9.7, MariaDB 12.1, PHP 8.5 (HEIF/HEIC) — you test tomorrow&#8217;s platforms today.</li>\n\n\n\n<li class=\"\"><strong>A first, quietly historic commit:</strong> <em>&#8220;Include example for disclosing AI usage&#8221;</em> — you helped write core&#8217;s early AI-disclosure norms.</li>\n</ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-10-12-ideas-for-the-year-13-post\">10–12 ideas for the year-13 post</h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"\"><strong>&#8220;The Plumber&#8217;s Year: 67% of My Commits Were Infrastructure.&#8221;</strong> Own the unglamorous. A love letter to build/test/CI work — the contributions that never show up in a release announcement but without which nothing ships. This is your strongest, most authentic angle.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Confessions of a Nocturnal Committer.&#8221;</strong> Fun, human, data-driven: your midnight-to-4am commit cluster, Tuesday/Thursday peaks, the dead January. Chart your year as a heartbeat and reflect on what it says about maintainer rhythms (and sustainability/burnout).</li>\n\n\n\n<li class=\"\"><strong>&#8220;216 Times.&#8221;</strong> Companion to your 2024 props post, flipped: this year you <em>received</em> credit ~216 times in core (119 committed + 97 propped). Explore the two halves of a committer&#8217;s fingerprint — the work you land yourself vs. the work you shepherd for others.</li>\n\n\n\n<li class=\"\"><strong>&#8220;The Boring Commits That Keep 40% of the Web Safe.&#8221;</strong> The supply-chain security angle: pinned SHAs, abandoned-action replacement, the GitHub App migration, ca-bundle. Frame maintenance-as-security — timely and underappreciated.</li>\n\n\n\n<li class=\"\"><strong>&#8220;I Test the Future So You Don&#8217;t Break in It.&#8221;</strong> MySQL 9.7, MariaDB 12.1, PHP 8.5 — a piece on being the person who runs tomorrow&#8217;s platforms against today&#8217;s code, and why the test matrix is a form of care.</li>\n\n\n\n<li class=\"\"><strong>&#8220;The Commit I&#8217;m Proudest Of Was One Line About AI.&#8221;</strong> Use <em>&#8220;Include example for disclosing AI usage&#8221;</em> as a springboard into how WordPress (and you) navigated AI&#8217;s arrival in the contribution workflow in 2025–26. Very of-the-moment.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Anatomy of a Revert.&#8221;</strong> Six times this year you reverted your own or others&#8217; work. A candid, senior-contributor essay on why reverting is a feature not a failure — iteration, humility, and trunk stability.</li>\n\n\n\n<li class=\"\"><strong>&#8220;A Year in Dependencies.&#8221;</strong> The stewardship story — lodash/underscore/backbone/getID3/Twemoji. What it means to be the caretaker of code written a decade ago that you can&#8217;t just delete. Legacy as responsibility.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Who I Built With.&#8221;</strong> Refresh your collaborator lens for year 13: westonruter (24), jorbin (22), johnbillion (15), peterwilsoncc (14), wildworks (13)… Name the people behind the props lines and tell a story or two about the work you shared.</li>\n\n\n\n<li class=\"\"><strong>&#8220;The Shape of a Release Cycle, Drawn in Commits.&#8221;</strong> Overlay your monthly commit counts on the 6.9 and 7.0 timelines — the March spike, the December bundled-themes push, the quiet stretches. Show readers what a maintainer&#8217;s year <em>looks like</em> mapped to what shipped.</li>\n\n\n\n<li class=\"\"><strong>&#8220;Same Job, New Tools: Automating Myself Out of the Loop.&#8221;</strong> Your Gutenberg PRs are almost all release automation — GitHub App auth, GHCR publishing, reproducible builds, Dependabot. A reflective piece on spending your labor building the machine that does the labor, and what that means for the next generation of contributors.</li>\n</ol>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">I haven&#8217;t validated any of these numbers, but they do seem relatively accurate at first glance. I had ChatGPT create an embroidered patch that reflects the summary above.</p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized wp-lightbox-container\"><img alt=\"\" class=\"wp-image-12221 not-transparent\" height=\"1024\" src=\"https://jonathandesrosiers.com/wp-content/uploads/2026/07/plumber-of-wordpress-1024x1024.jpg\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<p class=\"wp-block-paragraph\">And some of those writing suggestions are pretty good ideas! I&#8217;m out of time for today, so I&#8217;ll file these in the backlog for another day. But here&#8217;s to another year of helping the world find their voice to share their stories using WordPress. <img alt=\"?\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f37b.png\" style=\"height: 1em;\" /></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-past-milestones\">Past Milestones</h2>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Props&#8221; Anniversaries: <a href=\"https://jonathandesrosiers.com/2023/07/10-years-of-contributing-to-wordpress/\">Ten</a>, <a href=\"https://jonathandesrosiers.com/2024/07/11-years-contributing-to-wordpress/\">Eleven</a>, <a href=\"https://jonathandesrosiers.com/2025/07/12-years-contributing-to-wordpress/\">Twelve</a> (<a href=\"https://jonathandesrosiers.com/category/contributing-anniversaries/\">archive</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\">Commit-iversaries: <a href=\"https://jonathandesrosiers.com/2020/11/two-years-my-wordpress-commit-iversary/\">Two</a>, <a href=\"https://jonathandesrosiers.com/2023/11/five-years-my-wordpress-commit-iversary/\">Five</a>, <a href=\"https://jonathandesrosiers.com/2024/11/six-years-a-committer-my-wordpress-commit-iversary/\">Six</a>, <a href=\"https://jonathandesrosiers.com/2025/11/seven-years-a-committer-my-wordpress-commit-iversary/\">Seven</a> (<a href=\"https://jonathandesrosiers.com/category/commit-iversaries/\">archive</a>).</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-right has-small-font-size wp-block-paragraph\"><em>Featured image credit: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/72361fea8c/\">photo</a> by <a href=\"https://wordpress.org/photos/author/westguard/\">Mark Westguard</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n<p>The post <a href=\"https://jonathandesrosiers.com/2026/07/13-years-contributing-to-wordpress/\">13 Years Contributing to WordPress</a> appeared first on <a href=\"https://jonathandesrosiers.com\">Jonathan Desrosiers</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2026 03:39:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Code for the People\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153500\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://ma.tt/2026/07/people-code/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4081:\"<figure class=\"wp-block-image size-full\"><a href=\"https://codeforthepeople.com/\"><img alt=\"\" class=\"wp-image-153503\" height=\"326\" src=\"https://i0.wp.com/ma.tt/files/2026/07/cftp-matt.jpeg?resize=604%2C326&#038;quality=89&#038;ssl=1\" width=\"604\" /></a></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Lights! Camera! Action!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Todd Spangler at Variety writes: <a href=\"https://variety.com/2026/digital/news/automattic-code-for-the-people-1236802508/\">Automattic’s ‘Code for the People’ Documentary Is a Rallying Cry for Users to Fight for the Open Internet</a>, from the NYC premiere last week.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m looking forward to the <a href=\"https://luma.com/r8wbww10\">San Francisco premiere of the documentary</a>, and then tomorrow everyone <a href=\"https://codeforthepeople.com/\">can stream it for free on codeforthepeople.com</a>! Appearances by <a href=\"https://nomad.blog/\">Anne McCarthy</a>, <a href=\"https://beau.blog/\">Beau Lebens</a>, <a href=\"https://eric.blog/\">Eric Binnion</a>, <a href=\"https://iandanielstewart.com/\">Ian Stewart</a>, <a href=\"https://marjorie.blog\">Marjorie Asturias</a>, <a href=\"https://mary.blog/\">Mary Hubbard</a>, <a href=\"https://matiasventura.com/\">Matías Ventura</a>, Matthew Miller, <a href=\"https://paolo.blog/\">Paolo Belcastro</a>, and <a href=\"https://paulmaiorana.com/\">Paul Maiorana</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>We need to tell the story of Open Source in as many ways and places as possible. It&#8217;s never been more critical. </strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">Film is new to us, and it&#8217;s funny how quickly things change: There&#8217;s a segment with a few &#8220;OpenAI not open&#8221; sound bites, but to their credit, they <a href=\"https://openai.com/open-models/\">have been releasing open-weight models (Safeguard is particularly interesting)</a>. That said, the <a href=\"https://artificialanalysis.ai/leaderboards/models?weights=open\">top open-weight models are all from China</a>, save for <a href=\"https://www.nvidia.com/en-us/ai-data-science/foundation-models/nemotron/\">Nvidia&#8217;s Nemotron</a>, in ~12th place. </p>\n\n\n\n<p class=\"wp-block-paragraph\">When I went to the first WordCamps <a href=\"https://ma.tt/2008/09/first-day-in-beijing/\">in Beijing</a> and <a href=\"https://ma.tt/2008/09/shanghai-wordcamp/\">Shanghai</a> in 2009, it was a very different time. They were the biggest in the world at the time! I don&#8217;t think you could <a href=\"https://ma.tt/2008/09/first-day-in-beijing/#jp-carousel-7712\">take photos in Tiananmen Square as freely as I did then</a>; now to visit I think you need an appointment, ID checks, and security checks. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Even during WordCamp, it felt like the freedom of Open Source was in high demand, but it also created a lot of fear. I found out later that one of the student volunteers who helped their professor organize everything had been taken in for hours of questioning following the event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On that trip, I saw how fine-grained the Great Firewall could be when individual posts (IIRC, about bad milk from a factory harming babies) wouldn&#8217;t load, but the rest of the site would.  WordPress.com had been totally blocked, <a href=\"https://web.archive.org/web/20090601162213/http://www.google.com/hostednews/afp/article/ALeqM5igVn4hcj6ZNWlawSvzLvgEMkZmkQ\">taking about a quarter of our traffic at the time</a>, but behind the Firewall, Open Source continued to thrive and grow, and now the frontier open models are being driven by China in a way I never would have predicted!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Once you&#8217;ve had a taste of freedom, it&#8217;s hard to go back.</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Update: You can now watch the entire thing online:</em></p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2026 23:16:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"WPTavern: #224 – David Snead on Building Trust and Collaboration in the Hosting Industry With the Secure Hosting Alliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"https://wptavern.com/podcast/224-david-snead-on-building-trust-and-collaboration-in-the-hosting-industry-with-the-secure-hosting-alliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37674:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, building trust and collaboration in the hosting industry with the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today, we have David Snead. David has been involved in the hosting industry since 1999, starting out as legal counsel for one of the earliest shared hosting companies, and going on to work with over 50 others. He helped found the i2Coalition, serve as in-house counsel for cPanel and WebPros, and now leads the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re listening to this podcast, I&#8217;m sure that many of you will have worked closely with hosting companies. Perhaps you run an agency, or business, that depends on the reliability, ethics, and security of hosting providers. David is here to talk about cross-industry collaboration in the hosting world, specifically around improving security, professionalism, and communication between hosts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on why, and how, the Internet Infrastructure Forum, or IIF, is building a framework for real-time intelligence sharing and abuse reporting, aiming to help the entire ecosystem detect and prevent attacks faster than adversaries can adapt.</p>\n\n\n\n<p class=\"wp-block-paragraph\">David talks about the challenges hosting companies face, especially smaller ones, in keeping up with security, and how this evolving project hopes to ease this by sharing actionable, non-proprietary abuse information across registrars, hosting providers, DNS services, and more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He discusses the growth of both the Secure Hosting Alliance and the IIF, the business case for collaboration, and the nuances of legal and technical information sharing across borders.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re in hosting, run a web agency, or just want to know how the backbone of the web is working to stay more secure and connected, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so, without further delay, I bring you David Snead.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by David Snead. Hello David.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:20] <strong>David Snead:</strong> Hello.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:21] <strong>Nathan Wrigley:</strong> Very nice to have you with us. David&#8217;s got a really interesting background, and a really interesting, I&#8217;m going to use the word project. I don&#8217;t know if that&#8217;s the right word. It feels like it&#8217;s got more solidity and it&#8217;s got a lot more history than that. It&#8217;s something which is, I think going, but we&#8217;ll find out a little bit more about it. It&#8217;s all about the hosting industry and trying to get hosts to, I guess communicate with each other in ways going forwards.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:44] <strong>David Snead:</strong> That is a part of it. There are really two goals and one is to level up the ethics and professionalism in the hosting industry. And the second is to facilitate more comradery and interaction among hosts. Something that folks felt occurred in the early 2000s, and with all the consolidation that occurred went away. And so that&#8217;s something that we&#8217;re also trying to facilitate.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:16] <strong>Nathan Wrigley:</strong> Okay. So given that we&#8217;re going to be talking about hosting, I guess it&#8217;s a good idea to paint your credentials and find out a little bit more about you. So a short opportunity to just tell us a little about you and your background in WordPress and hosting specifically, I suppose.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:29] <strong>David Snead:</strong> Sure. So I have been working in the hosting industry since 1999. As I often say, I was working in the hosting industry when hosting was cool. It is not so cool anymore. In fact most people don&#8217;t really pay attention to it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You know, and I started as a lawyer for a hosting company, and I was in-house counsel for a company that actually owned a hosting company and was one of the earliest hosting companies that specialised in shared hosting. And so I was their general counsel. And for some reason it stuck, and I&#8217;ve just kind of turned it into a career.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So after that I had a private practise as a lawyer and I worked with probably 50 different hosting companies, mostly writing policies that nobody ever reads, which makes me super fun at parties.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then from there, my friend Christian Dawson and I formed the i2Coalition as a response to some legislation in the US that would&#8217;ve been kind of the death nail for internet providers. So we started the i2Coalition. I then went in-house for cPanel and worked at cPanel and WebPros for 10 years, and then started the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:52] <strong>Nathan Wrigley:</strong> Okay. So you&#8217;ve got all all the history. That&#8217;s pretty good. You know, if we&#8217;re going to talk about hosting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:57] <strong>David Snead:</strong> All the hosting history in one person. That&#8217;s kind of a very scary idea, no?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:02] <strong>Nathan Wrigley:</strong> But that&#8217;s excellent. So do you still offer counsel? Is that still, so you haven&#8217;t sort of sidestepped and do half of the week on a sort of more technical basis? It&#8217;s still the legal side that you&#8217;re involved in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:13] <strong>David Snead:</strong> I do. Right now I&#8217;m doing mostly M&amp;A work for, it&#8217;s weird. So I don&#8217;t know if anybody has ever said this to you before, but web hosting is kind of like the Hotel California. It&#8217;s like, once you start in the web hosting industry, you never leave. And so I have all these clients from 15 years ago who are now running like little baby hosts, and they&#8217;re talking to bigger hosts and they want to get acquired. So I&#8217;m doing some of that now. I am not writing any of the policies that nobody ever reads because that was just, I did that for too long.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:51] <strong>Nathan Wrigley:</strong> There were too many moments parties.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:53] <strong>David Snead:</strong> Yes, exactly. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:55] <strong>Nathan Wrigley:</strong> Okay, so I&#8217;m going to read into the record the title and the blurb that went with the presentation that you are doing or done.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:02] <strong>David Snead:</strong> I did it yesterday.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:03] <strong>Nathan Wrigley:</strong> Okay, we&#8217;ll get into that in a moment. So the title is coordinating the fight, cross industry collaboration, and the blurb goes as follows. WordPress hosting threats cross company lines. When one provider falls victim, the entire ecosystem suffers. This session explores how the Internet Infrastructure Forum, or IFF, enables hosting providers, registrars and registries to coordinate abuse response through real time intelligence sharing. Learn how operational collaboration helps responsible operators detect and stop attacks faster than adversaries can adapt. And why working together produces results no single provider could achieve alone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">When I read that, immediately was, yeah, that&#8217;s a really sensible idea. Why are we separately, as hosting companies, I say we, I mean the hosting companies. Why are they all trying to do the same work over and over again, separately? When presumably this aspect of the work, the security bit is something they all have in common.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:05] <strong>David Snead:</strong> Right? So that&#8217;s the fundamental question, right? So the IIF is a voluntary organisation that is made up of everyone in the infrastructure stack. So from registrars, registries, DNS providers, hosting providers, cloud providers, everyone in the stack. So it is facilitated by the Internet and Jurisdiction Foundation. They&#8217;re based in Paris, and they&#8217;re the actually the secretariat for it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And what it&#8217;s designed to do is create a common way for everyone who&#8217;s in the infrastructure stack to share information about abuse and abuse issues. And it&#8217;s one of the fundamental problems that you referred to is everybody is operating in a silo, right? And that&#8217;s mostly because that&#8217;s the way the internet is architected, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the internet is architected, so it&#8217;s distributed, right? Registrars and registries basically do their own thing with domain names. They might have a small hosting component or maybe a cloud component, but by and large, all they do is domain names.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Hosting providers probably resell domain names, but they&#8217;re not part of that industry. And so how do they all coordinate? And that&#8217;s what the IIF is trying to facilitate, is more information sharing among the participants.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:39] <strong>Nathan Wrigley:</strong> Well I imagine some of the hosting companies are probably fairly good. You know, they&#8217;ve got a giant customer base. Let&#8217;s imagine hosting company X over there, they&#8217;ve got millions of customers. They&#8217;ve got a huge budget that they can put over to, let&#8217;s say, security things. Well that&#8217;s all well and good, brilliant. But then there are other companies who are much scrappier. You know, they maybe have only a few thousand customers. And so their budget for the exact same work is going to be reduced.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How will this work? Is it going to be like a subscription service basically? Will you have a membership, which is in some way equal to the number of clients that you&#8217;ve got? Will there be some expectation that, okay, we&#8217;ll look at your revenue, your membership will be equivalent to a percentage of your revenue? How will that all work?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:20] <strong>David Snead:</strong> We don&#8217;t know. This is a very early stage project. Right now we are in a prototype phase where we have just figured out what information folks should submit to the secretariat.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the way it works is, you submit the information that you collect for a particular abuse issue to the secretariat, who then enriches it with all the other information that&#8217;s been submitted and sends it to the right person.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So a great example is, let&#8217;s say a registrar reported a phishing domain. They turn off the phishing domain and they have maybe a timestamp, an IP address where it was submitted from. They submit that to the secretariat, who then finds the hosting company who is providing the services for the hosting and says, this came in about this particular site. Can you take action on that? So that&#8217;s the way it works.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Right now it&#8217;s very early stage. It&#8217;s in the first phase of a test, and we&#8217;re going to look at whether the way we&#8217;ve architected it, or the way the group has architected it, actually makes sense.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:39] <strong>Nathan Wrigley:</strong> Is this going to be then a sort of slow on ramp whereby you bring a few companies in at the beginning, hopefully. And then one or two more and iron out the wrinkles, and then some more and some more? Because I imagine, if you just threw the switch, everybody&#8217;s in, a lot could go wrong at that point. And I&#8217;m guessing there&#8217;s going to be more of a slow on ramp.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:00] <strong>David Snead:</strong> So you&#8217;ve pointed out my particular frustration with the IIF, and the reason that the secretariat is moving slowly, right? So fortunately, or unfortunately, based on my cultural background, I&#8217;m just sitting here going, this needs to move faster. We need to have everybody involved, we need to have all the hosts involved, we need to have all the registrars and registries. And other folks who are a little bit more skilled in this type of work say, no, we need to figure out what we&#8217;re doing and that requires a small number of people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The phase that we&#8217;re in right now is looking for more folks who are interested in sitting at the table and being part of the discussion. Particularly in the hosting industry and in the web design and marketing industry. Those are folks who don&#8217;t generally participate in these kind of industry led collaboration exercises. And that&#8217;s the reason that I&#8217;m at WordCamp, is to talk to web designers, marketing agencies about why they should participate in something like this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:13] <strong>Nathan Wrigley:</strong> So this really isn&#8217;t bound in any way to WordPress, is it? It just so happens that WordPress has a significant chunk of the internet, so this is a good place to start. But if you happen to be a, I don&#8217;t know, Drupal user, or you&#8217;re just into writing PHP code or whatever it may be, this is still applicable. There&#8217;s no real WordPress layer to this. This is just a good place for you to come because, well, there&#8217;s probably, what, 30 hosts, 100 yards away from us out there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:37] <strong>David Snead:</strong> I know. And I haven&#8217;t seen all of them yet.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:39] <strong>Nathan Wrigley:</strong> Yeah, there&#8217;s work to do. But agnostic to any platform, basically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:42] <strong>David Snead:</strong> It is completely platform agnostic, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:43] <strong>Nathan Wrigley:</strong> Okay. Okay, that&#8217;s interesting. But WordPress is a, is certainly a good place to start.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, I&#8217;m imagining, if I was a hosting company and I was the chief executive, I definitely have some questions for you in terms of, okay, we&#8217;re going to share our valuable intel with you, what are you going to do with that? How can we trust you? How do we know that the sharing is going to be done effectively and what have you?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I guess really what I&#8217;m getting to is, what is the assurances or checks and balances that you, in the end, will hope to offer the host? That you can assure them that, look, if you hand us this body of work, you don&#8217;t need to think about it again. You can trust us to do it honourably, effectively, collaboratively. You get where going.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:26] <strong>David Snead:</strong> Yeah, yeah. And I suspect that you wanted to be a lawyer at some time, because that&#8217;s one of the issues that we&#8217;re facing. Information that can be shared freely, as an example, in the United States, might not be capable of being shared so freely in the European Union, or in Brazil, or in India or someplace like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So one of the things that&#8217;s being done, not by me, but by another group, another working group that&#8217;s part of this, is analysing the legal issues around information sharing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The information that&#8217;s being shared, to answer the proprietary and confidentiality question, is not proprietary or confidential information. So it&#8217;s things like timestamps, domain names, IP addresses for the initial abuse submission. Things like that that really don&#8217;t indicate some sort of company confidential information. And it&#8217;s further abstracted into xarf, which is a language that&#8217;s used for abuse reporting, that we all can share. And so I think that the only thing that would be of concern is whether that information is personal information that&#8217;s subject to jurisdictional restrictions around the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:48] <strong>Nathan Wrigley:</strong> Would the idea be that this organisation would do the remedial work? So is there any notion that, let&#8217;s say for example, some sort of security problem was discovered by hosting company A over there, and they share that intel with you. Maybe the question is kind of asking, will you then appoint people to figure out what the patch is for that? Or is your idea just to, oh, red flag, we&#8217;ve got this problem, now you all know about it. Is it just information sharing as opposed to fixes?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:17] <strong>David Snead:</strong> Yeah, it&#8217;s the latter. So the thing that we&#8217;re solving for right now, so there&#8217;s just one issue that, one abuse issue, that we&#8217;re testing out and it&#8217;s issues related to fake shops. And so the fake shop issue is the test abuse issue for the project, and where folks are sharing information. It&#8217;s a particular problem right now with credentials harvesting. And so that&#8217;s what we&#8217;re trying to look at.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:43] <strong>Nathan Wrigley:</strong> And how has the conversations that you&#8217;ve had thus far, how have they gone? Has this been warmly received or are you facing a little bit of pushback?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:50] <strong>David Snead:</strong> So, look, I&#8217;ll be very direct with you. If something isn&#8217;t just an immediate threat to them, it&#8217;s very difficult to conceptualise why you should participate. And I am pretty used to answering that question simply based on the political work that I do with the i2Coalition. But once you talk about, so let&#8217;s use fake shops as an example. Fake shops, and you&#8217;re providing services to fake shops, actually has an impact on your bottom line.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So if you are providing, let&#8217;s say, payment processing to an entity that is running a fake shop, it very easily can make your credit card processing charges higher. It ends up eating bandwidth. It will tax your abuse resources.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the things that you referred to initially is, you know, larger hosts have a lot of money. I wouldn&#8217;t say they have a lot of money, but they have more bandwidth to handle a vast fire hose of abuse issues. Most smaller hosting companies might only get five or six abuse issues in a month. But if you have a fake shop, that&#8217;s going to generate a huge amount of abuse, and it&#8217;s taking away resources that you can use to actually grow your business. So that argument actually is relatively persuasive in getting folks to pay attention.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I find that the business argument around abuse is a much more compelling discussion than kind of moral persuasion. I don&#8217;t think moral persuasion works in the context of a community that is trying very hard just to keep their heads above water.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:42] <strong>Nathan Wrigley:</strong> It feels to me from what you&#8217;ve just said, and I could be reading too much between the lines, but it feels to me as if a good target audience would be smaller hosts to begin with, simply because they&#8217;re probably going to be more receptive because they have less bandwidth themselves. And so would welcome anything that can make the burden of sharing this information easier. So 10 of the small hosts combined is, well, it&#8217;s much bigger than each of them individually would be, whereas I suppose you&#8217;ll have to get a critical mass of them on board until maybe some of the bigger hosts start to look at you with favourable eyes, let&#8217;s say that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:15] <strong>David Snead:</strong> Well, so we have some pretty large hosting companies who are participating. So as an example, both GoDaddy and Newfold are participating. But we also have smaller hosts. But I agree with you, the information that&#8217;s being provided, particularly since it is actionable, realistic information that can be adapted for bespoke systems, is invaluable, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">So if you only get five or six abuse complaints and you get an abuse complaint, and you can go to the secretariat and say, we got a complaint about this domain, and the secretariat says, here&#8217;s what the registrar did. Here&#8217;s what Cloudflare did. Here&#8217;s the information they provided us. And you can use that to make a decision on how to address that problem. It saved you hours and hours and hours of research time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:09] <strong>Nathan Wrigley:</strong> Technically speaking, what would the conduit of information both toward you and away from you look like? So if I&#8217;m hosting company X, how are you imagining that I will supply you with that information? But also, if I&#8217;m just looking for information from you on a daily, weekly basis, whatever it may be, how do I receive that? Is this like a, I don&#8217;t know, a website or an API or?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:33] <strong>David Snead:</strong> It&#8217;s an API. So it&#8217;s a file. It&#8217;s just a general file download.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:37] <strong>Nathan Wrigley:</strong> Right, okay. So it&#8217;s readily available 24/7?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:40] <strong>David Snead:</strong> Right. That&#8217;s the goal. Right now it&#8217;s not, but the goal is to kind of figure out a way to make something like that possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:47] <strong>Nathan Wrigley:</strong> Yeah, okay. I also suppose that the hosting companies, whilst this is good for their business if they can minimise costs and hand a lot of this work over to you, there&#8217;s a part of them which would also probably like to put some sort of badge on their website to say, this is what we&#8217;re doing. We&#8217;re part of this alliance, for want of a better word. Is that something that you are looking to develop as well, you know, some sort of credentialing system to demonstrate that you&#8217;re in this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:12] <strong>David Snead:</strong> So that&#8217;s not something that the IIF is working on. It&#8217;s something that the Secure Hosting Alliance does. The Secure Hosting Alliance has a trust seal that we give to hosts who fulfil our Trust Seal Certification provisions. But that&#8217;s not something that the IIF does.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Talking about like why, other than business reasons, folks should participate in this, one of the things that is going on that I would suggest that most hosts know about, is there&#8217;s a little bit of a moral panic going on in the world about what contents you have. And regulation is actually a very real thing for the hosting industry, who has not ever been regulated. This is the time where you can say, hey, this is what we&#8217;re doing, right? We&#8217;re dealing with issues. This way a trust seal is the same thing, right? It&#8217;s something that you can say, we are actually taking steps to make the internet a better place.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:18] <strong>Nathan Wrigley:</strong> I think if you are a general agency owner or, I don&#8217;t know, just a freelancer, hosting is one of those things that you, once you&#8217;ve done it once, you&#8217;re in it for the long haul until something goes wrong. But you&#8217;re also browsing around for any tiny indication of why is this host slightly different? You know, what is it that they&#8217;re doing that, I don&#8217;t know, is faster? What is it that they&#8217;re doing that&#8217;s more secure? So it feels to me if you had a credentialing system and I began to hear about it and see it pop up again and again, it would be one of the metrics which I would weigh up when looking at hosting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:51] <strong>David Snead:</strong> I would think so. One of the things that a trust seal does is it indicates that there&#8217;s been some vetting of the host. That someone has determined the things that are important to the hosting industry and are important to the web design industry. The agency industry are also important to the host.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Great example of that is one of the provisions of the Secure Hosting Alliances&#8217; Trust Seal Certification is that a contract is presented to the customer before they sign up, which is super customer friendly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the things as a lawyer that you hear about all the time when people are dissatisfied with their services is, yeah, well, I never saw that contract. Or it was just a hyperlink in an email that I got. That&#8217;s one of the differentiators for a Trust Seal certified host is that the contract is actually presented to them, to the customer beforehand.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:57] <strong>Nathan Wrigley:</strong> So in terms of the WordPress crowd, is this a thing that you are pitching only to hosts? Like when you step out of here, are you trying to have conversations only with hosts? Or is there some bit of the WordPress community, the freelance, the agency owners? Are you trying to communicate with them just to scope out what they need?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:15] <strong>David Snead:</strong> So for both the Secure Hosting Alliance and for the IIF, it is that. I really enjoy talking to agencies and developers about whether this is important to them, or why it might be important to them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:31] <strong>Nathan Wrigley:</strong> In terms of how long this project&#8217;s been going, I&#8217;ve only heard of it because of your participation here, but I don&#8217;t know if you&#8217;ve been banging this gong for a decade or, I mean you&#8217;ve been in the industry for long enough to have been banging it for decades. Is this a new initiative or is this something which has a long and storied history?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:49] <strong>David Snead:</strong> So the Secure Hosting Alliance has only been active for a year, a little bit over a year. I&#8217;ve been talking about abuse for a long time, but the Secure Hosting Alliance has only been around for a year.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:01] <strong>Nathan Wrigley:</strong> And have you, in that year, got any intuitions that you&#8217;ll be here for another year? Is it basically going in the right direction?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:09] <strong>David Snead:</strong> It is going in the right direction. So we started out with two or three charter members. We now have 25 hosting members. We have three security vendors who are members as well. We have, I think, 17 Trust Seal Certified members, and we&#8217;re launching in 2027 a trust seal for security vendors who provide services to hosting companies.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:40] <strong>Nathan Wrigley:</strong> I know that several owners of hosting companies listen to this podcast. They may very well be the people that you&#8217;ve spoken to already, but if they are not, and they are people who would like to investigate this further, I suppose the thing that&#8217;s going to be in their head is, okay, Nathan and David, you&#8217;ve explained what I&#8217;ll get out of it, what do I need to put into it? So is this an annual financial commitment? How does it all work from that point of view?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:02] <strong>David Snead:</strong> Yeah, so you become a member of the i2Coalition. And so the Secure Hosting Alliance is a working group of the i2Coalition. So you would be a general member and you would participate in the Secure Hosting Alliances&#8217; working groups. You also have the ability to participate in the i2Coalition as a whole, which is a much larger trade association that represents almost everyone in the internet infrastructure vertical. Mostly doing policy work, primarily in the US and the EU. Although there&#8217;s, we&#8217;re doing some work in India right now as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:40] <strong>Nathan Wrigley:</strong> And does membership allow you to steer the future of the project? I know that lots of chefs in the kitchen results in terrible food, but that, I fear, is something that could happen. You&#8217;ve got 87 members, 260 members. And then the 260 members all start to bicker and, you know, we want this, no. You see how it goes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:59] <strong>David Snead:</strong> I do.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:59] <strong>Nathan Wrigley:</strong> What&#8217;s the position there? You know, is there sort of gated levels of membership? How are you organising all of that?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:04] <strong>David Snead:</strong> There are not. The membership is based on self-reported revenue. The membership is not horrifically expensive from my perspective. And I think that that, most of our members would say that it is, it&#8217;s actually relatively affordable, particularly for the small to medium sized hosts. And registrars or design agencies, anyone who&#8217;s participating.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The question about, who&#8217;s running the show, comes up quite a bit. We haven&#8217;t really faced that issue, particularly in the Secure Hosting Alliance. Folks seem to get along. But the organisation runs on the idea of rough consensus. And so decisions end up not being controlled by one member or not. Some of the i2Coalition has some very large companies who everybody knows about, who get along with startups, and folks against whom they compete directly. And policies still get made. The organisation still moves forward.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:11] <strong>Nathan Wrigley:</strong> Yeah, I guess you&#8217;re in a space where, obviously all of these hosting companies commercially are vying for everybody else&#8217;s business. But in this particular situation, that is not the case. Nobody&#8217;s vying for their websites to be less secure. They all want the same level of security. So at least in that sense, you would hope that consensus could be maintained even if, commercially, the two companies that are in the room, the 10 companies that are in the room might be commercially at loggerheads with each other. At least on this they could agree. That would be the hope, I suppose, anyway.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:47] <strong>David Snead:</strong> It seems to be, not only the hope, but the actual way that things work. You ask about how compromise is reached. What comes to mind is I have a much different concept of privacy than, particularly when I was at WebPros, than other folks in the i2Coalition had. And another company just called me up and we worked through our disagreements about how privacy should be handled within the i2Coalition and were able to move forward.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The industry I&#8217;ve found to be hugely collaborative, particularly the hosting industry. Everybody knows what their competitor is doing. But when it comes to addressing an issue like, how are we going to deal with abuse as a community? Folks come together. CEOs of hosting companies while they compete tend to be relatively good friends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As I said at the very beginning, it really is like the Hotel California, right? You come in as a CEO of a hosting company, you grow it and you sell it to another company. All of a sudden you&#8217;re at the bottom again with a server in your grandma&#8217;s basement, you know, trying to start again.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:08] <strong>Nathan Wrigley:</strong> It&#8217;s a really curious effort. I suppose really at the bottom of this entire podcast is your endeavour to be heard and to reach out and get some conversations going. So with that in mind, where do people find the information about this? So maybe there&#8217;s a website that we could mention. But also, is there a specific place where you hang out? Is there a place where you would like to be contacted most?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:33] <strong>David Snead:</strong> Sure. So our website is hostingsecurity.net. I&#8217;m not too afraid of getting too much spam. So folks can email me at snead@i2coalition.com And the two is the numeral two. So it&#8217;s snead@i2coalition.com. And I&#8217;m happy to answer questions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In terms of hanging out, I am at most industry conferences in the hosting industry. In the WordPress industry, I&#8217;ll be at WordCamp US. We also participate very heavily in ICANN. So there is an i2Coalition member at every single ICANN meeting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:12] <strong>Nathan Wrigley:</strong> So if you go to wptavern.com and you search for the episode with David Snead, S-N-E-A-D, you&#8217;ll be able to find those details. I&#8217;ll put everything into the show notes. So anything that I missed? Was there a particular focus that we didn&#8217;t touch?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:26] <strong>David Snead:</strong> No, this is actually one of the most thorough podcasts I&#8217;ve been on recently.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:31] <strong>Nathan Wrigley:</strong> That&#8217;s love to hear it. Well, David Snead, thank you very much for joining me today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:35] <strong>David Snead:</strong> Glad to be here. Thanks for having me.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have David Snead.</p>\n\n\n\n<p class=\"wp-block-paragraph\">David has been involved in the hosting industry since 1999, starting out as legal counsel for one of the earliest shared hosting companies and going on to work with over 50 others. He helped found the i2Coalition, serve as in-house counsel for cPanel and WebPros, and now leads the Secure Hosting Alliance.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re listening to this podcast, I’m sure that many of you will have worked closely with hosting companies. Perhaps you run an agency or business that depends on the reliability, ethics, and security of hosting providers. David is here to talk about cross-industry collaboration in the hosting world, specifically around improving security, professionalism, and communication between hosts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The conversation focused on why and how the Internet Infrastructure Forum (IIF) is building a framework for real-time intelligence sharing and abuse reporting, aiming to help the entire ecosystem detect and prevent attacks faster than adversaries can adapt.</p>\n\n\n\n<p class=\"wp-block-paragraph\">David talks about the challenges hosting companies face, especially smaller ones, in keeping up with security, and how this evolving project hopes to ease this by sharing actionable, non-proprietary abuse information across registrars, hosting providers, DNS services, and more. He discusses the growth of both the Secure Hosting Alliance and the IIF, the business case for collaboration, and the nuances of legal and technical information sharing across borders.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re in hosting, run a web agency, or just want to know how the backbone of the web is working to stay more secure and connected, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://i2coalition.com\">i2coalition website</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://hostingsecurity.net\">Secure Hosting Alliance website</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"HeroPress: “Listen… the birds are already singing” – “Послухай… пташки заспівали”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=8704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"https://heropress.com/essays/listen-the-birds-are-already-singing/#utm_source=rss&utm_medium=rss&utm_campaign=listen-the-birds-are-already-singing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37329:\"<img alt=\"Pull Quote: WordCamp Europe has become one of the few places where [Ukranians] can reassemble in person. WordCamp Europe став одним із небагатьох місць, де [українці] можуть знову зібратися разом наживо.\" class=\"attachment-large size-large wp-post-image\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/3026/07/volodymyr_banner.webp\" width=\"1024\" /><p class=\"wp-block-paragraph\"><a href=\"https://heropress.com/feed/#ukranian\">Це есе також доступно українською</a>.</p>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls=\"controls\" src=\"https://heropress.com/wp-content/uploads/3026/07/volodomyr_english_recording.mp3\"></audio><figcaption class=\"wp-element-caption\">Listen to Volodymyr read his own story aloud.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Listen&#8230; the birds are already singing,&#8221; said Danylo — a Ukrainian I&#8217;d met at a previous WordCamp — as we were wrapping up the last hour of the WCEU afterparty in Krakow. &#8220;It&#8217;s time for us to go.&#8221; He started singing &#8220;Hei! Hei! Hei, sokoly! Omynaite hory, lisy, doly.&#8221; I started singing with him. The Polish guys next to us continued singing in Polish &#8220;Dzwoń, dzwoń, dzwoń dzwoneczku, Mój stepowy skowroneczku.&#8221; Some people behind us joined the choir. That was &#8220;Hey Sokoly&#8221; — a Ukrainian-Polish folk song — carrying us out of Bastion III, a 19th-century Austrian fortress on the edge of Krakow&#8217;s Old Town, as the night turned to morning.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But to explain how I ended up there, I need to go back to where it all began.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/krakow_castle2.webp\"><img alt=\"Krakow Castle in morning light\" class=\"wp-image-8713\" height=\"1606\" src=\"https://heropress.com/wp-content/uploads/3026/07/krakow_castle2.webp\" width=\"1402\" /></a><figcaption class=\"wp-element-caption\">The view of the Krakow castle, taken on the morning after the after-party, around the time when birds were singing. Photo by Volodymyr Melnychenko.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-mykolaiv\">Mykolaiv</h2>\n\n\n\n<p class=\"wp-block-paragraph\">It all started in Mykolaiv, the city of shipbuilders and brides, where I spent my childhood. I graduated from two universities I had been attending simultaneously and started looking for a job during a gap year. I planned to find work to earn some money for further education while preparing for the entrance exams to one of the Finnish universities. Mykolaiv didn&#8217;t provide good opportunities for graduates unless you had very good connections, but I managed to find a job at an &#8220;IT&#8221; company. In 2011, the term &#8220;IT&#8221; didn&#8217;t mean much to me, but they required English, which was my major, so I thought — why not. The work wasn&#8217;t particularly difficult: I had to pretend to be &#8220;Bob&#8221; from the United States, helping customers who had purchased physical products by tracking their orders and walking them through setup instructions. I was fired after a month and a half. Maybe I underperformed, or maybe somebody just didn&#8217;t like me — either way, it&#8217;s water under the bridge.<br /><br />The first job I&#8217;d gotten entirely on my own, the first paycheck that proved I could be independent, and the first time being fired — all of it hit me at once. The last part was devastating, made worse by comments like &#8220;it was too good to be true,&#8221; &#8220;we told you they&#8217;d trick you,&#8221; and &#8220;look at so-and-so, doing such-and-such and earning properly.&#8221; It was hard to sit with feeling like a failure. But somewhere in that difficulty, I got tougher — and more determined to prove everyone wrong.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-templatemonster\">TemplateMonster</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first job was a failure, but it gave me one clear answer: I needed to stay in IT. The next job was TemplateMonster.com — well known in certain circles. It was the complete opposite of what I&#8217;d experienced before. In 2012 they were selling templates for the most popular CMS platforms of the time: WordPress, Joomla, Drupal, and various e-commerce solutions. The onboarding alone took two months, which tells you something about how seriously they took their people — staff rarely left, and when they did, it was for personal reasons, not because they were pushed out.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />My job was to help customers with their templates: installation, editing, customization. Difficult, but genuinely interesting — I liked it. This was the first time I encountered WordPress. I worked six nights a week, and Sundays were the strangest — your day off, but your body had adjusted to night shifts and refused to cooperate. None of that bothered me much. Being able to build sites and make things look exactly right was addictive. I overworked, learned constantly, pestered developers with questions, all just to quench my thirst for knowledge. It ended quickly: I got accepted into three master&#8217;s programs in Finland, chose one, and left for Central Finland.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-helsinki\">Helsinki</h2>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image3.webp\"><img alt=\"Closeup of a glass of orange juice with croissants next to it, and a projection screen in the background.\" class=\"wp-image-8715\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/3026/07/image3-1024x1024.webp\" style=\"width: 400px;\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Morning “Weekly” at booncon PIXELS, my first workplace in Helsinki. Photo by Volodymyr Melnychenko.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Studying in Finland was genuinely different from anything I&#8217;d known in Ukraine — in the best possible way. Once the mandatory courses were done, I started looking for work. It was harder than I expected: a year of passive searching, then six months of applying every day. Eventually, I landed at a Helsinki-based agency building WordPress websites — which is still what I do today. A friendly team, around ten people — I&#8217;m still close with many of them. We built sites of varying complexity during the day and spent evenings playing board games, swapping stories, and throwing the occasional party.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s also where I attended my first WordPress event: WordCamp Helsinki 2017, a two-day conference. It didn&#8217;t blow me away, but it opened something. When you work in a small agency, you live inside your own bubble — and then suddenly a whole other world appears. You see the other side of WordPress: the community, the people pushing it forward, the people wrestling with the same problems you are and finding creative ways through.<br /><br />That first local WordCamp was enough to make us want to go further. In 2019 the team went to Berlin for WCEU — my first trip abroad outside of the Finland-Ukraine route I knew well. We spent a few days exploring the city and attending the event. WordCamp Europe is a different scale entirely: thousands of attendees, hundreds of volunteers making it happen. Standing in that crowd, I knew I wanted to be part of it — not just as a visitor. And then corona happened.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-porto\">Porto</h2>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image1.webp\"><img alt=\"Volodymyr leaning on a handrail with Krakow in the background.\" class=\"wp-image-8718\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/3026/07/image1-768x1024.webp\" style=\"width: 400px;\" width=\"768\" /></a><figcaption class=\"wp-element-caption\">Me, standing on the roof the Super Bock Arena, where the WCEU 2022 took place. Photo by Oleksandr Misyats.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WCEU 2020 and 2021 were online, and I felt they were missing the whole point — thousands of people in one place, feeding off each other&#8217;s energy. So when Porto was announced for 2022, I started packing. This time, I joined as a volunteer, to see WordCamp from the inside. It was the right call. It was also a difficult time for Ukrainians — the full-scale invasion was by then well into its second year, and everyone was finding their own way to cope. For me, this event became a source of strength. I connected with the Ukrainian community, had real conversations with speakers, and came away feeling like I&#8217;d experienced what WCEU is actually for.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />That trip also clarified something I&#8217;d been circling around for a while. I&#8217;ve always loved traveling, but there was a barrier that had nothing to do with visas or money — though those were factors too. It was a justification problem. Coming from a culture where time should be spent purposefully, traveling for its own sake felt hard to defend. A work conference, though? Completely justifiable. Nobody asks how much fun you had. I&#8217;ve been to Germany, Portugal, Italy, Switzerland, and Poland this way. Spain is next.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Attending WordCamps is one thing. Building a similar event is another.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wp-suomi\">WP Suomi</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In 2025 I became the lead organizer of <a href=\"https://wpsuomi.fi/\">WP Suomi</a> — the first independent Finnish WordPress event, held in Helsinki. The months before October 10th were intensive in ways I hadn&#8217;t anticipated: budgets, logistics, gifts, merch, catering, venue coordination, a hundred small details that needed to be right simultaneously. I remember waking up at midnight worrying that I hadn&#8217;t ordered something in time and it wouldn&#8217;t arrive before the event. Most of the work that goes into an event like this is invisible to the people attending. They see the schedule, the food, the afterparty. They don&#8217;t see the half a year of pieces being polished before the puzzle comes together.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image5.webp\"><img alt=\"Banner for WP Suomi\" class=\"wp-image-8721\" height=\"576\" src=\"https://heropress.com/wp-content/uploads/3026/07/image5-1024x576.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">WP Suomi hall screen graphics. Graphics by Sergei Shchegrinets.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the day of the event, there was nothing left to worry about. Whatever needed doing had been done — if something had been missed in the preparation, it would show up now and there would be little we could do about it. So why worry? The time for that was the preparation, not the day itself. The team — experienced, reliable, no hand-holding required — knew exactly what they were there for.<br /><br />Around 300 people attended WP Suomi. Forty filled out our feedback form afterward, giving an overall score of 4.47 out of 5. But the number mattered less than what people wrote: networking, atmosphere, meeting old friends and new ones, a community that welcomes everyone openly. Reading that, I recognized the same feeling I&#8217;d had at WordCamp Helsinki 2017 — something new, interesting, and full of possibility.<br /><br />Organizing WP Suomi gave me a clearer understanding of what goes into making these events happen. Having been a volunteer at WCEU and then a lead organizer at WP Suomi, I arrived in Krakow with a slightly different perspective — a better sense of what the people around me were going through. This year I&#8217;m back on the WP Suomi organizing team as speakers coordinator — a different role, another angle.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image2.webp\"><img alt=\"Milania Cap near a presentation podium.\" class=\"wp-image-8723\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/3026/07/image2-1024x683.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Milana Cap is ready to show some magic with HTML API. She is one of two people who convinced Vladimir to become the lead organizer of WP Suomi ‘25. Photo by Asanka Hettiarachchi.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-krakow\">Krakow</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamps have changed for me over the years — less about the sessions on stage, more about what happens between them. As an organizer, you miss most of the talks anyway, pulled in ten directions at once. But real life happens in the corridors, and at the parties in the evenings. </p>\n\n\n\n<p class=\"wp-block-paragraph\">This matters especially for the Ukrainian community. The war has scattered us across Europe — different countries, different companies, different lives. WordCamp Europe has become one of the few places where we reassemble in person: to share what the year brought, to meet people we only knew online, to see the community still growing despite everything. Many couldn&#8217;t make it to Krakow, some would not be able to visit these events anymore. For those of us who could, the room carried extra weight. </p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s what Danylo and I were singing about at dawn outside Bastion III, even if neither of us said it out loud. I hope to do that someday in the afterparties in Helsinki and Kyiv — whenever that becomes possible again.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/3026/07/image4.webp\"><img alt=\"Ukrainian team at WordCamp Torino 2024.\" class=\"wp-image-8725\" height=\"684\" src=\"https://heropress.com/wp-content/uploads/3026/07/image4-1024x684.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Ukrainian team at WordCamp Torino 2024. More and more Ukrainians visit this event every year despite the war. Photo by Maksym Kaharlytskyi. </figcaption></figure>\n\n\n\n<div class=\"wp-block-group has-background is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-ff19e26b wp-block-group-is-layout-flex\" id=\"desktop\">\n<h2 class=\"kt-adv-heading8704_097876-99 wp-block-kadence-advancedheading\" id=\"work-environment\">Volodymyr&#8217;s Work Environment</h2>\n\n\n\n<p class=\"wp-block-paragraph\">We asked Volodymyr for a view into his development life and this is what he sent!</p>\n\n\n	<div class=\"hotspots-image-container\">\n		<img alt=\"Volodymyr’s Desk\" class=\"hotspots-image skip-lazy\" height=\"1890\" src=\"https://heropress.com/wp-content/uploads/2026/07/img_5363.webp\" width=\"2560\" />\n	</div>\n\n\n\n\n<p class=\"has--font-size wp-block-paragraph\">HeroPress would like to thank <a href=\"https://wpdrawattention.com/\">Draw Attention</a> for their donation of the plugin to make this interactive image!</p>\n</div>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"ukranian\">“Послухай… пташки заспівали”</h1>\n\n\n\n<figure class=\"wp-block-audio\"><audio controls=\"controls\" src=\"https://heropress.com/wp-content/uploads/3026/07/volodomyr_ukrainian_recording.mp3\"></audio><figcaption class=\"wp-element-caption\">Слухайте власну історію Володимира вголос.</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">«Послухай… пташки заспівали», — сказав Данило, українець, з яким я познайомився на попередньому WordCamp — ми якраз протеревенили останню годину afterparty WCEU у Кракові. «Значить нам теж час іти». І тут він від душі почав співати «Гей, гей, гей, соколи, оминайте гори, ліси, доли». Я підхопив пісню разом із ним. Поляки, що ішли поруч продовжили польською: «Dzwoń, dzwoń, dzwoń dzwoneczku, mój stepowy skowroneczku». Хтось позаду теж приєднався до хору. Це була «Гей, соколи» — українсько-польська народна пісня — під акомпанемент якої нас виносив натовп із Бастіону III, австрійської фортеці XIX століття на околиці краківського Старого міста, саме тоді, коли вже ніч переходила у ранок.<br /><br />Щоб пояснити, як я там опинився, доведеться повернутися до самого початку цієї історії.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/krakow_castle2.webp\"><img alt=\"\" class=\"wp-image-8748\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2026/07/krakow_castle2-894x1024.webp\" width=\"894\" /></a><figcaption class=\"wp-element-caption\">Вид на Краківський замок, фото зроблене зранку після вечірки, приблизно в той час коли “вже заспівали пташки”. Фото зроблене Володимиром Мельниченко. </figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-миколаїв\">Миколаїв</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ця історія бере свій початок у Миколаєві – місті суднобудівельників і наречених, де я виріс. Здобув освіту у двох університетах, де навчався одночасно і почав шукати роботу під час року перерви перед продовженням навчання. Я планував знайти собі роботу, щоб заробити грошенят для продовження навчання, готуючись до вступу в один із фінських університетів. У Миколаєві було важко знайти якісь серйозні перспективи для випускника, хіба що в тебе є зв&#8217;язки, але я примудрився знайти роботу в &#8220;IT&#8221; компанії. У 2011 термін &#8220;АйТі” нічого мені не говорив, але там потрібна була англійська, яка була моїм основним предметом в університеті, тому я подумав, а чом би й ні? Робота не була важкою: треба було казати, що я “Боб” із США і допомагати клієнтам, які купували фізичні продукти, відслідковувати їх замовлення і давати інструкції, як використовувати оте, що вони поназамовляли. Мене звільнили через півтора місяці. Можливо, я щось не так робив, можливо, просто не вдався обличчям — у будь-якому випадку, що було, то загуло.  </p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />На цю роботу я влаштувався самостійно, без будь-якої підтримки, перша заробітна плата була символом моєї незалежності, і перше звільнення — це був бурхливий вир емоцій. Але остання частина просто вибила землю з-під моїх ніг, гірше тільки зробили коментарі на кшталт: “це було занадто добре, щоб бути правдою”, “та ми тобі казали, що там надурять”, і “подивись на нього — він робить те та й се, ще й добре заробляє”. Дуже важко було бути вдома і відчувати себе невдахою. Але це відчуття зробило набагато більше ніж будь-яка ефемерна підтримка — воно мене загартувало і пробудило палке бажання довести, що всі помилялися щодо мене.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-templatemonster-0\">TemplateMonster</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Хоч перша робота виявилась провалом, вона дала мені чітке розуміння, що треба продовжувати шукати роботу в IT. Наступну роботу я знайшов у TemplateMonster.com — добре відому у певних колах. Вона була повною протилежністю моєму минулому досвіду. У 2012 році вони продавали шаблони для більшості популярних CMS-ок того часу: WordPress, Joomla, Drupal, і для різних рішень електронної комерції. Лише ознайомлення з роботою і навчання зайняло два місяці, що промовисто свідчить про те, наскільки серйозно компанія сприймала своїх людей — майже ніколи не звільняли, а якщо люди й ішли з роботи, то з власних причин.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />Моїм завданням було допомагати клієнтам із шаблонами, які вони придбали: встановлення, налаштування, редагування. Було доволі складно, але дуже цікаво — мені подобалося. Тоді я вперше познайомився із WordPress. Я працював шість ночей на тиждень, а неділі були найважчими, бо тіло звикало до активності вночі і відмовлялося спати. Хоча такий графік мене не дуже турбував. Можливість створювати будь-які сайти і кастомізувати їх саме під себе — оце було до дідька захопливо. Я багато перепрацьовував, вивчав щось нове, заколупував розробників питаннями, щоб хоч трохи вгамувати жагу до знань. Але усе закінчилося несподівано швидко: я отримав три листи про зарахування на магістратуру у Фінляндії, вибрав один університет і поїхав до Центральної Фінляндії.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-гельсінкі\">Гельсінкі</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Система навчання у Фінляндії побудована зовсім по-іншому — і, на мою думку, на краще. Коли я закінчив основні курси моєї спеціальності, я почав шукати роботу. Завдання було не з легких: рік я шукав пасивно, де-не-де подаючи заявки на роботу, і ще пів року я зайнявся цим активно, відгукуючись на декілька вакансій щодня. Зрештою, доля занесла мене у Гельсінське агентство, що розробляло сайти на WordPress — цим я займаюся і сьогодні. У нас була дуже дружня команда, приблизно з десяти людей, з більшістю з них я досі дружу. Ми будували сайти дуже різного рівня складності, удень, вечорами грали в настолки, ділились історіями зі свого життя і влаштовували грандіозні вечірки.</p>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image3.webp\"><img alt=\"\" class=\"wp-image-8751\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2026/07/image3-1024x1024.webp\" style=\"width: 400px;\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Вранішній “Weekly” у booncon PIXELS, моєму першому агентстві у Гельсінкі. Фото зроблене Володимиром Мельниченко. </figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">З цією командою я вперше відвідав подію WordPress: WordCamp Helsinki 2017 — дводенну конференцію. Я не був вражений наповал, але вона відкрила мої очі на дещо. Коли ти працюєш у маленькому агентстві, і живеш у своїй бульбашці, а тут неочікувано відкривається цілий всесвіт. Ти бачиш іншу сторону WordPress — спільноту, людей, які рухають увесь проект вперед, людей, які стикаються з тими самими проблемами, які знаходять творчі способи ці проблеми вирішити. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />Того першого місцевого WordCamp’у було достатньо, щоб нам захотілося рухатися далі. У 2019 році наша команда поїхала до Берліна на WordCamp Europe — це була моя перша закордонна поїздка за межі звичного для мене маршруту між Фінляндією та Україною. Ми провели кілька днів, досліджуючи місто й відвідуючи конференцію. Масштаб відчувався зовсім по-іншому: тисячі учасників і сотні волонтерів, які усе організовують. Стоячи серед цього натовпу, я зрозумів, що хочу бути частиною цього, і не просто як відвідувач.</p>\n\n\n\n<p class=\"wp-block-paragraph\">А потім почалася пандемія коронавірусу.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-порто\">Порто</h2>\n\n\n\n<figure class=\"wp-block-image alignright size-large is-resized\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image1.webp\"><img alt=\"\" class=\"wp-image-8754\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2026/07/image1-768x1024.webp\" style=\"width: 400px;\" width=\"768\" /></a><figcaption class=\"wp-element-caption\">Я, стою на даху Super Bock Arena, де проводився WCEU 2022. Фото зроблене Олександром Місяц</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Europe 2020 і 2021 років проходили онлайн, і мені здавалося, що вони втратили найголовніше — тисячі людей, зібраних в одному місці, які заряджають одне одного своєю енергією. Тож коли оголосили, що WCEU 2022 відбудеться в Порту, я почав збирати валізу. Цього разу я приєднався до команди волонтерів, щоб побачити WordCamp зсередини. І це було правильне рішення. Для українців це був непростий час — повномасштабне вторгнення вже тривало, і кожен шукав свій спосіб впоратися з новою реальністю. Для мене цей захід став джерелом сили. Я ближче познайомився з українською спільнотою, жваво дискутував зі спікерами й повернувся з відчуттям, що нарешті зрозумів, нашо той WordCamp.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Та поїздка також допомогла мені усвідомити дещо, над чим я давно розмірковував. Я завжди любив подорожувати, але існував бар&#8217;єр, який не мав стосунку ні до віз, ні до грошей — хоча й вони теж відігравали свою роль. Проблема була в тому, як виправдати саму подорож. Я виріс у культурі, де час потрібно витрачати з користю, тому подорожувати просто заради подорожі здавалося чимось, що важко пояснити. А ось робоча конференція — зовсім інша справа. Це цілком виправдана причина. Ніхто не питає, скільки задоволення ти на ній отримав. Саме так я побував у Німеччині, Португалії, Італії, Швейцарії та Польщі. Наступна — Іспанія.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Відвідувати WordCamp — це одне. Створювати подібний захід — зовсім інше.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wp-suomi-0\">WP Suomi</h2>\n\n\n\n<p class=\"wp-block-paragraph\">У 2025 році я став головним організатором <a href=\"https://wpsuomi.fi/\">WP Suomi</a> — першого незалежного фінського заходу, присвяченого WordPress, що відбувся в Гельсінкі. Місяці, які передували 10 жовтня, виявилися набагато напруженішими, ніж я очікував. Бюджет, логістика, подарунки, мерч, кейтеринг, координація локації — і сотні дрібниць, які мали зійтися в потрібний момент. Пам&#8217;ятаю, як прокидався посеред ночі з думкою, що не встиг замовити щось вчасно і воно не приїде до початку події. Більшість роботи, яка стоїть за такими заходами, залишається непомітною для учасників. Вони бачать програму, їжу, афтепаті. Але не бачать тих пів року, протягом яких окремі деталі поступово складаються в єдину картину.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image5.webp\"><img alt=\"\" class=\"wp-image-8758\" height=\"576\" src=\"https://heropress.com/wp-content/uploads/2026/07/image5-1024x576.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Графіка WP Suomi на великому екрані у холі місця проведення. Графіка створена Сергієм Шенгрінцем</figcaption></figure>\n\n\n\n<p class=\"wp-block-paragraph\">WP Suomi відвідали близько 300 людей. Після заходу сорок учасників заповнили форму зворотного зв&#8217;язку, оцінивши його в середньому на 4,47 із 5. Але для мене важливішою була не сама оцінка, а те, що люди писали: нетворкінг, атмосфера, зустрічі зі старими друзями й нові знайомства, спільнота, яка відкрито приймає кожного. Читаючи ці відгуки, я згадав себе і те саме відчуття, яке пережив на WordCamp Helsinki 2017, — це щось нове, захопливе й сповнене можливостей.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><br />Організація WP Suomi допомогла мені значно краще зрозуміти, що стоїть за проведенням таких заходів. Після досвіду волонтера на WCEU, а згодом і головного організатора WP Suomi, я приїхав до Кракова вже з іншим поглядом — набагато краще розуміючи, через що проходять люди, які працюють поруч. Цього року я знову в команді організаторів WP Suomi, але вже в ролі координатора спікерів. Інша відповідальність, інший погляд.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image2.webp\"><img alt=\"\" class=\"wp-image-8760\" height=\"683\" src=\"https://heropress.com/wp-content/uploads/2026/07/image2-1024x683.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Milana Cap готова показати магію з HTML API. Вона одна із двох людей, винних у тому, що я став головним організатором WP Suomi ‘25. Фото зроблене Asanka Hettiarachchi.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-краків\">Краків</h2>\n\n\n\n<p class=\"wp-block-paragraph\">За ці роки WordCamp для мене змінився. Тепер він менше про доповіді на сцені й більше про те, що відбувається між ними. Як організатор, ти все одно пропускаєш більшість виступів, адже тебе одночасно тягнуть у десять різних боків. Але справжнє життя вирує в коридорах і на вечірках після завершення основних сесій.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Особливо важливо це для української спільноти. Війна розкидала нас по всій Європі — різні країни, різні компанії, різні життя. WordCamp Europe став одним із небагатьох місць, де ми можемо знову зустрітися наживо: поділитися тим, що приніс цей рік, побачитися з людьми, яких досі знали лише онлайн, і переконатися, що наша спільнота продовжує зростати попри все. Багато хто не зміг приїхати до Кракова, на жаль дехто вже ніколи не зможе побувати на цих заходах. Для тих із нас, кому це вдалося, ці зустрічі мають особливе значення.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Саме про це ми з Данилом співали на світанку біля Bastion III, хоча ніхто з нас не сказав цього вголос. Сподіваюся, колись мені ще доведеться робити це на афтепаті в Гельсінкі та Києві — щойно це знову стане можливим.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://heropress.com/wp-content/uploads/2026/07/image4.webp\"><img alt=\"\" class=\"wp-image-8761\" height=\"684\" src=\"https://heropress.com/wp-content/uploads/2026/07/image4-1024x684.webp\" width=\"1024\" /></a><figcaption class=\"wp-element-caption\">Українська команда на WordCamp Europe Torino 2024. Все більше і більше українців приїжджає на цей захід незважаючи на війну. Фото зроблене Максимом Кагарлицьким. </figcaption></figure>\n<p>The post <a href=\"https://heropress.com/essays/listen-the-birds-are-already-singing/\">“Listen&#8230; the birds are already singing” &#8211; “Послухай… пташки заспівали”</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Jul 2026 05:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Volodymyr Melnychenko\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"BuddyPress: BuddyPress 14.5, 12.7, 11.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=339549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://buddypress.org/2026/07/buddypress-14-5-0-and-12-7-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2951:\"<p class=\"wp-block-paragraph\">BuddyPress <a href=\"https://downloads.wordpress.org/plugin/buddypress.14.5.0.zip\">14.5.0</a>, <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.7.0.zip\">12.7.0</a>, and <a href=\"https://downloads.wordpress.org/plugin/buddypress.11.6.0.zip\">11.6.0 </a>are now available.</p>\n\n\n\n<p class=\"wp-block-paragraph\">These are security and maintenance releases that include two security fixes, along with a number of compatibility improvements, bug fixes, and code modernization updates. We strongly recommend updating your sites as soon as possible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Highlights</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Two security issues:\n<ul class=\"wp-block-list\">\n<li>Prevent user ID spoofing in the Messages REST API endpoint via improved validation.</li>\n\n\n\n<li>Restrict Component management to Users with the appropriate Capabilities.</li>\n</ul>\n</li>\n\n\n\n<li>Improves compatibility with WordPress 6.9, including support for block style loading optimizations and replacement of deprecated WordPress APIs where appropriate.</li>\n\n\n\n<li>Includes numerous bug fixes across BuddyPress, including BP Nouveau, Groups, Friends, Activity, Administration, and several PHP 8.x compatibility improvements.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Download</h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can update automatically from your WordPress Dashboard, or download BuddyPress 14.5.0 directly:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/plugins/buddypress/\">https://wordpress.org/plugins/buddypress/</a></li>\n\n\n\n<li><a href=\"https://buddypress.org/download/\">https://buddypress.org/download/</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">For the complete list of changes included in this release, see the changelog:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://codex.buddypress.org/releases/version-14-5-0/\">https://codex.buddypress.org/releases/version-14-5-0/</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-8935e1e5-ef63-42ee-8c08-67fad827159a\">Many thanks to our 14.5.0 contributors </h2>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks to everyone who contributed patches, testing, reviews, bug reports, and responsible security disclosures that helped make this release possible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Contributors include: emaralive, vapvarun, westonruter, joelkarunungan, nikunj8866, shawfactor, r-a-y, t.schwarz, dcavins, noruzzaman, rollybueno, potcus, pratiklondhe, yatesa01, bhargavbhandari90, amitraj2203, GaryJ., espellcaste, needle, and johnjamesjacoby.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Security issues were responsibly disclosed via the <a href=\"https://hackerone.com/wordpress\">WordPress Bounty Program over at HackerOne</a> and through the <a href=\"https://make.wordpress.org/plugins/\">WordPress Plugins Team.</a> If you were not properly attributed for your contribution here, leave a comment and we&#8217;ll get you added.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2026 17:57:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Open Channels FM: Signal – Issue 16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://openchannels.fm/signal-issue-16/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"Insights into the DevRel role\'s importance, explore endless API possibilities, and consider the balance of digital freedom, cost, and usability in today’s tech landscape.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2026 13:04:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Matt: USA 250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153462\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://ma.tt/2026/07/usa-250/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2410:\"<p class=\"wp-block-paragraph\">This auspicious 250th Independence Day, I find myself thinking of what <a href=\"https://om.co/2013/08/13/iamerican/\">Om wrote in iAMerican when he became a US citizen in 2013</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">On a globe, America is a landmass, a country. In an immigrant’s heart it is a belief that future is almost always better. It may not be perfect and it is certainly not equal, but it still is one of a kind — the only place where an absolute stranger with a funny name and a funny accent with no friends or contacts can show up, work hard and actually get to do what he was destined to do. [&#8230;]</p>\n\n\n\n<p class=\"wp-block-paragraph\">In most places in the world, outsiders like me don’t have that chance. That simple truth is what makes America so special. A chance – to be somebody even if you are nobody. America is a state of mind and I have opted-in!</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">I feel lucky to have been born here, and if I hadn&#8217;t been, I think I would have gotten here as fast as I could. I&#8217;m grateful to the public schools that educated me, the <a href=\"https://ma.tt/about/#teachers\">teachers</a> who pushed me, the internet that freed my mind, and the culture of risk and innovation in technology that <a href=\"https://ma.tt/2006/04/a-little-funding/\">invested a million dollars</a> in a 21-year-old dropout kid trying to <a href=\"https://automattic.com/\">build a company</a> around (but not replacing) <a href=\"https://wordpress.org/\">an Open Source project</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s not unimaginable that these things could have happened someplace else, but it would have been a long shot.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On the lighter side, <a href=\"https://www.youtube.com/watch?v=JYqfVE-fykk\">SNL&#8217;s Washington&#8217;s Dream skit is one of their best ever</a>, <a href=\"https://www.youtube.com/watch?v=Q3RjZY-rSsc\">Google has a pretty funny commercial reimagining the Declaration being written</a>, and <a href=\"https://www.youtube.com/watch?v=ezs9h7Td8Zg\">another famous Matthew (McConaughey) gives a great 2-minute speech</a>. &#8220;We need skeptics. Yes, we do. We do not need cynics. One cares enough to question, which we should, and the other one&#8217;s already quit.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 05 Jul 2026 06:59:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Open Channels FM: Open Source as Foundation, Not Final Answer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556361\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://openchannels.fm/open-source-as-foundation-not-final-answer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"In ecommerce, it’s not just about the tech but how it helps merchants grow. Open source can offer control and adaptability, especially with platforms like Woo and WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jul 2026 09:59:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"WPTavern: #223 – Ivana Ćirković on How WordPress Credits Bridges Education and Industry in the WordPress Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=206102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wptavern.com/podcast/223-ivana-cirkovic-on-how-wordpress-credits-bridges-education-and-industry-in-the-wordpress-ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:38278:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case how WordPress Credits bridges education and industry in the WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Ivana Ćirković. Ivana is a digital marketer with 18 years of experience working both in and out of the tech industry, and currently leads marketing at WPBakery. She&#8217;s an active participant in WordPress events, having attended, and spoken at, numerous local and international word camps over the years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In this episode, our focus is on the WordPress Credits initiative. We learn how this program, launched by the WordPress Foundation, connects students with real world opportunities to contribute to the WordPress ecosystem, earn certifications, and increase their competitiveness in the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana discusses her own experience as a WP Credits mentor, working with students as they learn about digital marketing, remote work, and other open source contributions. We explore, how universities can modernise their curriculums, and real world value for students by participating in the initiative, and how businesses can get involved, not just to support the community, but to help shape and discover future talent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program&#8217;s evolving structure also gets attention, and we learn how students are guided through hands-on activities such as translation or documentation, and how their progress is tracked publicly via profiles on wordpress.org. Ivana shares the opportunities and challenges for both educators and businesses with thoughts on accountability, mentorship, and the need to bring new faces into the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in the future of WordPress, education, or bridging the gap between academia and industry, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to find out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so without further delay, I bring you Ivana Ćirković.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Ivana Ćirković. Did I get that right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:14] <strong>Ivana Ćirković:</strong> Yes. Excellent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:16] <strong>Nathan Wrigley:</strong> Thank you. This is my first interview at WordCamp Europe 2026. I&#8217;m guessing because we&#8217;re on the first day of the event and it&#8217;s quite early in the morning, it&#8217;s 10 in the morning, I&#8217;m guessing you cannot have done your presentation yet?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:30] <strong>Ivana Ćirković:</strong> Not yet. Tomorrow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:32] <strong>Nathan Wrigley:</strong> Do you get nervous with these kind of things?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:34] <strong>Ivana Ćirković:</strong> I get nervous all the time. I&#8217;ve been doing this for 12 years, it never gets easier. It is what it is.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:39] <strong>Nathan Wrigley:</strong> Well, the presentation that you are doing is going to be the focus of what we&#8217;re talking about today. So do you just want to tell us a little bit about the topic that you&#8217;re talking about, but also just give us a bit of a general bio about who you are and what you do. So just tell us about you and about your presentation basically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:56] <strong>Ivana Ćirković:</strong> Okay. First thing first, I would like to introduce my presentation, or the talk, that is build up around WordPress Credits initiative, which is something that WordPress has rolled out late last year in December. And I applied to be a mentor to support students into their entering into WordPress. Got accepted, did my courses, passed them and started working with students on their, first entering the WordPress society, how everything works, contributing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And out of all of this, I came up with the idea of sharing the story about WordPress Credits. What it is, why it is important, not just for the WordPress community, but also for universities all around the world for businesses to support, because there is an angle and huge opportunity for them too. And hopefully inspire people to join and become part of it more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As far as I&#8217;m concerned, my name is  Ivana Ćirković and I am a digital marketer for 18 years. I&#8217;ve been working inside tech organisations, tech industry, but also outside of it. So I&#8217;m the multiverse. And lately, for past couple of years, I&#8217;ve been working in WPBakery, in marketing their product, and talking to people, sharing knowledge of what we do, how we do it, and so on. In the meantime I am attending many, many WordCamps, local and international ones, giving lectures, giving talks about digital marketing and all things related.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:39] <strong>Nathan Wrigley:</strong> So are you here at this event, not just to give your presentation, are you also here on behalf of WPBakery to represent them and the products that they have as well?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:47] <strong>Ivana Ćirković:</strong> Yes, we are sponsors. I am speaker, I was table lead for marketing on Contributors Day. So we are wide into the ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:56] <strong>Nathan Wrigley:</strong> I have to say, having only been in this event space for about an hour, I&#8217;m actually deeply impressed by this particular event. It really is a gigantic venue. It&#8217;s so pleasurable as well to see the WordPress community in such large numbers here. And so we&#8217;re looking forward to a really good event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, let&#8217;s kick off with the topic at hand then. So it occurs to me that many people listening, whilst they&#8217;re using WordPress and they&#8217;re kind of, I don&#8217;t know, they&#8217;re building websites for people, and they&#8217;ve got products and plugins and they&#8217;re just general users. It may be that the community piece, and the educational piece, is nothing that they&#8217;ve heard of before. So would you just tell us a little bit about what WP Credits is as far as you&#8217;re concerned, just to give us that broad background of what it is?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:40] <strong>Ivana Ćirković:</strong> Okay. So WP Credits program is initially made to bring new young people into the WordPress, to broaden the ecosystem with the new fresh blood, new contributors. And to do so, WordPress Foundation initiated this program to connect with universities all across the world. To connect students to some programs, to learn about WordPress through contribution. For that, they will get graded and get certification, which in the end will help them be more marketable, and have more modern knowledge of what is needed in today&#8217;s job market, and to be more competitive and more appealing to potential employers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So by doing so, WordPress Credits aims to broaden the ecosystem, to strengthen the WordPress community, and WordPress itself. But also to put new generations in more marketable place, and to help them get more profitable jobs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:45] <strong>Nathan Wrigley:</strong> Thank you. That was a really nice summary. In terms of your personal commitment to it and what have you, how did you fall into it as a thing that you were doing? And is this something that you get sponsored for from WPBakery, or is it personal and simply a sort of philanthropic thing that you are doing on the side?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:01] <strong>Ivana Ćirković:</strong> Yeah, so basically, I&#8217;ve been doing education my whole professional life. So it&#8217;s something that comes natural to me. In my local country, in Serbia, I do informal education for high schoolers and primary school&#8217;s children about digital marketing, digital literacy. This is like very natural to me. I&#8217;m being sponsored by WPBakery to do so.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And the program works like, initiative needs people, needs more mentors to get involved. More than it needs like product and businesses to support with their products. So if there are businesses who are maybe interested in support through their product, know that you need to put your people first to actually get involved and contribute, and then you can offer products as the side piece, so to say.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:52] <strong>Nathan Wrigley:</strong> So yeah, it seems that you&#8217;ve got a lifelong interest in education as well. Okay, that gives me some sort of hook there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, if I was to say WP Credits to the people outside, the people who already knew about it, I think would probably peg it as entirely educational in nature, just an education initiative. But curiously, your presentation, the notes that went with that and the blurb that went on the WordCamp Europe website, you kind of make the point that it&#8217;s much bigger than that, and you get into businesses and the students themselves and universities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So the students in universities bit, well, that&#8217;s the education piece. But the business bit, what&#8217;s going on there? Because I definitely hadn&#8217;t drawn that intuition. I thought education from top to bottom. But business, okay, where does that fit in?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:37] <strong>Ivana Ćirković:</strong> I will get the hot insights from the talk. So basically, there is more than what meets the eye, so to speak. Businesses have unique opportunity to shape people they want to employ by getting involved as mentors. They also get the chance to see firsthand how those young minds work in real environments, in real contribution. And they get the chance to pick and choose who they want to employ by seeing them work on some real things. Whether it&#8217;s documentation, whether it&#8217;s translation or programming, developing something, AI.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We need more people who know what they do, although they are young. By having students in this program, they are working on not fictional things, but actual things that really contribute to community and businesses as a whole. By supporting this initiative, businesses then in relations to that can get more insights into who they want to employ. So on top of that, they are building the better market for themselves as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:42] <strong>Nathan Wrigley:</strong> I guess the student university piece is fairly obvious. You know, WP Credits and the people working on that project communicate with universities, they&#8217;re probably easy to find. You know, if you go to a phone directory for example, they&#8217;ll all be there. And it&#8217;s an easy thing to do. You phone up the university and see if there&#8217;s interest. And I know that some universities have taken up the WP Credits program. And it seems to be, as far as I can work out, it seems to be working very successfully.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How are you going to make the connection with businesses? Because that seems like a much more scattered, I don&#8217;t know if you&#8217;re going to be working with big businesses, you know, huge companies or if it&#8217;s going to be kind of more the businesses on the street, the smaller businesses, that kind of thing. So, I&#8217;ll just sort of hand it over at that point.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:23] <strong>Ivana Ćirković:</strong> So basically, web agencies, businesses around WordPress, we know they have an issue with new employees onboarding last, let&#8217;s say three to six months. That cost time and money and other people who are teaching them what needs to be done and how.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Then we have WordPress Credit students who are already doing that junior type of work within contribution. They&#8217;re already onboarded through using Slack, knowing how to do remote work, what needs to be done. So businesses supporting WordPress Credits initiative can choose those students and spend less time and money and energy in onboarding them because they already went through that by doing WordPress Credits program.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:10] <strong>Nathan Wrigley:</strong> Yeah, I guess if you are a small web agency, it&#8217;s highly likely that you won&#8217;t necessarily have an induction program finely tuned, so that the young people that are coming through have this sort of specialised system where they can get some accreditation. It&#8217;s probably more, okay, I&#8217;m going to assign you to John this week and then next week you&#8217;re going to go over to Susan and follow what they&#8217;re doing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So is there a sort of structured program that, let&#8217;s say a web agency based in London could drop into and receive documentation about? Where are we at with that whole process for the busineses?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:44] <strong>Ivana Ćirković:</strong> Yeah, so since this initiative is still fairly new and we already have just one generation of students that are passed the program, this is something in development. So at the moment, we still don&#8217;t have like a specific structure that is based just for agencies and businesses in general, but it is something that we are considering and working towards too. So definitely.</p>\n\n\n\n<p class=\"wp-block-paragraph\">On the other hand, the upper management organisational team might not be aware to the fullest what am I about to talk. So it might come as a surprise to them, but also it is something in the works as well. So give us some time and we will come up with something.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:26] <strong>Nathan Wrigley:</strong> Yeah, it feels like that would be something really credible. Because if you&#8217;re a small business owner, the last thing you want to be doing is kind of wasting time. And onboarding somebody might be something that you&#8217;d have to divert weeks into, you know, syphoning employees off, writing documentation, SOPs, those kind of things. And if you could just pick something up off the shelf that was tried and tested over many years, that would actually be really handy. So good luck. I hope that that initiative comes off.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In terms of students, if you were a student, let&#8217;s say you are at a university, or you are looking for work, what would you say would be some of the top line items that you would mention as to why WP Credits is worth looking at? Because, you know, if I&#8217;m at a university, there&#8217;s probably a thousand different things that I could be doing. WP Credits would be in competition with all of those. Why do you think it&#8217;s something that young people should be taking care of to look at?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:17] <strong>Ivana Ćirković:</strong> Yeah, I would think differently, in that sense. Universities curriculums are outdated comparing to the industry that we are living and working in. So WordPress Credits gives something that is in trend. That is happening now that people are using and working now. So students who choose to go to this program are gaining the most efficient and not outdated curriculum, and things that are being worked on in this moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And this is bigger than WordPress. It is initially for WordPress, but the knowledge students get, nobody can take that away. They learn to be outspoken. They learn to use all the necessary remote work tools that is applicable in all the industry.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So we are really encouraging them to be very marketable employees and people who have portfolios, whether they choose that category that brings them portfolio. That is very transparent throughout whatever they do. Because on wordpress.org, every contribution is noted. So they&#8217;re building their own business brand by doing WordPress Credits. And in that way they are more marketable and can get more business opportunities.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:42] <strong>Nathan Wrigley:</strong> I didn&#8217;t realise that the wordpress.org profile, is it the profile that you mean?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:47] <strong>Ivana Ćirković:</strong> Yes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:47] <strong>Nathan Wrigley:</strong> Each time you participate in one of these credit programs, that will be a badge, for want of a better word, that you can display and it will be freely available for the public. And presumably that will be difficult to acquire. That&#8217;s the wrong word. What I mean is, it won&#8217;t be simple to acquire. You will genuinely have had to.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:07] <strong>Ivana Ćirković:</strong> Yes, you need to do the work. Let&#8217;s say students are interested in translation. So they go to Polyglots team and they get assigned to a mentor who is on weekly basis working with them on onboarding, helping them how to navigate through wordpress.org website, translation, what needs to be done. And basically, for that student, they need to translate to have approved translation, 150 strings approved.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that doesn&#8217;t mean, okay, I will translate 150 words. No, no. You might need to translate 500 words out of which 150 is approved. And this is the bare minimum you need to do in order to get that badge that you contributed. Because that contribution, each contribution needs to be something very specific and tailored to help other people. That is very open and helpful.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:00] <strong>Nathan Wrigley:</strong> So you mentioned translations there, which obviously is just one of multiple things that you could do, and we could list them all out, but we won&#8217;t. How is that curriculum, I&#8217;m doing air quotes, how is that curriculum decided upon? In other words, how do you decide, okay, I&#8217;m going to do a bit of translation, I&#8217;m going to do a bit of work on Core, I&#8217;m going to work for the Plugin Review Team? How is that decided? And, how is it decided by the institution, I guess that that&#8217;s going to equal something which our university will stamp as part of your degree, let&#8217;s say?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:33] <strong>Ivana Ćirković:</strong> Yeah. So basically, that is all arranged between the foundation and universities. You won&#8217;t get IT students doing marketing if that&#8217;s not their preferable choice. So students opt in. They&#8217;re given the whole like curriculum, categories of things they can contribute to. And the one they choose, this is the one they stick to throughout all the programs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So you cannot switch in between like translation and documentation, or plugins, or WP-CLI whatever. The whole program stick to one chosen category. And that is all aligned with the, let&#8217;s say, topic of university. So IT is preferable for IT related contributions. Communications are also more favourable towards translation community, marketing. So it&#8217;s aligned that way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:23] <strong>Nathan Wrigley:</strong> So flipping that round, so we&#8217;ve been talking about it from the point of view of the students. Now let&#8217;s just flip it around to the point of view of the university. I guess the same thing applies. They would have to communicate with the Foundation and say, okay, these are the kind of things that we wish our students to do. These particular strands, we will, you know, if they do 500 translation strings, that will count as something. I guess there&#8217;s got to be some interface between the Foundation and each university to establish what a credit equals.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:50] <strong>Ivana Ćirković:</strong> Yeah, common ground as to how WordPress Credits adds to the official curriculum of the university. And the thing that university get out of it, they are in position to offer modern, in trend, teachings, and that makes them more appealing to next generation of students. Because the more their existing students who are in the WordPress Credits program are succeeding, the more desirable the university gets to newer generations because they don&#8217;t teach outdated curriculums. They&#8217;re aligning to what is now efficient and needed in the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:30] <strong>Nathan Wrigley:</strong> I suppose also as well, when I was at university, there was a choice of about, I don&#8217;t know, four things to do each year. Something like that. You could do this or this or this. And you had to pick one of them and that was your pathway. This feels much more wide open because knowing the WordPress ecosystem, I know that there&#8217;s dozens, maybe multiple dozens of different things that you could be involved in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s quite appealing as well, isn&#8217;t it? You know, you can just take a little nibble of this one thing, and another nibble of this. And so there&#8217;s potentially multiple dozens of different pathways that you could pick. And whilst you say that, once you&#8217;ve decided you&#8217;ve got to stick to that, well, that&#8217;s fair enough, but the fact that you&#8217;ve got so many different ways that you could choose. That to me as a university student would&#8217;ve been really appealing. The fact that there&#8217;s so many different things that you could do.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:15] <strong>Ivana Ćirković:</strong> Yeah. And once they got in, the overall input that we get from students that, first they don&#8217;t know that something like this exists. And once they go deep and start work, it&#8217;s like, wow. The whole mind just shifts, and they are amazed by all the possibilities that they can do within WordPress that isn&#8217;t talked about.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:36] <strong>Nathan Wrigley:</strong> Yeah. And I presume they get to do it in the way that the WordPress community works, which is remotely distributed and when you wish to do it. So long as I, you make the end of the university period of whatever a semester is or something, so long as you make the deadline, you can do it at night or in the early morning or.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:57] <strong>Ivana Ćirković:</strong> Exactly. So they are training to be like workers as we all are today, that are not restrained with some deadlines or by official university rules. They&#8217;re accountable for the final output. How will they come to that output? It&#8217;s entirely up to them because, yes, they are young but they&#8217;re not so young that they cannot be held accountable for their actions. So they need to do the work. We got weekly mentorships and assessments. So it&#8217;s a fun ride.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:31] <strong>Nathan Wrigley:</strong> So just touching on that, the sort of ongoing support that every student needs, because with the best rule in the world, there&#8217;s a proportion of students who will leave everything to the last minute. I&#8217;m looking at myself in the mirror when I say that. So that ongoing support, it&#8217;s a weekly sort of huddle. And is that like a one-to-one thing or is it a one to many thing?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:50] <strong>Ivana Ćirković:</strong> Yeah, so depending on the number of students, if a mentor has a one or two students, it can be one-to-one. If there are more like five or six, it&#8217;s better to have a group meeting on a weekly basis, and then Slack chats in between if anything is more needed than that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So basically we go through what they did last week, are there any setbacks or they need additional help, or do they need information from other parts of the team? Are they interested in something else? So we are really trying to get them involved in a way that matters to them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the things that each student needs to do, no matter section they chose, is to create a blog and to have weekly blog posts. So we discuss about that. What interests them. Whether they want to be something personal like, or professional like. So it&#8217;s very interesting to see how they think and how they express themself and how they build their online persona.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:55] <strong>Nathan Wrigley:</strong> Do those huddles take place on a, let&#8217;s say university by university basis? So for example, when you join and you mentor students, are they from the entire WP Campus project, or are you doing it from the university of this town and the university of that town?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:13] <strong>Ivana Ćirković:</strong> No, it&#8217;s mixed and matched.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:14] <strong>Nathan Wrigley:</strong> So, okay, well that&#8217;s a real strength as well it feels, because presumably then you&#8217;re on a call with people potentially from all over the world. Certainly people that you may not have encountered before. And those sort of serendipitous chance encounters can sometimes be some of the more meaningful ones. You know, work comes out of those things, and meetups come out of those things, and unexpected things come out of those things. So that must be really nice as well, watching those kind of things happen.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:42] <strong>Ivana Ćirković:</strong> Yeah, it&#8217;s like nothing I experienced before. And just to have the privilege to talk and work with those people, you never know what can come up out of them, and out of our connections. And I get inspired every time we have chats and they make me want to be a better educator.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:03] <strong>Nathan Wrigley:</strong> Oh, that&#8217;s interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:04] <strong>Ivana Ćirković:</strong> So, yeah, that&#8217;s my take out of all this.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:06] <strong>Nathan Wrigley:</strong> Yeah. Okay, so there&#8217;s actually some psychological benefit for you as well. You get a real nice feeling of it. Okay, that&#8217;s really good.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So with the best will in the world, a university, every year there&#8217;s a cohort of children, young adults, whatever it may be, whichever institution it is, and a proportion of them will work diligently and hard and they will succeed. And some others maybe not so much.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How does that work? How do you ensure that everybody gets through it? And I don&#8217;t know if there&#8217;s enough data to answer this question. Again, I&#8217;m doing air quotes, how is the pass rate? Do most people that embark on this get through the necessary things? Or is there a fair bit of, I don&#8217;t know, discipline, for want of a better word, that needs to be applied and cajoling people to get through it?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:46] <strong>Ivana Ćirković:</strong> Yeah, so I touched base on the accountability. So we have not strict rules, but recommendations. Weekly mentor chats, async communication through Slack. They all have weekly tasks that needed to be done. So if a student don&#8217;t answer the message or come to weekly mentor call three times, they are no longer WordPress Credit students. And that is the accountability.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You need to show yourself that you are willing to do the work. So if you don&#8217;t care, we won&#8217;t force you to do that if you don&#8217;t want to. We will set reminders, we will call back, we will reach out. But if you are no show, no tell anything for three times, then evidently you are not for that. You don&#8217;t wish to be there, and we won&#8217;t force you to be there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:40] <strong>Nathan Wrigley:</strong> And then in some way, are you required then to report that back to the institution and sort of say, okay, we&#8217;ve reached the end of the road here, and then it&#8217;s for them to figure out how that impacts. And presumably the students can.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:53] <strong>Ivana Ćirković:</strong> Their grades, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:53] <strong>Nathan Wrigley:</strong> Yeah, their grades what have you, okay. Touching back on the sort of business side, because we&#8217;ve dwelled a lot with students and universities and we&#8217;re going to stay with students, because that&#8217;s really the underpinning of the whole thing. How has the business side of things, is it taking off? You were describing that it&#8217;s kind of like a new thing. Have you got any sort of success stories or anecdotal evidence that people do in fact want this?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:15] <strong>Ivana Ćirković:</strong> Yeah, so it&#8217;s still fairly new, so we don&#8217;t have those anecdotes yet. One of the reasons why I&#8217;m here at the WordCamp Europe is to find out and to get new perspective from businesses to like reach out to them to see what they think about the program. Would they want to be evolved. And how to give tips, maybe how we can improve. So stay tuned for more.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:38] <strong>Nathan Wrigley:</strong> Yeah. And it is interesting, when you walk around an event like this, I don&#8217;t have the exact numbers, but the demographic is definitely skewing older. There&#8217;s not so many 18 year olds. And if this community wishes to carry on, at some point the age demographic will get to retirement age.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:57] <strong>Ivana Ćirković:</strong> Yeah. Just last night we were talking. I&#8217;ve been in the community for 11 years. And for 11 years all the same faces are here. And we really need new faces. But to get new faces, WordPress Credits is one part of the solution. But then again, we need to meet young people where they are. And they are not on the conferences, they are not on websites, they don&#8217;t use websites, they don&#8217;t care about websites. They are on very specific social media channels. And if we want to get fresh, new, young blood, we need to go there and to present what we do in a way that matters to those kids.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:35] <strong>Nathan Wrigley:</strong> In terms of success, if you were to, I don&#8217;t know, let&#8217;s imagine that we could cast our minds forwards five years, let&#8217;s go for that. What would you like to have happened with WP Credits? Would you like, for example, to see a bunch of 20 somethings wandering around in an event like this? Does it matter that they&#8217;re involved in the community and doing WordPress events and contributing to Core and those kind of things? Or is success just more broadly, people are using WordPress? You know, it&#8217;s still a project. What&#8217;s your take on, what does success look like in five years?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:08] <strong>Ivana Ćirković:</strong> For me, I would like to see more young people involved. Yes, we will always have users because in its core, WordPress is a very useful tool. And I&#8217;m happy to stumble upon that tool many, many years ago to use it both personally and professionally. But I really want to see young people involved in a way that we were involved 10, 15 years ago, and to see what can happen with WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I strongly believe it&#8217;ll be transformed, not with AI or all other flashy trends. WordPress has always been about people. And we need new people, we need young people to get it where it needs to be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We are getting older and don&#8217;t have strengths or stamina to do so for how many long years. By having new kids, fresh perspectives, I&#8217;m really excited to see what they can come up with next.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:08] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s kind of handing over the baton in a way, isn&#8217;t it? Seeing what the future holds. Yeah, I definitely have concerns that the age demographic is skewing. And no matter what has happened in the past, I don&#8217;t see it being backfilled with younger people moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I think that&#8217;s largely because we just assumed that that age demographic would fill itself, because we were excited about it, so the younger generation will be excited about it. Well it turns out the world moved on. And TikTok came along, and YouTube became a massive thing and mobile phones and all the different platforms became a thing. And so the attention was put elsewhere by many young people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so I suppose we needed to come up with a system where we are, in a sense, just putting it in front of their face and saying, look, it&#8217;s here. You know, you&#8217;re a university student, you are somebody looking for work in a small business. Here&#8217;s a credible way of getting involved in something which potentially could change your life. That seems like the most credible way of doing it at the moment. And I guess we&#8217;ll just have to see what the next five years brings.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In which case, is there anything that you felt you wanted to touch on that you wanted to get out of this chat before we finished?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:15] <strong>Ivana Ćirković:</strong> No, I think you did it masterfully. And we touched base on everything that needed to be said.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:20] <strong>Nathan Wrigley:</strong> Perfect. In that case, I will say Ivana, thank you for chatting to me today. Fingers crossed that your presentation goes well tomorrow, and that you pack the place out, and that by this time next week, you are extremely busy with the WP Credits program. Thanks for chatting to me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:34] <strong>Ivana Ćirković:</strong> Thank you. Thank you for inviting me.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Ivana Ćirković.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana is a digital marketer with 18 years of experience working both in and out of the tech industry, and currently leads marketing at WPBakery. She’s an active participant in WordPress events, having attended and spoken at numerous local and international WordCamps over the years.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In this episode, our focus is on the WordPress Credits initiative. We learn how this program, launched by the WordPress Foundation, connects students with real-world opportunities to contribute to the WordPress ecosystem, earn certifications, and increase their competitiveness on the job market.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Ivana discusses her own experience as a WP Credits mentor, working with students as they learn about digital marketing, remote work, and open source contributions. We explore how universities can modernise their curriculums and add real-world value for students by participating in the initiative, and how businesses can get involved, not just to support the community, but to help shape and discover future talent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The program’s evolving structure also gets attention, and we learn how students are guided through hands-on activities such as translation or documentation, and how their progress is tracked publicly via profiles on WordPress.org. Ivana shares the opportunities and challenges for both educators and businesses, with thoughts on accountability, mentorship, and the need to bring new faces into the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re interested in the future of WordPress, education, or bridging the gap between academia and industry, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://learn.wordpress.org/course/wordpress-credits/\">WordPress Credits</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wpbakery.com\">WPBakery</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://europe.wordcamp.org/2026/session/what-it-really-means-to-be-a-part-of-the-wp-credits-program/\">What it (really) means to be a part of the WP Credits program?</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jul 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Open Channels FM: Signal – Issue 15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://openchannels.fm/signal-issue-15/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Insights on community support, decision-making, starting new projects, and the importance of agency reputation in hosting. Engage and share!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jul 2026 13:11:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Aaron D. Campbell: Open Source Support Can’t Depend on Charity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://aarondcampbell.com/?p=2933\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://aarondcampbell.com/2026/06/open-source-support-cant-depend-on-charity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:470:\"<p>Companies depend on open source software. Supporting the projects that support your business shouldn\'t be treated as charity; it should be part of sustaining the infrastructure, ecosystem, and user trust your products rely on.</p>\n<p>The post <a href=\"https://aarondcampbell.com/2026/06/open-source-support-cant-depend-on-charity/\">Open Source Support Can&#8217;t Depend on Charity</a> appeared first on <a href=\"https://aarondcampbell.com\">Aaron D. Campbell</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 13:19:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Open Channels FM: Thoughts on the Human Side of AI Acceleration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555792\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://openchannels.fm/thoughts-on-the-human-side-of-ai-acceleration/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"AI is evolving super fast, boosting productivity but also causing burnout and a loss of human touch. We need to balance tech with authentic human insights.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 11:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: Aligning WooCommerce Marketing Strategies for Community Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2556016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/aligning-woocommerce-marketing-strategies-for-community-success/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"In this episode we’re chatting about a topic that matters to everyone in the WooCommerce world and beyond: how OSS communities can come together to market themselves more effectively.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jun 2026 09:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.org blog: The First AI Leaders Graduates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20951\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/06/ai-leaders-graduates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4846:\"<p class=\"wp-block-paragraph\">On June 23, around 40 students from the University of Illinois Chicago (UIC), Louisiana Tech University, and the University of Louisiana at Lafayette were celebrated in Chicago as the first cohort to receive the AI Leaders Micro-Credential through <a href=\"https://ai-leaders.org/\">AI Leaders</a>, the nation&#8217;s first workforce-focused AI literacy course tied to a recognized credential. Each of them earned it by building real projects, applying generative AI to genuine work, and contributing to the open source software that powers more than 40% of the web. Students who completed the course also earned $1,000, made possible by a donation from Automattic and UIC. This celebration was the moment the program had been building toward since it was <a href=\"https://wordpress.org/news/2026/02/ai-leaders-credential/\">first announced in February</a>.</p>\n\n\n\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-center has-white-color has-text-color has-link-color has-normal-font-size wp-elements-2 wp-block-paragraph\"><strong>Explore the project portfolios built by this year’s AI Leaders</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://aileaderswp.blog/\"><img alt=\"\" class=\"wp-image-20975\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/06/aileaderswpblog-scaled.png?ssl=1\" /></a></figure>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aileaderswp.blog/\"><strong>AI Leaders · Class of 2026</strong></a></div>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">When the pilot launched, the goal was to test whether open source learning could connect directly to job pathways rather than stopping at a certificate. What makes this program distinct is that it is built on open source from the ground up: students learn on WordPress, contribute to it, and use generative AI the way the WordPress ecosystem uses it every day, leaving with a credential that employers can verify and a community that continues long after the course ends.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The pilot reflects a shared belief that AI and open source skills should be within reach regardless of where someone lives or what they can afford.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">WordPress was built to expand access to publishing and participation on the open web.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The program is a collaboration with distinct roles for each partner. It is funded through the <a href=\"https://osf.it.uic.edu/\">UIC Tech Solutions Open Source Fund</a>, with support from the <a href=\"https://www.uic.edu/\">University of Illinois Chicago</a> and <a href=\"https://automattic.com/?p=867048\">Automattic</a>, while the WordPress project and the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> contribute to the development of the curriculum itself.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first cohort was just the beginning. The gathering in Chicago brought this group together with employers and agencies, and further job placements are already in motion. </p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-2431c55b wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-center wp-block-paragraph\">The next round of AI Leaders is on the horizon. Subscribe for updates to be the first to hear when the next cohort opens and how to take part.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://ai-leaders.org/#apply\"><strong>Subscribe for AI Leaders Updates</strong></a></div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-dark-strokes-grey-color has-alpha-channel-opacity has-dark-strokes-grey-background-color has-background\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em>WordPress offers a wide range of educational opportunities for people at every stage, from first steps to advanced contribution. Explore workshops, lesson plans, and community-created resources designed to help you build practical skills while connecting with others who are learning and contributing at <a href=\"https://wordpress.org/education/\">WordPress.org/education/</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 20:29:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Open Channels FM: Six Months In: What Open Channels FM Has Been Talking About in 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2555969\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://openchannels.fm/six-months-in-what-open-channels-fm-has-been-talking-about-in-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"In the first half of 2026, conversations on AI\'s impact, WordPress 7.0 launch, and the importance of the open web emerged. Key themes included rethinking work, community, and embracing uncertainty.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 07:31:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: Om Links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=153359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://ma.tt/2026/06/om-links/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6357:\"<p class=\"wp-block-paragraph\">There has been a lot of excitement about the OmFest idea. If you&#8217;d like to attend or contribute, <a href=\"https://docs.google.com/forms/d/e/1FAIpQLScyY9c5MowPFW6BmIitqaaF3T-ykM_d8eD2pq2XqwSt7N50zg/viewform?usp=header\" rel=\"noopener\" target=\"_blank\">please fill out this form as soon as possible</a> so we can gauge the type of venue we need.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Update: <a href=\"https://thankyouom.com/\">ThankYouOm.com from Michael Galpert pulls together all the tweets, Instagram posts, and blog posts into a beautiful site</a>.</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s truly a testament to how Om lived life to see the outpouring of remembrances <a href=\"https://om.co/2026/06/24/1966-2026/\">in comments on the post</a> and <a href=\"https://www.techmeme.com/260625/p50#a260625p50\">around the web on Techmeme</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I do wish he had been more public earlier in his health journey. You never know what you&#8217;ll learn. I&#8217;ll take that as a lesson for myself if I&#8217;m ever in a similar situation.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There have been some great long-form writings about Om:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://daringfireball.net/2026/06/om\">John Gruber ties together Apple, the Yankees, and luggage</a>. &#8220;<em>He not busy being born is busy dying</em>, wrote Dylan. Om Malik wasn’t busy dying even when he was dying.&#8221;</li>\n\n\n\n<li><a href=\"https://brian.blog/om/\">Brian Sirgutz, Curiosity and the Art of Being Seen. On Professor Om &amp; the Malik School for Gifted Omies, Derek Jeter and Truth in Legacy</a>.</li>\n\n\n\n<li><a href=\"https://www.hodinkee.com/articles/in-loving-memory-of-om-malik-friend-writer-venture-capitalist-and-ever-the-believer\">Ben Clymer on Hodinkee</a>. &#8220;Om changed my life. He did it in many ways, often slowly and with subtlety, always with kindness and eminent belief in me.&#8221;</li>\n\n\n\n<li><a href=\"https://staceyoniot.com/thank-you-om-malik/\">Stacey Higginbotham</a> from the original GigaOM.</li>\n\n\n\n<li><a href=\"https://mathewingram.com/work/2026/06/25/om-malik-1966-2026/\">Mathew Ingram</a>.</li>\n\n\n\n<li><a href=\"https://www.nytimes.com/2026/06/26/technology/om-malik-dead.html\">The New York Times did an obituary</a>.</li>\n\n\n\n<li><a href=\"https://runtimewire.com/article/om-malik-taught-silicon-valley-to-read-itself\">Ryan Merket on RuntimeWire</a>.</li>\n\n\n\n<li>Om introduced <a href=\"https://krutal.blog/2026/06/26/om/\">Krutal Desai as his son</a>. &#8220;He had a rare gift of seeing 20 steps ahead while explaining things with remarkable simplicity. He gave wisdom freely, never seeking credit, only wanting to help others succeed.&#8221;</li>\n\n\n\n<li><a href=\"https://susanhobbs.blog/2026/06/27/the-gravity-of-om/\">Susan Hobbs</a>. &#8220;He was a teddy bear to those fortunate enough to know him. [&#8230;] Om created gravity. He was someone you wanted to be around.&#8221;</li>\n\n\n\n<li><a href=\"https://founderthings.substack.com/p/interview-om-malik\">Helena Price shares her thoughts and an old interview of Om</a>. &#8220;If you believe and you can’t seem to do anything other than think about something, you’ve just got to keep doing it. I think the universe has to follow. What’s the point of living if you don’t chase what’s important to you?&#8221;</li>\n\n\n\n<li><a href=\"https://pradeep.md/2026/06/25/om.html\">Pradeep Elankumaran</a>.</li>\n\n\n\n<li><a href=\"https://blog.naveen.com/2026/06/om-2/\">Naveen Selvadurai</a>.</li>\n\n\n\n<li><a href=\"https://explorers.com/my-friend-om/\">Christopher Michel</a>.</li>\n\n\n\n<li><a href=\"https://x.com/jgheller/status/2070267958891524448\">Jonathan Gheller</a>.</li>\n\n\n\n<li><a href=\"https://x.com/mamoonha/status/2070255545643364515\">Mamoon Hamid</a>.</li>\n\n\n\n<li><a href=\"https://boingboing.net/2026/06/25/om-malik-1966-2026.html\">Rob Beschizza on Boing Boing</a>.</li>\n\n\n\n<li><a href=\"https://www.airsugar.com/p/om-malik-1966-to-2026\">Brian Sugar</a>.</li>\n\n\n\n<li><a href=\"https://hugo.blog/2026/06/25/r-i-p-om-malik-%f0%9f%96%a4/\">Hugo Barra</a> on how Om got him to write.</li>\n\n\n\n<li><a href=\"https://everwas.com/2026/06/om/\">Ian Kennedy</a>, also with some great quotes.</li>\n\n\n\n<li><a href=\"https://toni.org/2026/06/25/om-malik/\">Toni Schneider</a>. &#8220;Om was a wonderful person, artistic soul, and original thinker. He was always curious, generous, and warm-hearted.&#8221;</li>\n\n\n\n<li><a href=\"https://seanbonner.com/2026/06/29/death-and-what-we-leave-behind/\">Sean Bonner</a>. &#8220;[H]is feedback and criticism could be sharp – but it was always with the hope that things could be better.&#8221;</li>\n\n\n\n<li><a href=\"https://battellemedia.com/archives/2026/06/remembering-om-malik\">John Battelle</a>. &#8220;Om quickly decided his integrity was more important than the ad dollars he was making with Federated&#8221;</li>\n\n\n\n<li><a href=\"https://winnielim.org/journal/om/\">Winnie Lim</a>. &#8220;Om was one of the very few people in this world I can have an intense conversation about form and content with.&#8221;</li>\n\n\n\n<li><a href=\"https://glass.photo/highlights/remembering-om\">Glass.photo</a>. &#8220;It’s not lost on us that <a href=\"https://glass.photo/om\">Om’s photography</a>, often taken in frozen lands in or around the arctic circle, was the polar opposite of his personality.&#8221;</li>\n\n\n\n<li><a href=\"https://spyglass.org/om/\">M.G. Siegler</a>. &#8220;The true natural born blogger.&#8221;</li>\n\n\n\n<li><a href=\"https://outsidewithacamera.substack.com/p/om-malik-the-path-of-the-one\">Rod Clark, The Path of the One</a>.</li>\n\n\n\n<li><a href=\"https://www.facebook.com/dina.kaplan/posts/pfbid02tiAYzbwam4qZGrtSYquvMUujBFjMzkf8EJFmiUhJHXFt9TYEHmWRrskXagwuxXcsl\">Dina Kaplan</a>, &#8220;Om &#8211; I say as tears come to my eyes &#8211; wanted nothing but to be kind. To be supportive. And to be a friend.&#8221;</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">I know I&#8217;m missing a ton, I&#8217;ll update the above. I also added a <a href=\"https://ma.tt/2026/06/om-forever/\">few more vignettes and pictures to the last post</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-153374\" height=\"453\" src=\"https://i0.wp.com/ma.tt/files/2026/06/IMG_0420-1024x768.jpg?resize=604%2C453&#038;quality=89&#038;ssl=1\" width=\"604\" /></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 Jun 2026 16:34:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 27 Jul 2026 21:06:51 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Mon, 27 Jul 2026 21:00:33 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:5:\"clear\";s:4:\"x-nc\";s:9:\"HIT dca 1\";}s:5:\"build\";i:1764744235;s:21:\"cache_expiration_time\";i:1785229611;s:23:\"__cache_expiration_time\";i:1785229611;}','off'),(369218,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1785229611','off'),(369219,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2026/07/wordpress-7-1-beta-3/\'>WordPress 7.1 Beta 3</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2026/07/wordpress-7-0-2-release/\'>WordPress 7.0.2 Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2026/07/how-iso-works/\'>Matt: How ISO Works</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/wordpress-7-1-beta-3-ai-in-action-at-wcus-playground-ui-testing-and-more-weekend-edition-370/\'>Gutenberg Times: WordPress 7.1 Beta 3, AI in Action at #WCUS, Playground UI testing and more — Weekend Edition 370</a></li><li><a class=\'rsswidget\' href=\'https://aarondcampbell.com/2026/07/wp2shell-coordination-was-part-of-the-protection/\'>Aaron D. Campbell: WP2Shell: Coordination Was Part of the Protection</a></li></ul></div>','off'),(369289,'_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl','1787910564','off'),(369290,'_transient_woocommerce_blocks_asset_api_script_data_ssl','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"a6cb3c938fd270888ce4\",\"dependencies\":[\"wc-types\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"f0cc692c0367e0930c80\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-entities.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-entities.js\",\"version\":\"cdb01de69fb7dbbbb30f\",\"dependencies\":[\"wc-settings\",\"wp-core-data\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"d79dedade2f2e4dc9df4\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"ffb2849a705ee55d810e\",\"dependencies\":[\"wc-blocks-checkout-events\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"9b3f9ad7437063887d6c\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"6436a923b42f4d1b1f6d\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"0db759a8a6e010732c50\",\"dependencies\":[\"react-jsx-runtime\",\"wp-blocks\",\"wp-compose\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"621353d8a3a7c8d44b41\",\"dependencies\":[\"react-jsx-runtime\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"c18bbb2325f333897e6b\",\"dependencies\":[\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"0df720e448f7ab3c5d0d\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"00b931bcc27024fa60ca\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"04a71982bb4ef85763c1\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"f669b3c33346e637602f\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"da57c8c98d31b28d806e\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-checkout-events\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-sanitize\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-checkout-events.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout-events.js\",\"version\":\"2d0fd4590f6cc663947c\",\"dependencies\":[\"wc-types\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"8b64025baef8d338aa5e\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-sanitize\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-schema-parser.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"f762078aeb4207fe9c3d\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/sanitize\\/index.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/sanitize\\/index.js\",\"version\":\"5e942711022623794947\",\"dependencies\":[]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"ed4a4ae27866cf6eafe2\",\"dependencies\":[\"react\",\"wc-experimental\",\"wc-navigation\",\"wc-store-data\",\"wc-tracks\",\"wp-api-fetch\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-data-controls\",\"wp-element\",\"wp-i18n\"]},\"assets\\/client\\/blocks\\/wc-payment-method-cheque.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-payment-method-cheque.js\",\"version\":\"c1965a928c16b4d8b30a\",\"dependencies\":[\"react-jsx-runtime\",\"wc-blocks-registry\",\"wc-sanitize\",\"wc-settings\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\":{\"src\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\",\"version\":\"0446a66f2604add5f739\",\"dependencies\":[\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]}},\"version\":\"wc-10.7.0\",\"hash\":\"e48ffb0856ff7ffe033cd51984d7d0df\"}','off'),(369335,'_site_transient_timeout_bsf_usage_track','1785474421','off'),(369336,'_site_transient_bsf_usage_track','1','off'),(369351,'_transient_timeout_hfe_state_events_checked','1785404958','off'),(369352,'_transient_hfe_state_events_checked','1','off'),(369353,'_transient_timeout_uael_state_events_checked','1785404958','off'),(369354,'_transient_uael_state_events_checked','1','off'),(369357,'_transient_timeout_woocommerce_admin_settings_payments_has_providers_with_incentive','1785322159','off'),(369358,'_transient_woocommerce_admin_settings_payments_has_providers_with_incentive','yes','off'),(369359,'_transient_timeout_uael_license_status','1785340160','off'),(369360,'_transient_uael_license_status','1','off'),(369361,'_transient_timeout__woocommerce_helper_subscriptions','1785329361','off'),(369362,'_transient__woocommerce_helper_subscriptions','a:18:{s:21:\"18734006757412-958589\";a:30:{s:11:\"product_key\";s:35:\"W00-92a36b25-4c59-8186-c1199eec2cad\";s:10:\"product_id\";i:958589;s:12:\"product_name\";s:23:\"WooCommerce Memberships\";s:11:\"product_url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";s:12:\"product_icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:12:\"product_slug\";s:23:\"woocommerce-memberships\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;199\";s:17:\"documentation_url\";s:57:\"https://woocommerce.com/document/woocommerce-memberships/\";s:8:\"zip_slug\";s:23:\"woocommerce-memberships\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1816630752;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734006757412;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-92a36b25-4c59-8186-c1199eec2cad\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734006606057-18693\";a:30:{s:11:\"product_key\";s:35:\"W00-1e1e3170-4523-bf6b-d7e4111614b7\";s:10:\"product_id\";i:18693;s:12:\"product_name\";s:17:\"Shipment Tracking\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:12:\"product_icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"shipment-tracking\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:51:\"https://woocommerce.com/document/shipment-tracking/\";s:8:\"zip_slug\";s:29:\"woocommerce-shipment-tracking\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1928786;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1811262184;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734006606057;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-1e1e3170-4523-bf6b-d7e4111614b7\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734006606057-18620\";a:30:{s:11:\"product_key\";s:35:\"W00-5b1c6be5-444b-8a58-f92f36f8ccfa\";s:10:\"product_id\";i:18620;s:12:\"product_name\";s:21:\"FedEx Shipping Method\";s:11:\"product_url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";s:12:\"product_icon\";s:71:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-FedEx-auxjb7.png\";s:12:\"product_slug\";s:21:\"fedex-shipping-module\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;109\";s:17:\"documentation_url\";s:38:\"https://woocommerce.com/document/fedex\";s:8:\"zip_slug\";s:26:\"woocommerce-shipping-fedex\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1811262184;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734006606057;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-5b1c6be5-444b-8a58-f92f36f8ccfa\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734006578896-6142928\";a:30:{s:11:\"product_key\";s:35:\"W00-27436a67-4f9f-bda6-6db217076646\";s:10:\"product_id\";i:6142928;s:12:\"product_name\";s:20:\"Customize My Account\";s:11:\"product_url\";s:70:\"https://woocommerce.com/products/customize-my-account-for-woocommerce/\";s:12:\"product_icon\";s:94:\"https://woocommerce.com/wp-content/uploads/2020/07/customize-my-account-product-icon-80X80.png\";s:12:\"product_slug\";s:36:\"customize-my-account-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:70:\"https://woocommerce.com/document/customize-my-account-for-woocommerce/\";s:8:\"zip_slug\";s:41:\"customize-my-account-page-for-woocommerce\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1810308159;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734006578896;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-27436a67-4f9f-bda6-6db217076646\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734006481295-18693\";a:30:{s:11:\"product_key\";s:35:\"W00-925fcfdc-4b52-86af-a0a8dc0b5194\";s:10:\"product_id\";i:18693;s:12:\"product_name\";s:17:\"Shipment Tracking\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:12:\"product_icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"shipment-tracking\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:51:\"https://woocommerce.com/document/shipment-tracking/\";s:8:\"zip_slug\";s:29:\"woocommerce-shipment-tracking\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:2:{i:0;i:2390483;i:1;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1807134319;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:1;s:8:\"order_id\";i:18734006481295;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-925fcfdc-4b52-86af-a0a8dc0b5194\";}s:14:\"product_status\";s:7:\"publish\";}s:21:\"18734006462822-958589\";a:30:{s:11:\"product_key\";s:35:\"W00-4267fab3-4cb6-9a84-0646c6d7762e\";s:10:\"product_id\";i:958589;s:12:\"product_name\";s:23:\"WooCommerce Memberships\";s:11:\"product_url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";s:12:\"product_icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:12:\"product_slug\";s:23:\"woocommerce-memberships\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;199\";s:17:\"documentation_url\";s:57:\"https://woocommerce.com/document/woocommerce-memberships/\";s:8:\"zip_slug\";s:23:\"woocommerce-memberships\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1806531604;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734006462822;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-4267fab3-4cb6-9a84-0646c6d7762e\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734006462049-18620\";a:30:{s:11:\"product_key\";s:35:\"W00-35a2b55a-4914-b4be-ad6eb35877b1\";s:10:\"product_id\";i:18620;s:12:\"product_name\";s:21:\"FedEx Shipping Method\";s:11:\"product_url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";s:12:\"product_icon\";s:71:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-FedEx-auxjb7.png\";s:12:\"product_slug\";s:21:\"fedex-shipping-module\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;109\";s:17:\"documentation_url\";s:38:\"https://woocommerce.com/document/fedex\";s:8:\"zip_slug\";s:26:\"woocommerce-shipping-fedex\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1806513486;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734006462049;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-35a2b55a-4914-b4be-ad6eb35877b1\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734006462049-8499707\";a:30:{s:11:\"product_key\";s:35:\"W00-89c8ae32-44ba-b583-54b51225f424\";s:10:\"product_id\";i:8499707;s:12:\"product_name\";s:14:\"Order Approval\";s:11:\"product_url\";s:64:\"https://woocommerce.com/products/order-approval-for-woocommerce/\";s:12:\"product_icon\";s:74:\"https://woocommerce.com/wp-content/uploads/2021/08/Order-Approval.png?w=80\";s:12:\"product_slug\";s:30:\"order-approval-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;49\";s:17:\"documentation_url\";s:64:\"https://woocommerce.com/document/order-approval-for-woocommerce/\";s:8:\"zip_slug\";s:33:\"addify-order-approval-woocommerce\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1806513486;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734006462049;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-89c8ae32-44ba-b583-54b51225f424\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005782359-18665\";a:30:{s:11:\"product_key\";s:35:\"W00-4f211e4a-45ff-b2da-a81f6541525a\";s:10:\"product_id\";i:18665;s:12:\"product_name\";s:19:\"UPS Shipping Method\";s:11:\"product_url\";s:53:\"https://woocommerce.com/products/ups-shipping-method/\";s:12:\"product_icon\";s:64:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-UPS-1.png\";s:12:\"product_slug\";s:19:\"ups-shipping-method\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;109\";s:17:\"documentation_url\";s:53:\"https://woocommerce.com/document/ups-shipping-method/\";s:8:\"zip_slug\";s:24:\"woocommerce-shipping-ups\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1790542250;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005782359;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-4f211e4a-45ff-b2da-a81f6541525a\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005748468-4872510\";a:30:{s:11:\"product_key\";s:35:\"W00-28f9fed4-462d-84ca-a4d0e840bfe8\";s:10:\"product_id\";i:4872510;s:12:\"product_name\";s:15:\"Request a Quote\";s:11:\"product_url\";s:72:\"https://woocommerce.com/products/request-a-quote-plugin-for-woocommerce/\";s:12:\"product_icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2019/10/Request-a-Quote-opbfhy.png\";s:12:\"product_slug\";s:38:\"request-a-quote-plugin-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;69\";s:17:\"documentation_url\";s:46:\"https://woocommerce.com/document/requestquote/\";s:8:\"zip_slug\";s:27:\"woocommerce-request-a-quote\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1789750161;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005748468;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-28f9fed4-462d-84ca-a4d0e840bfe8\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005705317-9008506\";a:30:{s:11:\"product_key\";s:35:\"W00-8cb0613e-48fa-be8a-ecad33ff8cb7\";s:10:\"product_id\";i:9008506;s:12:\"product_name\";s:38:\"User Registration - Custom Form Fields\";s:11:\"product_url\";s:67:\"https://woocommerce.com/products/user-registration-for-woocommerce/\";s:12:\"product_icon\";s:90:\"https://woocommerce.com/wp-content/uploads/2022/05/User-Registration-for-WooCommerce-2.png\";s:12:\"product_slug\";s:33:\"user-registration-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;49\";s:17:\"documentation_url\";s:67:\"https://woocommerce.com/document/user-registration-for-woocommerce/\";s:8:\"zip_slug\";s:33:\"user-registration-for-woocommerce\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1928786;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1788718881;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005705317;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-8cb0613e-48fa-be8a-ecad33ff8cb7\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005661611-4721661\";a:30:{s:11:\"product_key\";s:35:\"W00-494a8ef7-438e-b5fe-70137a826a0a\";s:10:\"product_id\";i:4721661;s:12:\"product_name\";s:10:\"Tax Exempt\";s:11:\"product_url\";s:63:\"https://woocommerce.com/products/woocommerce-tax-exempt-plugin/\";s:12:\"product_icon\";s:65:\"https://woocommerce.com/wp-content/uploads/2019/08/tax-exempt.png\";s:12:\"product_slug\";s:29:\"woocommerce-tax-exempt-plugin\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:51:\"https://woocommerce.com/document/tax-exempt-plugin/\";s:8:\"zip_slug\";s:29:\"woocommerce-tax-exempt-plugin\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1928786;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1787673994;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005661611;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-494a8ef7-438e-b5fe-70137a826a0a\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005336672-18616\";a:30:{s:11:\"product_key\";s:35:\"W00-c53797b8-44e6-9ba5-e86c38d44b30\";s:10:\"product_id\";i:18616;s:12:\"product_name\";s:18:\"Min/Max Quantities\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/minmax-quantities/\";s:12:\"product_icon\";s:100:\"https://woocommerce.com/wp-content/uploads/2011/11/Min-Max_Quantities_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"minmax-quantities\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;49\";s:17:\"documentation_url\";s:50:\"https://woocommerce.com/document/minmax-quantities\";s:8:\"zip_slug\";s:30:\"woocommerce-min-max-quantities\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:0;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1779726171;s:7:\"expired\";b:1;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005336672;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-c53797b8-44e6-9ba5-e86c38d44b30\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005114126-18741\";a:30:{s:11:\"product_key\";s:35:\"W00-ff8458ef-4677-8260-4c4720784c13\";s:10:\"product_id\";i:18741;s:12:\"product_name\";s:27:\"Shipping Multiple Addresses\";s:11:\"product_url\";s:61:\"https://woocommerce.com/products/shipping-multiple-addresses/\";s:12:\"product_icon\";s:109:\"https://woocommerce.com/wp-content/uploads/2012/09/Shipping_Multiple_Addresses_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:27:\"shipping-multiple-addresses\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:60:\"https://woocommerce.com/document/multiple-ship-to-addresses/\";s:8:\"zip_slug\";s:39:\"woocommerce-shipping-multiple-addresses\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:0;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774977480;s:7:\"expired\";b:1;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005114126;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-ff8458ef-4677-8260-4c4720784c13\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005114126-18616\";a:30:{s:11:\"product_key\";s:35:\"W00-764f7368-498f-bdb2-25a9d5000ffd\";s:10:\"product_id\";i:18616;s:12:\"product_name\";s:18:\"Min/Max Quantities\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/minmax-quantities/\";s:12:\"product_icon\";s:100:\"https://woocommerce.com/wp-content/uploads/2011/11/Min-Max_Quantities_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"minmax-quantities\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;49\";s:17:\"documentation_url\";s:50:\"https://woocommerce.com/document/minmax-quantities\";s:8:\"zip_slug\";s:30:\"woocommerce-min-max-quantities\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:0;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774977480;s:7:\"expired\";b:1;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005114126;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-764f7368-498f-bdb2-25a9d5000ffd\";}s:14:\"product_status\";s:7:\"publish\";}s:15:\"7747008-4065824\";a:30:{s:11:\"product_key\";s:35:\"W00-47500c0c-42a4-ba34-856e9519dbd9\";s:10:\"product_id\";i:4065824;s:12:\"product_name\";s:15:\"QuickBooks Sync\";s:11:\"product_url\";s:65:\"https://woocommerce.com/products/quickbooks-sync-for-woocommerce/\";s:12:\"product_icon\";s:63:\"https://woocommerce.com/wp-content/uploads/2019/04/qb_thumb.png\";s:12:\"product_slug\";s:31:\"quickbooks-sync-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:6:\"&#36;0\";s:17:\"documentation_url\";s:65:\"https://woocommerce.com/document/quickbooks-sync-for-woocommerce/\";s:8:\"zip_slug\";s:38:\"myworks-woo-sync-for-quickbooks-online\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1816854561;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:7747008;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-47500c0c-42a4-ba34-856e9519dbd9\";}s:14:\"product_status\";s:7:\"publish\";}s:13:\"wporg-5278104\";a:28:{s:11:\"product_key\";s:13:\"wporg-5278104\";s:10:\"product_id\";i:5278104;s:12:\"product_name\";s:11:\"WooPayments\";s:11:\"product_url\";s:45:\"https://woocommerce.com/products/woopayments/\";s:12:\"product_icon\";s:79:\"https://woocommerce.com/wp-content/uploads/2020/02/icon-WooPayments_160x160.png\";s:12:\"product_slug\";s:11:\"woopayments\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:6:\"&#36;0\";s:17:\"documentation_url\";s:45:\"https://woocommerce.com/document/woopayments/\";s:8:\"zip_slug\";s:20:\"woocommerce-payments\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:1;s:7:\"expires\";i:1816854561;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:100;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:0;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:1;s:13:\"has_changelog\";b:1;}s:23:\"woo-free-18734003407318\";a:28:{s:11:\"product_key\";s:23:\"woo-free-18734003407318\";s:10:\"product_id\";i:18734003407318;s:12:\"product_name\";s:30:\"WooCommerce.com Update Manager\";s:11:\"product_url\";s:52:\"https://woocommerce.com/products/woo-update-manager/\";s:12:\"product_icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2024/03/Woo.com-Update-Manager.png\";s:12:\"product_slug\";s:18:\"woo-update-manager\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:6:\"&#36;0\";s:17:\"documentation_url\";s:52:\"https://woocommerce.com/document/woo-update-manager/\";s:8:\"zip_slug\";s:18:\"woo-update-manager\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:1;s:7:\"expires\";i:1816854561;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:100;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:0;s:21:\"included_in_host_plan\";b:0;s:9:\"is_agency\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;}}','off'),(369365,'_transient_timeout__woocommerce_helper_updates','1785361761','off'),(369366,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"00e0cd097dbe46d39ce3eae9610bbbd7\";s:7:\"updated\";i:1785318561;s:8:\"products\";a:14:{i:18616;a:8:{s:7:\"version\";s:6:\"5.2.10\";s:4:\"slug\";s:17:\"minmax-quantities\";s:3:\"url\";s:51:\"https://woocommerce.com/products/minmax-quantities/\";s:7:\"package\";N;s:14:\"upgrade_notice\";s:48:\"New - Important: WordPress 6.8+ is now required.\";s:12:\"requires_php\";s:3:\"7.4\";s:6:\"tested\";s:3:\"7.0\";s:5:\"icons\";a:2:{s:2:\"1x\";s:100:\"https://woocommerce.com/wp-content/uploads/2011/11/Min-Max_Quantities_icon-marketplace-160x160-2.png\";s:7:\"default\";s:100:\"https://woocommerce.com/wp-content/uploads/2011/11/Min-Max_Quantities_icon-marketplace-160x160-2.png\";}}i:18620;a:8:{s:7:\"version\";s:5:\"4.6.2\";s:4:\"slug\";s:21:\"fedex-shipping-module\";s:3:\"url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";s:7:\"package\";s:423:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-fedex/woocommerce-shipping-fedex.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=fcbae31324f54d2390447ceefbbbe3a75485a5b10cdd48bc37d3f0f21fae9dd7\";s:14:\"upgrade_notice\";s:39:\"Tweak - WooCommerce 11.0 Compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";s:6:\"tested\";s:3:\"7.0\";s:5:\"icons\";a:2:{s:2:\"1x\";s:71:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-FedEx-auxjb7.png\";s:7:\"default\";s:71:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-FedEx-auxjb7.png\";}}i:18665;a:8:{s:7:\"version\";s:6:\"3.9.12\";s:4:\"slug\";s:19:\"ups-shipping-method\";s:3:\"url\";s:53:\"https://woocommerce.com/products/ups-shipping-method/\";s:7:\"package\";s:419:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-ups/woocommerce-shipping-ups.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=f901834169641aef676fc70b6c71ace7d1e1808124c99b2a7296811914f50f80\";s:14:\"upgrade_notice\";s:136:\"Fix   - Skip UPS destination address validation for carts that contain only virtual products, so they are no longer blocked at checkout.\";s:12:\"requires_php\";s:3:\"7.4\";s:6:\"tested\";s:3:\"7.0\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-UPS-1.png\";s:7:\"default\";s:64:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-UPS-1.png\";}}i:18693;a:8:{s:7:\"version\";s:5:\"2.7.5\";s:4:\"slug\";s:17:\"shipment-tracking\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:7:\"package\";s:429:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipment-tracking/woocommerce-shipment-tracking.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=494e37ec50bfa9a5cb28321000daaff57e47c0b3b7bdd4979da1e9ab2477bb2c\";s:14:\"upgrade_notice\";s:39:\"Tweak - WooCommerce 11.0 Compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";s:6:\"tested\";s:3:\"7.0\";s:5:\"icons\";a:2:{s:2:\"1x\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";s:7:\"default\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";}}i:18741;a:8:{s:7:\"version\";s:6:\"4.3.10\";s:4:\"slug\";s:27:\"shipping-multiple-addresses\";s:3:\"url\";s:61:\"https://woocommerce.com/products/shipping-multiple-addresses/\";s:7:\"package\";N;s:14:\"upgrade_notice\";s:39:\"Tweak - WooCommerce 11.0 Compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";s:6:\"tested\";s:3:\"7.0\";s:5:\"icons\";a:2:{s:2:\"1x\";s:109:\"https://woocommerce.com/wp-content/uploads/2012/09/Shipping_Multiple_Addresses_icon-marketplace-160x160-2.png\";s:7:\"default\";s:109:\"https://woocommerce.com/wp-content/uploads/2012/09/Shipping_Multiple_Addresses_icon-marketplace-160x160-2.png\";}}i:958589;a:8:{s:7:\"version\";s:6:\"1.29.1\";s:4:\"slug\";s:23:\"woocommerce-memberships\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";s:7:\"package\";s:417:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-memberships/woocommerce-memberships.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=c5d3788de44f9c391302222c4d40d11a0ae0a4931795434616d6a9b9911d7f60\";s:14:\"upgrade_notice\";s:171:\"Fix - Block editor: prevent \"Updating failed\" banner when users without the `manage_woocommerce_membership_plans` capability (e.g. Editor, Author, Contributor) save a post\";s:12:\"requires_php\";s:3:\"7.4\";s:6:\"tested\";s:3:\"7.0\";s:5:\"icons\";a:2:{s:2:\"1x\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:7:\"default\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";}}i:4065824;a:8:{s:7:\"version\";s:5:\"3.0.2\";s:4:\"slug\";s:31:\"quickbooks-sync-for-woocommerce\";s:3:\"url\";s:65:\"https://woocommerce.com/products/quickbooks-sync-for-woocommerce/\";s:7:\"package\";s:447:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/myworks-woo-sync-for-quickbooks-online/myworks-woo-sync-for-quickbooks-online.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=6c009264280795f4b5f37d9dc45ae9d993dafd974a544d952a89a6c781b4c4f0\";s:14:\"upgrade_notice\";s:60:\"Improved order data handling for stores not yet running HPOS\";s:12:\"requires_php\";s:3:\"7.3\";s:6:\"tested\";s:3:\"6.9\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://woocommerce.com/wp-content/uploads/2019/04/qb_thumb.png\";s:7:\"default\";s:63:\"https://woocommerce.com/wp-content/uploads/2019/04/qb_thumb.png\";}}i:4721661;a:8:{s:7:\"version\";s:5:\"1.9.5\";s:4:\"slug\";s:29:\"woocommerce-tax-exempt-plugin\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-tax-exempt-plugin/\";s:7:\"package\";s:429:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-tax-exempt-plugin/woocommerce-tax-exempt-plugin.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=ae0cac40513ae702399b457d7ea439b7d7dd7ca83a093b00a5bc8b9e88739959\";s:14:\"upgrade_notice\";s:92:\"Fix - Fixed an issue causing an indefinite update_order_review request loop during checkout.\";s:12:\"requires_php\";s:3:\"7.4\";s:6:\"tested\";s:5:\"7.0.0\";s:5:\"icons\";a:2:{s:2:\"1x\";s:65:\"https://woocommerce.com/wp-content/uploads/2019/08/tax-exempt.png\";s:7:\"default\";s:65:\"https://woocommerce.com/wp-content/uploads/2019/08/tax-exempt.png\";}}i:4872510;a:8:{s:7:\"version\";s:5:\"2.9.1\";s:4:\"slug\";s:38:\"request-a-quote-plugin-for-woocommerce\";s:3:\"url\";s:72:\"https://woocommerce.com/products/request-a-quote-plugin-for-woocommerce/\";s:7:\"package\";s:425:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-request-a-quote/woocommerce-request-a-quote.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=56429ce3791fbb4efa41de2fcc590ea6c0031fdf18c906584f45f71dffd42842\";s:14:\"upgrade_notice\";s:77:\"Update - Updated compatibility for latest WordPress and WooCommerce versions.\";s:12:\"requires_php\";s:3:\"7.4\";s:6:\"tested\";s:5:\"7.0.0\";s:5:\"icons\";a:2:{s:2:\"1x\";s:77:\"https://woocommerce.com/wp-content/uploads/2019/10/Request-a-Quote-opbfhy.png\";s:7:\"default\";s:77:\"https://woocommerce.com/wp-content/uploads/2019/10/Request-a-Quote-opbfhy.png\";}}i:5278104;a:8:{s:7:\"version\";s:6:\"10.9.0\";s:4:\"slug\";s:11:\"woopayments\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woocommerce-payments.10.9.0.zip\";s:14:\"upgrade_notice\";s:97:\"Add - Add a Balance reconciliation report to the WooPayments Reports area (behind a feature flag)\";s:12:\"requires_php\";s:3:\"7.4\";s:6:\"tested\";s:3:\"7.0\";s:5:\"icons\";a:2:{s:2:\"1x\";s:79:\"https://woocommerce.com/wp-content/uploads/2020/02/icon-WooPayments_160x160.png\";s:7:\"default\";s:79:\"https://woocommerce.com/wp-content/uploads/2020/02/icon-WooPayments_160x160.png\";}}i:6142928;a:8:{s:7:\"version\";s:5:\"2.1.0\";s:4:\"slug\";s:36:\"customize-my-account-for-woocommerce\";s:3:\"url\";s:70:\"https://woocommerce.com/products/customize-my-account-for-woocommerce/\";s:7:\"package\";s:453:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=a65aee0657718c9e0521198a0a6ab72b5ca638a1fe21685400df1521fcf31443\";s:14:\"upgrade_notice\";s:107:\"Feature - Added a new Banners menu for creating Widget and Image banners to display on the My Account page.\";s:12:\"requires_php\";s:3:\"5.6\";s:6:\"tested\";s:3:\"7.0\";s:5:\"icons\";a:2:{s:2:\"1x\";s:94:\"https://woocommerce.com/wp-content/uploads/2020/07/customize-my-account-product-icon-80X80.png\";s:7:\"default\";s:94:\"https://woocommerce.com/wp-content/uploads/2020/07/customize-my-account-product-icon-80X80.png\";}}i:8499707;a:8:{s:7:\"version\";s:5:\"1.4.1\";s:4:\"slug\";s:30:\"order-approval-for-woocommerce\";s:3:\"url\";s:64:\"https://woocommerce.com/products/order-approval-for-woocommerce/\";s:7:\"package\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/addify-order-approval-woocommerce/addify-order-approval-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=cb556e671da514984586238fea65f30e6c6ac438e44d5d279f9a802b94b86583\";s:14:\"upgrade_notice\";s:78:\"Update -  Updated compatibility for latest WooCommerce and WordPress versions.\";s:12:\"requires_php\";s:3:\"7.4\";s:6:\"tested\";s:5:\"6.*.*\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://woocommerce.com/wp-content/uploads/2021/08/Order-Approval.png?w=80\";s:7:\"default\";s:74:\"https://woocommerce.com/wp-content/uploads/2021/08/Order-Approval.png?w=80\";}}i:9008506;a:8:{s:7:\"version\";s:5:\"1.9.0\";s:4:\"slug\";s:33:\"user-registration-for-woocommerce\";s:3:\"url\";s:67:\"https://woocommerce.com/products/user-registration-for-woocommerce/\";s:7:\"package\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/user-registration-for-woocommerce/user-registration-for-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=e2f8d3cf397b7c2d2e8b2ab8256465811b2178572fdba166b75119f4a8beb2a3\";s:14:\"upgrade_notice\";s:30:\"fix - Default User Role issue.\";s:12:\"requires_php\";s:3:\"5.6\";s:6:\"tested\";s:5:\"7.0.2\";s:5:\"icons\";a:2:{s:2:\"1x\";s:90:\"https://woocommerce.com/wp-content/uploads/2022/05/User-Registration-for-WooCommerce-2.png\";s:7:\"default\";s:90:\"https://woocommerce.com/wp-content/uploads/2022/05/User-Registration-for-WooCommerce-2.png\";}}i:18734003407318;a:8:{s:7:\"version\";s:5:\"1.0.3\";s:4:\"slug\";s:18:\"woo-update-manager\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woo-update-manager/\";s:7:\"package\";s:407:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woo-update-manager/woo-update-manager.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20260729%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260729T094921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=5fe5197143444369097f81042f5b7f6f7bbc158f708be0306a714c7e73bdcc95\";s:14:\"upgrade_notice\";s:77:\"Update - Declare compatibility with WooCommerce cart_checkout_blocks feature.\";s:12:\"requires_php\";s:3:\"7.3\";s:6:\"tested\";s:3:\"6.5\";s:5:\"icons\";a:2:{s:2:\"1x\";s:77:\"https://woocommerce.com/wp-content/uploads/2024/03/Woo.com-Update-Manager.png\";s:7:\"default\";s:77:\"https://woocommerce.com/wp-content/uploads/2024/03/Woo.com-Update-Manager.png\";}}}s:6:\"errors\";a:0:{}}','off'),(369367,'_transient_timeout__woocommerce_helper_product_usage_notice_rules','1785404962','off'),(369368,'_transient__woocommerce_helper_product_usage_notice_rules','a:3:{s:35:\"wait_in_seconds_after_any_dismisses\";i:259200;s:8:\"products\";a:2:{i:4652610;a:8:{s:4:\"name\";s:11:\"AutomateWoo\";s:13:\"regular_price\";s:3:\"159\";s:14:\"max_dismissals\";i:2;s:29:\"wait_in_seconds_after_dismiss\";i:604800;s:34:\"wait_in_seconds_after_remind_later\";i:1209600;s:7:\"show_as\";s:5:\"modal\";s:12:\"color_scheme\";s:7:\"default\";s:7:\"screens\";a:10:{s:38:\"automatewoo_page_automatewoo-dashboard\";a:0:{}s:16:\"edit-aw_workflow\";a:0:{}s:11:\"aw_workflow\";a:0:{}s:33:\"automatewoo_page_automatewoo-logs\";a:0:{}s:34:\"automatewoo_page_automatewoo-queue\";a:0:{}s:34:\"automatewoo_page_automatewoo-carts\";a:0:{}s:35:\"automatewoo_page_automatewoo-guests\";a:0:{}s:36:\"automatewoo_page_automatewoo-opt-ins\";a:0:{}s:34:\"automatewoo_page_automatewoo-tools\";a:0:{}s:37:\"automatewoo_page_automatewoo-settings\";a:0:{}}}i:27147;a:8:{s:4:\"name\";s:25:\"WooCommerce Subscriptions\";s:13:\"regular_price\";s:3:\"279\";s:14:\"max_dismissals\";i:2;s:29:\"wait_in_seconds_after_dismiss\";i:604800;s:34:\"wait_in_seconds_after_remind_later\";i:1209600;s:7:\"show_as\";s:5:\"modal\";s:12:\"color_scheme\";s:7:\"default\";s:7:\"screens\";a:2:{s:45:\"woocommerce_page_wc-orders--shop_subscription\";a:0:{}s:28:\"woocommerce_page_wc-settings\";a:1:{s:2:\"qs\";a:1:{s:3:\"tab\";s:13:\"subscriptions\";}}}}}s:19:\"restricted_products\";a:1:{i:216836;a:2:{s:4:\"name\";s:18:\"Composite Products\";s:13:\"regular_price\";s:3:\"149\";}}}','off'),(369369,'_transient_timeout_wc_tracks_blog_details','1785404962','off'),(369370,'_transient_wc_tracks_blog_details','a:6:{s:3:\"url\";s:44:\"https://clinicstore.liceclinicsofamerica.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:7:\"blog_id\";b:0;s:8:\"store_id\";s:36:\"cfaf79f4-92b5-4788-bf08-cc8c7baea606\";s:14:\"products_count\";s:1:\"9\";s:10:\"wc_version\";s:6:\"10.7.0\";}','off'),(369371,'_transient_timeout_elementor_remote_info_api_data_4.1.0','1785361763','off'),(369372,'_transient_elementor_remote_info_api_data_4.1.0','a:4:{s:9:\"timestamp\";s:10:\"1785318144\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:3;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:5;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:7;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:9;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:10;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:13:\"Portfolio Bio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:11;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:12;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:13;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(369391,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1785327108;s:8:\"response\";a:5:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.2.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"6.7.1\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.6.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.gif?rev=3182943\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.gif?rev=3182943\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.png?rev=3625253\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.png?rev=3625253\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"2.9.2\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.2.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:6:\"10.9.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.9\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.9.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.9.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=3206423\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=3206423\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:9:{s:83:\"add-quantity-field-on-shop-page-for-woocommerce/add-quantity-field-on-shop-page.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:61:\"w.org/plugins/add-quantity-field-on-shop-page-for-woocommerce\";s:4:\"slug\";s:47:\"add-quantity-field-on-shop-page-for-woocommerce\";s:6:\"plugin\";s:83:\"add-quantity-field-on-shop-page-for-woocommerce/add-quantity-field-on-shop-page.php\";s:11:\"new_version\";s:6:\"1.0.20\";s:3:\"url\";s:78:\"https://wordpress.org/plugins/add-quantity-field-on-shop-page-for-woocommerce/\";s:7:\"package\";s:97:\"https://downloads.wordpress.org/plugin/add-quantity-field-on-shop-page-for-woocommerce.1.0.20.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:91:\"https://s.w.org/plugins/geopattern-icon/add-quantity-field-on-shop-page-for-woocommerce.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";}s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:6:\"1.4.11\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/better-search-replace.1.4.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=2706527\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=2706527\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=2706527\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.jpg?rev=2706527\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";}s:56:\"woo-checkout-field-editor-pro/checkout-form-designer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:43:\"w.org/plugins/woo-checkout-field-editor-pro\";s:4:\"slug\";s:29:\"woo-checkout-field-editor-pro\";s:6:\"plugin\";s:56:\"woo-checkout-field-editor-pro/checkout-form-designer.php\";s:11:\"new_version\";s:5:\"2.1.9\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/woo-checkout-field-editor-pro/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/woo-checkout-field-editor-pro.2.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/woo-checkout-field-editor-pro/assets/icon-256x256.gif?rev=3479964\";s:2:\"1x\";s:82:\"https://ps.w.org/woo-checkout-field-editor-pro/assets/icon-128x128.gif?rev=3479964\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/woo-checkout-field-editor-pro/assets/banner-1544x500.jpg?rev=3479964\";s:2:\"1x\";s:84:\"https://ps.w.org/woo-checkout-field-editor-pro/assets/banner-772x250.jpg?rev=3479964\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:47:\"bp-custom-order-status-for-woocommerce/main.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:52:\"w.org/plugins/bp-custom-order-status-for-woocommerce\";s:4:\"slug\";s:38:\"bp-custom-order-status-for-woocommerce\";s:6:\"plugin\";s:47:\"bp-custom-order-status-for-woocommerce/main.php\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:69:\"https://wordpress.org/plugins/bp-custom-order-status-for-woocommerce/\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/plugin/bp-custom-order-status-for-woocommerce.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/bp-custom-order-status-for-woocommerce/assets/icon-256x256.gif?rev=3056274\";s:2:\"1x\";s:91:\"https://ps.w.org/bp-custom-order-status-for-woocommerce/assets/icon-128x128.gif?rev=3056274\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:94:\"https://ps.w.org/bp-custom-order-status-for-woocommerce/assets/banner-1544x500.png?rev=2805890\";s:2:\"1x\";s:93:\"https://ps.w.org/bp-custom-order-status-for-woocommerce/assets/banner-772x250.png?rev=2805890\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:56:\"order-status-control-for-woocommerce/bv-order-status.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:50:\"w.org/plugins/order-status-control-for-woocommerce\";s:4:\"slug\";s:36:\"order-status-control-for-woocommerce\";s:6:\"plugin\";s:56:\"order-status-control-for-woocommerce/bv-order-status.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:67:\"https://wordpress.org/plugins/order-status-control-for-woocommerce/\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/plugin/order-status-control-for-woocommerce.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/order-status-control-for-woocommerce/assets/icon-256x256.gif?rev=3047716\";s:2:\"1x\";s:89:\"https://ps.w.org/order-status-control-for-woocommerce/assets/icon-128x128.gif?rev=3047716\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:92:\"https://ps.w.org/order-status-control-for-woocommerce/assets/banner-1544x500.png?rev=2803325\";s:2:\"1x\";s:91:\"https://ps.w.org/order-status-control-for-woocommerce/assets/banner-772x250.png?rev=2803325\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/simple-301-redirects\";s:4:\"slug\";s:20:\"simple-301-redirects\";s:6:\"plugin\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:11:\"new_version\";s:5:\"2.1.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/simple-301-redirects/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/simple-301-redirects.2.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/simple-301-redirects/assets/icon-256x256.jpg?rev=2783827\";s:2:\"1x\";s:73:\"https://ps.w.org/simple-301-redirects/assets/icon-128x128.jpg?rev=2783827\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/simple-301-redirects/assets/banner-1544x500.png?rev=2783827\";s:2:\"1x\";s:75:\"https://ps.w.org/simple-301-redirects/assets/banner-772x250.png?rev=2783827\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.9.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.9.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}}s:7:\"checked\";a:20:{s:83:\"add-quantity-field-on-shop-page-for-woocommerce/add-quantity-field-on-shop-page.php\";s:6:\"1.0.20\";s:47:\"better-search-replace/better-search-replace.php\";s:6:\"1.4.11\";s:56:\"woo-checkout-field-editor-pro/checkout-form-designer.php\";s:5:\"2.1.9\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.7.0\";s:47:\"bp-custom-order-status-for-woocommerce/main.php\";s:3:\"2.0\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.9\";s:23:\"elementor/elementor.php\";s:5:\"4.1.0\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"4.1.0\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"6.6.5\";s:56:\"essential-addons-elementor/essential_adons_elementor.php\";s:5:\"6.8.2\";s:56:\"order-status-control-for-woocommerce/bv-order-status.php\";s:3:\"1.2\";s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";s:5:\"2.3.0\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:5:\"2.1.0\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"2.8.7\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:6:\"1.44.3\";s:27:\"woocommerce/woocommerce.php\";s:6:\"10.7.0\";s:41:\"woo-update-manager/woo-update-manager.php\";s:5:\"1.0.3\";s:63:\"woocommerce-shipment-tracking/woocommerce-shipment-tracking.php\";s:5:\"2.7.2\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.9.5\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.8.0\";}}','off'),(369400,'_transient_timeout_wpi_check_ran_2561784b','1785340268','off'),(369401,'_transient_wpi_check_ran_2561784b','1','off'),(369412,'_site_transient_timeout_theme_roots','1785336701','off'),(369413,'_site_transient_theme_roots','a:2:{s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}','off'),(369444,'_transient_timeout_as-post-store-dependencies-met','1785445650','off'),(369445,'_transient_as-post-store-dependencies-met','yes','off'),(369494,'_transient_timeout_wc_related_184198','1785494470','off'),(369495,'_transient_wc_related_184198','a:1:{s:54:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=184198\";a:5:{i:0;s:6:\"184192\";i:1;s:6:\"184194\";i:2;s:6:\"184196\";i:3;s:6:\"184199\";i:4;s:6:\"184201\";}}','off'),(369497,'_transient_timeout_wc_related_184194','1785494472','off'),(369498,'_transient_wc_related_184194','a:1:{s:54:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=184194\";a:5:{i:0;s:6:\"184192\";i:1;s:6:\"184196\";i:2;s:6:\"184198\";i:3;s:6:\"184199\";i:4;s:6:\"184201\";}}','off'),(369500,'_transient_timeout_wc_related_184192','1785494473','off'),(369501,'_transient_wc_related_184192','a:1:{s:54:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=184192\";a:5:{i:0;s:6:\"184194\";i:1;s:6:\"184196\";i:2;s:6:\"184198\";i:3;s:6:\"184199\";i:4;s:6:\"184201\";}}','off'),(369503,'_transient_timeout_wc_related_47','1785494474','off'),(369504,'_transient_wc_related_47','a:1:{s:50:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=47\";a:2:{i:0;s:2:\"46\";i:1;s:2:\"48\";}}','off'),(369506,'_transient_timeout_wc_related_184196','1785494476','off'),(369507,'_transient_wc_related_184196','a:1:{s:54:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=184196\";a:5:{i:0;s:6:\"184192\";i:1;s:6:\"184194\";i:2;s:6:\"184198\";i:3;s:6:\"184199\";i:4;s:6:\"184201\";}}','off'),(369509,'_transient_timeout_wc_related_184199','1785494477','off'),(369510,'_transient_wc_related_184199','a:1:{s:54:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=184199\";a:5:{i:0;s:6:\"184192\";i:1;s:6:\"184194\";i:2;s:6:\"184196\";i:3;s:6:\"184198\";i:4;s:6:\"184201\";}}','off'),(369512,'_transient_timeout_wc_related_46','1785494478','off'),(369513,'_transient_wc_related_46','a:1:{s:50:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=46\";a:2:{i:0;s:2:\"47\";i:1;s:2:\"48\";}}','off'),(369515,'_transient_timeout_wc_related_48','1785494480','off'),(369516,'_transient_wc_related_48','a:1:{s:50:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=48\";a:2:{i:0;s:2:\"46\";i:1;s:2:\"47\";}}','off'),(369518,'_transient_timeout_wc_related_184201','1785494481','off'),(369519,'_transient_wc_related_184201','a:1:{s:54:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=184201\";a:5:{i:0;s:6:\"184192\";i:1;s:6:\"184194\";i:2;s:6:\"184196\";i:3;s:6:\"184198\";i:4;s:6:\"184199\";}}','off'),(369525,'_elementor_design_system_sync_css_meta','a:2:{s:4:\"time\";i:1785408166;i:0;b:0;}','auto'),(369528,'_site_transient_timeout_wp_theme_files_patterns-ba8ce4abb2825cb179bac775f1021e8f','1785414269','off'),(369529,'_site_transient_wp_theme_files_patterns-ba8ce4abb2825cb179bac775f1021e8f','a:2:{s:7:\"version\";s:5:\"3.4.9\";s:8:\"patterns\";a:0:{}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=196486 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (18,11,'_elementor_edit_mode','builder'),(19,11,'_elementor_template_type','kit'),(20,11,'_elementor_version','3.30.1'),(21,11,'_elementor_pro_version','3.30.0'),(22,12,'_wp_attached_file','2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png'),(23,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:107;s:4:\"file\";s:62:\"2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1-150x107.png\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33,16,'_edit_lock','1768337340:2'),(34,16,'_edit_last','2'),(35,16,'_elementor_edit_mode','builder'),(36,16,'_elementor_template_type','wp-page'),(37,16,'_elementor_version','3.34.1'),(38,16,'_elementor_pro_version','3.34.0'),(39,16,'_astra_content_layout_flag','disabled'),(40,16,'site-post-title','disabled'),(41,16,'ast-title-bar-display','disabled'),(42,16,'ast-featured-img','disabled'),(43,16,'site-content-layout','page-builder'),(44,16,'site-sidebar-layout','no-sidebar'),(46,16,'_wp_page_template','elementor_canvas'),(47,16,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a129e4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b00b4b5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1d741a6\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"561729f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d5e082\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a78d4f5\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3455ab9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4c19abb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a3f49bb\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a895969\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9e71a52\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0c8ce3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8cba301\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"21f912f\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf8da2c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"995f2ae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"78d4e45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d676126\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"95153b2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c88df81\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a30b71f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"552d127\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"70eaa90\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f7b009\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0671cc3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"411c8a5\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6f15dc\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f72c403\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77932c4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c9f51e9\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8ff7546\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ea63c9\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"342f956\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"415702f\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51f28a4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5446be8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2730c1e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"39bc817\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"28fb526\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8704052\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e798249\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f1949d2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef922bf\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae41d36\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9fa9c5b\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5bda1de\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"172f0b3\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ddf0072\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1eac0fa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"74cbf16\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fe7bb12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5fbc59a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7d9088\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34f34b1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ae4508c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"2b66464\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fee1d0f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"86adcaa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34cba09\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"068c376\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"29883e3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256d581\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6c3ab5\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a40836e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3a68815\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7383e1d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"47becc1\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"80704d6\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4eb9751\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"37459ff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"699c362\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a79809f\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"400b258\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"98be2cf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"42c3a73\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a645f8f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6dbc671\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5beda12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7a67ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"750a519\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a416c46\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ba39a18\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"079f567\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"06e8d57\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3eb05c7\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f891778\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75f76f6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcafa4a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"09d4a14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bc3128d\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2d0f023\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b4c1980\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fe1e90c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"90e6dbb\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5361fb\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bd56313\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c670ea\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b45b68a\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"841030d\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5724c9b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"268231f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"e959193\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"04b3019\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2a504d8\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b832672\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4a9d1fb\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ebfd543\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a06b5a0\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69275eb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0db5f5c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"6ca41a1\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"eed6af6\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c099dc\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e59f050\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04d446d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"26a5cb8\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"27c22e0\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your Username and Password are the same as the Ginesis product store. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e18ba5c\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"7c701b7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"466f55b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"03d5187\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4693640\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d7ca032\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"455d17a\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"06f6ef2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"feac9b7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b483be\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2b1e37b\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_key\":\"login_status\",\"_id\":\"cfc29d6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}],\"display_condition_enable\":\"yes\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1e179a7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9d3a7f5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"9df4423\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5a77d0b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ba8179\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60e3566\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"69ead00\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5f4fb7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f97d904\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9e7901a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f926893\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bbda8fb\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"051c9c8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c85450\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d822cdc\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c4c10a4\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"002fa03\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8b2e669\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"05fbe09\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"5d2a0bf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5ac42a0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6a5f6cd\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5bf6b2d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c77d01e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dca5d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fcc02a9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"81a97e1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"21f69cd\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"ab424ce\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bfaf606\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"9acf331\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f733f5\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b395274\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3f246c0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8d590c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"62e3b5a\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4402ece\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9036b96\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"3e96e9d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"db0efee\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c73ea44\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a0a5d97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9e50cff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5d2a91\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f94f85a\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a14dc5\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"507fdae\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2a1250c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2d707ec\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f1038b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b8308f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"86c65ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53801db\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"61b1cd6\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(51,16,'theme-transparent-header-meta','default'),(52,16,'stick-header-meta','default'),(53,18,'_wp_attached_file','woocommerce-placeholder.png'),(54,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(81,25,'_wp_attached_file','2021/03/ActiveRinse8oz.jpg'),(82,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2021/03/ActiveRinse8oz.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"ActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"ActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(83,26,'_wp_attached_file','2021/03/ActiveRinse16oz.jpg'),(84,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/03/ActiveRinse16oz.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"ActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"ActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(85,27,'_wp_attached_file','2021/03/CombOutMousse.jpg'),(86,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/03/CombOutMousse.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"CombOutMousse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"CombOutMousse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(87,28,'_wp_attached_file','2021/03/LRK.jpg'),(88,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2021/03/LRK.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"LRK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"LRK-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"LRK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"LRK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"LRK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"LRK-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(89,29,'_wp_attached_file','2021/03/PreventativeDetanglingSpray.jpg'),(90,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2021/03/PreventativeDetanglingSpray.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(91,30,'_wp_attached_file','2021/03/PreventativeSpray.jpg'),(92,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/PreventativeSpray.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"PreventativeSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"PreventativeSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(93,31,'_wp_attached_file','2021/03/PreventiveConditioner.jpg'),(94,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/03/PreventiveConditioner.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"PreventiveConditioner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"PreventiveConditioner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(95,32,'_wp_attached_file','2021/03/PreventiveHairbands.jpg'),(96,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/PreventiveHairbands.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"PreventiveHairbands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"PreventiveHairbands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(97,33,'_wp_attached_file','2021/03/PreventiveKit.jpg'),(98,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/03/PreventiveKit.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"PreventiveKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"PreventiveKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(99,34,'_wp_attached_file','2021/03/PreventiveShampoo.jpg'),(100,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/PreventiveShampoo.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"PreventiveShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"PreventiveShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(101,35,'_wp_attached_file','2021/03/TerminatorComb.jpg'),(102,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2021/03/TerminatorComb.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TerminatorComb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"TerminatorComb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(258,46,'_sku','LCoA LRK - Lice Remover Kit'),(259,46,'total_sales','17'),(260,46,'_tax_status','taxable'),(261,46,'_tax_class',''),(262,46,'_manage_stock','no'),(263,46,'_backorders','no'),(264,46,'_sold_individually','no'),(265,46,'_virtual','no'),(266,46,'_downloadable','no'),(267,46,'_download_limit','0'),(268,46,'_download_expiry','0'),(269,46,'_stock',NULL),(270,46,'_stock_status','instock'),(271,46,'_wc_average_rating','0'),(272,46,'_wc_review_count','0'),(273,46,'_product_version','10.2.1'),(275,47,'_sku','ONECURE-KIT-18'),(276,47,'total_sales','34'),(277,47,'_tax_status','taxable'),(278,47,'_tax_class',''),(279,47,'_manage_stock','no'),(280,47,'_backorders','no'),(281,47,'_sold_individually','no'),(282,47,'_virtual','no'),(283,47,'_downloadable','no'),(284,47,'_download_limit','0'),(285,47,'_download_expiry','0'),(287,47,'_stock_status','instock'),(288,47,'_wc_average_rating','0'),(289,47,'_wc_review_count','0'),(290,47,'_product_version','10.2.1'),(292,48,'_sku','ONECURE-TIPKIT-18'),(293,48,'total_sales','17'),(294,48,'_tax_status','taxable'),(295,48,'_tax_class',''),(296,48,'_manage_stock','no'),(297,48,'_backorders','no'),(298,48,'_sold_individually','no'),(299,48,'_virtual','no'),(300,48,'_downloadable','no'),(301,48,'_download_limit','0'),(302,48,'_download_expiry','0'),(304,48,'_stock_status','instock'),(305,48,'_wc_average_rating','0'),(306,48,'_wc_review_count','0'),(307,48,'_product_version','10.2.1'),(360,52,'_wp_attached_file','2021/03/ActiveRinse8oz-1.jpg'),(361,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2021/03/ActiveRinse8oz-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(362,52,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/ActiveRinse8oz.jpg'),(367,53,'_wp_attached_file','2021/03/ActiveRinse16oz-1.jpg'),(368,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/ActiveRinse16oz-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(369,53,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/ActiveRinse16oz.jpg'),(374,54,'_wp_attached_file','2021/03/PreventiveShampoo-1.jpg'),(375,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/PreventiveShampoo-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"PreventiveShampoo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"PreventiveShampoo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(376,54,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveShampoo.jpg'),(381,55,'_wp_attached_file','2021/03/PreventiveConditioner-1.jpg'),(382,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2021/03/PreventiveConditioner-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"PreventiveConditioner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"PreventiveConditioner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(383,55,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveConditioner.jpg'),(388,56,'_wp_attached_file','2021/03/TerminatorComb-1.jpg'),(389,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2021/03/TerminatorComb-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"TerminatorComb-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"TerminatorComb-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(390,56,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/TerminatorComb.jpg'),(395,57,'_wp_attached_file','2021/03/CombOutMousse-1.jpg'),(396,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/03/CombOutMousse-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"CombOutMousse-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"CombOutMousse-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(397,57,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/CombOutMousse.jpg'),(402,58,'_wp_attached_file','2021/03/PreventativeSpray-1.jpg'),(403,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/PreventativeSpray-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"PreventativeSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"PreventativeSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(404,58,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventativeSpray.jpg'),(409,59,'_wp_attached_file','2021/03/PreventiveKit-1.jpg'),(410,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/03/PreventiveKit-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"PreventiveKit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"PreventiveKit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(411,59,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveKit.jpg'),(416,60,'_wp_attached_file','2021/03/ClarifyingShampoo.jpg'),(417,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/ClarifyingShampoo.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"ClarifyingShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"ClarifyingShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(418,60,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/ClarifyingShampoo.jpg'),(423,61,'_wp_attached_file','2021/03/LRK-1.jpg'),(424,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2021/03/LRK-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"LRK-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"LRK-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"LRK-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"LRK-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"LRK-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"LRK-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(425,61,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/LRK-1.jpg'),(426,46,'_wp_old_slug','import-placeholder-for-16697'),(428,46,'_thumbnail_id','61'),(430,62,'_wp_attached_file','2021/03/OneCure.jpg'),(431,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2021/03/OneCure.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"OneCure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"OneCure-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"OneCure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"OneCure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"OneCure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"OneCure-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(432,62,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/OneCure.jpg'),(433,47,'_wp_old_slug','import-placeholder-for-16700'),(435,47,'_thumbnail_id','62'),(437,63,'_wp_attached_file','2021/03/OneCureTipKit.jpg'),(438,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/03/OneCureTipKit.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"OneCureTipKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"OneCureTipKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(439,63,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/OneCureTipKit.jpg'),(440,48,'_wp_old_slug','import-placeholder-for-16703'),(442,48,'_thumbnail_id','63'),(444,64,'_wp_attached_file','2021/03/PreventativeDetanglingSpray-1.jpg'),(445,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2021/03/PreventativeDetanglingSpray-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(446,64,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventativeDetanglingSpray.jpg'),(451,65,'_wp_attached_file','2021/03/PreventiveHairbands-1.jpg'),(452,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/03/PreventiveHairbands-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"PreventiveHairbands-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"PreventiveHairbands-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(453,65,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveHairbands-1.jpg'),(458,66,'_wp_attached_file','2021/03/UrgentCareKit.jpg'),(459,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2021/03/UrgentCareKit.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"UrgentCareKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"UrgentCareKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(460,66,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/04/UrgentCareKit.jpg'),(523,70,'_elementor_edit_mode','builder'),(524,70,'_elementor_template_type','product'),(525,70,'_elementor_version','3.18.3'),(526,70,'_elementor_pro_version','3.18.2'),(527,70,'_astra_content_layout_flag','disabled'),(528,70,'site-post-title','disabled'),(529,70,'ast-title-bar-display','disabled'),(530,70,'ast-featured-img','disabled'),(531,70,'site-content-layout','page-builder'),(532,70,'site-sidebar-layout','no-sidebar'),(533,70,'_edit_lock','1705005761:2'),(534,70,'_wp_page_template','default'),(535,70,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec6fa16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"806c9bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false}],\"isInner\":false}]'),(537,70,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(711,46,'_edit_lock','1758652722:95'),(769,46,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(813,46,'_price','81.00'),(814,46,'_price','81.00'),(815,46,'_edit_last','95'),(816,46,'_regular_price','81.00'),(817,46,'site-sidebar-layout','default'),(818,46,'site-content-layout','default'),(819,46,'theme-transparent-header-meta','default'),(820,46,'stick-header-meta','default'),(821,47,'_edit_lock','1778862975:106'),(822,48,'_edit_lock','1769011599:2'),(823,47,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 3 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(868,47,'_price','375.00'),(869,47,'_price','375.00'),(870,47,'_edit_last','95'),(871,47,'_regular_price','375.00'),(872,47,'site-sidebar-layout','default'),(873,47,'site-content-layout','default'),(874,47,'theme-transparent-header-meta','default'),(875,47,'stick-header-meta','default'),(876,48,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(921,48,'_price','300.00'),(922,48,'_price','300.00'),(923,48,'_edit_last','95'),(924,48,'_regular_price','300.00'),(925,48,'site-sidebar-layout','default'),(926,48,'site-content-layout','default'),(927,48,'theme-transparent-header-meta','default'),(928,48,'stick-header-meta','default'),(1096,94,'_wp_attached_file','2021/03/BulkPortalActiveRinse32oz100.jpg'),(1097,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:40:\"2021/03/BulkPortalActiveRinse32oz100.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1124,96,'_wp_attached_file','2021/03/BulkPortalActiveRinse32oz5050.jpg'),(1125,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:41:\"2021/03/BulkPortalActiveRinse32oz5050.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1152,98,'_wp_attached_file','2021/03/BulkPortalPreventiveSprayGallon.jpg'),(1153,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:43:\"2021/03/BulkPortalPreventiveSprayGallon.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1179,100,'_wp_attached_file','2021/03/BulkPortalMousseGallon.jpg'),(1180,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:34:\"2021/03/BulkPortalMousseGallon.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1207,102,'_wp_attached_file','2021/03/Bulk-Empty-Rinse-1483467026.jpg'),(1208,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:39:\"2021/03/Bulk-Empty-Rinse-1483467026.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"©2016 Scott Chernis Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1235,104,'_wp_attached_file','2021/03/Bulk-Empty-Foamer-1483467050.jpg'),(1236,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:40:\"2021/03/Bulk-Empty-Foamer-1483467050.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"©2016 Scott Chernis Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1240,106,'_wp_attached_file','2021/03/PortalLogo-1530631821.jpg'),(1241,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:33:\"2021/03/PortalLogo-1530631821.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"PortalLogo-1530631821-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1263,11,'_wp_page_template','default'),(1264,11,'_elementor_page_settings','a:25:{s:9:\"site_name\";s:16:\"LCA Comdel Store\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#30A3C4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#5BC500\";}}s:13:\"custom_colors\";a:0:{}s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:26:\"body_typography_typography\";s:6:\"custom\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:36:\"woocommerce_purchase_summary_page_id\";b:0;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:9:\"site_logo\";a:5:{s:3:\"url\";s:103:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\";s:2:\"id\";i:3577;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:24:\"woocommerce_cart_page_id\";s:2:\"20\";s:28:\"woocommerce_checkout_page_id\";s:2:\"21\";s:29:\"woocommerce_myaccount_page_id\";s:2:\"22\";s:25:\"woocommerce_terms_page_id\";s:3:\"182\";s:24:\"woocommerce_shop_page_id\";s:2:\"19\";}'),(1272,112,'_elementor_edit_mode','builder'),(1273,112,'_elementor_template_type','header'),(1274,112,'_elementor_version','4.0.1'),(1275,112,'_elementor_pro_version','4.0.1'),(1276,112,'_edit_lock','1775661678:2'),(1277,112,'_astra_content_layout_flag','disabled'),(1278,112,'site-post-title','disabled'),(1279,112,'ast-title-bar-display','disabled'),(1280,112,'ast-featured-img','disabled'),(1281,112,'site-content-layout','page-builder'),(1282,112,'site-sidebar-layout','no-sidebar'),(1283,113,'_wp_attached_file','2021/03/DESIGNFORM-Logo.png'),(1284,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:20;s:4:\"file\";s:27:\"2021/03/DESIGNFORM-Logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DESIGNFORM-Logo-150x20.png\";s:5:\"width\";i:150;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"DESIGNFORM-Logo-100x20.png\";s:5:\"width\";i:100;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"DESIGNFORM-Logo-100x20.png\";s:5:\"width\";i:100;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1285,113,'_elementor_source_image_hash','fd99471ca45f84cb2b5307d710dd12da786d629a'),(1286,112,'_wp_page_template','default'),(1287,112,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"50ad1ed\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"470290c\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c50393c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"291ac0c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2d65f38\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a594a54\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1e1e0b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6df3da3\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cdbe2ce\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6fa9bf9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ba3c193\"}]},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":[],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"995826a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"2a174e5\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"035169b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e255474\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5782896\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"961a744\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d45d542\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"56c45c2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c37d408\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c6b3b7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"18b4d3e\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4ae04ff\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"71beda2\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"8301a76\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"067a193\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8779300\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e62ec4c\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d9b4eb7\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0bdc7e6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"59b2591\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ac78b9f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c8a16f\"}]},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(1307,115,'_edit_lock','1775084808:2'),(1308,115,'_edit_last','2'),(1309,115,'_elementor_edit_mode','builder'),(1310,115,'_elementor_template_type','wp-page'),(1311,115,'_elementor_version','3.34.1'),(1312,115,'_elementor_pro_version','3.34.0'),(1313,115,'_astra_content_layout_flag','disabled'),(1314,115,'site-post-title','disabled'),(1315,115,'ast-title-bar-display','disabled'),(1316,115,'ast-featured-img','disabled'),(1317,115,'site-content-layout','page-builder'),(1318,115,'site-sidebar-layout','no-sidebar'),(1319,115,'_wp_page_template','default'),(1320,115,'_elementor_data','[{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db4e64f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3045f24\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9344b12\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"a59f39d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"31cbc00\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6adb89f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f34648\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256040a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"11f5a45\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ad56e7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ce76c9a\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"560e8fa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9ee8f49\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db985bb\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"3e8fb44\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5ef3bd7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c5388d4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a5c4c27\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2b9cb49\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"945b203\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f9b2c6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"830ff73\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"42057c9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3d465df\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"button_background_color\":\"#5BC500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dae1b82\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c477950\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1a5ff0c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0a8a365\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"53e4908\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ff39d14\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a2520e1\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9b28018\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0cb3f86\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a9209c7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"24aadd0\"}],\"view_cart_color\":\"#5BC500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9 Device PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_text_transform\":\"uppercase\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dac65b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b9c5b14\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"304eb57\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"24432c6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ac588f7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0523691\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bec9382\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d0e594d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf57cd4\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"665f3ef\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cefc3f6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e97f4ac\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60180e8\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"184201\",\"184199\",\"184198\",\"184196\",\"184194\",\"184192\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46c37e4\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"65016f3\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fe928ae\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"93363e1\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4c90fa4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3ba49fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"593e465\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c56bfd\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1c8ce0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcef070\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dc0ec1a\"}],\"view_cart_color\":\"#30A3C4\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(1350,117,'_wp_attached_file','2021/03/PortalActiveRinseSample2oz.jpg'),(1351,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:38:\"2021/03/PortalActiveRinseSample2oz.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1379,119,'_wp_attached_file','2021/03/PortalPROKitUrgentPrevent.jpg'),(1380,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:37:\"2021/03/PortalPROKitUrgentPrevent.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1408,121,'_wp_attached_file','2021/03/PortalPreventiveSpray2oz.jpg'),(1409,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:36:\"2021/03/PortalPreventiveSpray2oz.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1417,46,'_weight','11.00'),(1419,47,'_weight','9.00'),(1420,48,'_weight','8.00'),(1440,125,'_menu_item_type','post_type'),(1441,125,'_menu_item_menu_item_parent','0'),(1442,125,'_menu_item_object_id','115'),(1443,125,'_menu_item_object','page'),(1444,125,'_menu_item_target',''),(1445,125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1446,125,'_menu_item_xfn',''),(1447,125,'_menu_item_url',''),(1449,126,'_menu_item_type','post_type'),(1450,126,'_menu_item_menu_item_parent','0'),(1451,126,'_menu_item_object_id','22'),(1452,126,'_menu_item_object','page'),(1453,126,'_menu_item_target',''),(1454,126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1455,126,'_menu_item_xfn',''),(1456,126,'_menu_item_url',''),(1478,112,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(1502,132,'_wp_attached_file','2021/03/capes.jpg'),(1503,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:75;s:6:\"height\";i:75;s:4:\"file\";s:17:\"2021/03/capes.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1526,134,'_wp_attached_file','2021/03/Head-Bands.jpg'),(1527,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2151;s:6:\"height\";i:1706;s:4:\"file\";s:22:\"2021/03/Head-Bands.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Head-Bands-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Head-Bands-1024x812.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:812;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Head-Bands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Head-Bands-768x609.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Head-Bands-1536x1218.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Head-Bands-2048x1624.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Head-Bands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Head-Bands-600x476.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Head-Bands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Head-Bands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Head-Bands-600x476.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Head-Bands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1554,136,'_wp_attached_file','2021/03/Clips.jpg'),(1555,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1508;s:6:\"height\";i:1508;s:4:\"file\";s:17:\"2021/03/Clips.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Clips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Clips-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Clips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Clips-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"Clips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"Clips-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"Clips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"Clips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Clips-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Clips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1603,139,'_wp_attached_file','2021/03/yhst-60093691062574_2246_27282157.gif'),(1604,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:175;s:4:\"file\";s:45:\"2021/03/yhst-60093691062574_2246_27282157.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"yhst-60093691062574_2246_27282157-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"yhst-60093691062574_2246_27282157-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"yhst-60093691062574_2246_27282157-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1627,141,'_wp_attached_file','2021/03/Wet-Brushes.jpg'),(1628,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1272;s:6:\"height\";i:1272;s:4:\"file\";s:23:\"2021/03/Wet-Brushes.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Wet-Brushes-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Wet-Brushes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1632,143,'_wp_attached_file','2021/03/6sidedetangler.jpg'),(1633,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2021/03/6sidedetangler.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"6sidedetangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1658,145,'_wp_attached_file','2021/03/3905.jpg'),(1659,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/03/3905.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"3905-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3905-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"3905-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"3905-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"3905-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"3905-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1684,147,'_wp_attached_file','2021/03/9detangler.jpg'),(1685,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2021/03/9detangler.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"9detangler-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"9detangler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"9detangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"9detangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"9detangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"9detangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1731,149,'_wp_attached_file','2021/03/wet-brush-disney-princesses.png'),(1732,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:1050;s:4:\"file\";s:39:\"2021/03/wet-brush-disney-princesses.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"wet-brush-disney-princesses-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1792,158,'_edit_lock','1627057017:2'),(1793,158,'_edit_last','2'),(1794,158,'_elementor_edit_mode','builder'),(1795,158,'_elementor_template_type','wp-page'),(1796,158,'_elementor_version','3.1.4'),(1797,158,'_elementor_pro_version','3.2.1'),(1798,158,'_astra_content_layout_flag','disabled'),(1799,158,'site-post-title','disabled'),(1800,158,'ast-title-bar-display','disabled'),(1801,158,'ast-featured-img','disabled'),(1802,158,'site-content-layout','page-builder'),(1803,158,'site-sidebar-layout','no-sidebar'),(1804,158,'_wp_page_template','default'),(1805,158,'_elementor_data','[{\"id\":\"3e27095\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"3e668aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"78792ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"85f95d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shipping Policy\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2c801b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\"><strong>1. General<\\/strong><br \\/><\\/span><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">Subject to stock availability. We will fulfill the available products to you, and contact you about whether you would prefer to await restocking of the back-ordered item or if you would prefer for us to process a refund.<\\/span><\\/p><p><strong>2. Shipping Costs<\\/strong><br \\/>Shipping costs are calculated during checkout based on weight, dimensions, and destination of the items in the order. Payment for shipping will be collected with the purchase.<br \\/>This price will be the final price for shipping cost to the customer.<br \\/><br \\/><strong>3. Returns<\\/strong><br \\/><strong>3.1 Return Due to Change Of Mind<\\/strong><br \\/>Ginesis Products will happily accept returns due to a change of mind as long as a request to return is received by us within 30 days of receipt of item and are returned to us in original packaging, unused, and in resellable condition.<br \\/>Return shipping will be paid at the customer\'s expense and will be required to arrange their own shipping.<br \\/>Once returns are received and accepted, refunds will be processed to store credit for a future purchase. We will notify you once this has been completed through email.<br \\/>(Ginesis Products) will refund the value of the goods returned but will NOT refund the value of any shipping paid.<br \\/><strong>3.2 Warranty Returns<\\/strong><br \\/>Ginesis Products will happily honor any valid warranty claims, provided a claim is submitted within 90 days of receipt of items.<br \\/>Customers will be required to pre-pay the return shipping, however, we will reimburse you upon successful warranty claim.<br \\/>Upon return receipt of items for a warranty claim, you can expect Ginesis Products to process your warranty claim within 7 days.<br \\/>Once the warranty claim is confirmed, you will receive the choice of:<br \\/>(a) refund to your payment method<br \\/>(b) a refund in store credit<br \\/>(c) a replacement item sent to you (if stock is available)<\\/p><p><strong>4. Delivery Terms<\\/strong><br \\/><strong>4.1 Transit Time Domestically<\\/strong><br \\/>In general, domestic shipments are in transit for 2 - 7 days<br \\/><strong>4.2 Transit Time Internationally<\\/strong><br \\/>Generally, orders shipped internationally are in transit for 4 - 22 days. This varies greatly depending on the courier you have selected. We are able to offer a more specific estimate when you are choosing your courier at the checkout.<br \\/><strong>4.3 Dispatch Time<\\/strong><br \\/>Orders are usually dispatched within 2 business days of payment of the order<br \\/>Our warehouse operates on Monday - Friday during standard business hours, except on national holidays at which time the warehouse will be closed. In these instances, we take steps to ensure shipment delays will be kept to a minimum.<br \\/><strong>4.4 Change Of Delivery Address<\\/strong><br \\/>For change of delivery address requests, we are able to change the address at any time before the order has been dispatched.<br \\/><strong>4.5 P.O. Box Shipping<\\/strong><br \\/>Ginesis Products does not offer shipping to po boxes.<br \\/><strong>4.6 Military Address Shipping<\\/strong><br \\/>We are unable to ship to military addresses.<br \\/><strong>4.7 Items Out Of Stock<\\/strong><br \\/>If an item is out of stock, we will dispatch the in-stock items immediately and send the remaining items once they return to stock.<br \\/><strong>4.8 Delivery Time Exceeded<\\/strong><br \\/>If delivery time has exceeded the forecasted time, please contact us so that we can conduct an investigation.<br \\/><br \\/><strong>5. Tracking Notifications<\\/strong><br \\/>Upon dispatch, customers will receive a tracking link from which they will be able to follow the progress of their shipment based on the latest updates made available by the shipping provider.<br \\/><br \\/><strong>6. Parcels Damaged In Transit<\\/strong><br \\/>If you find a parcel is damaged in-transit, if possible, please reject the parcel from the courier and get in touch with our customer service. If the parcel has been delivered without you being present, please contact customer service with next steps.<br \\/><br \\/><strong>7. Import Duties &amp; Taxes<\\/strong><br \\/>Import duties and taxes for international shipments may be liable to be paid upon arrival in destination country. This varies by country, and Ginesis Products encourage you to be aware of these potential costs before placing an order with us.<br \\/>If you refuse to to pay duties and taxes upon arrival at your destination country, the goods will be returned to Ginesis Products at the customers expense, and the customer will receive a refund for the value of goods paid, minus the cost of the return shipping. The cost of the initial shipping will not be refunded.<br \\/><br \\/><strong>8. Cancellations<\\/strong><br \\/>If you change your mind before you have received your order, we are able to accept cancellations at any time before the order has been dispatched. If an order<br \\/>has already been dispatched, please refer to our refund policy.<br \\/><br \\/><strong>9. Insurance<\\/strong><br \\/>Parcels are insured for loss and damage up to the value as stated by the courier.<br \\/><strong>9.1 Process for Parcel Damaged In Transit<\\/strong><br \\/>We will process a refund or replacement as soon as the courier has completed their investigation into the claim.<br \\/><strong>9.2 Process for Parcel Lost in Transit<\\/strong><br \\/>We will process a refund or replacement as soon as the courier has investigated and deemed the parcel lost.<br \\/><br \\/><strong>10. Customer Service<\\/strong><br \\/>For all customer service inquiries, please email us at <strong>ginesis@ginesis.com<\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3ac570f\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1808,125,'_wp_old_date','2021-03-28'),(1809,126,'_wp_old_date','2021-03-28'),(1914,161,'_edit_lock','1754927951:2'),(1915,161,'_edit_last','2'),(1916,161,'_access_method','signup'),(1917,161,'_members_area_sections','a:5:{i:0;s:21:\"my-membership-content\";i:1;s:22:\"my-membership-products\";i:2;s:23:\"my-membership-discounts\";i:3;s:19:\"my-membership-notes\";i:4;s:21:\"my-membership-details\";}'),(1918,162,'_edit_last','2'),(1919,162,'_start_date','2023-07-31 00:00:00'),(1921,162,'_end_date',''),(1923,162,'_edit_lock','1751907480:2'),(2079,47,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2080,47,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2081,47,'_wc_memberships_force_public','no'),(2082,47,'_wc_memberships_exclude_discounts','no'),(2184,46,'_length','22'),(2185,46,'_width','9'),(2186,46,'_height','8'),(2187,46,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2188,46,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2189,46,'_wc_memberships_force_public','no'),(2190,46,'_wc_memberships_exclude_discounts','no'),(2198,47,'_length','13'),(2199,47,'_width','11'),(2200,47,'_height','9'),(2201,48,'_length','20'),(2202,48,'_width','8'),(2203,48,'_height','8'),(2204,48,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2205,48,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2206,48,'_wc_memberships_force_public','no'),(2207,48,'_wc_memberships_exclude_discounts','no'),(2293,171,'_order_currency','USD'),(2294,171,'_cart_discount','0'),(2295,171,'_cart_discount_tax','0'),(2296,171,'_order_shipping','-9.44'),(2297,171,'_order_shipping_tax','0'),(2298,171,'_order_tax','0'),(2299,171,'_order_total','-10.69'),(2300,171,'_order_version','5.1.0'),(2301,171,'_prices_include_tax','no'),(2302,171,'_refund_amount','10.69'),(2303,171,'_refunded_by','2'),(2304,171,'_refunded_payment','1'),(2305,171,'_refund_reason',''),(2400,174,'_order_currency','USD'),(2401,174,'_cart_discount','0'),(2402,174,'_cart_discount_tax','0'),(2403,174,'_order_shipping','-9.44'),(2404,174,'_order_shipping_tax','0'),(2405,174,'_order_tax','0'),(2406,174,'_order_total','-10.69'),(2407,174,'_order_version','5.1.0'),(2408,174,'_prices_include_tax','no'),(2409,174,'_refund_amount','10.69'),(2410,174,'_refunded_by','2'),(2411,174,'_refunded_payment','1'),(2412,174,'_refund_reason','Test'),(2453,47,'mwqb_sync_uiiqb','0'),(2454,48,'mwqb_sync_uiiqb','0'),(2491,181,'_edit_lock','1627057018:2'),(2493,182,'_edit_lock','1627057018:2'),(2495,158,'_elementor_controls_usage','a:4:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2507,183,'_edit_lock','1627057017:2'),(2508,183,'_edit_last','2'),(2509,183,'_wp_page_template','default'),(2510,183,'_wc_memberships_force_public','no'),(2511,183,'_wc_memberships_use_custom_page_content_restricted_message','no'),(2512,183,'site-sidebar-layout','no-sidebar'),(2513,183,'site-content-layout','page-builder'),(2514,183,'theme-transparent-header-meta','default'),(2515,183,'stick-header-meta','default'),(2516,183,'_elementor_edit_mode','builder'),(2517,183,'_elementor_template_type','wp-page'),(2518,183,'_elementor_version','3.1.4'),(2519,183,'_elementor_pro_version','3.2.1'),(2520,183,'_astra_content_layout_flag','disabled'),(2521,183,'site-post-title','disabled'),(2522,183,'ast-title-bar-display','disabled'),(2523,183,'ast-featured-img','disabled'),(2524,183,'_elementor_data','[{\"id\":\"8d32df5\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"16adafd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.087},\"elements\":[],\"isInner\":false},{\"id\":\"1301bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.913},\"elements\":[{\"id\":\"014df00\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0393c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"216f34c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Ginesis Products, we respect your privacy. We are the sole owners of the personal information we gather on this site and will never sell, rent or trade it to third parties.<br \\/><br \\/><strong>Information We Gather<\\/strong><br \\/>Like most websites, our server logs record visitor activity on our site, such as IP address, browser type, pages viewed, from where a visitor came, where the visitor went after leaving our site, etc. This information provides us with site statistics, but not personally identifiable information. We also make use of browser \\u201ccookies\\u201d to enable you to navigate around the website. None of the cookies we use enable third parties to access any of your information.<br \\/>If you fill out a form on our site, you may be required to provide some of your contact information (such as name, email address, and phone number). We may use that information to contact you via email or phone.<br \\/>If you order or buy a product using our forms or shopping cart, we will secure your personal information from unauthorized access, use or disclosure. When personal information (such as a credit card number or personal data) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Socket Layer (SSL) protocol.<br \\/>If you have an account on our site, you will log in securely using your username and password.<br \\/><br \\/><strong>How We Use Information<\\/strong><br \\/>If you provide us with contact information, we may send you periodic emails from time to time regarding our company and products. Users that don\\u2019t want these communications can opt-out, either through links in the emails or by sending a request to ginesis@ginesis.com<br \\/><br \\/><strong>Changes to Our Policy<\\/strong><br \\/>Ginesis Products reserves the right to amend or replace this privacy policy at any time and from time to time without prior notice. Any updated or new privacy policy will be posted on this site.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98bb173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.979},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2525,183,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2526,181,'_edit_last','2'),(2527,181,'_wp_page_template','default'),(2528,181,'_wc_memberships_force_public','no'),(2529,181,'_wc_memberships_use_custom_page_content_restricted_message','no'),(2530,181,'site-sidebar-layout','no-sidebar'),(2531,181,'site-content-layout','page-builder'),(2532,181,'theme-transparent-header-meta','default'),(2533,181,'stick-header-meta','default'),(2534,181,'_elementor_edit_mode','builder'),(2535,181,'_elementor_template_type','wp-page'),(2536,181,'_elementor_version','3.1.4'),(2537,181,'_elementor_pro_version','3.2.1'),(2538,181,'_astra_content_layout_flag','disabled'),(2539,181,'site-post-title','disabled'),(2540,181,'ast-title-bar-display','disabled'),(2541,181,'ast-featured-img','disabled'),(2542,181,'_elementor_data','[{\"id\":\"561e004\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"b096220\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15},\"elements\":[],\"isInner\":false},{\"id\":\"4cc4675\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999},\"elements\":[{\"id\":\"1c5babd\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refund Policy\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e8624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a 30-day return policy, which means you have 30 days after receiving your item to request a return.<br \\/><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">To be eligible for a return, your item must be in the same condition that you received it, in its original packaging. You\\u2019ll also need the receipt or proof of purchase.<br \\/><\\/span><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">To start a return, you can contact us at <strong>ginesis@ginesis.com<\\/strong>. Items sent back to us without first requesting a return will not be accepted.<br \\/><\\/span><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">You can always contact us for any return question at <strong>ginesis@ginesis.com<\\/strong>.<\\/span><\\/p><p><strong>Damages and Issues<\\/strong><br \\/>Please inspect your order upon reception and contact us immediately if the item is defective, damaged or if you receive the wrong item so that we can evaluate the issue and make it right.<\\/p><p><strong>Refunds<\\/strong><br \\/>We will notify you once we\\u2019ve received and inspected your return, and let you know if the refund was approved or not. If approved, you\\u2019ll be automatically refunded on your original payment method. Please remember it can take some time for your bank or credit card company to process and post the refund too.<\\/p>\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d2590a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.98},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2543,181,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2544,182,'_edit_last','2'),(2545,182,'_wp_page_template','default'),(2546,182,'_wc_memberships_force_public','no'),(2547,182,'_wc_memberships_use_custom_page_content_restricted_message','no'),(2548,182,'site-sidebar-layout','no-sidebar'),(2549,182,'site-content-layout','page-builder'),(2550,182,'theme-transparent-header-meta','default'),(2551,182,'stick-header-meta','default'),(2552,182,'_elementor_edit_mode','builder'),(2553,182,'_elementor_template_type','wp-page'),(2554,182,'_elementor_version','3.1.4'),(2555,182,'_elementor_pro_version','3.2.1'),(2556,182,'_astra_content_layout_flag','disabled'),(2557,182,'site-post-title','disabled'),(2558,182,'ast-title-bar-display','disabled'),(2559,182,'ast-featured-img','disabled'),(2560,182,'_elementor_data','[{\"id\":\"2c157a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"407cbb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15},\"elements\":[],\"isInner\":false},{\"id\":\"b8cc6fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999},\"elements\":[{\"id\":\"c64e51f\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bc66e50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms of Service\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93dfc9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>OVERVIEW<\\/strong><br \\/>This website is operated by Ginesis Products. Throughout the site, the terms \\u201cwe\\u201d, \\u201cus\\u201d and \\u201cour\\u201d refer to Ginesis Products. Ginesis Products offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<\\/p><p>By visiting our site and\\/ or purchasing something from us, you engage in our \\u201cService\\u201d and agree to be bound by the following terms and conditions (\\u201cTerms of Service\\u201d, \\u201cTerms\\u201d), including those additional terms and conditions and policies referenced herein and\\/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and\\/ or contributors of content.<\\/p><p>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<\\/p><p>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and\\/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<\\/p><p>Our store is hosted on Shopify Inc. They provide us with the online e-commerce platform that allows us to sell our products and services to you.<\\/p><p><strong>SECTION 1 - ONLINE STORE TERMS<\\/strong><br \\/>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br \\/>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br \\/>You must not transmit any worms or viruses or any code of a destructive nature.<br \\/>A breach or violation of any of the Terms will result in an immediate termination of your Services.<\\/p><p><strong>SECTION 2 - GENERAL CONDITIONS<\\/strong><br \\/>We reserve the right to refuse service to anyone for any reason at any time.<br \\/>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br \\/>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br \\/>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<\\/p><p><strong>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<\\/strong><br \\/>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br \\/>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<\\/p><p><strong>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<\\/strong><br \\/>Prices for our products are subject to change without notice.<br \\/>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br \\/>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<\\/p><p><strong>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<\\/strong><br \\/>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br \\/>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br \\/>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br \\/>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<\\/p><p><strong>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<\\/strong><br \\/>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and\\/or orders that use the same billing and\\/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e mail and\\/or billing address\\/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<\\/p><p>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<\\/p><p>For more detail, please review our Returns Policy.<\\/p><p><strong>SECTION 7 - OPTIONAL TOOLS<\\/strong><br \\/>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br \\/>You acknowledge and agree that we provide access to such tools \\u201das is\\u201d and \\u201cas available\\u201d without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br \\/>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br \\/>We may also, in the future, offer new services and\\/or features through the website (including, the release of new tools and resources). Such new features and\\/or services shall also be subject to these Terms of Service.<\\/p><p><strong>SECTION 8 - THIRD-PARTY LINKS<\\/strong><br \\/>Certain content, products and services available via our Service may include materials from third-parties.<br \\/>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br \\/>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<\\/p><p><strong>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<\\/strong><br \\/>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br \\/>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party\\u2019s intellectual property or these Terms of Service.<br \\/>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<\\/p><p><strong>SECTION 10 - PERSONAL INFORMATION<\\/strong><br \\/>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<\\/p><p><strong>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<\\/strong><br \\/>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br \\/>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<\\/p><p><strong>SECTION 12 - PROHIBITED USES<\\/strong><br \\/>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<\\/p><p><strong>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<\\/strong><br \\/>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br \\/>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br \\/>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br \\/>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br \\/>In no case shall Ginesis Products, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<\\/p><p>SECTION 14 - INDEMNIFICATION<br \\/>You agree to indemnify, defend and hold harmless Ginesis Products and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys\\u2019 fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<\\/p><p><strong>SECTION 15 - SEVERABILITY<\\/strong><br \\/>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<\\/p><p><strong>SECTION 16 - TERMINATION<\\/strong><br \\/>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br \\/>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br \\/>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and\\/or accordingly may deny you access to our Services (or any part thereof).<\\/p><p><strong>SECTION 17 - ENTIRE AGREEMENT<\\/strong><br \\/>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br \\/>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br \\/>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<\\/p><p><strong>SECTION 18 - GOVERNING LAW<\\/strong><br \\/>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of United States.<\\/p><p><strong>SECTION 19 - CHANGES TO TERMS OF SERVICE<\\/strong><br \\/>You can review the most current version of the Terms of Service at any time at this page.<br \\/>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<\\/p><p><strong>SECTION 20 - CONTACT INFORMATION<\\/strong><br \\/>Questions about the Terms of Service should be sent to us at <strong>ginesis@ginesis.com<\\/strong>.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"831812f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.98},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2561,182,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2562,184,'_elementor_edit_mode','builder'),(2563,184,'_elementor_template_type','footer'),(2564,184,'_elementor_version','3.34.1'),(2565,184,'_elementor_pro_version','3.34.0'),(2566,184,'_astra_content_layout_flag','disabled'),(2567,184,'site-post-title','disabled'),(2568,184,'ast-title-bar-display','disabled'),(2569,184,'ast-featured-img','disabled'),(2570,184,'site-content-layout','page-builder'),(2571,184,'site-sidebar-layout','no-sidebar'),(2572,184,'_edit_lock','1768341558:2'),(2652,184,'_wp_page_template','default'),(2653,184,'_elementor_data','[{\"id\":\"dcdacf7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8400c36\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"0c9120a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c6d9509\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"971400b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"c347632\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53ed8a0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d900929\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"edc788c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dd968\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b774345\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"adba5cd\",\"dynamic_field_custom_separator\":\"|\"}],\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"660c317\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3563c16\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"701ffe4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"657bb24\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c31f93a\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"48a841d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4294979\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7d66a2e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c931a9e\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"914b504\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4090123\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"15af8f8\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"659b2c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"id\":3577,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fd1a3dc\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"bb269a4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"8c99a39\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8dbd7d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cde21d9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"82ed238\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f97b38\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"801f0f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bb31bb4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c35954\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6aa861d\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"dcc70ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"52fea09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"19229f2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"cb3e990\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2f41c9f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"26d6cd8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e56d7fd\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f7b8826\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c1fa33a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5928de\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ced9cb\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8c0c162\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"bb2ac92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><\\/p><p><strong>Lice Clinics of America<\\/strong><br \\/>4873 S State St<br \\/>Murray, UT 84107<br \\/>Phone - (855) 706-5423<br \\/>Email - productsales@liceclinicsofamerica.com<\\/p>\",\"align\":\"center\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"88d31b8\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"c62bc1e\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f2813d7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"aa11753\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"313bd0d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d709e89\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2f05db9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3655659\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"404e0eb\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a31ccba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e0c82c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d2a49f2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d76871c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a9134e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aaa17d2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69b2ced\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"a9fb48d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d915ea3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"0a6158f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3e8f61d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"32c1a20\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a2ba355\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04ec792\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23db910\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d4ec8de\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8a61849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><\\/p><p><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/span><\\/p>\",\"align\":\"center\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"3484bbd\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"578879d\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81c247c\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"bd68b4d\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"31c3741\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"788735e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"88876ae\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"daacc3d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f076ab4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"44d938d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c46771\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8919e5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bb503b\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(2668,184,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(2687,21,'_edit_lock','1769012528:2'),(2688,21,'_elementor_edit_mode','builder'),(2689,21,'_elementor_template_type','wp-page'),(2690,21,'_elementor_version','3.34.2'),(2691,21,'_elementor_pro_version','3.34.1'),(2692,21,'_wp_page_template','default'),(2693,21,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":{\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c20efd6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fbfbb65\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77b0e89\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d6a686b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ed096a9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"79fa668\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0d0f973\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"38830c9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c67ee3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d777498\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4d02ff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6635460\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"e8237fb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3c5476e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"416fc23\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e110093\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"52fc65e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4d200bf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ff7219c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f81c47\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6080522\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"161d23f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\\\"mailto:accounting@liceclinicsofamerica.com\\\">accounting@liceclinicsofamerica.com<\\/a><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"aadc582\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"df2ac94\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c988eb\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"718edf0\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1a65a88\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ac841f8\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"320fb30\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d58ae49\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9a15faf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"40cf3e1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f5f316\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"10b7087\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3224969\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->\\n<p>[woocommerce_checkout]<\\/p>\\n<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db3e75f\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"21c0079\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b29ae09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2861ed7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1c27750\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8ebf8d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"62df3fe\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"170d0df\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ba0d05\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0f888a8\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d15f3b0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"319077d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"549eff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2736,190,'_start_date','2021-07-29 00:00:00'),(2738,190,'_end_date',''),(2740,191,'_start_date','2025-09-05 00:00:00'),(2742,191,'_end_date',''),(2744,192,'_start_date','2021-08-24 00:00:00'),(2746,192,'_end_date',''),(2884,198,'_wp_attached_file','2021/03/PortalPROKitUrgentPreventSq.jpg'),(2885,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:39:\"2021/03/PortalPROKitUrgentPreventSq.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"PortalPROKitUrgentPreventSq-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2886,199,'_wp_attached_file','2021/03/PortalPROKitUrgentSq.jpg'),(2887,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2021/03/PortalPROKitUrgentSq.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"PortalPROKitUrgentSq-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2890,200,'_wp_attached_file','2021/03/MicrosoftTeams-image.jpg'),(2891,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2021/03/MicrosoftTeams-image.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"MicrosoftTeams-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3483,214,'_order_currency','USD'),(3484,214,'_cart_discount','0'),(3485,214,'_cart_discount_tax','0'),(3486,214,'_order_shipping','-9.44'),(3487,214,'_order_shipping_tax','0'),(3488,214,'_order_tax','0'),(3489,214,'_order_total','-10.69'),(3490,214,'_order_version','5.1.0'),(3491,214,'_prices_include_tax','no'),(3492,214,'_refund_amount','10.69'),(3493,214,'_refunded_by','2'),(3494,214,'_refunded_payment','1'),(3495,214,'_refund_reason',''),(3524,215,'_start_date','2021-07-20 00:00:00'),(3526,215,'_end_date',''),(3528,216,'_start_date','2023-05-31 00:00:00'),(3530,216,'_end_date',''),(3532,217,'_start_date','2025-01-22 00:00:00'),(3534,217,'_end_date',''),(3536,218,'_start_date','2021-04-16 18:01:08'),(3538,218,'_end_date',''),(3540,219,'_start_date','2021-04-16 18:05:00'),(3542,219,'_end_date',''),(3544,220,'_start_date','2021-07-19 00:00:00'),(3546,220,'_end_date',''),(3548,221,'_start_date','2021-04-16 18:10:42'),(3550,221,'_end_date',''),(3552,222,'_start_date','2021-04-16 18:14:06'),(3554,222,'_end_date',''),(3556,223,'_start_date','2021-04-16 18:18:33'),(3558,223,'_end_date',''),(3560,224,'_start_date','2021-04-18 14:33:06'),(3562,224,'_end_date',''),(3570,226,'_start_date','2022-03-16 00:00:00'),(3572,226,'_end_date',''),(3574,227,'_start_date','2021-04-18 14:55:36'),(3576,227,'_end_date',''),(3578,228,'_start_date','2021-04-18 15:07:12'),(3580,228,'_end_date',''),(3586,230,'_start_date','2022-06-07 00:00:00'),(3588,230,'_end_date',''),(3590,231,'_start_date','2021-04-18 15:19:20'),(3592,231,'_end_date',''),(3594,232,'_start_date','2022-08-31 00:00:00'),(3596,232,'_end_date',''),(3598,233,'_start_date','2021-04-18 15:27:25'),(3600,233,'_end_date',''),(3602,234,'_start_date','2021-04-18 15:32:47'),(3604,234,'_end_date',''),(3606,235,'_start_date','2021-04-18 15:34:59'),(3608,235,'_end_date',''),(3610,236,'_start_date','2021-04-18 15:39:32'),(3612,236,'_end_date',''),(3614,237,'_start_date','2022-08-31 00:00:00'),(3616,237,'_end_date',''),(3618,238,'_start_date','2021-07-19 00:00:00'),(3620,238,'_end_date',''),(3622,239,'_start_date','2021-04-18 15:48:03'),(3624,239,'_end_date',''),(3626,240,'_start_date','2021-04-18 15:51:21'),(3628,240,'_end_date',''),(3630,241,'_start_date','2021-04-18 15:59:29'),(3632,241,'_end_date',''),(3634,242,'_start_date','2021-04-18 16:03:23'),(3636,242,'_end_date',''),(3638,243,'_start_date','2021-04-18 16:05:33'),(3640,243,'_end_date',''),(3642,244,'_start_date','2021-04-18 16:08:41'),(3644,244,'_end_date',''),(3650,246,'_start_date','2021-04-18 16:13:03'),(3652,246,'_end_date',''),(3654,247,'_start_date','2021-04-18 16:16:32'),(3656,247,'_end_date',''),(3658,248,'_start_date','2021-04-18 16:20:05'),(3660,248,'_end_date',''),(3662,249,'_start_date','2022-08-31 00:00:00'),(3664,249,'_end_date',''),(3666,250,'_start_date','2021-04-18 16:24:35'),(3668,250,'_end_date',''),(3670,251,'_start_date','2021-04-18 16:26:50'),(3672,251,'_end_date',''),(3674,252,'_start_date','2021-04-18 16:30:32'),(3676,252,'_end_date',''),(3678,253,'_start_date','2021-04-18 16:33:02'),(3680,253,'_end_date',''),(3682,254,'_start_date','2021-04-18 16:36:13'),(3684,254,'_end_date',''),(3686,255,'_start_date','2021-04-18 16:39:13'),(3688,255,'_end_date',''),(3690,256,'_start_date','2021-08-24 00:00:00'),(3692,256,'_end_date',''),(3694,257,'_start_date','2021-04-18 16:44:42'),(3696,257,'_end_date',''),(3698,258,'_start_date','2022-09-01 00:00:00'),(3700,258,'_end_date',''),(3702,259,'_start_date','2023-09-19 00:00:00'),(3704,259,'_end_date',''),(3706,260,'_start_date','2022-09-01 00:00:00'),(3708,260,'_end_date',''),(3710,261,'_start_date','2021-11-22 00:00:00'),(3712,261,'_end_date',''),(3714,262,'_start_date','2021-04-19 02:49:57'),(3716,262,'_end_date',''),(3718,263,'_start_date','2022-09-14 00:00:00'),(3720,263,'_end_date',''),(3722,264,'_start_date','2021-04-19 03:16:26'),(3724,264,'_end_date',''),(3726,265,'_start_date','2021-04-19 03:38:32'),(3728,265,'_end_date',''),(3730,266,'_start_date','2024-04-19 00:00:00'),(3732,266,'_end_date',''),(3734,267,'_start_date','2021-04-19 03:54:22'),(3736,267,'_end_date',''),(3738,268,'_start_date','2025-08-21 00:00:00'),(3740,268,'_end_date',''),(3742,269,'_start_date','2025-05-08 00:00:00'),(3744,269,'_end_date',''),(3746,270,'_start_date','2021-08-24 00:00:00'),(3748,270,'_end_date',''),(3750,271,'_start_date','2021-04-19 04:12:47'),(3752,271,'_end_date',''),(3758,273,'_start_date','2023-06-12 00:00:00'),(3760,273,'_end_date',''),(3762,274,'_start_date','2023-10-31 00:00:00'),(3764,274,'_end_date',''),(3766,275,'_start_date','2022-08-31 00:00:00'),(3768,275,'_end_date',''),(3770,276,'_start_date','2021-04-19 04:39:50'),(3772,276,'_end_date',''),(3774,277,'_start_date','2021-04-19 04:45:04'),(3776,277,'_end_date',''),(3778,278,'_start_date','2021-04-19 04:48:55'),(3780,278,'_end_date',''),(3782,279,'_start_date','2021-04-19 04:53:06'),(3784,279,'_end_date',''),(3786,280,'_start_date','2021-04-19 04:57:40'),(3788,280,'_end_date',''),(3790,281,'_start_date','2021-04-19 05:06:55'),(3792,281,'_end_date',''),(3794,282,'_start_date','2023-03-20 00:00:00'),(3796,282,'_end_date',''),(3798,283,'_start_date','2022-08-31 00:00:00'),(3800,283,'_end_date',''),(3802,284,'_start_date','2021-04-19 05:17:50'),(3804,284,'_end_date',''),(3806,285,'_start_date','2023-09-19 00:00:00'),(3808,285,'_end_date',''),(3810,286,'_start_date','2021-07-19 00:00:00'),(3812,286,'_end_date',''),(3814,287,'_start_date','2023-05-25 00:00:00'),(3816,287,'_end_date',''),(3818,288,'_start_date','2021-11-16 00:00:00'),(3820,288,'_end_date',''),(3822,289,'_start_date','2021-04-19 05:42:14'),(3824,289,'_end_date',''),(3826,290,'_start_date','2021-04-19 05:48:24'),(3828,290,'_end_date',''),(3830,291,'_start_date','2022-08-31 00:00:00'),(3832,291,'_end_date',''),(3834,292,'_start_date','2022-08-31 00:00:00'),(3836,292,'_end_date',''),(3838,293,'_start_date','2021-04-19 06:01:40'),(3840,293,'_end_date',''),(3846,295,'_start_date','2021-04-19 06:08:54'),(3848,295,'_end_date',''),(3850,296,'_start_date','2021-07-19 00:00:00'),(3852,296,'_end_date',''),(3854,46,'mwqb_sync_uiiqb','0'),(3855,298,'_start_date','2023-10-31 00:00:00'),(3857,298,'_end_date',''),(3860,299,'_start_date','2023-10-20 00:00:00'),(3862,299,'_end_date',''),(3866,115,'_wc_memberships_force_public','yes'),(3867,115,'_wc_memberships_use_custom_page_content_restricted_message','no'),(3868,115,'theme-transparent-header-meta','default'),(3869,115,'stick-header-meta','default'),(4650,319,'_wp_attached_file','2021/04/Goomies.jpg'),(4651,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1813;s:6:\"height\";i:1814;s:4:\"file\";s:19:\"2021/04/Goomies.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Goomies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Goomies-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Goomies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Goomies-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Goomies-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Goomies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Goomies-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Goomies-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Goomies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Goomies-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Goomies-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4686,321,'_wp_attached_file','2021/04/wet-comb.jpg'),(4687,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:2448;s:4:\"file\";s:20:\"2021/04/wet-comb.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"wet-comb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"wet-comb-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"wet-comb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"wet-comb-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"wet-comb-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"wet-comb-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"wet-comb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"wet-comb-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"wet-comb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"wet-comb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"wet-comb-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"wet-comb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:27:\"Canon PowerShot ELPH 320 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393233933\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"9.324\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4690,322,'_wp_attached_file','2021/03/wb_ogl_squirts_item_1__16904.1434399206.1280.1280.jpg'),(4691,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:589;s:6:\"height\";i:490;s:4:\"file\";s:61:\"2021/03/wb_ogl_squirts_item_1__16904.1434399206.1280.1280.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4693,323,'_start_date','2023-03-20 00:00:00'),(4695,323,'_end_date',''),(5556,267,'_edit_lock','1635345260:2'),(6252,356,'_order_currency','USD'),(6253,356,'_cart_discount','0'),(6254,356,'_cart_discount_tax','0'),(6255,356,'_order_shipping','-13.84'),(6256,356,'_order_shipping_tax','0'),(6257,356,'_order_tax','0'),(6258,356,'_order_total','-13.84'),(6259,356,'_order_version','5.2.2'),(6260,356,'_prices_include_tax','no'),(6261,356,'_refund_amount','13.84'),(6262,356,'_refunded_by','2'),(6263,356,'_refunded_payment','1'),(6264,356,'_refund_reason',''),(11154,456,'_start_date','2023-05-02 00:00:00'),(11156,456,'_end_date',''),(12595,161,'_wp_old_slug','clinic-owner'),(12596,486,'_edit_lock','1754930196:2'),(12597,486,'_edit_last','89'),(12598,486,'_access_method','manual-only'),(12599,486,'_members_area_sections','a:5:{i:0;s:21:\"my-membership-content\";i:1;s:22:\"my-membership-products\";i:2;s:23:\"my-membership-discounts\";i:3;s:19:\"my-membership-notes\";i:4;s:21:\"my-membership-details\";}'),(13339,503,'_edit_last','2'),(13340,503,'_start_date','2021-07-19 00:00:00'),(13342,503,'_end_date',''),(13344,503,'_edit_lock','1718379236:89'),(13345,286,'_edit_lock','1626713265:2'),(13346,286,'_edit_last','2'),(13349,220,'_edit_lock','1626713303:2'),(13350,220,'_edit_last','2'),(13354,296,'_edit_lock','1626713320:2'),(13355,296,'_edit_last','2'),(13358,238,'_edit_lock','1626713335:2'),(13359,238,'_edit_last','2'),(13563,215,'_edit_lock','1629819804:2'),(13564,215,'_edit_last','2'),(13747,273,'_edit_lock','1686610009:2'),(13800,515,'_edit_lock','1626966638:2'),(13801,515,'_edit_last','2'),(13802,515,'expiry_date',''),(13803,515,'date_expires',''),(13804,515,'_acfw_excluded_coupons','a:0:{}'),(13805,515,'_acfw_schedule_start',''),(13806,515,'_acfw_schedule_end',''),(13807,515,'_acfw_schedule_start_error_msg',''),(13808,515,'_acfw_schedule_expire_error_msg',''),(13809,515,'_acfw_enable_payment_methods_restrict',''),(13810,515,'_acfw_reset_usage_limit_period','none'),(13811,515,'_acfw_disable_url_coupon',''),(13812,515,'_acfw_force_apply_url_coupon',''),(13813,515,'_acfw_code_url_override',''),(13814,515,'_acfw_success_message',''),(13815,515,'_acfw_after_redirect_url',''),(13816,515,'_acfw_enable_role_restriction',''),(13817,515,'_acfw_usage_limit_reset_time',''),(13818,515,'_acfw_shipping_overrides','a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}'),(13819,515,'discount_type','fixed_cart'),(13820,515,'coupon_amount','0'),(13821,515,'individual_use','no'),(13822,515,'usage_limit','0'),(13823,515,'usage_limit_per_user','0'),(13824,515,'limit_usage_to_x_items','0'),(13825,515,'usage_count','22'),(13826,515,'free_shipping','no'),(13827,515,'exclude_sale_items','no'),(13828,515,'minimum_amount','500'),(13944,20,'_edit_lock','1627057017:2'),(13945,22,'_edit_lock','1747236004:2'),(13946,20,'_edit_last','2'),(13947,20,'_wp_page_template','default'),(13948,20,'_wc_memberships_force_public','no'),(13949,20,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13950,20,'site-sidebar-layout','default'),(13951,20,'site-content-layout','default'),(13952,20,'theme-transparent-header-meta','default'),(13953,20,'stick-header-meta','default'),(13954,21,'_edit_last','2'),(13955,21,'_wc_memberships_force_public','no'),(13956,21,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13957,21,'site-sidebar-layout','default'),(13958,21,'site-content-layout','default'),(13959,21,'theme-transparent-header-meta','default'),(13960,21,'stick-header-meta','default'),(13961,16,'_wc_memberships_force_public','yes'),(13962,16,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13963,22,'_edit_last','95'),(13964,22,'_wp_page_template','default'),(13965,22,'_wc_memberships_force_public','yes'),(13966,22,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13967,22,'site-sidebar-layout','default'),(13968,22,'site-content-layout','default'),(13969,22,'theme-transparent-header-meta','default'),(13970,22,'stick-header-meta','default'),(13971,158,'_wc_memberships_force_public','no'),(13972,158,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13973,158,'theme-transparent-header-meta','default'),(13974,158,'stick-header-meta','default'),(14869,190,'_edit_lock','1627568294:2'),(14870,190,'_edit_last','2'),(18514,610,'_elementor_edit_mode','builder'),(18515,610,'_elementor_template_type','popup'),(18516,610,'_elementor_version','3.8.0'),(18517,610,'_elementor_pro_version','3.7.7'),(18518,610,'_astra_content_layout_flag','disabled'),(18519,610,'site-post-title','disabled'),(18520,610,'ast-title-bar-display','disabled'),(18521,610,'ast-featured-img','disabled'),(18522,610,'site-content-layout','page-builder'),(18523,610,'site-sidebar-layout','no-sidebar'),(18524,610,'_edit_lock','1668804035:2'),(18525,610,'_wp_page_template','default'),(18526,610,'_elementor_data','[{\"id\":\"92f2393\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1143eee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c539ca8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\",\"id\":12,\"alt\":\"\",\"source\":\"library\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf75a79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a7bdcd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a682eb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div><strong>PLEASE NOTE - There has been an increase in pricing for Dimethicone based products due to supply chain issues.<\\/strong><\\/div>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981483b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"97c2c00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d80b165\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Click to Learn More\",\"tab_content\":\"<p><span style=\\\"font-size: 17px;\\\">We received notice from Ginesis that prices on all products using Dimethicone as an ingredient will increase starting today. This is the result of a dimethicone shortage across the country caused by supply chain interruptions, tariffs, and trade embargos. This is completely out of our control. Ginesis is working with multiple suppliers and also working to find alternatives. Please see below for the statement we received from Jeff Hester, President and Owner of Ginesis.<br><\\/span><br>Due to tariffs and recent trade embargos, there is severely limited feed-stock for the raw materials required to produce Dimethicone 350SF. Currently there is no material stateside and vessels on the water have been delayed again. New orders for the material ETA are November 2021 and shortages are expected through Q2 2022.&nbsp;<\\/p>\\n<p>As a result, prices have recently more than doubled from the already inflated prices earlier this year and Dimethicone 350SF is still difficult to source. We apologize for the inconvenience this supply chain disruption is&nbsp;causing and look forward to the market stabilizing for this material.<\\/p>\",\"_id\":\"c27b033\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"faq_schema\":\"yes\",\"title_color\":\"#5BC500\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Raleway\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false}]'),(18528,610,'_elementor_popup_display_settings','a:2:{s:8:\"triggers\";a:2:{s:15:\"page_load_delay\";i:2;s:9:\"page_load\";s:3:\"yes\";}s:6:\"timing\";a:0:{}}'),(18804,617,'_order_currency','USD'),(18805,617,'_cart_discount','0'),(18806,617,'_cart_discount_tax','0'),(18807,617,'_order_shipping','-53.75'),(18808,617,'_order_shipping_tax','0'),(18809,617,'_order_tax','0'),(18810,617,'_order_total','-53.75'),(18811,617,'_order_version','5.6.0'),(18812,617,'_prices_include_tax','no'),(18813,617,'_refund_amount','53.75'),(18814,617,'_refunded_by','2'),(18815,617,'_refunded_payment','1'),(18816,617,'_refund_reason',''),(18818,618,'_order_currency','USD'),(18819,618,'_cart_discount','0'),(18820,618,'_cart_discount_tax','0'),(18821,618,'_order_shipping','-31.83'),(18822,618,'_order_shipping_tax','0'),(18823,618,'_order_tax','0'),(18824,618,'_order_total','-31.83'),(18825,618,'_order_version','5.6.0'),(18826,618,'_prices_include_tax','no'),(18827,618,'_refund_amount','31.83'),(18828,618,'_refunded_by','2'),(18829,618,'_refunded_payment','1'),(18830,618,'_refund_reason',''),(18832,192,'_edit_lock','1629819534:2'),(18833,192,'_edit_last','2'),(18836,270,'_edit_lock','1629819617:2'),(18837,270,'_edit_last','2'),(18840,256,'_edit_lock','1629819721:2'),(18841,256,'_edit_last','2'),(19199,627,'_order_currency','USD'),(19200,627,'_cart_discount','0'),(19201,627,'_cart_discount_tax','0'),(19202,627,'_order_shipping','0'),(19203,627,'_order_shipping_tax','0'),(19204,627,'_order_tax','0'),(19205,627,'_order_total','-532.80'),(19206,627,'_order_version','5.6.0'),(19207,627,'_prices_include_tax','no'),(19208,627,'_refund_amount','532.80'),(19209,627,'_refunded_by','2'),(19210,627,'_refunded_payment','1'),(19211,627,'_refund_reason',''),(19212,628,'_order_currency','USD'),(19213,628,'_cart_discount','0'),(19214,628,'_cart_discount_tax','0'),(19215,628,'_order_shipping','0'),(19216,628,'_order_shipping_tax','0'),(19217,628,'_order_tax','0'),(19218,628,'_order_total','-1060.88'),(19219,628,'_order_version','5.6.0'),(19220,628,'_prices_include_tax','no'),(19221,628,'_refund_amount','1060.88'),(19222,628,'_refunded_by','2'),(19223,628,'_refunded_payment','1'),(19224,628,'_refund_reason',''),(19225,629,'_order_currency','USD'),(19226,629,'_cart_discount','0'),(19227,629,'_cart_discount_tax','0'),(19228,629,'_order_shipping','0'),(19229,629,'_order_shipping_tax','0'),(19230,629,'_order_tax','0'),(19231,629,'_order_total','-540.48'),(19232,629,'_order_version','5.6.0'),(19233,629,'_prices_include_tax','no'),(19234,629,'_refund_amount','540.48'),(19235,629,'_refunded_by','2'),(19236,629,'_refunded_payment','1'),(19237,629,'_refund_reason',''),(19238,630,'_order_currency','USD'),(19239,630,'_cart_discount','0'),(19240,630,'_cart_discount_tax','0'),(19241,630,'_order_shipping','0'),(19242,630,'_order_shipping_tax','0'),(19243,630,'_order_tax','0'),(19244,630,'_order_total','-530.44'),(19245,630,'_order_version','5.6.0'),(19246,630,'_prices_include_tax','no'),(19247,630,'_refund_amount','530.44'),(19248,630,'_refunded_by','2'),(19249,630,'_refunded_payment','1'),(19250,630,'_refund_reason',''),(19251,631,'_order_currency','USD'),(19252,631,'_cart_discount','0'),(19253,631,'_cart_discount_tax','0'),(19254,631,'_order_shipping','0'),(19255,631,'_order_shipping_tax','0'),(19256,631,'_order_tax','0'),(19257,631,'_order_total','-639.36'),(19258,631,'_order_version','5.6.0'),(19259,631,'_prices_include_tax','no'),(19260,631,'_refund_amount','639.36'),(19261,631,'_refunded_by','2'),(19262,631,'_refunded_payment','1'),(19263,631,'_refund_reason',''),(19264,632,'_order_currency','USD'),(19265,632,'_cart_discount','0'),(19266,632,'_cart_discount_tax','0'),(19267,632,'_order_shipping','0'),(19268,632,'_order_shipping_tax','0'),(19269,632,'_order_tax','0'),(19270,632,'_order_total','-530.44'),(19271,632,'_order_version','5.6.0'),(19272,632,'_prices_include_tax','no'),(19273,632,'_refund_amount','530.44'),(19274,632,'_refunded_by','2'),(19275,632,'_refunded_payment','1'),(19276,632,'_refund_reason',''),(22886,712,'_start_date','2022-07-18 00:00:00'),(22888,712,'_end_date',''),(23631,234,'_edit_lock','1633620599:2'),(23632,234,'_edit_last','2'),(25872,515,'_used_by','64'),(26292,267,'_edit_last','2'),(26342,284,'_edit_lock','1635348830:2'),(26343,284,'_edit_last','2'),(26350,515,'_used_by','64'),(26807,515,'_used_by','64'),(27711,260,'_edit_lock','1662061052:2'),(27712,260,'_edit_last','2'),(28267,288,'_edit_lock','1637076728:2'),(28268,288,'_edit_last','2'),(29015,261,'_edit_lock','1637594925:2'),(29016,261,'_edit_last','2'),(33125,515,'_used_by','64'),(33174,515,'_used_by','64'),(36181,276,'_edit_lock','1643388864:2'),(36182,276,'_edit_last','2'),(37267,515,'_used_by','64'),(38064,279,'_edit_lock','1645461899:2'),(38456,515,'_used_by','64'),(39367,224,'_edit_lock','1646325748:2'),(39368,224,'_edit_last','2'),(39656,255,'_edit_lock','1646431525:2'),(39657,255,'_edit_last','2'),(39952,1052,'_start_date','2023-07-27 00:00:00'),(39954,1052,'_end_date',''),(40644,515,'_used_by','64'),(40881,226,'_edit_lock','1647389206:2'),(40882,226,'_edit_last','2'),(43785,515,'_used_by','64'),(48353,515,'_used_by','64'),(48761,230,'_edit_lock','1654615429:2'),(48762,230,'_edit_last','2'),(50918,515,'_used_by','64'),(51194,293,'_edit_lock','1657043376:2'),(51195,293,'_edit_last','2'),(53192,712,'_edit_lock','1658155870:2'),(53193,712,'_edit_last','2'),(54045,246,'_edit_lock','1658772607:2'),(54046,246,'_edit_last','2'),(54586,1348,'_edit_last','2'),(54587,1348,'_start_date','2022-07-28 00:00:00'),(54589,1348,'_end_date',''),(54591,1348,'_edit_lock','1659017356:2'),(55013,515,'_used_by','64'),(55395,515,'_used_by','64'),(58489,323,'_edit_lock','1679348862:2'),(58490,323,'_edit_last','2'),(58494,282,'_edit_lock','1679348958:2'),(58495,282,'_edit_last','2'),(58498,291,'_edit_lock','1661971845:2'),(58499,291,'_edit_last','2'),(58503,292,'_edit_lock','1661971922:2'),(58504,292,'_edit_last','2'),(58507,283,'_edit_lock','1661971952:2'),(58508,283,'_edit_last','2'),(58511,275,'_edit_lock','1661972024:2'),(58512,275,'_edit_last','2'),(58515,237,'_edit_lock','1661972151:2'),(58516,237,'_edit_last','2'),(58519,232,'_edit_lock','1661972187:2'),(58520,232,'_edit_last','2'),(58523,249,'_edit_lock','1661972218:2'),(58524,249,'_edit_last','2'),(58739,258,'_edit_lock','1662045649:2'),(58740,258,'_edit_last','2'),(59656,263,'_edit_lock','1752173538:2'),(59657,263,'_edit_last','2'),(59751,515,'_used_by','64'),(62009,515,'_used_by','64'),(64946,610,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"toggle\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:3:{s:4:\"tabs\";i:1;s:13:\"selected_icon\";i:1;s:10:\"faq_schema\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_toggle_style_title\";a:5:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:28:\"section_toggle_style_content\";a:5:{s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}}}}}'),(66410,515,'_used_by','64'),(70309,515,'_used_by','64'),(73798,515,'_used_by','64'),(75807,515,'_used_by','64'),(75808,273,'_edit_last','2'),(78469,515,'_used_by','64'),(79434,515,'_used_by','64'),(80076,456,'_edit_lock','1683042822:2'),(80077,456,'_edit_last','2'),(83529,287,'_edit_lock','1685044984:2'),(83530,287,'_edit_last','2'),(83897,216,'_edit_lock','1685554806:2'),(83898,216,'_edit_last','2'),(84434,515,'_used_by','64'),(87820,217,'_edit_lock','1737579651:2'),(88399,2012,'_start_date','2023-07-17 16:04:07'),(88401,2012,'_end_date',''),(88403,2012,'_edit_lock','1724339298:89'),(88404,2012,'_edit_last','2'),(89497,252,'_edit_lock','1706542468:2'),(89498,252,'_edit_last','2'),(89501,1052,'_edit_lock','1690461788:2'),(89502,1052,'_edit_last','2'),(93572,2111,'_wp_attached_file','2023/09/ExtraActiveRinse8oz.jpg'),(93573,2111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2023/09/ExtraActiveRinse8oz.jpg\";s:8:\"filesize\";i:23439;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ExtraActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5557;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ExtraActiveRinse8oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2716;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"ExtraActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5557;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"ExtraActiveRinse8oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2009;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93574,2112,'_wp_attached_file','2023/09/ExtraActiveRinse16oz.jpg'),(93575,2112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2023/09/ExtraActiveRinse16oz.jpg\";s:8:\"filesize\";i:28255;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ExtraActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6393;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"ExtraActiveRinse16oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2957;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"ExtraActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6393;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"ExtraActiveRinse16oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2103;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93620,2114,'_elementor_edit_mode','builder'),(93621,2114,'_elementor_template_type','wp-page'),(93622,2114,'_elementor_version','3.3.1'),(93623,2114,'_elementor_pro_version','3.3.4'),(93624,2114,'_wp_page_template','default'),(93625,2114,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93628,2115,'_elementor_edit_mode','builder'),(93629,2115,'_elementor_template_type','wp-page'),(93630,2115,'_elementor_version','3.3.1'),(93631,2115,'_elementor_pro_version','3.3.4'),(93632,2115,'_wp_page_template','default'),(93633,2115,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93636,2116,'_elementor_edit_mode','builder'),(93637,2116,'_elementor_template_type','wp-page'),(93638,2116,'_elementor_version','3.3.1'),(93639,2116,'_elementor_pro_version','3.3.4'),(93640,2116,'_wp_page_template','default'),(93641,2116,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93677,2121,'_elementor_edit_mode','builder'),(93678,2121,'_elementor_template_type','wp-page'),(93679,2121,'_elementor_version','3.15.3'),(93680,2121,'_elementor_pro_version','3.15.1'),(93681,2121,'_wp_page_template','default'),(93682,2121,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93684,2122,'_elementor_edit_mode','builder'),(93685,2122,'_elementor_template_type','wp-page'),(93686,2122,'_elementor_version','3.15.3'),(93687,2122,'_elementor_pro_version','3.15.1'),(93688,2122,'_wp_page_template','default'),(93689,2122,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93691,2123,'_elementor_edit_mode','builder'),(93692,2123,'_elementor_template_type','wp-page'),(93693,2123,'_elementor_version','3.15.3'),(93694,2123,'_elementor_pro_version','3.15.1'),(93695,2123,'_wp_page_template','default'),(93696,2123,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93803,2130,'_wp_attached_file','2023/09/ExtraActiveRinse8ozNew.webp'),(93804,2130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2023/09/ExtraActiveRinse8ozNew.webp\";s:8:\"filesize\";i:11918;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"ExtraActiveRinse8ozNew-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"ExtraActiveRinse8ozNew-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2082;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"ExtraActiveRinse8ozNew-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4868;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"ExtraActiveRinse8ozNew-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93805,2131,'_wp_attached_file','2023/09/ExtraActiveRinse16ozNew.webp'),(93806,2131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2023/09/ExtraActiveRinse16ozNew.webp\";s:8:\"filesize\";i:13336;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"ExtraActiveRinse16ozNew-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"ExtraActiveRinse16ozNew-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2194;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"ExtraActiveRinse16ozNew-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5406;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"ExtraActiveRinse16ozNew-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1322;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95409,259,'_edit_lock','1695133205:2'),(95410,259,'_edit_last','2'),(95414,285,'_edit_lock','1751047586:89'),(95415,285,'_edit_last','2'),(95758,2168,'_start_date','2023-09-25 14:50:07'),(95760,2168,'_end_date',''),(95762,2169,'_start_date','2023-09-25 15:05:07'),(95764,2169,'_end_date',''),(95766,2169,'_edit_lock','1695654476:2'),(95767,2168,'_edit_lock','1695654475:2'),(95768,2168,'_edit_last','2'),(95770,2169,'_edit_last','2'),(99126,2234,'_edit_lock','1697745759:2'),(99127,2234,'_edit_last','2'),(99128,2234,'discount_type','fixed_cart'),(99129,2234,'coupon_amount','0'),(99130,2234,'individual_use','no'),(99131,2234,'usage_limit','0'),(99132,2234,'usage_limit_per_user','0'),(99133,2234,'limit_usage_to_x_items','0'),(99134,2234,'usage_count','2'),(99135,2234,'date_expires',NULL),(99136,2234,'free_shipping','yes'),(99137,2234,'exclude_sale_items','no'),(99138,2234,'_acfw_usage_limit_reset_time',''),(99139,2234,'_acfw_show_on_my_coupons_page',''),(99140,2234,'_acfw_defer_apply_url_coupon',''),(99141,2234,'_acfw_enable_day_time_schedules',''),(99142,2234,'_acfw_cashback_waiting_period','0'),(99143,2234,'_acfw_enable_virtual_coupons',''),(99144,2234,'_acfw_excluded_coupons','a:0:{}'),(99145,2234,'_acfw_enable_payment_methods_restrict',''),(99146,2234,'_acfw_reset_usage_limit_period','none'),(99147,2234,'_acfw_disable_url_coupon',''),(99148,2234,'_acfw_force_apply_url_coupon',''),(99149,2234,'_acfw_code_url_override',''),(99150,2234,'_acfw_success_message',''),(99151,2234,'_acfw_after_redirect_url',''),(99152,2234,'_acfw_redirect_to_origin_url',''),(99153,2234,'_acfw_enable_role_restriction',''),(99154,2234,'_acfw_enable_date_range_schedule','no'),(99155,2234,'_wp_old_slug','freeshipamands'),(99206,2234,'_used_by','3'),(99272,299,'_edit_lock','1697815624:2'),(99273,299,'_edit_last','2'),(99799,298,'_edit_lock','1698768747:2'),(99800,298,'_edit_last','2'),(99803,274,'_edit_lock','1698768777:2'),(99804,274,'_edit_last','2'),(103240,2312,'_elementor_edit_mode','builder'),(103241,2312,'_elementor_template_type','wp-page'),(103242,2312,'_elementor_version','3.15.3'),(103243,2312,'_elementor_pro_version','3.15.1'),(103244,2312,'_wp_page_template','default'),(103245,2312,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103248,2313,'_elementor_edit_mode','builder'),(103249,2313,'_elementor_template_type','wp-page'),(103250,2313,'_elementor_version','3.15.3'),(103251,2313,'_elementor_pro_version','3.15.1'),(103252,2313,'_wp_page_template','default'),(103253,2313,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103256,2314,'_elementor_edit_mode','builder'),(103257,2314,'_elementor_template_type','wp-page'),(103258,2314,'_elementor_version','3.15.3'),(103259,2314,'_elementor_pro_version','3.15.1'),(103260,2314,'_wp_page_template','default'),(103261,2314,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103265,2315,'_elementor_edit_mode','builder'),(103266,2315,'_elementor_template_type','wp-page'),(103267,2315,'_elementor_version','3.17.3'),(103268,2315,'_elementor_pro_version','3.17.1'),(103269,2315,'_wp_page_template','default'),(103270,2315,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103272,2316,'_elementor_edit_mode','builder'),(103273,2316,'_elementor_template_type','wp-page'),(103274,2316,'_elementor_version','3.17.3'),(103275,2316,'_elementor_pro_version','3.17.1'),(103276,2316,'_wp_page_template','default'),(103277,2316,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103279,2317,'_elementor_edit_mode','builder'),(103280,2317,'_elementor_template_type','wp-page'),(103281,2317,'_elementor_version','3.17.3'),(103282,2317,'_elementor_pro_version','3.17.1'),(103283,2317,'_wp_page_template','default'),(103284,2317,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103546,2324,'_elementor_edit_mode','builder'),(103547,2324,'_elementor_template_type','wp-page'),(103548,2324,'_elementor_version','3.17.3'),(103549,2324,'_elementor_pro_version','3.17.1'),(103550,2324,'_wp_page_template','default'),(103551,2324,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103554,2325,'_elementor_edit_mode','builder'),(103555,2325,'_elementor_template_type','wp-page'),(103556,2325,'_elementor_version','3.17.3'),(103557,2325,'_elementor_pro_version','3.17.1'),(103558,2325,'_wp_page_template','default'),(103559,2325,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103562,2326,'_elementor_edit_mode','builder'),(103563,2326,'_elementor_template_type','wp-page'),(103564,2326,'_elementor_version','3.17.3'),(103565,2326,'_elementor_pro_version','3.17.1'),(103566,2326,'_wp_page_template','default'),(103567,2326,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103578,2327,'_elementor_edit_mode','builder'),(103579,2327,'_elementor_template_type','wp-page'),(103580,2327,'_elementor_version','3.17.3'),(103581,2327,'_elementor_pro_version','3.17.1'),(103582,2327,'_wp_page_template','default'),(103583,2327,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103586,2328,'_elementor_edit_mode','builder'),(103587,2328,'_elementor_template_type','wp-page'),(103588,2328,'_elementor_version','3.17.3'),(103589,2328,'_elementor_pro_version','3.17.1'),(103590,2328,'_wp_page_template','default'),(103591,2328,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103594,2329,'_elementor_edit_mode','builder'),(103595,2329,'_elementor_template_type','wp-page'),(103596,2329,'_elementor_version','3.17.3'),(103597,2329,'_elementor_pro_version','3.17.1'),(103598,2329,'_wp_page_template','default'),(103599,2329,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107105,247,'_edit_lock','1704911224:2'),(107106,247,'_edit_last','2'),(107289,2398,'_wp_attached_file','2024/01/KitPreventive100.jpg'),(107290,2398,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2024/01/KitPreventive100.jpg\";s:8:\"filesize\";i:260419;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"KitPreventive100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"KitPreventive100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"KitPreventive100-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54355;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"KitPreventive100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12521;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"KitPreventive100-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36287;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"KitPreventive100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3193;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107291,2399,'_wp_attached_file','2024/01/KitUrgentCare100.jpg'),(107292,2399,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2024/01/KitUrgentCare100.jpg\";s:8:\"filesize\";i:225257;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"KitUrgentCare100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10870;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"KitUrgentCare100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4494;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"KitUrgentCare100-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47162;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"KitUrgentCare100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10870;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"KitUrgentCare100-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31332;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"KitUrgentCare100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2917;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107350,2401,'_elementor_edit_mode','builder'),(107351,2401,'_elementor_template_type','product'),(107352,2401,'_elementor_version','3.1.4'),(107353,2401,'_elementor_pro_version','3.2.1'),(107354,2401,'_wp_page_template','default'),(107355,2401,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"},{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.474,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29711862\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"5c95a0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"668be93\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107356,2401,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107357,2401,'_elementor_screenshot_failed','2022-03-09 16:41:35'),(107360,2402,'_elementor_edit_mode','builder'),(107361,2402,'_elementor_template_type','product'),(107362,2402,'_elementor_version','3.1.4'),(107363,2402,'_elementor_pro_version','3.2.1'),(107364,2402,'_wp_page_template','default'),(107365,2402,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"},{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29711862\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"5c95a0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"668be93\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107366,2402,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107367,2402,'_elementor_screenshot_failed','2022-03-09 16:41:35'),(107372,2403,'_elementor_edit_mode','builder'),(107373,2403,'_elementor_template_type','product'),(107374,2403,'_elementor_version','3.18.3'),(107375,2403,'_elementor_pro_version','3.18.1'),(107376,2403,'_wp_page_template','default'),(107377,2403,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"},{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29711862\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"5c95a0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"668be93\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107378,2403,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107388,2404,'_elementor_edit_mode','builder'),(107389,2404,'_elementor_template_type','product'),(107390,2404,'_elementor_version','3.18.3'),(107391,2404,'_elementor_pro_version','3.18.1'),(107392,2404,'_wp_page_template','default'),(107393,2404,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29711862\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"5c95a0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"668be93\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec6fa16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"806c9bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false}],\"isInner\":false}]'),(107394,2404,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107399,2405,'_elementor_edit_mode','builder'),(107400,2405,'_elementor_template_type','product'),(107401,2405,'_elementor_version','3.18.3'),(107402,2405,'_elementor_pro_version','3.18.2'),(107403,2405,'_wp_page_template','default'),(107404,2405,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"10\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec6fa16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"806c9bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false}],\"isInner\":false}]'),(107405,2405,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107410,2406,'_elementor_edit_mode','builder'),(107411,2406,'_elementor_template_type','product'),(107412,2406,'_elementor_version','3.18.3'),(107413,2406,'_elementor_pro_version','3.18.2'),(107414,2406,'_wp_page_template','default'),(107415,2406,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec6fa16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"806c9bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false}],\"isInner\":false}]'),(107416,2406,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107419,70,'_elementor_controls_usage','a:10:{s:26:\"woocommerce-product-images\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:29:\"section_product_gallery_style\";a:4:{s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:10:\"sale_flash\";i:1;s:7:\"spacing\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:22:\"woocommerce-breadcrumb\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:7:{s:10:\"text_color\";i:1;s:10:\"link_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}}}s:25:\"woocommerce-product-title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:25:\"typography_text_transform\";i:2;s:11:\"title_color\";i:2;}}}}s:37:\"woocommerce-product-short-description\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:33:\"section_product_description_style\";a:6:{s:10:\"text_align\";i:1;s:26:\"text_typography_typography\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_font_family\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:25:\"woocommerce-product-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:19:\"section_price_style\";a:15:{s:10:\"text_align\";i:1;s:11:\"price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:18:\"sale_price_spacing\";i:1;s:11:\"price_block\";i:1;s:16:\"sale_price_color\";i:1;s:32:\"sale_price_typography_typography\";i:1;s:31:\"sale_price_typography_font_size\";i:1;s:33:\"sale_price_typography_font_weight\";i:1;s:33:\"sale_price_typography_font_family\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:31:\"woocommerce-product-add-to-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:24:\"section_atc_button_style\";a:12:{s:20:\"button_border_radius\";i:1;s:14:\"button_padding\";i:1;s:20:\"button_border_border\";i:1;s:19:\"button_border_width\";i:1;s:17:\"button_text_color\";i:1;s:15:\"button_bg_color\";i:1;s:19:\"button_border_color\";i:1;s:23:\"button_text_color_hover\";i:1;s:21:\"button_bg_color_hover\";i:1;s:25:\"button_border_color_hover\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;}s:26:\"section_atc_quantity_style\";a:5:{s:22:\"quantity_border_radius\";i:1;s:19:\"quantity_text_color\";i:1;s:17:\"quantity_bg_color\";i:1;s:21:\"quantity_border_color\";i:1;s:25:\"quantity_text_color_focus\";i:1;}}}}s:27:\"woocommerce-product-related\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:32:\"section_related_products_content\";a:4:{s:14:\"posts_per_page\";i:2;s:7:\"columns\";i:2;s:7:\"orderby\";i:2;s:5:\"order\";i:1;}}s:5:\"style\";a:4:{s:22:\"section_products_style\";a:32:{s:5:\"align\";i:2;s:18:\"image_border_width\";i:2;s:18:\"image_border_color\";i:2;s:11:\"title_color\";i:2;s:11:\"price_color\";i:2;s:15:\"old_price_color\";i:2;s:20:\"button_border_border\";i:2;s:19:\"button_border_width\";i:2;s:20:\"button_border_radius\";i:2;s:14:\"button_spacing\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:27:\"price_typography_typography\";i:2;s:28:\"price_typography_font_family\";i:2;s:23:\"button_background_color\";i:2;s:19:\"button_border_color\";i:2;s:28:\"button_typography_typography\";i:2;s:29:\"button_typography_font_family\";i:2;s:9:\"star_size\";i:2;s:17:\"button_text_color\";i:2;s:27:\"button_typography_font_size\";i:2;s:29:\"button_typography_line_height\";i:2;s:32:\"button_typography_letter_spacing\";i:2;s:31:\"view_cart_typography_typography\";i:2;s:32:\"view_cart_typography_font_family\";i:2;s:32:\"view_cart_typography_font_weight\";i:2;s:26:\"title_typography_font_size\";i:1;s:31:\"old_price_typography_typography\";i:1;s:32:\"old_price_typography_font_family\";i:1;s:30:\"old_price_typography_font_size\";i:1;s:32:\"old_price_typography_font_weight\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:21:\"section_heading_style\";a:7:{s:13:\"heading_color\";i:2;s:29:\"heading_typography_typography\";i:2;s:30:\"heading_typography_font_family\";i:2;s:28:\"heading_typography_font_size\";i:2;s:30:\"heading_typography_font_weight\";i:2;s:33:\"heading_typography_text_transform\";i:2;s:18:\"heading_text_align\";i:2;}s:18:\"section_design_box\";a:1:{s:17:\"box_border_radius\";i:2;}s:16:\"sale_flash_style\";a:1:{s:17:\"show_onsale_flash\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:24:\"woocommerce-product-meta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:26:\"section_product_meta_style\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:10:\"text_color\";i:1;s:10:\"link_color\";i:1;s:25:\"text_typography_font_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:1;s:13:\"custom_height\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}}'),(107522,2410,'_elementor_edit_mode','builder'),(107523,2410,'_elementor_template_type','wp-page'),(107524,2410,'_elementor_version','3.17.3'),(107525,2410,'_elementor_pro_version','3.17.1'),(107526,2410,'_wp_page_template','default'),(107527,2410,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107529,2411,'_elementor_edit_mode','builder'),(107530,2411,'_elementor_template_type','wp-page'),(107531,2411,'_elementor_version','3.17.3'),(107532,2411,'_elementor_pro_version','3.17.1'),(107533,2411,'_wp_page_template','default'),(107534,2411,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107536,2412,'_elementor_edit_mode','builder'),(107537,2412,'_elementor_template_type','wp-page'),(107538,2412,'_elementor_version','3.17.3'),(107539,2412,'_elementor_pro_version','3.17.1'),(107540,2412,'_wp_page_template','default'),(107541,2412,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107545,2413,'_wp_attached_file','2024/01/KitPreventive100New.jpg'),(107546,2413,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2024/01/KitPreventive100New.jpg\";s:8:\"filesize\";i:147973;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"KitPreventive100New-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"KitPreventive100New-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6759;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"KitPreventive100New-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16863;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"KitPreventive100New-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107547,2414,'_wp_attached_file','2024/01/KitUrgentCare100New.jpg'),(107548,2414,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2024/01/KitUrgentCare100New.jpg\";s:8:\"filesize\";i:131240;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"KitUrgentCare100New-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15228;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"KitUrgentCare100New-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6266;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"KitUrgentCare100New-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15228;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"KitUrgentCare100New-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(111903,235,'_edit_lock','1707843775:2'),(111904,235,'_edit_last','2'),(114290,2521,'_edit_lock','1709607504:2'),(114291,2521,'_edit_last','2'),(114292,2521,'discount_type','percent'),(114293,2521,'coupon_amount','10'),(114294,2521,'individual_use','no'),(114295,2521,'usage_limit','0'),(114296,2521,'usage_limit_per_user','0'),(114297,2521,'limit_usage_to_x_items','0'),(114298,2521,'usage_count','0'),(114299,2521,'date_expires',NULL),(114300,2521,'free_shipping','no'),(114301,2521,'exclude_sale_items','no'),(114302,2521,'_acfw_percentage_discount_cap',''),(114303,2521,'_acfw_usage_limit_reset_time',''),(114304,2521,'_acfw_show_on_my_coupons_page',''),(114305,2521,'_acfw_defer_apply_url_coupon',''),(114306,2521,'_acfw_enable_day_time_schedules',''),(114307,2521,'_acfw_cashback_waiting_period','0'),(114308,2521,'_acfw_enable_virtual_coupons',''),(114309,2521,'_acfw_excluded_coupons','a:0:{}'),(114310,2521,'_acfw_enable_payment_methods_restrict',''),(114311,2521,'_acfw_reset_usage_limit_period','none'),(114312,2521,'_acfw_disable_url_coupon',''),(114313,2521,'_acfw_code_url_override',''),(114314,2521,'_acfw_success_message',''),(114315,2521,'_acfw_after_redirect_url',''),(114316,2521,'_acfw_redirect_to_origin_url',''),(114317,2521,'_acfw_enable_role_restriction',''),(114318,2521,'_acfw_enable_date_range_schedule','no'),(114319,2521,'_acfw_force_apply_url_coupon',''),(116608,2563,'_edit_lock','1752162771:2'),(116609,2563,'_edit_last','2'),(116610,2563,'_wafs_shipping_method','a:1:{s:14:\"shipping_title\";s:0:\"\";}'),(116611,2563,'_wafs_shipping_method_conditions','a:1:{i:0;a:2:{i:225087017;a:3:{s:9:\"condition\";s:8:\"subtotal\";s:8:\"operator\";s:2:\">=\";s:5:\"value\";s:3:\"500\";}i:998483539;a:3:{s:9:\"condition\";s:7:\"country\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"US\";}}}'),(118277,2591,'_start_date','2024-04-11 16:11:26'),(118279,2591,'_end_date',''),(118281,2591,'_edit_lock','1712851990:2'),(118282,2591,'_edit_last','2'),(118284,2592,'_edit_lock','1712851965:2'),(118285,2592,'_edit_last','2'),(118286,2592,'_access_method','manual-only'),(118287,2592,'_members_area_sections','a:5:{i:0;s:21:\"my-membership-content\";i:1;s:22:\"my-membership-products\";i:2;s:23:\"my-membership-discounts\";i:3;s:19:\"my-membership-notes\";i:4;s:21:\"my-membership-details\";}'),(118291,2592,'_wp_old_slug','franrm-copy'),(119479,266,'_edit_lock','1713563210:2'),(119480,266,'_edit_last','2'),(120763,2631,'_start_date','2024-05-02 16:02:17'),(120765,2631,'_end_date',''),(122528,2658,'_start_date','2024-05-15 20:53:56'),(122530,2658,'_end_date',''),(122532,2658,'_edit_lock','1715806951:2'),(122533,2658,'_edit_last','2'),(126149,22,'ast-site-content-layout','default'),(126150,22,'site-content-style','default'),(126151,22,'site-sidebar-style','default'),(126152,22,'astra-migrate-meta-layouts','set'),(131185,11,'_edit_lock','1768341437:2'),(131186,2801,'_elementor_edit_mode','builder'),(131187,2801,'_elementor_template_type','kit'),(131188,2801,'_elementor_version','3.1.4'),(131189,2801,'_elementor_pro_version','3.2.0'),(131190,2801,'_wp_page_template','default'),(131191,2801,'_elementor_page_settings','a:4:{s:9:\"site_name\";s:16:\"LCA Portal Store\";s:16:\"site_description\";s:0:\"\";s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),(131193,11,'_elementor_data','[]'),(131194,2802,'_elementor_edit_mode','builder'),(131195,2802,'_elementor_template_type','kit'),(131196,2802,'_elementor_version','3.1.4'),(131197,2802,'_elementor_pro_version','3.2.0'),(131198,2802,'_wp_page_template','default'),(131199,2802,'_elementor_page_settings','a:19:{s:9:\"site_name\";s:16:\"LCA Portal Store\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#30A3C4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#5BC500\";}}s:13:\"custom_colors\";a:0:{}s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:26:\"body_typography_typography\";s:6:\"custom\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:24:\"woocommerce_cart_page_id\";s:2:\"20\";s:28:\"woocommerce_checkout_page_id\";s:2:\"21\";s:29:\"woocommerce_myaccount_page_id\";s:2:\"22\";s:25:\"woocommerce_terms_page_id\";s:3:\"182\";s:36:\"woocommerce_purchase_summary_page_id\";b:0;s:24:\"woocommerce_shop_page_id\";s:2:\"19\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(131201,2802,'_elementor_data','[]'),(132263,2821,'_wp_attached_file','2024/01/2024KitUrgent100.webp'),(132264,2821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2024/01/2024KitUrgent100.webp\";s:8:\"filesize\";i:28450;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"2024KitUrgent100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"2024KitUrgent100-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3560;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"2024KitUrgent100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9274;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"2024KitUrgent100-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1946;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132266,2822,'_wp_attached_file','2024/01/2024KitUrgentAndPrevent100.webp'),(132267,2822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2024/01/2024KitUrgentAndPrevent100.webp\";s:8:\"filesize\";i:33956;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2024KitUrgentAndPrevent100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2024KitUrgentAndPrevent100-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4068;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"2024KitUrgentAndPrevent100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11030;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"2024KitUrgentAndPrevent100-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132269,2823,'_wp_attached_file','2023/09/2024ActiveRinse16oz100.webp'),(132270,2823,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2023/09/2024ActiveRinse16oz100.webp\";s:8:\"filesize\";i:12820;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse16oz100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4618;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse16oz100-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1842;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"2024ActiveRinse16oz100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4618;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse16oz100-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1064;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132272,2824,'_wp_attached_file','2023/09/2024ActiveRinse8oz100.webp'),(132273,2824,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2023/09/2024ActiveRinse8oz100.webp\";s:8:\"filesize\";i:10944;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"2024ActiveRinse8oz100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4034;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"2024ActiveRinse8oz100-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1610;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"2024ActiveRinse8oz100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4034;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"2024ActiveRinse8oz100-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:936;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132275,2825,'_wp_attached_file','2021/03/2024ActiveRinse2oz.webp'),(132276,2825,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/2024ActiveRinse2oz.webp\";s:8:\"filesize\";i:3912;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2024ActiveRinse2oz-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1292;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2024ActiveRinse2oz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:510;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2024ActiveRinse2oz-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1292;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2024ActiveRinse2oz-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132290,2826,'_wp_attached_file','2021/03/2024KitUrgentAndPrevent5050.webp'),(132291,2826,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2021/03/2024KitUrgentAndPrevent5050.webp\";s:8:\"filesize\";i:29718;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2024KitUrgentAndPrevent5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9352;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2024KitUrgentAndPrevent5050-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3368;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"2024KitUrgentAndPrevent5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9352;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"2024KitUrgentAndPrevent5050-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132305,2827,'_wp_attached_file','2021/03/2024ActiveRinse8oz5050.webp'),(132306,2827,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2021/03/2024ActiveRinse8oz5050.webp\";s:8:\"filesize\";i:6792;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse8oz5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse8oz5050-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:870;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"2024ActiveRinse8oz5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2216;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse8oz5050-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:510;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132312,2828,'_wp_attached_file','2021/03/2024KitUrgent5050.webp'),(132313,2828,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2021/03/2024KitUrgent5050.webp\";s:8:\"filesize\";i:24754;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"2024KitUrgent5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2024KitUrgent5050-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2814;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"2024KitUrgent5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7654;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"2024KitUrgent5050-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132328,2829,'_wp_attached_file','2021/03/2024PreventativeDetanglingSpray.webp'),(132329,2829,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:44:\"2021/03/2024PreventativeDetanglingSpray.webp\";s:8:\"filesize\";i:7834;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"2024PreventativeDetanglingSpray-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2544;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"2024PreventativeDetanglingSpray-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:944;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"2024PreventativeDetanglingSpray-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2544;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"2024PreventativeDetanglingSpray-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:554;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132343,2830,'_wp_attached_file','2021/03/2024ClarifyingShampoo.webp'),(132344,2830,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2021/03/2024ClarifyingShampoo.webp\";s:8:\"filesize\";i:7972;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"2024ClarifyingShampoo-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2546;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"2024ClarifyingShampoo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:934;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"2024ClarifyingShampoo-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2546;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"2024ClarifyingShampoo-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132358,2831,'_wp_attached_file','2021/03/2024KitPreventive.webp'),(132359,2831,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2021/03/2024KitPreventive.webp\";s:8:\"filesize\";i:16480;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"2024KitPreventive-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2024KitPreventive-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1868;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"2024KitPreventive-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5040;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"2024KitPreventive-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:986;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132374,2832,'_wp_attached_file','2021/03/2024CombOutMousse.webp'),(132375,2832,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2021/03/2024CombOutMousse.webp\";s:8:\"filesize\";i:5802;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"2024CombOutMousse-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2024CombOutMousse-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:752;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"2024CombOutMousse-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1910;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"2024CombOutMousse-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:432;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132390,2833,'_wp_attached_file','2021/03/2024PreventativeSpray.webp'),(132391,2833,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2021/03/2024PreventativeSpray.webp\";s:8:\"filesize\";i:7814;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"2024PreventativeSpray-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"2024PreventativeSpray-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:926;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"2024PreventativeSpray-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2490;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"2024PreventativeSpray-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:564;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132406,2834,'_wp_attached_file','2021/03/2024PreventiveConditioner.webp'),(132407,2834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2021/03/2024PreventiveConditioner.webp\";s:8:\"filesize\";i:7852;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2024PreventiveConditioner-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2536;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2024PreventiveConditioner-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:906;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"2024PreventiveConditioner-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2536;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"2024PreventiveConditioner-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:542;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132422,2835,'_wp_attached_file','2021/03/2024TerminatorComb.webp'),(132423,2835,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/2024TerminatorComb.webp\";s:8:\"filesize\";i:18152;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2024TerminatorComb-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2024TerminatorComb-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1992;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2024TerminatorComb-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5628;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2024TerminatorComb-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132430,2836,'_wp_attached_file','2021/03/2024PreventiveShampoo.webp'),(132431,2836,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2021/03/2024PreventiveShampoo.webp\";s:8:\"filesize\";i:7656;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"2024PreventiveShampoo-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"2024PreventiveShampoo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:892;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"2024PreventiveShampoo-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2448;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"2024PreventiveShampoo-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:544;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132446,2837,'_wp_attached_file','2021/03/2024ActiveRinse16oz5050.webp'),(132447,2837,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2021/03/2024ActiveRinse16oz5050.webp\";s:8:\"filesize\";i:12614;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse16oz5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse16oz5050-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1802;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"2024ActiveRinse16oz5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4606;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse16oz5050-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1038;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132692,2842,'_wp_attached_file','2021/03/2024ActiveRinse16oz5050-1.webp'),(132693,2842,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2021/03/2024ActiveRinse16oz5050-1.webp\";s:8:\"filesize\";i:8550;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1046;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2876;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133103,2850,'_wp_attached_file','2021/03/2024CombOutMousse-1.webp'),(133104,2850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2021/03/2024CombOutMousse-1.webp\";s:8:\"filesize\";i:5814;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"2024CombOutMousse-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"2024CombOutMousse-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:734;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"2024CombOutMousse-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1922;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"2024CombOutMousse-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:400;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133106,2851,'_wp_attached_file','2021/03/2024ActiveRinse2oz-1.webp'),(133107,2851,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/03/2024ActiveRinse2oz-1.webp\";s:8:\"filesize\";i:3914;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2024ActiveRinse2oz-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2024ActiveRinse2oz-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:514;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2024ActiveRinse2oz-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1278;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2024ActiveRinse2oz-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:316;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133121,2852,'_wp_attached_file','2021/03/2024ActiveRinse8oz5050-1.webp'),(133122,2852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2021/03/2024ActiveRinse8oz5050-1.webp\";s:8:\"filesize\";i:8652;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1038;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2912;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133124,2853,'_wp_attached_file','2023/09/2024ActiveRinse16oz100-1.webp'),(133125,2853,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2023/09/2024ActiveRinse16oz100-1.webp\";s:8:\"filesize\";i:12826;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1806;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4638;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133127,2855,'_wp_attached_file','2021/03/2024PreventativeSpray2oz.webp'),(133128,2855,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2021/03/2024PreventativeSpray2oz.webp\";s:8:\"filesize\";i:4538;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024PreventativeSpray2oz-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventativeSpray2oz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:584;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024PreventativeSpray2oz-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1474;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventativeSpray2oz-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:322;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134896,2631,'_edit_lock','1724339012:89'),(137416,125,'_wp_old_date','2021-03-31'),(137417,126,'_wp_old_date','2021-03-31'),(137418,2930,'_elementor_is_screenshot','1'),(137419,2930,'_wp_attached_file','elementor/screenshots/Elementor-post-screenshot_70_2024-09-13-19-18-26_784c5267.png'),(137420,70,'_elementor_screenshot','a:2:{s:2:\"id\";i:2930;s:3:\"url\";s:151:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_70_2024-09-13-19-18-26_784c5267.png\";}'),(137421,2931,'_elementor_edit_mode','builder'),(137422,2931,'_elementor_template_type','header'),(137423,2931,'_elementor_version','3.1.4'),(137424,2931,'_elementor_pro_version','3.2.1'),(137425,2931,'_wp_page_template','default'),(137426,2931,'_elementor_data','[{\"id\":\"550129bf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\"},\"elements\":[{\"id\":\"604ff6b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"20\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"55\"},\"elements\":[{\"id\":\"7de5afc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":12,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"62e3e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":64.208,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"35\"},\"elements\":[{\"id\":\"7c2a50a\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#000000\",\"color_menu_item_hover\":\"#000000\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":\"\"},{\"id\":\"784b7453\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":15.125,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"10\"},\"elements\":[{\"id\":\"9dd315e\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"icon\":\"cart-solid\",\"hide_empty_indicator\":\"hide\",\"show_subtotal\":\"\",\"toggle_button_icon_color\":\"#000000\",\"toggle_button_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"items_indicator_text_color\":\"#FFFFFF\",\"items_indicator_background_color\":\"#5BC500\",\"items_indicator_distance\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"subtotal_typography_typography\":\"custom\",\"subtotal_typography_font_family\":\"Montserrat\",\"view_cart_button_text_color\":\"#FFFFFF\",\"view_cart_button_background_color\":\"#5BC500\"},\"elements\":[],\"widgetType\":\"woocommerce-menu-cart\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(137427,2931,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(137428,2931,'_elementor_screenshot_failed','2022-03-09 16:42:02'),(137431,2932,'_elementor_edit_mode','builder'),(137432,2932,'_elementor_template_type','header'),(137433,2932,'_elementor_version','3.1.4'),(137434,2932,'_elementor_pro_version','3.2.1'),(137435,2932,'_wp_page_template','default'),(137436,2932,'_elementor_data','[{\"id\":\"550129bf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\"},\"elements\":[{\"id\":\"604ff6b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"20\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"55\"},\"elements\":[{\"id\":\"7de5afc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":12,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"62e3e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":64.207999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"35\"},\"elements\":[{\"id\":\"7c2a50a\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#000000\",\"color_menu_item_hover\":\"#000000\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":\"\"},{\"id\":\"784b7453\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":15.125,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"10\"},\"elements\":[{\"id\":\"9dd315e\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"icon\":\"cart-solid\",\"hide_empty_indicator\":\"hide\",\"show_subtotal\":\"\",\"toggle_button_icon_color\":\"#000000\",\"toggle_button_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"items_indicator_text_color\":\"#FFFFFF\",\"items_indicator_background_color\":\"#5BC500\",\"items_indicator_distance\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"subtotal_typography_typography\":\"custom\",\"subtotal_typography_font_family\":\"Montserrat\",\"view_cart_button_text_color\":\"#FFFFFF\",\"view_cart_button_background_color\":\"#5BC500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"woocommerce-menu-cart\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(137437,2932,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(137438,2932,'_elementor_screenshot_failed','2022-03-09 16:42:02'),(151385,217,'_edit_last','2'),(153722,2234,'_used_by','67'),(161944,269,'_edit_lock','1746736816:2'),(161945,269,'_edit_last','2'),(162018,3350,'_wp_attached_file','2023/09/2024ActiveRinse16oz100NS.webp'),(162019,3350,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2023/09/2024ActiveRinse16oz100NS.webp\";s:8:\"filesize\";i:9742;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100NS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1802;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4258;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100NS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162022,3351,'_wp_attached_file','2023/09/2024ActiveRinse8oz100NS.webp'),(162023,3351,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2023/09/2024ActiveRinse8oz100NS.webp\";s:8:\"filesize\";i:9162;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse8oz100NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse8oz100NS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1672;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"2024ActiveRinse8oz100NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3862;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse8oz100NS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1072;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162072,3353,'_wp_attached_file','2025/05/2024PreventiveSpray16ozNS.webp'),(162073,3353,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2025/05/2024PreventiveSpray16ozNS.webp\";s:8:\"filesize\";i:9324;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2024PreventiveSpray16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3878;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2024PreventiveSpray16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1698;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"2024PreventiveSpray16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3878;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"2024PreventiveSpray16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1122;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162125,3355,'_wp_attached_file','2025/05/2024PreventiveDetangleSpray16ozNS.webp'),(162126,3355,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2025/05/2024PreventiveDetangleSpray16ozNS.webp\";s:8:\"filesize\";i:9450;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"2024PreventiveDetangleSpray16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"2024PreventiveDetangleSpray16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1688;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"2024PreventiveDetangleSpray16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3838;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"2024PreventiveDetangleSpray16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162178,3357,'_wp_attached_file','2025/05/2024PreventiveShampoo16ozNS.webp'),(162179,3357,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2025/05/2024PreventiveShampoo16ozNS.webp\";s:8:\"filesize\";i:9256;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2024PreventiveShampoo16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2024PreventiveShampoo16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1758;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"2024PreventiveShampoo16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4112;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"2024PreventiveShampoo16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1000;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162229,3359,'_wp_attached_file','2025/05/2024PreventiveConditioner16ozNS.webp'),(162230,3359,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:44:\"2025/05/2024PreventiveConditioner16ozNS.webp\";s:8:\"filesize\";i:9556;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"2024PreventiveConditioner16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4166;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"2024PreventiveConditioner16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1792;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"2024PreventiveConditioner16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4166;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"2024PreventiveConditioner16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162284,3361,'_wp_attached_file','2025/05/2024Rosemary16ozNS.webp'),(162285,3361,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2025/05/2024Rosemary16ozNS.webp\";s:8:\"filesize\";i:9292;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2024Rosemary16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3854;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2024Rosemary16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1664;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2024Rosemary16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3854;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2024Rosemary16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1116;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162335,3363,'_wp_attached_file','2025/05/2024Rosemary8ozNS.webp'),(162336,3363,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2025/05/2024Rosemary8ozNS.webp\";s:8:\"filesize\";i:8944;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"2024Rosemary8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2024Rosemary8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1614;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"2024Rosemary8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3630;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"2024Rosemary8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162353,3364,'_wp_attached_file','2021/03/2024TerminatorComb-1.webp'),(162354,3364,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/03/2024TerminatorComb-1.webp\";s:8:\"filesize\";i:19264;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2024TerminatorComb-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2024TerminatorComb-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2906;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2024TerminatorComb-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7202;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2024TerminatorComb-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1702;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162356,3365,'_wp_attached_file','2021/03/2024ActiveRinse8oz5050NS.webp'),(162357,3365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2021/03/2024ActiveRinse8oz5050NS.webp\";s:8:\"filesize\";i:9038;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050NS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1682;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3902;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050NS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1082;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162359,3366,'_wp_attached_file','2021/03/2024ActiveRinse16oz5050NS.webp'),(162360,3366,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2021/03/2024ActiveRinse16oz5050NS.webp\";s:8:\"filesize\";i:9810;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050NS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1806;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4276;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050NS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1126;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162362,3367,'_wp_attached_file','2021/03/2024CombOutMousse4ozNS.webp'),(162363,3367,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2021/03/2024CombOutMousse4ozNS.webp\";s:8:\"filesize\";i:8076;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"2024CombOutMousse4ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"2024CombOutMousse4ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1656;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"2024CombOutMousse4ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3730;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"2024CombOutMousse4ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:920;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162365,3368,'_wp_attached_file','2021/03/2024PreventiveConditioner8ozNS.webp'),(162366,3368,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2021/03/2024PreventiveConditioner8ozNS.webp\";s:8:\"filesize\";i:8662;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"2024PreventiveConditioner8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"2024PreventiveConditioner8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1544;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"2024PreventiveConditioner8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3658;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"2024PreventiveConditioner8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:970;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162368,3369,'_wp_attached_file','2021/03/2024PreventiveDetanglingSpray8ozNS.webp'),(162369,3369,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:47:\"2021/03/2024PreventiveDetanglingSpray8ozNS.webp\";s:8:\"filesize\";i:9008;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"2024PreventiveDetanglingSpray8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"2024PreventiveDetanglingSpray8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1618;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"2024PreventiveDetanglingSpray8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3606;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"2024PreventiveDetanglingSpray8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162371,3370,'_wp_attached_file','2021/03/2024PreventiveShampoo8ozNS.webp'),(162372,3370,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2021/03/2024PreventiveShampoo8ozNS.webp\";s:8:\"filesize\";i:8474;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2024PreventiveShampoo8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2024PreventiveShampoo8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1540;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"2024PreventiveShampoo8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3672;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"2024PreventiveShampoo8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162374,3371,'_wp_attached_file','2021/03/2024PreventiveSpray2ozNS.webp'),(162375,3371,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2021/03/2024PreventiveSpray2ozNS.webp\";s:8:\"filesize\";i:9644;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray2ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4044;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray2ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1772;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024PreventiveSpray2ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4044;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray2ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1000;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162377,3372,'_wp_attached_file','2021/03/2024PreventiveSpray8ozNS.webp'),(162378,3372,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2021/03/2024PreventiveSpray8ozNS.webp\";s:8:\"filesize\";i:8960;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3542;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1586;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024PreventiveSpray8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3542;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1022;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162380,3373,'_wp_attached_file','2021/03/2024ClarifyingShampooNS.webp'),(162381,3373,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2021/03/2024ClarifyingShampooNS.webp\";s:8:\"filesize\";i:8640;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"2024ClarifyingShampooNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3772;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ClarifyingShampooNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1560;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"2024ClarifyingShampooNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3772;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ClarifyingShampooNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1020;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162420,3377,'_elementor_edit_mode','builder'),(162421,3377,'_elementor_template_type','wp-page'),(162422,3377,'_elementor_version','3.18.3'),(162423,3377,'_elementor_pro_version','3.18.2'),(162424,3377,'_wp_page_template','default'),(162425,3377,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162433,3379,'_elementor_edit_mode','builder'),(162434,3379,'_elementor_template_type','wp-page'),(162435,3379,'_elementor_version','3.18.3'),(162436,3379,'_elementor_pro_version','3.18.2'),(162437,3379,'_wp_page_template','default'),(162438,3379,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162443,3380,'_elementor_edit_mode','builder'),(162444,3380,'_elementor_template_type','wp-page'),(162445,3380,'_elementor_version','3.18.3'),(162446,3380,'_elementor_pro_version','3.18.2'),(162447,3380,'_wp_page_template','default'),(162448,3380,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162454,3381,'_elementor_edit_mode','builder'),(162455,3381,'_elementor_template_type','wp-page'),(162456,3381,'_elementor_version','3.28.3'),(162457,3381,'_elementor_pro_version','3.28.3'),(162458,3381,'_wp_page_template','default'),(162459,3381,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162462,3382,'_elementor_edit_mode','builder'),(162463,3382,'_elementor_template_type','wp-page'),(162464,3382,'_elementor_version','3.28.3'),(162465,3382,'_elementor_pro_version','3.28.3'),(162466,3382,'_wp_page_template','default'),(162467,3382,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162470,3383,'_elementor_edit_mode','builder'),(162471,3383,'_elementor_template_type','wp-page'),(162472,3383,'_elementor_version','3.28.3'),(162473,3383,'_elementor_pro_version','3.28.3'),(162474,3383,'_wp_page_template','default'),(162475,3383,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162497,3388,'_elementor_edit_mode','builder'),(162498,3388,'_elementor_template_type','wp-page'),(162499,3388,'_elementor_version','3.28.3'),(162500,3388,'_elementor_pro_version','3.28.3'),(162501,3388,'_wp_page_template','default'),(162502,3388,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162505,3389,'_elementor_edit_mode','builder'),(162506,3389,'_elementor_template_type','wp-page'),(162507,3389,'_elementor_version','3.28.3'),(162508,3389,'_elementor_pro_version','3.28.3'),(162509,3389,'_wp_page_template','default'),(162510,3389,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162513,3390,'_elementor_edit_mode','builder'),(162514,3390,'_elementor_template_type','wp-page'),(162515,3390,'_elementor_version','3.28.3'),(162516,3390,'_elementor_pro_version','3.28.3'),(162517,3390,'_wp_page_template','default'),(162518,3390,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162570,3397,'_elementor_edit_mode','builder'),(162571,3397,'_elementor_template_type','wp-page'),(162572,3397,'_elementor_version','3.28.4'),(162573,3397,'_elementor_pro_version','3.28.3'),(162574,3397,'_wp_page_template','default'),(162575,3397,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162578,3398,'_elementor_edit_mode','builder'),(162579,3398,'_elementor_template_type','wp-page'),(162580,3398,'_elementor_version','3.28.4'),(162581,3398,'_elementor_pro_version','3.28.3'),(162582,3398,'_wp_page_template','default'),(162583,3398,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162586,3399,'_elementor_edit_mode','builder'),(162587,3399,'_elementor_template_type','wp-page'),(162588,3399,'_elementor_version','3.28.4'),(162589,3399,'_elementor_pro_version','3.28.3'),(162590,3399,'_wp_page_template','default'),(162591,3399,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163403,3413,'_elementor_edit_mode','builder'),(163404,3413,'_elementor_template_type','wp-page'),(163405,3413,'_elementor_version','3.28.4'),(163406,3413,'_elementor_pro_version','3.28.3'),(163407,3413,'_wp_page_template','default'),(163408,3413,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163411,3414,'_elementor_edit_mode','builder'),(163412,3414,'_elementor_template_type','wp-page'),(163413,3414,'_elementor_version','3.28.4'),(163414,3414,'_elementor_pro_version','3.28.3'),(163415,3414,'_wp_page_template','default'),(163416,3414,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163419,3415,'_elementor_edit_mode','builder'),(163420,3415,'_elementor_template_type','wp-page'),(163421,3415,'_elementor_version','3.28.4'),(163422,3415,'_elementor_pro_version','3.28.3'),(163423,3415,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (163424,3415,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163428,3416,'_elementor_edit_mode','builder'),(163429,3416,'_elementor_template_type','wp-page'),(163430,3416,'_elementor_version','3.28.4'),(163431,3416,'_elementor_pro_version','3.28.3'),(163432,3416,'_wp_page_template','default'),(163433,3416,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163435,3417,'_elementor_edit_mode','builder'),(163436,3417,'_elementor_template_type','wp-page'),(163437,3417,'_elementor_version','3.28.4'),(163438,3417,'_elementor_pro_version','3.28.3'),(163439,3417,'_wp_page_template','default'),(163440,3417,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163442,3418,'_elementor_edit_mode','builder'),(163443,3418,'_elementor_template_type','wp-page'),(163444,3418,'_elementor_version','3.28.4'),(163445,3418,'_elementor_pro_version','3.28.3'),(163446,3418,'_wp_page_template','default'),(163447,3418,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163450,3419,'_elementor_edit_mode','builder'),(163451,3419,'_elementor_template_type','wp-page'),(163452,3419,'_elementor_version','3.28.4'),(163453,3419,'_elementor_pro_version','3.28.3'),(163454,3419,'_wp_page_template','default'),(163455,3419,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163457,3420,'_elementor_edit_mode','builder'),(163458,3420,'_elementor_template_type','wp-page'),(163459,3420,'_elementor_version','3.28.4'),(163460,3420,'_elementor_pro_version','3.28.3'),(163461,3420,'_wp_page_template','default'),(163462,3420,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163464,3421,'_elementor_edit_mode','builder'),(163465,3421,'_elementor_template_type','wp-page'),(163466,3421,'_elementor_version','3.28.4'),(163467,3421,'_elementor_pro_version','3.28.3'),(163468,3421,'_wp_page_template','default'),(163469,3421,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163472,3422,'_elementor_edit_mode','builder'),(163473,3422,'_elementor_template_type','wp-page'),(163474,3422,'_elementor_version','3.28.4'),(163475,3422,'_elementor_pro_version','3.28.3'),(163476,3422,'_wp_page_template','default'),(163477,3422,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163479,3423,'_elementor_edit_mode','builder'),(163480,3423,'_elementor_template_type','wp-page'),(163481,3423,'_elementor_version','3.28.4'),(163482,3423,'_elementor_pro_version','3.28.3'),(163483,3423,'_wp_page_template','default'),(163484,3423,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163486,3424,'_elementor_edit_mode','builder'),(163487,3424,'_elementor_template_type','wp-page'),(163488,3424,'_elementor_version','3.28.4'),(163489,3424,'_elementor_pro_version','3.28.3'),(163490,3424,'_wp_page_template','default'),(163491,3424,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33f6662\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163494,3425,'_elementor_edit_mode','builder'),(163495,3425,'_elementor_template_type','wp-page'),(163496,3425,'_elementor_version','3.28.4'),(163497,3425,'_elementor_pro_version','3.28.3'),(163498,3425,'_wp_page_template','default'),(163499,3425,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33f6662\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163501,3426,'_elementor_edit_mode','builder'),(163502,3426,'_elementor_template_type','wp-page'),(163503,3426,'_elementor_version','3.28.4'),(163504,3426,'_elementor_pro_version','3.28.3'),(163505,3426,'_wp_page_template','default'),(163506,3426,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33f6662\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163508,3427,'_elementor_edit_mode','builder'),(163509,3427,'_elementor_template_type','wp-page'),(163510,3427,'_elementor_version','3.28.4'),(163511,3427,'_elementor_pro_version','3.28.3'),(163512,3427,'_wp_page_template','default'),(163513,3427,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163516,3428,'_elementor_edit_mode','builder'),(163517,3428,'_elementor_template_type','wp-page'),(163518,3428,'_elementor_version','3.28.4'),(163519,3428,'_elementor_pro_version','3.28.3'),(163520,3428,'_wp_page_template','default'),(163521,3428,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163523,3429,'_elementor_edit_mode','builder'),(163524,3429,'_elementor_template_type','wp-page'),(163525,3429,'_elementor_version','3.28.4'),(163526,3429,'_elementor_pro_version','3.28.3'),(163527,3429,'_wp_page_template','default'),(163528,3429,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163530,3430,'_elementor_edit_mode','builder'),(163531,3430,'_elementor_template_type','wp-page'),(163532,3430,'_elementor_version','3.28.4'),(163533,3430,'_elementor_pro_version','3.28.3'),(163534,3430,'_wp_page_template','default'),(163535,3430,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(166551,3477,'_wp_attached_file','2025/06/TerminatorCombThinHair25Pack-copy.webp'),(166552,3477,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2025/06/TerminatorCombThinHair25Pack-copy.webp\";s:8:\"filesize\";i:37682;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"TerminatorCombThinHair25Pack-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"TerminatorCombThinHair25Pack-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4100;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"TerminatorCombThinHair25Pack-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11780;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"TerminatorCombThinHair25Pack-copy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(166553,3478,'_wp_attached_file','2025/06/TerminatorCombThinHair12Pack.webp'),(166554,3478,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2025/06/TerminatorCombThinHair12Pack.webp\";s:8:\"filesize\";i:31822;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"TerminatorCombThinHair12Pack-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"TerminatorCombThinHair12Pack-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3880;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"TerminatorCombThinHair12Pack-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10858;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"TerminatorCombThinHair12Pack-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(166556,3479,'_elementor_edit_mode','builder'),(166557,3479,'_elementor_template_type','wp-page'),(166558,3479,'_elementor_version','3.28.4'),(166559,3479,'_elementor_pro_version','3.28.3'),(166560,3479,'_wp_page_template','default'),(166561,3479,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(166564,3480,'_elementor_edit_mode','builder'),(166565,3480,'_elementor_template_type','wp-page'),(166566,3480,'_elementor_version','3.28.4'),(166567,3480,'_elementor_pro_version','3.28.3'),(166568,3480,'_wp_page_template','default'),(166569,3480,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(166572,3481,'_elementor_edit_mode','builder'),(166573,3481,'_elementor_template_type','wp-page'),(166574,3481,'_elementor_version','3.28.4'),(166575,3481,'_elementor_pro_version','3.28.3'),(166576,3481,'_wp_page_template','default'),(166577,3481,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(167405,3500,'_wp_attached_file','2025/06/TerminatorCombOriginal12Pack.webp'),(167406,3500,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2025/06/TerminatorCombOriginal12Pack.webp\";s:8:\"filesize\";i:32590;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"TerminatorCombOriginal12Pack-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"TerminatorCombOriginal12Pack-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3208;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"TerminatorCombOriginal12Pack-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9674;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"TerminatorCombOriginal12Pack-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1518;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167846,3508,'_wp_attached_file','2025/06/Jr-Lice-Comb-50.jpg'),(167847,3508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1201;s:6:\"height\";i:1195;s:4:\"file\";s:27:\"2025/06/Jr-Lice-Comb-50.jpg\";s:8:\"filesize\";i:322395;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9065;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Jr-Lice-Comb-50-1024x1019.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1019;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80003;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3445;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-768x764.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48087;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9084;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-600x597.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30702;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2423;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167853,3509,'_elementor_edit_mode','builder'),(167854,3509,'_elementor_template_type','wp-page'),(167855,3509,'_elementor_version','3.28.4'),(167856,3509,'_elementor_pro_version','3.28.3'),(167857,3509,'_wp_page_template','default'),(167858,3509,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(167861,3510,'_elementor_edit_mode','builder'),(167862,3510,'_elementor_template_type','wp-page'),(167863,3510,'_elementor_version','3.28.4'),(167864,3510,'_elementor_pro_version','3.28.3'),(167865,3510,'_wp_page_template','default'),(167866,3510,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(167869,3511,'_elementor_edit_mode','builder'),(167870,3511,'_elementor_template_type','wp-page'),(167871,3511,'_elementor_version','3.28.4'),(167872,3511,'_elementor_pro_version','3.28.3'),(167873,3511,'_wp_page_template','default'),(167874,3511,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(167980,3516,'_wp_attached_file','2025/06/TerminatorMini50Pack.jpg'),(167981,3516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2025/06/TerminatorMini50Pack.jpg\";s:8:\"filesize\";i:104693;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"TerminatorMini50Pack-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"TerminatorMini50Pack-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4550;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"TerminatorMini50Pack-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10583;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"TerminatorMini50Pack-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168249,3522,'_order_key','wcms_order_shipment_0_sW28RxuayTfDL'),(168250,3522,'_customer_user','61'),(168251,3522,'_created_via','Multi-Shipping'),(168252,3522,'_download_permissions_granted','yes'),(168253,3522,'_recorded_sales','yes'),(168254,3522,'_recorded_coupon_usage_counts','yes'),(168255,3522,'_new_order_email_sent','false'),(168256,3522,'_order_stock_reduced','yes'),(168257,3522,'_billing_email','judy@liceclinicslexington.com'),(168258,3522,'_order_currency','USD'),(168259,3522,'_cart_discount','0'),(168260,3522,'_cart_discount_tax','0'),(168261,3522,'_order_shipping','0'),(168262,3522,'_order_shipping_tax','0'),(168263,3522,'_order_tax','0'),(168264,3522,'_order_total','524.31'),(168265,3522,'_order_version','9.8.4'),(168266,3522,'_prices_include_tax','no'),(168267,3522,'_billing_address_index','         info@liceclinicslexington.com '),(168268,3522,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Suite 4105 Lexington KY 40509 US '),(168269,3522,'_shipment_key','wc_shipment_6859c15f93839'),(168270,3522,'_billing_first_name','Judith'),(168271,3522,'_billing_last_name','Hayden'),(168272,3522,'_billing_company','Lice Clinics of America'),(168273,3522,'_billing_address_1','1795 Alysheba Way'),(168274,3522,'_billing_address_2','Ste 4105'),(168275,3522,'_billing_city','Lexington'),(168276,3522,'_billing_state','KY'),(168277,3522,'_billing_postcode','40509'),(168278,3522,'_billing_country','US'),(168279,3522,'_billing_phone','8595376966'),(168280,3522,'_payment_method','paypal'),(168281,3522,'_shipping_first_name','Judy'),(168282,3522,'_shipping_last_name','Hayden'),(168283,3522,'_shipping_company','LCA Lexington'),(168284,3522,'_shipping_address_1','1795 Alysheba Way'),(168285,3522,'_shipping_address_2','Suite 4105'),(168286,3522,'_shipping_city','Lexington'),(168287,3522,'_shipping_state','KY'),(168288,3522,'_shipping_postcode','40509'),(168289,3522,'_shipping_country','US'),(168290,3523,'_order_key','wcms_order_shipment_1_sW28RxuayTfDL'),(168291,3523,'_customer_user','61'),(168292,3523,'_created_via','Multi-Shipping'),(168293,3523,'_download_permissions_granted','yes'),(168294,3523,'_recorded_sales','yes'),(168295,3523,'_recorded_coupon_usage_counts','yes'),(168296,3523,'_new_order_email_sent','false'),(168297,3523,'_order_stock_reduced','yes'),(168298,3523,'_billing_email','judy@liceclinicslexington.com'),(168299,3523,'_order_currency','USD'),(168300,3523,'_cart_discount','0'),(168301,3523,'_cart_discount_tax','0'),(168302,3523,'_order_shipping','0'),(168303,3523,'_order_shipping_tax','0'),(168304,3523,'_order_tax','0'),(168305,3523,'_order_total','524.31'),(168306,3523,'_order_version','9.8.4'),(168307,3523,'_prices_include_tax','no'),(168308,3523,'_billing_address_index','         info@liceclinicslexington.com '),(168309,3523,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd  Crestview Hills KY 41017 US '),(168310,3523,'_shipment_key','wc_shipment_6859c15fa0205'),(168311,3523,'_billing_first_name','Judith'),(168312,3523,'_billing_last_name','Hayden'),(168313,3523,'_billing_company','Lice Clinics of America'),(168314,3523,'_billing_address_1','1795 Alysheba Way'),(168315,3523,'_billing_address_2','Ste 4105'),(168316,3523,'_billing_city','Lexington'),(168317,3523,'_billing_state','KY'),(168318,3523,'_billing_postcode','40509'),(168319,3523,'_billing_country','US'),(168320,3523,'_billing_phone','8595376966'),(168321,3523,'_payment_method','paypal'),(168322,3523,'_shipping_first_name','Judy'),(168323,3523,'_shipping_last_name','Hayden'),(168324,3523,'_shipping_company','Lice Clinics of America'),(168325,3523,'_shipping_address_1','549 Centre View Blvd'),(168326,3523,'_shipping_city','Crestview Hills'),(168327,3523,'_shipping_state','KY'),(168328,3523,'_shipping_postcode','41017'),(168329,3523,'_shipping_country','US'),(168337,3522,'_date_paid','1750712866'),(168338,3522,'_paid_date','2025-06-23 21:07:46'),(168339,3523,'_date_paid','1750712866'),(168340,3523,'_paid_date','2025-06-23 21:07:46'),(168352,3522,'_date_completed','1750799962'),(168353,3522,'_completed_date','2025-06-24 21:19:22'),(168354,3523,'_date_completed','1750799962'),(168355,3523,'_completed_date','2025-06-24 21:19:22'),(168452,3526,'_wp_attached_file','2025/06/2025DandruffShampoo8ozNS.webp'),(168453,3526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2025/06/2025DandruffShampoo8ozNS.webp\";s:8:\"filesize\";i:7742;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2025DandruffShampoo8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2025DandruffShampoo8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:918;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2025DandruffShampoo8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2466;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2025DandruffShampoo8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:530;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168454,3527,'_wp_attached_file','2025/06/2025DandruffShampoo16ozNS.webp'),(168455,3527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2025/06/2025DandruffShampoo16ozNS.webp\";s:8:\"filesize\";i:8758;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2025DandruffShampoo16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2850;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2025DandruffShampoo16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1048;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"2025DandruffShampoo16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2850;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"2025DandruffShampoo16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168461,3528,'_elementor_edit_mode','builder'),(168462,3528,'_elementor_template_type','wp-page'),(168463,3528,'_elementor_version','3.28.4'),(168464,3528,'_elementor_pro_version','3.28.3'),(168465,3528,'_wp_page_template','default'),(168466,3528,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(168469,3529,'_elementor_edit_mode','builder'),(168470,3529,'_elementor_template_type','wp-page'),(168471,3529,'_elementor_version','3.28.4'),(168472,3529,'_elementor_pro_version','3.28.3'),(168473,3529,'_wp_page_template','default'),(168474,3529,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(168477,3530,'_elementor_edit_mode','builder'),(168478,3530,'_elementor_template_type','wp-page'),(168479,3530,'_elementor_version','3.28.4'),(168480,3530,'_elementor_pro_version','3.28.3'),(168481,3530,'_wp_page_template','default'),(168482,3530,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(168569,3535,'_order_key','wcms_order_shipment_0_SyteGW2t2f7in'),(168570,3535,'_customer_user','6'),(168571,3535,'_created_via','Multi-Shipping'),(168572,3535,'_download_permissions_granted','yes'),(168573,3535,'_recorded_sales','yes'),(168574,3535,'_recorded_coupon_usage_counts','yes'),(168575,3535,'_new_order_email_sent','false'),(168576,3535,'_order_stock_reduced','yes'),(168577,3535,'_billing_email','amira77@sbcglobal.net'),(168578,3535,'_order_currency','USD'),(168579,3535,'_cart_discount','0'),(168580,3535,'_cart_discount_tax','0'),(168581,3535,'_order_shipping','0'),(168582,3535,'_order_shipping_tax','0'),(168583,3535,'_order_tax','0'),(168584,3535,'_order_total','241.40'),(168585,3535,'_order_version','9.9.5'),(168586,3535,'_prices_include_tax','no'),(168587,3535,'_billing_address_index','         info@liceclinicsmodesto.com '),(168588,3535,'_shipping_address_index','Leandra Sagayno Special Education Dept. 601 Colorado Ave.  Turlock CA 95380 US '),(168589,3535,'_shipment_key','wc_shipment_685d7c0d358c5'),(168590,3535,'_billing_first_name','Amira'),(168591,3535,'_billing_last_name','Purto'),(168592,3535,'_billing_company',''),(168593,3535,'_billing_address_1','2520 Chandon Circle'),(168594,3535,'_billing_address_2',''),(168595,3535,'_billing_city','Modesto'),(168596,3535,'_billing_state','CA'),(168597,3535,'_billing_postcode','95355'),(168598,3535,'_billing_country','US'),(168599,3535,'_billing_phone','2096422061'),(168600,3535,'_payment_method','paypal'),(168601,3535,'_shipping_first_name','Leandra'),(168602,3535,'_shipping_last_name','Sagayno'),(168603,3535,'_shipping_company','Special Education Dept.'),(168604,3535,'_shipping_address_1','601 Colorado Ave.'),(168605,3535,'_shipping_city','Turlock'),(168606,3535,'_shipping_state','CA'),(168607,3535,'_shipping_postcode','95380'),(168608,3535,'_shipping_country','US'),(168609,3536,'_order_key','wcms_order_shipment_1_SyteGW2t2f7in'),(168610,3536,'_customer_user','6'),(168611,3536,'_created_via','Multi-Shipping'),(168612,3536,'_download_permissions_granted','yes'),(168613,3536,'_recorded_sales','yes'),(168614,3536,'_recorded_coupon_usage_counts','yes'),(168615,3536,'_new_order_email_sent','false'),(168616,3536,'_order_stock_reduced','yes'),(168617,3536,'_billing_email','amira77@sbcglobal.net'),(168618,3536,'_order_currency','USD'),(168619,3536,'_cart_discount','0'),(168620,3536,'_cart_discount_tax','0'),(168621,3536,'_order_shipping','0'),(168622,3536,'_order_shipping_tax','0'),(168623,3536,'_order_tax','0'),(168624,3536,'_order_total','344.00'),(168625,3536,'_order_version','9.9.5'),(168626,3536,'_prices_include_tax','no'),(168627,3536,'_billing_address_index','         info@liceclinicsmodesto.com '),(168628,3536,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(168629,3536,'_shipment_key','wc_shipment_685d7c0d42002'),(168630,3536,'_billing_first_name','Amira'),(168631,3536,'_billing_last_name','Purto'),(168632,3536,'_billing_company',''),(168633,3536,'_billing_address_1','2520 Chandon Circle'),(168634,3536,'_billing_address_2',''),(168635,3536,'_billing_city','Modesto'),(168636,3536,'_billing_state','CA'),(168637,3536,'_billing_postcode','95355'),(168638,3536,'_billing_country','US'),(168639,3536,'_billing_phone','2096422061'),(168640,3536,'_payment_method','paypal'),(168641,3536,'_shipping_first_name','Amira'),(168642,3536,'_shipping_last_name','Purto'),(168643,3536,'_shipping_address_1','2520 Chandon Circle'),(168644,3536,'_shipping_city','Modesto'),(168645,3536,'_shipping_state','CA'),(168646,3536,'_shipping_postcode','95355'),(168647,3536,'_shipping_country','US'),(168655,3535,'_date_paid','1750957108'),(168656,3535,'_paid_date','2025-06-26 16:58:28'),(168657,3536,'_date_paid','1750957108'),(168658,3536,'_paid_date','2025-06-26 16:58:28'),(168862,3542,'_order_key','wcms_order_shipment_0_K62qhuELeRfNk'),(168863,3542,'_customer_user','76'),(168864,3542,'_created_via','Multi-Shipping'),(168865,3542,'_download_permissions_granted','yes'),(168866,3542,'_recorded_sales','yes'),(168867,3542,'_recorded_coupon_usage_counts','yes'),(168868,3542,'_new_order_email_sent','false'),(168869,3542,'_order_stock_reduced','yes'),(168870,3542,'_billing_email','nrgolden6486@gmail.com'),(168871,3542,'_order_currency','USD'),(168872,3542,'_cart_discount','0'),(168873,3542,'_cart_discount_tax','0'),(168874,3542,'_order_shipping','0'),(168875,3542,'_order_shipping_tax','0'),(168876,3542,'_order_tax','0'),(168877,3542,'_order_total','803.14'),(168878,3542,'_order_version','9.9.5'),(168879,3542,'_prices_include_tax','no'),(168880,3542,'_billing_address_index','         nrgolden6486@gmail.com '),(168881,3542,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(168882,3542,'_shipment_key','wc_shipment_685ff765805a3'),(168883,3542,'_billing_first_name','Naomi'),(168884,3542,'_billing_last_name','Golden'),(168885,3542,'_billing_company',''),(168886,3542,'_billing_address_1','31 Mann Ave'),(168887,3542,'_billing_address_2',''),(168888,3542,'_billing_city','Needham'),(168889,3542,'_billing_state','MA'),(168890,3542,'_billing_postcode','02492'),(168891,3542,'_billing_country','US'),(168892,3542,'_billing_phone','6178511322'),(168893,3542,'_payment_method','paypal'),(168894,3542,'_shipping_first_name','Naomi'),(168895,3542,'_shipping_last_name','Golden'),(168896,3542,'_shipping_company','Lice Aunties'),(168897,3542,'_shipping_address_1','3 Baldwin Green Common'),(168898,3542,'_shipping_address_2','Suite 310'),(168899,3542,'_shipping_city','Woburn'),(168900,3542,'_shipping_state','MA'),(168901,3542,'_shipping_postcode','01801'),(168902,3542,'_shipping_country','US'),(168903,3543,'_order_key','wcms_order_shipment_1_K62qhuELeRfNk'),(168904,3543,'_customer_user','76'),(168905,3543,'_created_via','Multi-Shipping'),(168906,3543,'_download_permissions_granted','yes'),(168907,3543,'_recorded_sales','yes'),(168908,3543,'_recorded_coupon_usage_counts','yes'),(168909,3543,'_new_order_email_sent','false'),(168910,3543,'_order_stock_reduced','yes'),(168911,3543,'_billing_email','nrgolden6486@gmail.com'),(168912,3543,'_order_currency','USD'),(168913,3543,'_cart_discount','0'),(168914,3543,'_cart_discount_tax','0'),(168915,3543,'_order_shipping','0'),(168916,3543,'_order_shipping_tax','0'),(168917,3543,'_order_tax','0'),(168918,3543,'_order_total','608.80'),(168919,3543,'_order_version','9.9.5'),(168920,3543,'_prices_include_tax','no'),(168921,3543,'_billing_address_index','         nrgolden6486@gmail.com '),(168922,3543,'_shipping_address_index','Naomi Golden Lice Aunties 111 Center Street  Middleborough MA 02346 US '),(168923,3543,'_shipment_key','wc_shipment_685ff7659249d'),(168924,3543,'_billing_first_name','Naomi'),(168925,3543,'_billing_last_name','Golden'),(168926,3543,'_billing_company',''),(168927,3543,'_billing_address_1','31 Mann Ave'),(168928,3543,'_billing_address_2',''),(168929,3543,'_billing_city','Needham'),(168930,3543,'_billing_state','MA'),(168931,3543,'_billing_postcode','02492'),(168932,3543,'_billing_country','US'),(168933,3543,'_billing_phone','6178511322'),(168934,3543,'_payment_method','paypal'),(168935,3543,'_shipping_first_name','Naomi'),(168936,3543,'_shipping_last_name','Golden'),(168937,3543,'_shipping_company','Lice Aunties'),(168938,3543,'_shipping_address_1','111 Center Street'),(168939,3543,'_shipping_city','Middleborough'),(168940,3543,'_shipping_state','MA'),(168941,3543,'_shipping_postcode','02346'),(168942,3543,'_shipping_country','US'),(168943,3544,'_order_key','wcms_order_shipment_2_K62qhuELeRfNk'),(168944,3544,'_customer_user','76'),(168945,3544,'_created_via','Multi-Shipping'),(168946,3544,'_download_permissions_granted','yes'),(168947,3544,'_recorded_sales','yes'),(168948,3544,'_recorded_coupon_usage_counts','yes'),(168949,3544,'_new_order_email_sent','false'),(168950,3544,'_order_stock_reduced','yes'),(168951,3544,'_billing_email','nrgolden6486@gmail.com'),(168952,3544,'_order_currency','USD'),(168953,3544,'_cart_discount','0'),(168954,3544,'_cart_discount_tax','0'),(168955,3544,'_order_shipping','0'),(168956,3544,'_order_shipping_tax','0'),(168957,3544,'_order_tax','0'),(168958,3544,'_order_total','272.51'),(168959,3544,'_order_version','9.9.5'),(168960,3544,'_prices_include_tax','no'),(168961,3544,'_billing_address_index','         nrgolden6486@gmail.com '),(168962,3544,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave Suite 201 Needham MA 02492 US '),(168963,3544,'_shipment_key','wc_shipment_685ff765a1686'),(168964,3544,'_billing_first_name','Naomi'),(168965,3544,'_billing_last_name','Golden'),(168966,3544,'_billing_company',''),(168967,3544,'_billing_address_1','31 Mann Ave'),(168968,3544,'_billing_address_2',''),(168969,3544,'_billing_city','Needham'),(168970,3544,'_billing_state','MA'),(168971,3544,'_billing_postcode','02492'),(168972,3544,'_billing_country','US'),(168973,3544,'_billing_phone','6178511322'),(168974,3544,'_payment_method','paypal'),(168975,3544,'_shipping_first_name','Naomi'),(168976,3544,'_shipping_last_name','Golden'),(168977,3544,'_shipping_company','Lice Aunties'),(168978,3544,'_shipping_address_1','60 Dedham Ave'),(168979,3544,'_shipping_address_2','Suite 201'),(168980,3544,'_shipping_city','Needham'),(168981,3544,'_shipping_state','MA'),(168982,3544,'_shipping_postcode','02492'),(168983,3544,'_shipping_country','US'),(168991,3542,'_date_paid','1751119775'),(168992,3542,'_paid_date','2025-06-28 14:09:35'),(168993,3543,'_date_paid','1751119775'),(168994,3543,'_paid_date','2025-06-28 14:09:35'),(168995,3544,'_date_paid','1751119775'),(168996,3544,'_paid_date','2025-06-28 14:09:35'),(169195,3542,'_date_completed','1751313040'),(169196,3542,'_completed_date','2025-06-30 19:50:40'),(169197,3543,'_date_completed','1751313040'),(169198,3543,'_completed_date','2025-06-30 19:50:40'),(169199,3544,'_date_completed','1751313040'),(169200,3544,'_completed_date','2025-06-30 19:50:40'),(169571,3535,'_date_completed','1751598888'),(169572,3535,'_completed_date','2025-07-04 03:14:48'),(169573,3536,'_date_completed','1751598888'),(169574,3536,'_completed_date','2025-07-04 03:14:48'),(170133,3563,'_elementor_edit_mode','builder'),(170134,3563,'_elementor_template_type','wp-page'),(170135,3563,'_elementor_version','3.28.4'),(170136,3563,'_elementor_pro_version','3.28.3'),(170137,3563,'_wp_page_template','default'),(170138,3563,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170139,3564,'_elementor_edit_mode','builder'),(170140,3564,'_elementor_template_type','wp-page'),(170141,3564,'_elementor_version','3.28.4'),(170142,3564,'_elementor_pro_version','3.28.3'),(170143,3564,'_wp_page_template','default'),(170144,3564,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170145,3565,'_elementor_edit_mode','builder'),(170146,3565,'_elementor_template_type','wp-page'),(170147,3565,'_elementor_version','3.28.4'),(170148,3565,'_elementor_pro_version','3.28.3'),(170149,3565,'_wp_page_template','default'),(170150,3565,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170170,3567,'_elementor_edit_mode','builder'),(170171,3567,'_elementor_template_type','wp-page'),(170172,3567,'_elementor_version','3.30.1'),(170173,3567,'_elementor_pro_version','3.30.0'),(170174,3567,'_wp_page_template','default'),(170175,3567,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170178,3568,'_elementor_edit_mode','builder'),(170179,3568,'_elementor_template_type','wp-page'),(170180,3568,'_elementor_version','3.30.1'),(170181,3568,'_elementor_pro_version','3.30.0'),(170182,3568,'_wp_page_template','default'),(170183,3568,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170186,3569,'_elementor_edit_mode','builder'),(170187,3569,'_elementor_template_type','wp-page'),(170188,3569,'_elementor_version','3.30.1'),(170189,3569,'_elementor_pro_version','3.30.0'),(170190,3569,'_wp_page_template','default'),(170191,3569,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170196,3570,'_elementor_edit_mode','builder'),(170197,3570,'_elementor_template_type','wp-page'),(170198,3570,'_elementor_version','3.30.1'),(170199,3570,'_elementor_pro_version','3.30.0'),(170200,3570,'_wp_page_template','default'),(170201,3570,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170204,3571,'_elementor_edit_mode','builder'),(170205,3571,'_elementor_template_type','wp-page'),(170206,3571,'_elementor_version','3.30.1'),(170207,3571,'_elementor_pro_version','3.30.0'),(170208,3571,'_wp_page_template','default'),(170209,3571,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170212,3572,'_elementor_edit_mode','builder'),(170213,3572,'_elementor_template_type','wp-page'),(170214,3572,'_elementor_version','3.30.1'),(170215,3572,'_elementor_pro_version','3.30.0'),(170216,3572,'_wp_page_template','default'),(170217,3572,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170222,3573,'_elementor_edit_mode','builder'),(170223,3573,'_elementor_template_type','wp-page'),(170224,3573,'_elementor_version','3.30.1'),(170225,3573,'_elementor_pro_version','3.30.0'),(170226,3573,'_wp_page_template','default'),(170227,3573,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170230,3574,'_elementor_edit_mode','builder'),(170231,3574,'_elementor_template_type','wp-page'),(170232,3574,'_elementor_version','3.30.1'),(170233,3574,'_elementor_pro_version','3.30.0'),(170234,3574,'_wp_page_template','default'),(170235,3574,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170238,3575,'_elementor_edit_mode','builder'),(170239,3575,'_elementor_template_type','wp-page'),(170240,3575,'_elementor_version','3.30.1'),(170241,3575,'_elementor_pro_version','3.30.0'),(170242,3575,'_wp_page_template','default'),(170243,3575,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170261,3577,'_wp_attached_file','2021/03/LCA-Horizontal-Logo_RGB.png'),(170262,3577,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:318;s:4:\"file\";s:35:\"2021/03/LCA-Horizontal-Logo_RGB.png\";s:8:\"filesize\";i:17496;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"LCA-Horizontal-Logo_RGB-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4190;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"LCA-Horizontal-Logo_RGB-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2602;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"LCA-Horizontal-Logo_RGB-768x244.png\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10891;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"LCA-Horizontal-Logo_RGB-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4615;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"LCA-Horizontal-Logo_RGB-600x191.png\";s:5:\"width\";i:600;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8383;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"LCA-Horizontal-Logo_RGB-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1941;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(170263,3578,'_elementor_edit_mode','builder'),(170264,3578,'_elementor_template_type','header'),(170265,3578,'_elementor_version','3.24.2'),(170266,3578,'_elementor_pro_version','3.24.1'),(170267,3578,'_wp_page_template','default'),(170268,3578,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(170269,3578,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(170270,3578,'_elementor_screenshot','a:2:{s:2:\"id\";i:3102;s:3:\"url\";s:152:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_112_2024-12-17-21-49-50_3153db8c.png\";}'),(170274,3579,'_elementor_edit_mode','builder'),(170275,3579,'_elementor_template_type','header'),(170276,3579,'_elementor_version','3.30.1'),(170277,3579,'_elementor_pro_version','3.30.0'),(170278,3579,'_wp_page_template','default'),(170279,3579,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(170280,3579,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(170297,3581,'_elementor_edit_mode','builder'),(170298,3581,'_elementor_template_type','kit'),(170299,3581,'_elementor_version','3.23.1'),(170300,3581,'_elementor_pro_version','3.21.3'),(170301,3581,'_wp_page_template','default'),(170302,3581,'_elementor_page_settings','a:24:{s:9:\"site_name\";s:16:\"LCA Portal Store\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#30A3C4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#5BC500\";}}s:13:\"custom_colors\";a:0:{}s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:26:\"body_typography_typography\";s:6:\"custom\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:24:\"woocommerce_cart_page_id\";s:2:\"20\";s:28:\"woocommerce_checkout_page_id\";s:2:\"21\";s:29:\"woocommerce_myaccount_page_id\";s:2:\"22\";s:25:\"woocommerce_terms_page_id\";s:3:\"182\";s:36:\"woocommerce_purchase_summary_page_id\";b:0;s:24:\"woocommerce_shop_page_id\";s:2:\"19\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(170303,3581,'_elementor_data','[]'),(170319,3582,'_elementor_edit_mode','builder'),(170320,3582,'_elementor_template_type','footer'),(170321,3582,'_elementor_version','3.1.4'),(170322,3582,'_elementor_pro_version','3.2.1'),(170323,3582,'_wp_page_template','default'),(170324,3582,'_elementor_data','[{\"id\":\"019cbf4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"ce4b4d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f2f3bf8\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd03bbe\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"bd5f7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b9c0a2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"c1c4006\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1da1439\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b882d1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"CUSTOMER SERVICE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72e206e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ginesis Products<\\/strong><br \\/>2501 County Road 8<br \\/>Waterloo, AL 35677<br \\/>Ph# 800-492-4818<br \\/>Email ginesis@ginesis.com<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0b07e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bd18043\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADDITIONAL LINKS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cfca00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(170325,3582,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(170326,3582,'_elementor_screenshot_failed','2022-03-09 16:42:22'),(170329,3583,'_elementor_edit_mode','builder'),(170330,3583,'_elementor_template_type','footer'),(170331,3583,'_elementor_version','3.1.4'),(170332,3583,'_elementor_pro_version','3.2.1'),(170333,3583,'_wp_page_template','default'),(170334,3583,'_elementor_data','[{\"id\":\"3ec9c01\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ab7a4c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"bad9784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><br><br>\\n<strong>Ginesis Products<\\/strong><br>\\n2501 County Road 8<br>\\nWaterloo, AL 35677<br>\\nPhone - 800-492-4818<br>\\nEmail - Ginesis@Ginesis.com\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40},\"_flex_size\":\"none\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71f4849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><br \\/><br \\/><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#54595F\",\"link_hover_color\":\"#4BA200\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"link_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(170335,3583,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(170336,3583,'_elementor_screenshot_failed','2022-03-09 16:42:22'),(170460,3587,'_elementor_edit_mode','builder'),(170461,3587,'_elementor_template_type','container'),(170462,3587,'_elementor_version','3.30.2'),(170463,3587,'_elementor_pro_version','3.30.0'),(170464,3588,'_elementor_edit_mode','builder'),(170465,3588,'_elementor_template_type','container'),(170466,3588,'_elementor_version','3.30.2'),(170467,3588,'_elementor_pro_version','3.30.0'),(170468,3587,'_wp_page_template','default'),(170469,3587,'_elementor_data','[{\"id\":\"69cf160e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"5bbef949\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dbc7865\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"567dc11b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(170470,3589,'_elementor_edit_mode','builder'),(170471,3589,'_elementor_template_type','container'),(170472,3589,'_elementor_version','3.30.2'),(170473,3589,'_elementor_pro_version','3.30.0'),(170474,3589,'_wp_page_template','default'),(170475,3589,'_elementor_data','[{\"id\":\"69cf160e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"5bbef949\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dbc7865\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"567dc11b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(170477,3587,'_elementor_controls_usage','a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:11:\"title_color\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}}}}'),(170532,115,'ast-site-content-layout','full-width-container'),(170533,115,'site-content-style','unboxed'),(170534,115,'site-sidebar-style','unboxed'),(170535,115,'astra-migrate-meta-layouts','set'),(170536,3594,'_elementor_edit_mode','builder'),(170537,3594,'_elementor_template_type','wp-page'),(170538,3594,'_elementor_version','3.30.1'),(170539,3594,'_elementor_pro_version','3.30.0'),(170540,3594,'_wp_page_template','default'),(170541,3594,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170542,3594,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:11:\"title_color\";i:6;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:5;s:14:\"_element_width\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:14:\"flex_direction\";i:2;s:16:\"flex_align_items\";i:2;s:8:\"flex_gap\";i:2;s:11:\"boxed_width\";i:2;s:9:\"flex_wrap\";i:1;}}}}s:20:\"woocommerce-products\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:4;s:15:\"query_posts_ids\";i:4;s:13:\"query_orderby\";i:4;s:11:\"query_order\";i:3;}s:15:\"section_content\";a:2:{s:14:\"columns_mobile\";i:2;s:8:\"paginate\";i:4;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:30:{s:11:\"title_color\";i:4;s:9:\"star_size\";i:4;s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:28:\"title_typography_font_weight\";i:4;s:11:\"price_color\";i:4;s:15:\"old_price_color\";i:4;s:7:\"row_gap\";i:4;s:5:\"align\";i:4;s:27:\"price_typography_typography\";i:3;s:28:\"price_typography_font_family\";i:3;s:28:\"price_typography_font_weight\";i:3;s:31:\"old_price_typography_typography\";i:3;s:32:\"old_price_typography_font_family\";i:3;s:32:\"old_price_typography_font_weight\";i:3;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;s:19:\"button_text_padding\";i:4;s:27:\"automatically_align_buttons\";i:4;s:31:\"view_cart_typography_typography\";i:1;s:32:\"view_cart_typography_font_family\";i:1;s:32:\"view_cart_typography_font_weight\";i:1;s:13:\"title_spacing\";i:1;s:23:\"button_background_color\";i:3;s:19:\"button_border_color\";i:3;s:18:\"button_hover_color\";i:3;s:29:\"button_hover_background_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:17:\"button_text_color\";i:1;}s:16:\"sale_flash_style\";a:3:{s:17:\"show_onsale_flash\";i:3;s:17:\"onsale_text_color\";i:1;s:28:\"onsale_text_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:30:\"wcm_element_visibility_section\";a:2:{s:32:\"wcm_element_visibility_condition\";i:1;s:33:\"wcm_element_visibility_hide_plans\";i:1;}}}}}'),(170568,3598,'_elementor_edit_mode','builder'),(170569,3598,'_elementor_template_type','wp-page'),(170570,3598,'_elementor_version','3.30.1'),(170571,3598,'_elementor_pro_version','3.30.0'),(170572,3598,'_wp_page_template','default'),(170573,3598,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170576,3599,'_elementor_edit_mode','builder'),(170577,3599,'_elementor_template_type','wp-page'),(170578,3599,'_elementor_version','3.30.1'),(170579,3599,'_elementor_pro_version','3.30.0'),(170580,3599,'_wp_page_template','default'),(170581,3599,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170584,3600,'_elementor_edit_mode','builder'),(170585,3600,'_elementor_template_type','wp-page'),(170586,3600,'_elementor_version','3.30.1'),(170587,3600,'_elementor_pro_version','3.30.0'),(170588,3600,'_wp_page_template','default'),(170589,3600,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170605,3601,'_elementor_edit_mode','builder'),(170606,3601,'_elementor_template_type','section'),(170607,3601,'_elementor_version','3.30.2'),(170608,3601,'_elementor_pro_version','3.30.0'),(170610,3602,'_elementor_edit_mode','builder'),(170611,3602,'_elementor_template_type','section'),(170612,3602,'_elementor_version','3.30.2'),(170613,3602,'_elementor_pro_version','3.30.0'),(170614,3602,'_elementor_page_settings',''),(170615,3601,'_wp_page_template','default'),(170616,3601,'_elementor_data','[{\"id\":\"7a53e791\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bf46898\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50fb8ee9\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_show_plans\":[\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false}]'),(170617,3603,'_elementor_edit_mode','builder'),(170618,3603,'_elementor_template_type','section'),(170619,3603,'_elementor_version','3.30.2'),(170620,3603,'_elementor_pro_version','3.30.0'),(170621,3603,'_wp_page_template','default'),(170622,3603,'_elementor_data','[{\"id\":\"7a53e791\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bf46898\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50fb8ee9\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_show_plans\":[\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false}]'),(170624,3601,'_elementor_page_settings',''),(170625,3601,'_elementor_controls_usage','a:3:{s:20:\"woocommerce-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:1;s:15:\"query_posts_ids\";i:1;s:13:\"query_orderby\";i:1;s:11:\"query_order\";i:1;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:15:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;s:9:\"star_size\";i:1;s:11:\"price_color\";i:1;s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:28:\"price_typography_font_weight\";i:1;s:15:\"old_price_color\";i:1;s:23:\"button_background_color\";i:1;s:19:\"button_border_color\";i:1;s:18:\"button_hover_color\";i:1;s:29:\"button_hover_background_color\";i:1;s:25:\"button_hover_border_color\";i:1;}s:16:\"sale_flash_style\";a:1:{s:17:\"show_onsale_flash\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(170645,3605,'_elementor_edit_mode','builder'),(170646,3605,'_elementor_template_type','wp-page'),(170647,3605,'_elementor_version','3.30.2'),(170648,3605,'_elementor_pro_version','3.30.0'),(170649,3605,'_wp_page_template','default'),(170650,3605,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170652,3606,'_elementor_edit_mode','builder'),(170653,3606,'_elementor_template_type','wp-page'),(170654,3606,'_elementor_version','3.30.2'),(170655,3606,'_elementor_pro_version','3.30.0'),(170656,3606,'_wp_page_template','default'),(170657,3606,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170659,3607,'_elementor_edit_mode','builder'),(170660,3607,'_elementor_template_type','wp-page'),(170661,3607,'_elementor_version','3.30.2'),(170662,3607,'_elementor_pro_version','3.30.0'),(170663,3607,'_wp_page_template','default'),(170664,3607,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170949,3613,'_edit_lock','1752453975:2'),(170950,3613,'_edit_last','2'),(170951,3613,'_start_date','2025-07-14 00:00:00'),(170953,3613,'_end_date',''),(171796,191,'_edit_lock','1757098594:2'),(174414,3673,'_wp_attached_file','2025/08/Gallon-Active-Rinse-100-new600x600.webp'),(174415,3673,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:47:\"2025/08/Gallon-Active-Rinse-100-new600x600.webp\";s:8:\"filesize\";i:2778;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Gallon-Active-Rinse-100-new600x600-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Gallon-Active-Rinse-100-new600x600-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:994;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"Gallon-Active-Rinse-100-new600x600-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2432;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"Gallon-Active-Rinse-100-new600x600-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:612;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(174453,3675,'_elementor_edit_mode','builder'),(174454,3675,'_elementor_template_type','wp-page'),(174455,3675,'_elementor_version','3.30.2'),(174456,3675,'_elementor_pro_version','3.30.0'),(174457,3675,'_wp_page_template','default'),(174458,3675,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174459,3675,'_elementor_page_settings',''),(174462,3676,'_elementor_edit_mode','builder'),(174463,3676,'_elementor_template_type','wp-page'),(174464,3676,'_elementor_version','3.30.2'),(174465,3676,'_elementor_pro_version','3.30.0'),(174466,3676,'_wp_page_template','default'),(174467,3676,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174468,3676,'_elementor_page_settings',''),(174471,3677,'_elementor_edit_mode','builder'),(174472,3677,'_elementor_template_type','wp-page'),(174473,3677,'_elementor_version','3.30.2'),(174474,3677,'_elementor_pro_version','3.30.0'),(174475,3677,'_wp_page_template','default'),(174476,3677,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174709,3682,'_elementor_edit_mode','builder'),(174710,3682,'_elementor_template_type','wp-page'),(174711,3682,'_elementor_version','3.31.2'),(174712,3682,'_elementor_pro_version','3.31.2'),(174713,3682,'_wp_page_template','default'),(174714,3682,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174716,3682,'_elementor_page_settings',''),(174718,3683,'_elementor_edit_mode','builder'),(174719,3683,'_elementor_template_type','wp-page'),(174720,3683,'_elementor_version','3.31.2'),(174721,3683,'_elementor_pro_version','3.31.2'),(174722,3683,'_wp_page_template','default'),(174723,3683,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174725,3683,'_elementor_page_settings',''),(174727,3684,'_elementor_edit_mode','builder'),(174728,3684,'_elementor_template_type','wp-page'),(174729,3684,'_elementor_version','3.31.2'),(174730,3684,'_elementor_pro_version','3.31.2'),(174731,3684,'_wp_page_template','default'),(174732,3684,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175086,3692,'_elementor_edit_mode','builder'),(175087,3692,'_elementor_template_type','wp-page'),(175088,3692,'_elementor_version','3.31.2'),(175089,3692,'_elementor_pro_version','3.31.2'),(175090,3692,'_wp_page_template','default'),(175091,3692,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175093,3692,'_elementor_page_settings',''),(175096,3693,'_elementor_edit_mode','builder'),(175097,3693,'_elementor_template_type','wp-page'),(175098,3693,'_elementor_version','3.31.2'),(175099,3693,'_elementor_pro_version','3.31.2'),(175100,3693,'_wp_page_template','default'),(175101,3693,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175103,3693,'_elementor_page_settings',''),(175106,3694,'_elementor_edit_mode','builder'),(175107,3694,'_elementor_template_type','wp-page'),(175108,3694,'_elementor_version','3.31.2'),(175109,3694,'_elementor_pro_version','3.31.2'),(175110,3694,'_wp_page_template','default'),(175111,3694,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175177,3697,'_elementor_edit_mode','builder'),(175178,3697,'_elementor_template_type','wp-page'),(175179,3697,'_elementor_version','3.31.2'),(175180,3697,'_elementor_pro_version','3.31.2'),(175181,3697,'_wp_page_template','default'),(175182,3697,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175184,3697,'_elementor_page_settings',''),(175187,3698,'_elementor_edit_mode','builder'),(175188,3698,'_elementor_template_type','wp-page'),(175189,3698,'_elementor_version','3.31.2'),(175190,3698,'_elementor_pro_version','3.31.2'),(175191,3698,'_wp_page_template','default'),(175192,3698,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175194,3698,'_elementor_page_settings',''),(175197,3699,'_elementor_edit_mode','builder'),(175198,3699,'_elementor_template_type','wp-page'),(175199,3699,'_elementor_version','3.31.2'),(175200,3699,'_elementor_pro_version','3.31.2'),(175201,3699,'_wp_page_template','default'),(175202,3699,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175210,3700,'_wp_attached_file','2021/07/active-100.webp'),(175211,3700,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:23:\"2021/07/active-100.webp\";s:8:\"filesize\";i:3112;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"active-100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"active-100-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1058;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"active-100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2762;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"active-100-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175213,3701,'_wp_attached_file','2021/07/active-50.webp'),(175214,3701,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:22:\"2021/07/active-50.webp\";s:8:\"filesize\";i:3148;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"active-50-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2770;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"active-50-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1062;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"active-50-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2770;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"active-50-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:610;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175216,3702,'_wp_attached_file','2021/07/detangler.webp'),(175217,3702,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:22:\"2021/07/detangler.webp\";s:8:\"filesize\";i:3120;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"detangler-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"detangler-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1100;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"detangler-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2754;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"detangler-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:660;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175223,3703,'_wp_attached_file','2021/07/Mousse.webp'),(175224,3703,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:19:\"2021/07/Mousse.webp\";s:8:\"filesize\";i:2620;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Mousse-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mousse-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:944;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"Mousse-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2460;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"Mousse-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175410,3707,'_elementor_edit_mode','builder'),(175411,3707,'_elementor_template_type','wp-page'),(175412,3707,'_elementor_version','3.31.2'),(175413,3707,'_elementor_pro_version','3.31.2'),(175414,3707,'_wp_page_template','default'),(175415,3707,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175417,3707,'_elementor_page_settings',''),(175420,3708,'_elementor_edit_mode','builder'),(175421,3708,'_elementor_template_type','wp-page'),(175422,3708,'_elementor_version','3.31.2'),(175423,3708,'_elementor_pro_version','3.31.2'),(175424,3708,'_wp_page_template','default'),(175425,3708,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175427,3708,'_elementor_page_settings',''),(175430,3709,'_elementor_edit_mode','builder'),(175431,3709,'_elementor_template_type','wp-page'),(175432,3709,'_elementor_version','3.31.2'),(175433,3709,'_elementor_pro_version','3.31.2'),(175434,3709,'_wp_page_template','default'),(175435,3709,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175439,115,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(176184,268,'_edit_lock','1755749733:2'),(176185,268,'_edit_last','2'),(176866,3735,'_start_date','2025-08-29 16:58:31'),(176868,3735,'_end_date',''),(176870,3735,'_edit_lock','1756486618:2'),(176871,3735,'_edit_last','2'),(176873,3736,'_edit_lock','1756486692:2'),(176874,3736,'_edit_last','2'),(176875,3736,'discount_type','fixed_cart'),(176876,3736,'coupon_amount','0'),(176877,3736,'individual_use','no'),(176878,3736,'usage_limit','0'),(176879,3736,'usage_limit_per_user','0'),(176880,3736,'limit_usage_to_x_items','0'),(176881,3736,'usage_count','0'),(176882,3736,'date_expires',NULL),(176883,3736,'free_shipping','yes'),(176884,3736,'exclude_sale_items','no'),(176885,3736,'product_brands','a:0:{}'),(176886,3736,'exclude_product_brands','a:0:{}'),(177871,191,'_edit_last','2'),(179711,184153,'_elementor_edit_mode','builder'),(179712,184153,'_elementor_template_type','header'),(179713,184153,'_elementor_version','3.30.1'),(179714,184153,'_elementor_pro_version','3.30.0'),(179715,184153,'_wp_page_template','default'),(179716,184153,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(179717,184153,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(179732,125,'_wp_old_date','2024-09-13'),(179733,126,'_wp_old_date','2024-09-13'),(179752,184158,'_elementor_edit_mode','builder'),(179753,184158,'_elementor_template_type','header'),(179754,184159,'_elementor_edit_mode','builder'),(179755,184159,'_elementor_template_type','header'),(179756,184158,'_elementor_version','3.31.3'),(179757,184158,'_elementor_pro_version','3.31.2'),(179759,184158,'_astra_content_layout_flag','disabled'),(179760,184158,'site-post-title','disabled'),(179761,184158,'ast-title-bar-display','disabled'),(179762,184158,'ast-featured-img','disabled'),(179763,184158,'site-content-layout','page-builder'),(179764,184158,'ast-site-content-layout','full-width-container'),(179765,184158,'site-sidebar-layout','no-sidebar'),(179766,184158,'_edit_lock','1758127920:2'),(179781,184158,'_wp_page_template','default'),(179782,184158,'_elementor_data','[{\"id\":\"76fcdd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"09db2ab\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}]'),(179783,184161,'_elementor_edit_mode','builder'),(179784,184161,'_elementor_template_type','header'),(179785,184161,'_elementor_version','3.31.3'),(179786,184161,'_elementor_pro_version','3.31.2'),(179787,184161,'_wp_page_template','default'),(179788,184161,'_elementor_data','[{\"id\":\"76fcdd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"09db2ab\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}]'),(179792,184158,'_elementor_conditions','a:1:{i:0;s:28:\"include/singular/page/184149\";}'),(179801,184163,'_elementor_edit_mode','builder'),(179802,184163,'_elementor_template_type','footer'),(179803,184163,'_elementor_version','3.30.1'),(179804,184163,'_elementor_pro_version','3.30.0'),(179805,184163,'_wp_page_template','default'),(179806,184163,'_elementor_data','[{\"id\":\"3ec9c01\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ab7a4c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"bad9784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><br><br>\\n<strong>Ginesis Products<\\/strong><br>\\n2501 County Road 8<br>\\nWaterloo, AL 35677<br>\\nPhone - 800-492-4818<br>\\nEmail - Ginesis@Ginesis.com\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40},\"_flex_size\":\"none\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71f4849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><br \\/><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#54595F\",\"link_hover_color\":\"#4BA200\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"link_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(179807,184163,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(179811,184163,'_elementor_screenshot','a:2:{s:2:\"id\";i:184156;s:3:\"url\";s:151:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184_2025-09-17-16-41-00_938698d.png\";}'),(179877,184170,'_elementor_edit_mode','builder'),(179878,184170,'_elementor_template_type','header'),(179879,184170,'_elementor_version','3.31.3'),(179880,184170,'_elementor_pro_version','3.31.2'),(179881,184170,'_wp_page_template','default'),(179882,184170,'_elementor_data','[{\"id\":\"76fcdd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"09db2ab\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}]'),(179884,184170,'_elementor_conditions','a:1:{i:0;s:28:\"include/singular/page/184149\";}'),(179887,184170,'_elementor_screenshot','a:2:{s:2:\"id\";i:184162;s:3:\"url\";s:155:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184158_2025-09-17-16-44-32_6384f4f3.png\";}'),(179888,184158,'_elementor_page_settings',''),(179889,184158,'_elementor_controls_usage','a:2:{s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:1:{s:14:\"flex_direction\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),(179901,184172,'_wp_attached_file','2025/09/AdobeStock_57235117-scaled.jpeg'),(179902,184172,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:39:\"2025/09/AdobeStock_57235117-scaled.jpeg\";s:8:\"filesize\";i:1715675;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"AdobeStock_57235117-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73650;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"AdobeStock_57235117-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:434828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"AdobeStock_57235117-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42167;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"AdobeStock_57235117-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:286128;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"AdobeStock_57235117-1536x1536.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:813302;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:34:\"AdobeStock_57235117-2048x2048.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1238264;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"AdobeStock_57235117-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73650;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"AdobeStock_57235117-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195005;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"AdobeStock_57235117-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36947;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:26:\"Terriana - stock.adobe.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1366047217\";s:9:\"copyright\";s:28:\"©Terriana - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:24:\"Hair outlined background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:4:\"hair\";i:1;s:5:\"woman\";i:2;s:5:\"salon\";i:3;s:7:\"haircut\";i:4;s:10:\"background\";i:5;s:8:\"isolated\";i:6;s:5:\"human\";i:7;s:9:\"wallpaper\";i:8;s:5:\"model\";i:9;s:5:\"hairy\";i:10;s:8:\"coloring\";i:11;s:5:\"curly\";i:12;s:4:\"curl\";i:13;s:7:\"wrapper\";i:14;s:5:\"brown\";i:15;s:8:\"wellness\";i:16;s:7:\"concept\";i:17;s:6:\"vector\";i:18;s:4:\"line\";i:19;s:7:\"graphic\";i:20;s:4:\"card\";i:21;s:10:\"blond hair\";i:22;s:6:\"female\";i:23;s:7:\"fashion\";i:24;s:4:\"wavy\";i:25;s:7:\"elegant\";i:26;s:7:\"styling\";i:27;s:12:\"illustration\";i:28;s:7:\"healthy\";i:29;s:10:\"decorative\";i:30;s:4:\"care\";i:31;s:8:\"backdrop\";i:32;s:6:\"design\";i:33;s:3:\"cut\";i:34;s:5:\"cover\";i:35;s:6:\"blonde\";i:36;s:4:\"text\";i:37;s:10:\"copy space\";i:38;s:4:\"long\";i:39;s:6:\"beauty\";i:40;s:6:\"poster\";i:41;s:4:\"lush\";i:42;s:5:\"style\";i:43;s:9:\"beautiful\";i:44;s:11:\"hairdresser\";i:45;s:10:\"silhouette\";i:46;s:6:\"health\";i:47;s:5:\"toned\";i:48;s:8:\"haircare\";i:49;s:9:\"hairstyle\";}}s:14:\"original_image\";s:24:\"AdobeStock_57235117.jpeg\";}'),(180014,16,'_eael_post_view_count','1413'),(180018,115,'_eael_post_view_count','834'),(180042,22,'_eael_post_view_count','1930'),(180044,20,'_eael_post_view_count','707'),(180046,21,'_eael_post_view_count','182'),(180209,184188,'afrfq_field_name','afrfq_field_184188'),(180210,184188,'afrfq_field_label','Full Name'),(180211,184188,'afrfq_field_type','text'),(180212,184188,'afrfq_field_placeholder','Full Name'),(180213,184188,'afrfq_field_width','full_width'),(180214,184188,'afrfq_field_enable','enable'),(180215,184188,'afrfq_field_required','yes'),(180216,184189,'afrfq_field_name','afrfq_field_184189'),(180217,184189,'afrfq_field_label','Last Name'),(180218,184189,'afrfq_field_type','text'),(180219,184189,'afrfq_field_width','half_width'),(180220,184189,'afrfq_field_placeholder','Last Name'),(180221,184189,'afrfq_field_enable','enable'),(180222,184189,'afrfq_field_required','yes'),(180223,184190,'afrfq_field_name','afrfq_field_184190'),(180224,184190,'afrfq_field_label','Email'),(180225,184190,'afrfq_field_type','email'),(180226,184190,'afrfq_field_width','half_width'),(180227,184190,'afrfq_field_placeholder','Email'),(180228,184190,'afrfq_field_enable','enable'),(180229,184190,'afrfq_field_required','yes'),(180234,184191,'_edit_lock','1761753592:2'),(180235,184191,'_edit_last','2'),(180236,184191,'afrfq_field_name','afrfq_field_184191'),(180237,184191,'afrfq_field_type','textarea'),(180238,184191,'afrfq_field_label','Phone Number'),(180239,184191,'afrfq_field_value','billing_phone'),(180240,184191,'afrfq_field_placeholder','555-555-5555'),(180241,184191,'afrfq_field_width','half_width'),(180242,184191,'afrfq_file_types',''),(180243,184191,'afrfq_file_size',''),(180244,184191,'afrfq_field_options','a:0:{}'),(180245,184191,'afrfq_field_enable','enable'),(180246,184191,'afrfq_field_terms',''),(180247,184191,'afrfq_field_required','yes'),(191418,47,'_stock',NULL),(191419,48,'_stock',NULL),(191420,184192,'_edit_lock','1775085453:2'),(191421,184192,'_edit_last','2'),(191422,184193,'_wp_attached_file','2025/09/210331LeadTimePortalApplicatorTip-1617980234.jpg'),(191423,184193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:56:\"2025/09/210331LeadTimePortalApplicatorTip-1617980234.jpg\";s:8:\"filesize\";i:405092;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalApplicatorTip-1617980234-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15423;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalApplicatorTip-1617980234-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7724;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalApplicatorTip-1617980234-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58152;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"210331LeadTimePortalApplicatorTip-1617980234-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19213;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalApplicatorTip-1617980234-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40387;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalApplicatorTip-1617980234-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191424,184192,'_sku','Applicator-Tips-100'),(191425,184192,'_regular_price','500.00'),(191426,184192,'total_sales','2'),(191427,184192,'_tax_status','taxable'),(191428,184192,'_tax_class',''),(191429,184192,'_manage_stock','no'),(191430,184192,'_backorders','no'),(191431,184192,'_sold_individually','no'),(191432,184192,'_virtual','no'),(191433,184192,'_downloadable','no'),(191434,184192,'_download_limit','-1'),(191435,184192,'_download_expiry','-1'),(191436,184192,'_stock',NULL),(191437,184192,'_stock_status','instock'),(191438,184192,'_wc_average_rating','0'),(191439,184192,'_wc_review_count','0'),(191440,184192,'_product_version','10.6.1'),(191441,184192,'_price','500.00'),(191443,184194,'_edit_lock','1779807786:106'),(191444,184194,'_edit_last','2'),(191449,184194,'_sku','Airalle-Hose'),(191450,184194,'_regular_price','90.00'),(191451,184194,'total_sales','3'),(191452,184194,'_tax_status','taxable'),(191453,184194,'_tax_class',''),(191454,184194,'_manage_stock','no'),(191455,184194,'_backorders','no'),(191456,184194,'_sold_individually','no'),(191457,184194,'_virtual','no'),(191458,184194,'_downloadable','no'),(191459,184194,'_download_limit','-1'),(191460,184194,'_download_expiry','-1'),(191461,184194,'_stock',NULL),(191462,184194,'_stock_status','instock'),(191463,184194,'_wc_average_rating','0'),(191464,184194,'_wc_review_count','0'),(191465,184194,'_product_version','10.6.1'),(191466,184194,'_price','90.00'),(191467,184194,'_wp_old_slug','airalle-treatment-hose-case-of-1'),(191468,184192,'_thumbnail_id','184372'),(191469,184192,'_wp_old_slug','applicator-tips-case-of-100'),(191470,184195,'_wp_attached_file','2025/09/210331LeadTimePortalTreatmentHose-1617980269.jpg'),(191471,184195,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:4:\"file\";s:56:\"2025/09/210331LeadTimePortalTreatmentHose-1617980269.jpg\";s:8:\"filesize\";i:827017;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalTreatmentHose-1617980269-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18891;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"210331LeadTimePortalTreatmentHose-1617980269-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalTreatmentHose-1617980269-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8057;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"210331LeadTimePortalTreatmentHose-1617980269-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127182;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"210331LeadTimePortalTreatmentHose-1617980269-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21813;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalTreatmentHose-1617980269-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86020;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalTreatmentHose-1617980269-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4970;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191472,184194,'_thumbnail_id','184366'),(191473,184196,'_edit_lock','1775085135:2'),(191474,184196,'_edit_last','2'),(191475,184197,'_wp_attached_file','2025/09/210331LeadTimePortalAirFilter-1617980167.jpg'),(191476,184197,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:52:\"2025/09/210331LeadTimePortalAirFilter-1617980167.jpg\";s:8:\"filesize\";i:532833;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"210331LeadTimePortalAirFilter-1617980167-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16661;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"210331LeadTimePortalAirFilter-1617980167-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7142;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"210331LeadTimePortalAirFilter-1617980167-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82461;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"210331LeadTimePortalAirFilter-1617980167-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20492;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"210331LeadTimePortalAirFilter-1617980167-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53381;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"210331LeadTimePortalAirFilter-1617980167-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4224;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191477,184196,'_thumbnail_id','184371'),(191478,184196,'_sku','AirAlle-Air-Filter'),(191479,184196,'_regular_price','10'),(191480,184196,'total_sales','126'),(191481,184196,'_tax_status','taxable'),(191482,184196,'_tax_class',''),(191483,184196,'_manage_stock','no'),(191484,184196,'_backorders','no'),(191485,184196,'_sold_individually','no'),(191486,184196,'_virtual','no'),(191487,184196,'_downloadable','no'),(191488,184196,'_download_limit','-1'),(191489,184196,'_download_expiry','-1'),(191490,184196,'_stock',NULL),(191491,184196,'_stock_status','instock'),(191492,184196,'_wc_average_rating','0'),(191493,184196,'_wc_review_count','0'),(191494,184196,'_product_version','10.6.1'),(191495,184196,'_price','10'),(191496,184198,'_edit_lock','1775085117:2'),(191497,184198,'_edit_last','2'),(191498,184198,'_sku','AirAlle-Applicator-Tip'),(191499,184198,'_regular_price','6.00'),(191500,184198,'total_sales','4'),(191501,184198,'_tax_status','taxable'),(191502,184198,'_tax_class',''),(191503,184198,'_manage_stock','no'),(191504,184198,'_backorders','no'),(191505,184198,'_sold_individually','no'),(191506,184198,'_virtual','no'),(191507,184198,'_downloadable','no'),(191508,184198,'_download_limit','-1'),(191509,184198,'_download_expiry','-1'),(191510,184198,'_stock',NULL),(191511,184198,'_stock_status','instock'),(191512,184198,'_wc_average_rating','0'),(191513,184198,'_wc_review_count','0'),(191514,184198,'_product_version','10.6.1'),(191515,184198,'_price','6.00'),(191516,184199,'_edit_lock','1775085104:2'),(191517,184199,'_edit_last','2'),(191518,184200,'_wp_attached_file','2025/09/210331LeadTimePortalPowerCord-1617980256.jpg'),(191519,184200,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:4:\"file\";s:52:\"2025/09/210331LeadTimePortalPowerCord-1617980256.jpg\";s:8:\"filesize\";i:938949;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"210331LeadTimePortalPowerCord-1617980256-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20846;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"210331LeadTimePortalPowerCord-1617980256-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"210331LeadTimePortalPowerCord-1617980256-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8675;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"210331LeadTimePortalPowerCord-1617980256-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161761;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"210331LeadTimePortalPowerCord-1617980256-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26082;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"210331LeadTimePortalPowerCord-1617980256-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107104;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"210331LeadTimePortalPowerCord-1617980256-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191520,184199,'_thumbnail_id','184369'),(191521,184199,'_sku','AirAlle-Power-Cord'),(191522,184199,'_regular_price','25.00'),(191523,184199,'total_sales','0'),(191524,184199,'_tax_status','taxable'),(191525,184199,'_tax_class',''),(191526,184199,'_manage_stock','no'),(191527,184199,'_backorders','no'),(191528,184199,'_sold_individually','no'),(191529,184199,'_virtual','no'),(191530,184199,'_downloadable','no'),(191531,184199,'_download_limit','-1'),(191532,184199,'_download_expiry','-1'),(191533,184199,'_stock',NULL),(191534,184199,'_stock_status','instock'),(191535,184199,'_wc_average_rating','0'),(191536,184199,'_wc_review_count','0'),(191537,184199,'_product_version','10.6.1'),(191538,184199,'_price','25.00'),(191539,184201,'_edit_lock','1785186299:2'),(191540,184201,'_edit_last','2'),(191541,184202,'_wp_attached_file','2025/09/210331LeadTimePortalAirAlleDevice-1617980119.jpg'),(191542,184202,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:4:\"file\";s:56:\"2025/09/210331LeadTimePortalAirAlleDevice-1617980119.jpg\";s:8:\"filesize\";i:823739;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalAirAlleDevice-1617980119-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19608;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"210331LeadTimePortalAirAlleDevice-1617980119-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128874;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalAirAlleDevice-1617980119-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8248;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"210331LeadTimePortalAirAlleDevice-1617980119-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128874;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"210331LeadTimePortalAirAlleDevice-1617980119-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22097;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalAirAlleDevice-1617980119-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87762;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"210331LeadTimePortalAirAlleDevice-1617980119-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4951;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191544,184201,'_sku','AirAlle-Device'),(191545,184201,'_regular_price','1500'),(191546,184201,'total_sales','5'),(191547,184201,'_tax_status','taxable'),(191548,184201,'_tax_class',''),(191549,184201,'_manage_stock','no'),(191550,184201,'_backorders','no'),(191551,184201,'_sold_individually','no'),(191552,184201,'_virtual','no'),(191553,184201,'_downloadable','no'),(191554,184201,'_download_limit','-1'),(191555,184201,'_download_expiry','-1'),(191556,184201,'_stock',NULL),(191557,184201,'_stock_status','instock'),(191558,184201,'_wc_average_rating','0'),(191559,184201,'_wc_review_count','0'),(191560,184201,'_product_version','10.7.0'),(191561,184201,'_price','1500'),(191575,46,'_eael_post_view_count','620'),(191584,47,'_eael_post_view_count','615'),(191586,48,'_eael_post_view_count','607'),(191588,184194,'_eael_post_view_count','909'),(191590,184204,'_elementor_edit_mode','builder'),(191591,184204,'_elementor_template_type','wp-page'),(191592,184204,'_elementor_version','3.31.2'),(191593,184204,'_elementor_pro_version','3.31.2'),(191594,184204,'_wp_page_template','default'),(191595,184204,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(191596,184204,'_elementor_page_settings',''),(191597,184205,'_elementor_edit_mode','builder'),(191598,184205,'_elementor_template_type','wp-page'),(191599,184205,'_elementor_version','3.31.2'),(191600,184205,'_elementor_pro_version','3.31.2'),(191601,184205,'_wp_page_template','default'),(191602,184205,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(191603,184205,'_elementor_page_settings',''),(191604,184206,'_elementor_edit_mode','builder'),(191605,184206,'_elementor_template_type','wp-page'),(191606,184206,'_elementor_version','3.31.2'),(191607,184206,'_elementor_pro_version','3.31.2'),(191608,184206,'_wp_page_template','default'),(191609,184206,'_elementor_data','[{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db4e64f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3045f24\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"560e8fa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9ee8f49\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"button_background_color\":\"#5BC500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dae1b82\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c477950\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9 Device PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_text_transform\":\"uppercase\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dac65b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b9c5b14\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"184201\",\"184199\",\"184198\",\"184196\",\"184194\",\"184192\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46c37e4\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"65016f3\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(191610,184206,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(191612,115,'_eael_custom_js',''),(191622,184208,'_elementor_is_screenshot','1'),(191623,184208,'_wp_attached_file','elementor/screenshots/Elementor-post-screenshot_184158_2025-09-23-19-02-11_1d794507.png'),(191624,184158,'_elementor_screenshot','a:2:{s:2:\"id\";i:184208;s:3:\"url\";s:151:\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184158_2025-09-23-19-02-11_1d794507.png\";}'),(191638,184210,'_elementor_edit_mode','builder'),(191639,184210,'_elementor_template_type','footer'),(191640,184210,'_elementor_version','3.31.3'),(191641,184210,'_elementor_pro_version','3.31.2'),(191642,184210,'_wp_page_template','default'),(191643,184210,'_elementor_data','[{\"id\":\"3ec9c01\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ea24c76\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e5cd1f0\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"4ab7a4c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e10d8a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"84dfd12\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"bad9784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><br \\/><br \\/><strong>Lice Clinics of America<\\/strong><br \\/>4873 S State St<br \\/>Murray, UT 84107<br \\/>Phone - (855) 706-5423<br \\/>Email - productsales@liceclinicsofamerica.com<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40},\"_flex_size\":\"none\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c2a25d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"da8fbba\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71f4849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><br \\/><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#54595F\",\"link_hover_color\":\"#4BA200\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"link_hover_color\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d4e9810\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"896adb0\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(191644,184210,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(191647,184210,'_elementor_screenshot','a:2:{s:2:\"id\";i:184207;s:3:\"url\";s:148:\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184_2025-09-23-19-02-09_395e547f.png\";}'),(191648,184,'_eael_custom_js',''),(191650,184211,'_wp_attached_file','2025/09/210331LeadTimePortalApplicatorBase-1617980183.jpg'),(191651,184211,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:4:\"file\";s:57:\"2025/09/210331LeadTimePortalApplicatorBase-1617980183.jpg\";s:8:\"filesize\";i:669323;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"210331LeadTimePortalApplicatorBase-1617980183-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17252;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"210331LeadTimePortalApplicatorBase-1617980183-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93199;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"210331LeadTimePortalApplicatorBase-1617980183-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7989;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"210331LeadTimePortalApplicatorBase-1617980183-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93199;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:57:\"210331LeadTimePortalApplicatorBase-1617980183-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19329;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:57:\"210331LeadTimePortalApplicatorBase-1617980183-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64925;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:57:\"210331LeadTimePortalApplicatorBase-1617980183-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191652,184198,'_thumbnail_id','184370'),(191660,184212,'_edit_lock','1759772331:95'),(191661,184212,'_edit_last','95'),(191662,184212,'afrfq_apply_on_all_user_role','yes'),(191663,184212,'afrfq_hide_products',''),(191664,184212,'afrfq_hide_categories',''),(191665,184212,'afrfq_apply_on_all_products','yes'),(191666,184212,'afrfq_apply_on_oos_products','no'),(191667,184212,'afrfq_hide_user_role',''),(191668,184212,'afrfq_is_hide_price','no'),(191669,184212,'afrfq_hide_price_text',''),(191670,184212,'afrfq_is_hide_addtocart','replace'),(191671,184212,'afrfq_custom_button_text','Add to Order'),(191672,184212,'afrfq_custom_button_link',''),(191687,184188,'_edit_lock','1765999205:2'),(191688,184189,'_edit_lock','1761753605:2'),(191692,184190,'_edit_lock','1761753592:2'),(191693,184188,'_edit_last','2'),(191694,184188,'afrfq_field_value',''),(191695,184188,'afrfq_file_types',''),(191696,184188,'afrfq_file_size',''),(191697,184188,'afrfq_field_options','a:0:{}'),(191698,184188,'afrfq_field_terms',''),(191699,184189,'_edit_last','95'),(191700,184189,'afrfq_field_value',''),(191701,184189,'afrfq_file_types',''),(191702,184189,'afrfq_file_size',''),(191703,184189,'afrfq_field_options','a:0:{}'),(191704,184189,'afrfq_field_terms',''),(191705,184190,'_edit_last','2'),(191706,184190,'afrfq_field_value',''),(191707,184190,'afrfq_file_types',''),(191708,184190,'afrfq_file_size',''),(191709,184190,'afrfq_field_options','a:0:{}'),(191710,184190,'afrfq_field_terms',''),(191711,184187,'_eael_post_view_count','424'),(191732,125,'_wp_old_date','2025-09-17'),(191733,126,'_wp_old_date','2025-09-17'),(191734,184216,'_menu_item_type','custom'),(191735,184216,'_menu_item_menu_item_parent','0'),(191736,184216,'_menu_item_object_id','184216'),(191737,184216,'_menu_item_object','custom'),(191738,184216,'_menu_item_target',''),(191739,184216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(191740,184216,'_menu_item_xfn',''),(191741,184216,'_menu_item_url','https://lcaportalstoreg.liceclinicsofamerica.com/portal/'),(191754,184196,'_eael_post_view_count','906'),(191784,184221,'_elementor_edit_mode','builder'),(191785,184221,'_elementor_template_type','wp-page'),(191786,184221,'_elementor_version','3.1.4'),(191787,184221,'_elementor_pro_version','3.2.1'),(191788,184221,'_wp_page_template','elementor_canvas'),(191789,184221,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\"},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.035},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4\\/21\\/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\\\"mailto:techsupport@laradasciences.com\\\">techsupport@laradasciences.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(191793,184222,'_elementor_edit_mode','builder'),(191794,184222,'_elementor_template_type','wp-page'),(191795,184222,'_elementor_version','3.1.4'),(191796,184222,'_elementor_pro_version','3.2.1'),(191797,184222,'_wp_page_template','elementor_canvas'),(191798,184222,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\"},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.035},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4\\/21\\/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\\\"mailto:techsupport@laradasciences.com\\\">techsupport@laradasciences.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(191802,16,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(191803,184223,'_elementor_edit_mode','builder'),(191804,184223,'_elementor_template_type','wp-page'),(191805,184223,'_elementor_version','3.1.4'),(191806,184223,'_elementor_pro_version','3.2.1'),(191807,184223,'_wp_page_template','elementor_canvas');
INSERT INTO `wp_postmeta` VALUES (191808,184223,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4\\/21\\/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15a44cc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(191812,184223,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(191813,16,'_eael_custom_js',''),(191949,184187,'_edit_lock','1759773368:95'),(191953,184235,'_elementor_edit_mode','builder'),(191954,184235,'_elementor_template_type','header'),(191955,184235,'_elementor_version','3.31.3'),(191956,184235,'_elementor_pro_version','3.31.2'),(191957,184235,'_wp_page_template','default'),(191958,184235,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"50ad1ed\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"470290c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":[],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"995826a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"2a174e5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4ae04ff\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"71beda2\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(191959,184235,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(191960,184235,'_elementor_screenshot','a:2:{s:2:\"id\";i:184157;s:3:\"url\";s:152:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_112_2025-09-17-16-42-36_54406fed.png\";}'),(191964,112,'_eael_custom_js',''),(191984,184187,'_edit_last','95'),(191985,184187,'_wp_page_template','default'),(191986,184187,'_elementor_edit_mode','builder'),(191987,184187,'_elementor_template_type','wp-page'),(191988,184187,'_elementor_version','3.32.4'),(191989,184187,'_elementor_pro_version','3.32.1'),(191991,184238,'_wp_page_template','default'),(191992,184238,'_elementor_edit_mode','builder'),(191993,184238,'_elementor_template_type','wp-page'),(191994,184238,'_elementor_version','3.32.4'),(191995,184238,'_elementor_pro_version','3.32.1'),(191997,184239,'_wp_page_template','default'),(191998,184239,'_elementor_edit_mode','builder'),(191999,184239,'_elementor_template_type','wp-page'),(192000,184239,'_elementor_version','3.32.4'),(192001,184239,'_elementor_pro_version','3.32.1'),(192002,184187,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192003,184187,'_elementor_data','[{\"id\":\"20eaa72a\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"06693c3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d8aa179\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"374b836e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"[addify-quote-request-page]\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a1ffd1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"119c1c6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(192005,184240,'_wp_page_template','default'),(192006,184240,'_elementor_edit_mode','builder'),(192007,184240,'_elementor_template_type','wp-page'),(192008,184240,'_elementor_version','3.32.4'),(192009,184240,'_elementor_pro_version','3.32.1'),(192010,184240,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192011,184240,'_elementor_data','[{\"id\":\"20eaa72a\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"06693c3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d8aa179\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"374b836e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"[addify-quote-request-page]\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a1ffd1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"119c1c6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(192012,184187,'_eael_custom_js',''),(192013,184187,'_elementor_controls_usage','a:2:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:3:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}}'),(192014,184241,'_edit_lock','1759860101:2'),(192015,184241,'_edit_last','95'),(192016,184241,'_wp_page_template','default'),(192017,184241,'_elementor_edit_mode','builder'),(192018,184241,'_elementor_template_type','wp-page'),(192019,184241,'_elementor_version','3.32.4'),(192020,184241,'_elementor_pro_version','3.32.1'),(192021,184241,'_eael_post_view_count','275'),(192030,184244,'_wp_page_template','default'),(192031,184244,'_elementor_edit_mode','builder'),(192032,184244,'_elementor_template_type','wp-page'),(192033,184244,'_elementor_version','3.32.4'),(192034,184244,'_elementor_pro_version','3.32.1'),(192035,184245,'_wp_page_template','default'),(192036,184245,'_elementor_edit_mode','builder'),(192037,184245,'_elementor_template_type','wp-page'),(192038,184245,'_elementor_version','3.32.4'),(192039,184245,'_elementor_pro_version','3.32.1'),(192040,184241,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192041,184241,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ORDER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. A confirmation invoice will be emailed to you within 48 hours of placing this order and shipping costs will be added at that time. For questions, please email\\u00a0orders@laradasciences.com.<\\/p><p><i>Standard Domestic Shipping - (10-14 Business Days)<br \\/>AirAll\\u00e9 Device - $40 (10-14 Business Days)<br \\/>AirAll\\u00e9 Accessories - (Determined by Weight)<br \\/>Case of 100 Tips - $35 (10-14 Business Days)<br \\/>Topical Products - $20 for every 25 lbs (5-7 Business Days)<\\/i><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(192042,184246,'_wp_page_template','default'),(192043,184246,'_elementor_edit_mode','builder'),(192044,184246,'_elementor_template_type','wp-page'),(192045,184246,'_elementor_version','3.32.4'),(192046,184246,'_elementor_pro_version','3.32.1'),(192047,184246,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192048,184246,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ODER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">orders@liceclinicsofamerica.com.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192050,184241,'_eael_custom_js',''),(192052,184247,'_wp_page_template','default'),(192053,184247,'_elementor_edit_mode','builder'),(192054,184247,'_elementor_template_type','wp-page'),(192055,184247,'_elementor_version','3.32.4'),(192056,184247,'_elementor_pro_version','3.32.1'),(192057,184247,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192058,184247,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ODER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">orders@liceclinicsofamerica.com.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192060,184248,'_wp_page_template','default'),(192061,184248,'_elementor_edit_mode','builder'),(192062,184248,'_elementor_template_type','wp-page'),(192063,184248,'_elementor_version','3.32.4'),(192064,184248,'_elementor_pro_version','3.32.1'),(192065,184248,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192066,184248,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ODER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">orders@liceclinicsofamerica.com.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192068,184249,'_wp_page_template','default'),(192069,184249,'_elementor_edit_mode','builder'),(192070,184249,'_elementor_template_type','wp-page'),(192071,184249,'_elementor_version','3.32.4'),(192072,184249,'_elementor_pro_version','3.32.1'),(192073,184249,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192074,184249,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ODER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">orders@liceclinicsofamerica.com.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192119,184254,'_wp_page_template','default'),(192120,184254,'_elementor_edit_mode','builder'),(192121,184254,'_elementor_template_type','wp-page'),(192122,184254,'_elementor_version','3.32.4'),(192123,184254,'_elementor_pro_version','3.32.1'),(192124,184254,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192125,184254,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ODER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">orders@liceclinicsofamerica.com.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192128,184255,'_wp_page_template','default'),(192129,184255,'_elementor_edit_mode','builder'),(192130,184255,'_elementor_template_type','wp-page'),(192131,184255,'_elementor_version','3.32.4'),(192132,184255,'_elementor_pro_version','3.32.1'),(192133,184255,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192134,184255,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ODER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">orders@liceclinicsofamerica.com.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192137,184256,'_wp_page_template','default'),(192138,184256,'_elementor_edit_mode','builder'),(192139,184256,'_elementor_template_type','wp-page'),(192140,184256,'_elementor_version','3.32.4'),(192141,184256,'_elementor_pro_version','3.32.1'),(192142,184256,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192143,184256,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ORDER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. Please allow up to 24 hours for a response. Orders are not final untill payment is processed. If you have any questions or concerns please feel free to email use at <span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">orders@liceclinicsofamerica.com.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192159,184259,'_elementor_edit_mode','builder'),(192160,184259,'_elementor_template_type','footer'),(192161,184259,'_elementor_version','3.32.2'),(192162,184259,'_elementor_pro_version','3.32.1'),(192163,184259,'_wp_page_template','default'),(192164,184259,'_elementor_data','[{\"id\":\"3ec9c01\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ea24c76\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e5cd1f0\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"4ab7a4c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e10d8a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"84dfd12\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"bad9784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><br \\/><br \\/><strong>Lice Clinics of America<\\/strong><br \\/>4873 S State St<br \\/>Murray, UT 84107<br \\/>Phone - (855) 706-5423<br \\/>Email - productsales@liceclinicsofamerica.com<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40},\"_flex_size\":\"none\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c2a25d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"da8fbba\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71f4849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><\\/p><p><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#54595F\",\"link_hover_color\":\"#4BA200\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"link_hover_color\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d4e9810\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"896adb0\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(192165,184259,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(192166,184259,'_elementor_screenshot_failed','2025-09-23 19:12:13'),(192173,184260,'_wp_page_template','default'),(192174,184260,'_elementor_edit_mode','builder'),(192175,184260,'_elementor_template_type','wp-page'),(192176,184260,'_elementor_version','3.32.4'),(192177,184260,'_elementor_pro_version','3.32.1'),(192178,184260,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192179,184260,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ORDER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. Please allow up to 24 hours for a response. Orders are not final untill payment is processed. If you have any questions or concerns please feel free to email use at <span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">orders@liceclinicsofamerica.com.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192183,184261,'_wp_page_template','default'),(192184,184261,'_elementor_edit_mode','builder'),(192185,184261,'_elementor_template_type','wp-page'),(192186,184261,'_elementor_version','3.32.4'),(192187,184261,'_elementor_pro_version','3.32.1'),(192188,184261,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192189,184261,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ORDER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. Please allow up to 24 hours for a response. Orders are not final untill payment is processed. If you have any questions or concerns please feel free to email use at <span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">orders@liceclinicsofamerica.com.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192193,184262,'_wp_page_template','default'),(192194,184262,'_elementor_edit_mode','builder'),(192195,184262,'_elementor_template_type','wp-page'),(192196,184262,'_elementor_version','3.32.4'),(192197,184262,'_elementor_pro_version','3.32.1'),(192198,184262,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192199,184262,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ORDER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. A confirmation invoice will be emailed to you within 48 hours of placing this order and shipping costs will be added at that time. For questions, please email\\u00a0orders@laradasciences.com.<br \\/><br \\/><i>Standard Domestic Shipping:<br \\/>AirAll\\u00e9 Device - $35 (10-14 Business Days)<br \\/>Case of 100 Tips - $35 (10-14 Business Days)<br \\/>Topical Products - $20 for every 25 lbs (5-7 Business Days)<\\/i><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192215,184263,'_wp_page_template','default'),(192216,184263,'_elementor_edit_mode','builder'),(192217,184263,'_elementor_template_type','wp-page'),(192218,184263,'_elementor_version','3.32.4'),(192219,184263,'_elementor_pro_version','3.32.1'),(192220,184263,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192221,184263,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ORDER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. A confirmation invoice will be emailed to you within 48 hours of placing this order and shipping costs will be added at that time. For questions, please email\\u00a0orders@laradasciences.com.<br \\/><br \\/><i>Standard Domestic Shipping:<br \\/>AirAll\\u00e9 Device - $35 (10-14 Business Days)<br \\/>Case of 100 Tips - $35 (10-14 Business Days)<br \\/>Topical Products - $20 for every 25 lbs (5-7 Business Days)<\\/i><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192225,184264,'_wp_page_template','default'),(192226,184264,'_elementor_edit_mode','builder'),(192227,184264,'_elementor_template_type','wp-page'),(192228,184264,'_elementor_version','3.32.4'),(192229,184264,'_elementor_pro_version','3.32.1'),(192230,184264,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192231,184264,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ORDER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. A confirmation invoice will be emailed to you within 48 hours of placing this order and shipping costs will be added at that time. For questions, please email\\u00a0orders@laradasciences.com.<br \\/><br \\/><i>Standard Domestic Shipping:<br \\/>AirAll\\u00e9 Device - $35 (10-14 Business Days)<br \\/>Case of 100 Tips - $35 (10-14 Business Days)<br \\/>Topical Products - $20 for every 25 lbs (5-7 Business Days)<\\/i><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(192235,184265,'_wp_page_template','default'),(192236,184265,'_elementor_edit_mode','builder'),(192237,184265,'_elementor_template_type','wp-page'),(192238,184265,'_elementor_version','3.32.4'),(192239,184265,'_elementor_pro_version','3.32.1'),(192240,184265,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(192241,184265,'_elementor_data','[{\"id\":\"aba313a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c7923f8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0c7380c\",\"dynamic_field_custom_separator\":\"|\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe8802\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR YOUR ORDER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c5fbd0\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c01fab6\",\"dynamic_field_custom_separator\":\"|\"}],\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d1a08c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Return to Store\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_background_hover_color\":\"#3E8700\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"91cb585\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7d41872\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"610c952\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your order was succesfully submitted. A confirmation invoice will be emailed to you within 48 hours of placing this order and shipping costs will be added at that time. For questions, please email\\u00a0orders@laradasciences.com.<\\/p><p><i>Standard Domestic Shipping - (10-14 Business Days)<br \\/>AirAll\\u00e9 Device - $40 (10-14 Business Days)<br \\/>AirAll\\u00e9 Accessories - (Determined by Weight)<br \\/>Case of 100 Tips - $35 (10-14 Business Days)<br \\/>Topical Products - $20 for every 25 lbs (5-7 Business Days)<\\/i><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"mailto:orders@liceclinicsofamerica.com\\\">.<\\/a><\\/span><\\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"76b17e6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c727b7a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(192245,184241,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:21:\"typography_font_style\";i:1;s:26:\"typography_text_decoration\";i:1;s:29:\"button_background_hover_color\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:1:{s:14:\"flex_direction\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}}'),(192246,184266,'quote_contents','a:2:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:8:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:13:\"offered_price\";d:25;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184199;}s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:8:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:13:\"offered_price\";d:6;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184198;}s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(192247,184266,'_customer_user','guest'),(192248,184266,'quote_status','af_converted'),(192249,184266,'afrfq_field_184188','Amy '),(192250,184266,'afrfq_field_184189','Allen'),(192251,184266,'afrfq_field_184191','408-500-5537'),(192252,184266,'afrfq_field_184190','lca.gilroy@gmail.com'),(192256,184269,'quote_contents','a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:8:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:13:\"offered_price\";d:1500;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184201;}s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(192257,184269,'_customer_user','guest'),(192258,184269,'quote_status','af_converted'),(192259,184269,'afrfq_field_184188','Scott'),(192260,184269,'afrfq_field_184189','Wilson'),(192261,184269,'afrfq_field_184191','801-430-8550'),(192262,184269,'afrfq_field_184190','info@boise.liceclinicsofamerica.com'),(192263,184269,'_edit_lock','1767906099:2'),(192264,184266,'_edit_lock','1767906097:2'),(192266,184198,'_eael_post_view_count','881'),(192270,184201,'_eael_post_view_count','807'),(192272,184192,'_eael_post_view_count','914'),(192274,184199,'_eael_post_view_count','754'),(192277,184269,'_edit_last','2'),(192278,184269,'afrfq_shipping_cost','0'),(192279,184269,'old_status','af_converted'),(192280,184269,'afrfq_notify_customer','no'),(192281,184266,'_edit_last','106'),(192282,184266,'afrfq_shipping_cost','0'),(192283,184266,'old_status','af_converted'),(192284,184266,'afrfq_notify_customer','no'),(192295,184273,'_edit_lock','1762371384:2'),(192296,184273,'_edit_last','2'),(192297,184273,'afrfq_field_name','Company Name'),(192298,184273,'afrfq_field_type','text'),(192299,184273,'afrfq_field_label','Location Name'),(192300,184273,'afrfq_field_value',''),(192301,184273,'afrfq_field_placeholder','Location Name'),(192302,184273,'afrfq_field_width','full_width'),(192303,184273,'afrfq_file_types',''),(192304,184273,'afrfq_file_size',''),(192305,184273,'afrfq_field_options','a:0:{}'),(192306,184273,'afrfq_field_enable','enable'),(192307,184273,'afrfq_field_terms',''),(192308,184273,'afrfq_field_required','no'),(192309,184274,'_edit_lock','1767888294:2'),(192310,184274,'_edit_last','2'),(192311,184274,'afrfq_field_name','Shipping Address'),(192312,184274,'afrfq_field_type','text'),(192313,184274,'afrfq_field_label','Shipping Address'),(192314,184274,'afrfq_field_value',''),(192315,184274,'afrfq_field_placeholder','Address'),(192316,184274,'afrfq_field_width','half_width'),(192317,184274,'afrfq_file_types',''),(192318,184274,'afrfq_file_size',''),(192319,184274,'afrfq_field_options','a:0:{}'),(192320,184274,'afrfq_field_enable','enable'),(192321,184274,'afrfq_field_terms',''),(192322,184274,'afrfq_field_required','no'),(192323,184275,'_edit_lock','1767888157:2'),(192324,184275,'_edit_last','2'),(192325,184275,'afrfq_field_name','Shipping Address 2'),(192326,184275,'afrfq_field_type','text'),(192327,184275,'afrfq_field_label','Shipping Address Line 2'),(192328,184275,'afrfq_field_value',''),(192329,184275,'afrfq_field_placeholder','Suite or Unit #'),(192330,184275,'afrfq_field_width','half_width'),(192331,184275,'afrfq_file_types',''),(192332,184275,'afrfq_file_size',''),(192333,184275,'afrfq_field_options','a:0:{}'),(192334,184275,'afrfq_field_enable','enable'),(192335,184275,'afrfq_field_terms',''),(192336,184275,'afrfq_field_required','no'),(192337,184276,'_edit_lock','1767888156:2'),(192338,184276,'_edit_last','2'),(192339,184276,'afrfq_field_name','Shipping City'),(192340,184276,'afrfq_field_type','text'),(192341,184276,'afrfq_field_label','Shipping City & State'),(192342,184276,'afrfq_field_value',''),(192343,184276,'afrfq_field_placeholder','Salt Lake City, UT'),(192344,184276,'afrfq_field_width','half_width'),(192345,184276,'afrfq_file_types',''),(192346,184276,'afrfq_file_size',''),(192347,184276,'afrfq_field_options','a:0:{}'),(192348,184276,'afrfq_field_enable','enable'),(192349,184276,'afrfq_field_terms',''),(192350,184276,'afrfq_field_required','no'),(192351,184277,'_edit_lock','1765999117:2'),(192352,184277,'_edit_last','2'),(192353,184277,'afrfq_field_name','Shipping State'),(192354,184277,'afrfq_field_type','text'),(192355,184277,'afrfq_field_label','Shipping State'),(192356,184277,'afrfq_field_value',''),(192357,184277,'afrfq_field_placeholder','Shipping State'),(192358,184277,'afrfq_field_width','half_width'),(192359,184277,'afrfq_file_types',''),(192360,184277,'afrfq_file_size',''),(192361,184277,'afrfq_field_options','a:0:{}'),(192362,184277,'afrfq_field_enable','enable'),(192363,184277,'afrfq_field_terms',''),(192364,184277,'afrfq_field_required','yes'),(192365,184278,'_edit_lock','1767913189:2'),(192366,184278,'_edit_last','2'),(192367,184278,'afrfq_field_name','Shipping Zip'),(192368,184278,'afrfq_field_type','text'),(192369,184278,'afrfq_field_label','Shipping Zip Code'),(192370,184278,'afrfq_field_value',''),(192371,184278,'afrfq_field_placeholder','Zip Code'),(192372,184278,'afrfq_field_width','half_width'),(192373,184278,'afrfq_file_types',''),(192374,184278,'afrfq_file_size',''),(192375,184278,'afrfq_field_options','a:0:{}'),(192376,184278,'afrfq_field_enable','enable'),(192377,184278,'afrfq_field_terms',''),(192378,184278,'afrfq_field_required','no'),(192395,184280,'quote_contents','a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:8:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:13:\"offered_price\";d:375;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:47;}s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(192396,184280,'_customer_user','guest'),(192397,184280,'quote_status','af_converted'),(192398,184280,'afrfq_field_184188','AMANDA'),(192399,184280,'afrfq_field_184189','Westerman'),(192400,184280,'afrfq_field_184191','214-417-5741'),(192401,184280,'afrfq_field_184190','awesterman1103@gmail.com'),(192402,184280,'_edit_lock','1767906115:2'),(192403,184280,'_edit_last','106'),(192404,184280,'afrfq_shipping_cost','0'),(192405,184280,'old_status','af_pending'),(192406,184280,'afrfq_notify_customer','no'),(192407,184281,'_order_key','wc_order_kkrDjMtVQ47LZ'),(192408,184281,'_customer_user','0'),(192409,184281,'_customer_ip_address','50.90.46.109'),(192410,184281,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(192411,184281,'_download_permissions_granted','no'),(192412,184281,'_recorded_sales','no'),(192413,184281,'_recorded_coupon_usage_counts','no'),(192414,184281,'_new_order_email_sent','false'),(192415,184281,'_order_stock_reduced','no'),(192416,184281,'_order_currency','USD'),(192417,184281,'_cart_discount','0'),(192418,184281,'_cart_discount_tax','0'),(192419,184281,'_order_shipping','0'),(192420,184281,'_order_shipping_tax','0'),(192421,184281,'_order_tax','0'),(192422,184281,'_order_total','750.00'),(192423,184281,'_order_version','10.3.4'),(192424,184281,'_prices_include_tax','no'),(192425,184281,'_billing_address_index','         awesterman1103@gmail.com 214-417-5741'),(192426,184281,'_shipping_address_index','         '),(192427,184281,'_wc_order_attribution_source_type','admin'),(192429,184281,'_billing_last_name',''),(192430,184281,'_billing_company',''),(192431,184281,'_billing_address_1',''),(192432,184281,'_billing_address_2',''),(192433,184281,'_billing_city',''),(192434,184281,'_billing_postcode',''),(192435,184281,'_billing_country',''),(192436,184281,'_billing_state',''),(192437,184281,'_billing_email','awesterman1103@gmail.com'),(192438,184281,'_billing_phone','214-417-5741'),(192439,184281,'_shipping_first_name',''),(192440,184281,'_shipping_last_name',''),(192441,184281,'_shipping_company',''),(192442,184281,'_shipping_address_1',''),(192443,184281,'_shipping_address_2',''),(192444,184281,'_shipping_city',''),(192445,184281,'_shipping_postcode',''),(192446,184281,'_shipping_country',''),(192447,184281,'_shipping_state',''),(192448,184281,'_shipping_phone',''),(192449,184281,'First Name','AMANDA'),(192450,184281,'Last Name','Westerman'),(192451,184281,'Phone Number','214-417-5741'),(192452,184281,'Email','awesterman1103@gmail.com'),(192453,184281,'quote_id_for_this_order','184280'),(192454,184281,'_billing_first_name',NULL),(192455,184280,'converted_by_user','lcarosemary'),(192456,184280,'converted_by','Administrator'),(192457,184280,'order_for_this_quote','184281'),(192458,184281,'_edit_lock','1763404855:106'),(192488,184282,'quote_contents','a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:8:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"offered_price\";d:300;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:48;}s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(192489,184282,'_customer_user','guest'),(192490,184282,'quote_status','af_converted'),(192491,184282,'afrfq_field_184188','Scott'),(192492,184282,'afrfq_field_184189','Wilson'),(192493,184282,'afrfq_field_184191','8014308550'),(192494,184282,'afrfq_field_184190','scott@boise.liceclinicsofamerica.com'),(192498,184282,'_edit_lock','1767906216:2'),(192499,184282,'_edit_last','106'),(192500,184282,'afrfq_shipping_cost','0'),(192501,184282,'old_status','af_pending'),(192502,184282,'afrfq_notify_customer','no'),(192503,184284,'_order_key','wc_order_7ecsJAiCuhYB4'),(192504,184284,'_customer_user','0'),(192505,184284,'_customer_ip_address','50.90.46.109'),(192506,184284,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(192507,184284,'_download_permissions_granted','no'),(192508,184284,'_recorded_sales','no'),(192509,184284,'_recorded_coupon_usage_counts','no'),(192510,184284,'_new_order_email_sent','false'),(192511,184284,'_order_stock_reduced','no'),(192512,184284,'_order_currency','USD'),(192513,184284,'_cart_discount','0'),(192514,184284,'_cart_discount_tax','0'),(192515,184284,'_order_shipping','0'),(192516,184284,'_order_shipping_tax','0'),(192517,184284,'_order_tax','0'),(192518,184284,'_order_total','300.00'),(192519,184284,'_order_version','10.3.5'),(192520,184284,'_prices_include_tax','no'),(192521,184284,'_billing_address_index','         scott@boise.liceclinicsofamerica.com 8014308550'),(192522,184284,'_shipping_address_index','Scott Wilson LCA - Boise 7512 W Lemhi St Suite 2     '),(192523,184284,'_wc_order_attribution_source_type','admin'),(192525,184284,'_billing_last_name',''),(192526,184284,'_billing_company',''),(192527,184284,'_billing_address_1',''),(192528,184284,'_billing_address_2',''),(192529,184284,'_billing_city',''),(192530,184284,'_billing_postcode',''),(192531,184284,'_billing_country',''),(192532,184284,'_billing_state',''),(192533,184284,'_billing_email','scott@boise.liceclinicsofamerica.com'),(192534,184284,'_billing_phone','8014308550'),(192535,184284,'_shipping_first_name','Scott'),(192536,184284,'_shipping_last_name','Wilson'),(192537,184284,'_shipping_company','LCA - Boise'),(192538,184284,'_shipping_address_1','7512 W Lemhi St'),(192539,184284,'_shipping_address_2','Suite 2'),(192540,184284,'_shipping_city',''),(192541,184284,'_shipping_postcode',''),(192542,184284,'_shipping_country',''),(192543,184284,'_shipping_state',''),(192544,184284,'_shipping_phone',''),(192545,184284,'First Name','Scott'),(192546,184284,'Last Name','Wilson'),(192547,184284,'Phone Number','8014308550'),(192548,184284,'Email','scott@boise.liceclinicsofamerica.com'),(192549,184284,'quote_id_for_this_order','184282'),(192550,184284,'_billing_first_name',NULL),(192551,184282,'converted_by_user','lcarosemary'),(192552,184282,'converted_by','Administrator'),(192553,184282,'order_for_this_quote','184284'),(192554,184284,'_edit_lock','1763404819:106'),(192555,184284,'_edit_last','106'),(192606,184286,'quote_contents','a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:8:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"offered_price\";d:375;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:47;}s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(192607,184286,'_customer_user','67'),(192608,184286,'quote_status','af_pending'),(192609,184286,'afrfq_field_184188','Marnie'),(192610,184286,'afrfq_field_184189','Murray'),(192611,184286,'afrfq_field_184191','7166265423'),(192612,184286,'afrfq_field_184190','liceclinicsupstateny@gmail.com'),(192623,184287,'quote_contents','a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:8:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:13:\"offered_price\";d:10;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184196;}s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(192624,184287,'_customer_user','guest'),(192625,184287,'quote_status','af_converted'),(192626,184287,'afrfq_field_184188','Mayra'),(192627,184287,'afrfq_field_184189','Thompson'),(192628,184287,'afrfq_field_184191','818-470-0179 '),(192629,184287,'afrfq_field_184190','mayrathompson7@gmail.com'),(192630,184288,'quote_contents','a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:8:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:13:\"offered_price\";d:1500;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184201;}s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(192631,184288,'_customer_user','guest'),(192632,184288,'quote_status','af_converted'),(192633,184288,'afrfq_field_184188','Ondrea'),(192634,184288,'afrfq_field_184189','Bertie'),(192635,184288,'afrfq_field_184191','2017885535'),(192636,184288,'afrfq_field_184190','ondrea@ramsey.liceclinicsofamerica.com'),(192690,184290,'quote_contents','a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:9:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:13:\"offered_price\";d:10;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184196;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(192691,184290,'_customer_user','guest'),(192692,184290,'quote_status','af_converted'),(192693,184290,'afrfq_field_184188','AMANDA'),(192694,184290,'afrfq_field_184189','Westerman'),(192695,184290,'afrfq_field_184191','214-417-5741'),(192696,184290,'afrfq_field_184190','awesterman1103@gmail.com'),(192701,184291,'quote_contents','a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:9:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"offered_price\";d:375;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:47;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(192702,184291,'_customer_user','67'),(192703,184291,'quote_status','af_pending'),(192704,184291,'afrfq_field_184188','Lice Clinics Upstate NY - Albany'),(192705,184291,'afrfq_field_184189','Murray'),(192706,184291,'afrfq_field_184191','7162079221'),(192707,184291,'afrfq_field_184190','marnie.p.murray@gmail.com'),(192708,184292,'quote_contents','a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:9:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"offered_price\";d:375;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:47;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(192709,184292,'_customer_user','67'),(192710,184292,'quote_status','af_converted'),(192711,184292,'afrfq_field_184188','Marnie'),(192712,184292,'afrfq_field_184189','Murray'),(192713,184292,'afrfq_field_184191','7166265423'),(192714,184292,'afrfq_field_184190','liceclinicsupstateny@gmail.com'),(192715,184292,'_edit_lock','1767906230:2'),(192716,184291,'_edit_lock','1765922897:106'),(192717,184290,'_edit_lock','1767906226:2'),(192718,184288,'_edit_lock','1767906223:2'),(192719,184287,'_edit_lock','1767906220:2'),(192720,184286,'_edit_lock','1765922768:106'),(192721,184284,'_wp_trash_meta_status','wc-pending'),(192722,184284,'_wp_trash_meta_time','1765923048'),(192723,184284,'_wp_desired_post_slug','order-nov-17-2025-0638-pm'),(192724,184284,'_wp_trash_meta_comments_status','a:1:{i:9334;s:1:\"1\";}'),(192725,184281,'_wp_trash_meta_status','wc-pending'),(192726,184281,'_wp_trash_meta_time','1765923049'),(192727,184281,'_wp_desired_post_slug','order-nov-05-2025-0832-pm'),(192728,184281,'_wp_trash_meta_comments_status','a:1:{i:9333;s:1:\"1\";}'),(192745,184292,'_edit_last','106'),(192746,184292,'afrfq_shipping_cost','0'),(192747,184292,'old_status','af_pending'),(192748,184292,'afrfq_notify_customer','no'),(192749,184292,'afrfq_cart_link_restriction_type',''),(192750,184294,'_order_key','wc_order_MF8MkupfmYg8D'),(192751,184294,'_customer_user','67'),(192752,184294,'_customer_ip_address','50.90.46.109'),(192753,184294,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(192754,184294,'_download_permissions_granted','yes'),(192755,184294,'_recorded_sales','yes'),(192756,184294,'_recorded_coupon_usage_counts','yes'),(192757,184294,'_new_order_email_sent','false'),(192758,184294,'_order_stock_reduced','yes'),(192759,184294,'_order_currency','USD'),(192760,184294,'_cart_discount','0'),(192761,184294,'_cart_discount_tax','0'),(192762,184294,'_order_shipping','0'),(192763,184294,'_order_shipping_tax','0'),(192764,184294,'_order_tax','0'),(192765,184294,'_order_total','375.00'),(192766,184294,'_order_version','10.4.3'),(192767,184294,'_prices_include_tax','no'),(192768,184294,'_billing_address_index','          '),(192769,184294,'_shipping_address_index','         '),(192770,184294,'_wc_order_attribution_source_type','admin'),(192771,184292,'afrfq_quote_notes','a:2:{i:0;a:5:{s:7:\"message\";s:136:\"Your quote has been converted to <a href=\"https://clinicstore.liceclinicsofamerica.com/my-account/view-order/184294/\">order # 184294</a>\";s:16:\"is_customer_note\";b:1;s:8:\"datetime\";s:19:\"2025-12-17 16:13:50\";s:4:\"date\";s:17:\"December 17, 2025\";s:4:\"time\";s:7:\"4:13 pm\";}i:1;a:5:{s:7:\"message\";s:150:\"This quote has been converted to <a href=https://clinicstore.liceclinicsofamerica.com/wp-admin/post.php?post=184294&amp;action=edit>order # 184294</a>\";s:16:\"is_customer_note\";b:0;s:8:\"datetime\";s:19:\"2025-12-17 16:13:50\";s:4:\"date\";s:17:\"December 17, 2025\";s:4:\"time\";s:7:\"4:13 pm\";}}'),(192772,184294,'_billing_first_name','Marnie'),(192773,184294,'_billing_last_name','Murray'),(192774,184294,'_billing_company','Naughty Nits'),(192775,184294,'_billing_address_1','2809 Wehrle Drive'),(192776,184294,'_billing_address_2','Suite 10'),(192777,184294,'_billing_city','Williamsville'),(192778,184294,'_billing_postcode','14221'),(192779,184294,'_billing_country','US'),(192780,184294,'_billing_state','NY'),(192781,184294,'_billing_email','liceclinicsupstateny@gmail.com'),(192782,184294,'_billing_phone','7166265423'),(192783,184294,'_shipping_first_name','Marnie'),(192784,184294,'_shipping_last_name','Murray'),(192785,184294,'_shipping_company','Naughty Nits'),(192786,184294,'_shipping_address_1','258 Hoosick Street'),(192787,184294,'_shipping_address_2','Suite 109'),(192788,184294,'_shipping_city','Troy'),(192789,184294,'_shipping_postcode','12180'),(192790,184294,'_shipping_country','US'),(192791,184294,'_shipping_state','NY'),(192792,184294,'_shipping_phone',''),(192793,184294,'First Name','Marnie'),(192794,184294,'Last Name','Murray'),(192795,184294,'Phone Number','7166265423'),(192796,184294,'Email','liceclinicsupstateny@gmail.com'),(192797,184294,'quote_id_for_this_order','184292'),(192798,184292,'converted_by_user','lcarosemary'),(192799,184292,'converted_by','Administrator'),(192800,184292,'order_for_this_quote','184294'),(192801,184294,'_edit_lock','1771849032:106'),(192802,184290,'_edit_last','106'),(192803,184290,'afrfq_shipping_cost','0'),(192804,184290,'old_status','af_pending'),(192805,184290,'afrfq_notify_customer','no'),(192806,184290,'afrfq_cart_link_restriction_type',''),(192807,184295,'_order_key','wc_order_3PWSrCSeb9gb9'),(192808,184295,'_customer_user','0'),(192809,184295,'_customer_ip_address','50.90.46.109'),(192810,184295,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(192811,184295,'_download_permissions_granted','yes'),(192812,184295,'_recorded_sales','yes'),(192813,184295,'_recorded_coupon_usage_counts','yes'),(192814,184295,'_new_order_email_sent','false'),(192815,184295,'_order_stock_reduced','yes'),(192816,184295,'_order_currency','USD'),(192817,184295,'_cart_discount','0'),(192818,184295,'_cart_discount_tax','0'),(192819,184295,'_order_shipping','0'),(192820,184295,'_order_shipping_tax','0'),(192821,184295,'_order_tax','0'),(192822,184295,'_order_total','100.00'),(192823,184295,'_order_version','10.4.3'),(192824,184295,'_prices_include_tax','no'),(192825,184295,'_billing_address_index','         awesterman1103@gmail.com 214-417-5741'),(192826,184295,'_shipping_address_index','         '),(192827,184295,'_wc_order_attribution_source_type','admin'),(192828,184290,'afrfq_quote_notes','a:2:{i:0;a:5:{s:7:\"message\";s:136:\"Your quote has been converted to <a href=\"https://clinicstore.liceclinicsofamerica.com/my-account/view-order/184295/\">order # 184295</a>\";s:16:\"is_customer_note\";b:1;s:8:\"datetime\";s:19:\"2025-12-17 16:15:57\";s:4:\"date\";s:17:\"December 17, 2025\";s:4:\"time\";s:7:\"4:15 pm\";}i:1;a:5:{s:7:\"message\";s:150:\"This quote has been converted to <a href=https://clinicstore.liceclinicsofamerica.com/wp-admin/post.php?post=184295&amp;action=edit>order # 184295</a>\";s:16:\"is_customer_note\";b:0;s:8:\"datetime\";s:19:\"2025-12-17 16:15:57\";s:4:\"date\";s:17:\"December 17, 2025\";s:4:\"time\";s:7:\"4:15 pm\";}}'),(192830,184295,'_billing_last_name',''),(192831,184295,'_billing_company',''),(192832,184295,'_billing_address_1',''),(192833,184295,'_billing_address_2',''),(192834,184295,'_billing_city',''),(192835,184295,'_billing_postcode',''),(192836,184295,'_billing_country',''),(192837,184295,'_billing_state',''),(192838,184295,'_billing_email','awesterman1103@gmail.com'),(192839,184295,'_billing_phone','214-417-5741'),(192840,184295,'_shipping_first_name',''),(192841,184295,'_shipping_last_name',''),(192842,184295,'_shipping_company',''),(192843,184295,'_shipping_address_1',''),(192844,184295,'_shipping_address_2',''),(192845,184295,'_shipping_city',''),(192846,184295,'_shipping_postcode',''),(192847,184295,'_shipping_country',''),(192848,184295,'_shipping_state',''),(192849,184295,'_shipping_phone',''),(192850,184295,'First Name','AMANDA'),(192851,184295,'Last Name','Westerman'),(192852,184295,'Phone Number','214-417-5741'),(192853,184295,'Email','awesterman1103@gmail.com'),(192854,184295,'quote_id_for_this_order','184290'),(192855,184295,'_billing_first_name',NULL),(192856,184290,'converted_by_user','lcarosemary'),(192857,184290,'converted_by','Administrator'),(192858,184290,'order_for_this_quote','184295'),(192859,184295,'_edit_lock','1767906002:2'),(192860,184291,'_wp_trash_meta_status','publish'),(192861,184291,'_wp_trash_meta_time','1765988421'),(192862,184291,'_wp_desired_post_slug','184291'),(192863,184286,'_wp_trash_meta_status','publish'),(192864,184286,'_wp_trash_meta_time','1765988421'),(192865,184286,'_wp_desired_post_slug','184286'),(192866,184287,'_edit_last','106'),(192867,184287,'afrfq_shipping_cost','0'),(192868,184287,'old_status','af_pending'),(192869,184287,'afrfq_notify_customer','no'),(192870,184287,'afrfq_cart_link_restriction_type',''),(192871,184297,'_order_key','wc_order_T1AeYhbj6n55p'),(192872,184297,'_customer_user','0'),(192873,184297,'_customer_ip_address','50.90.46.109'),(192874,184297,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(192875,184297,'_download_permissions_granted','yes'),(192876,184297,'_recorded_sales','yes'),(192877,184297,'_recorded_coupon_usage_counts','yes'),(192878,184297,'_new_order_email_sent','false'),(192879,184297,'_order_stock_reduced','yes'),(192880,184297,'_order_currency','USD'),(192881,184297,'_cart_discount','0'),(192882,184297,'_cart_discount_tax','0'),(192883,184297,'_order_shipping','0'),(192884,184297,'_order_shipping_tax','0'),(192885,184297,'_order_tax','0'),(192886,184297,'_order_total','60.00'),(192887,184297,'_order_version','10.4.3'),(192888,184297,'_prices_include_tax','no'),(192889,184297,'_billing_address_index','         mayrathompson7@gmail.com 818-470-0179 '),(192890,184297,'_shipping_address_index','         '),(192891,184297,'_wc_order_attribution_source_type','admin'),(192892,184287,'afrfq_quote_notes','a:2:{i:0;a:5:{s:7:\"message\";s:136:\"Your quote has been converted to <a href=\"https://clinicstore.liceclinicsofamerica.com/my-account/view-order/184297/\">order # 184297</a>\";s:16:\"is_customer_note\";b:1;s:8:\"datetime\";s:19:\"2025-12-17 17:02:46\";s:4:\"date\";s:17:\"December 17, 2025\";s:4:\"time\";s:7:\"5:02 pm\";}i:1;a:5:{s:7:\"message\";s:150:\"This quote has been converted to <a href=https://clinicstore.liceclinicsofamerica.com/wp-admin/post.php?post=184297&amp;action=edit>order # 184297</a>\";s:16:\"is_customer_note\";b:0;s:8:\"datetime\";s:19:\"2025-12-17 17:02:46\";s:4:\"date\";s:17:\"December 17, 2025\";s:4:\"time\";s:7:\"5:02 pm\";}}'),(192894,184297,'_billing_last_name',''),(192895,184297,'_billing_company',''),(192896,184297,'_billing_address_1',''),(192897,184297,'_billing_address_2',''),(192898,184297,'_billing_city',''),(192899,184297,'_billing_postcode',''),(192900,184297,'_billing_country',''),(192901,184297,'_billing_state',''),(192902,184297,'_billing_email','mayrathompson7@gmail.com'),(192903,184297,'_billing_phone','818-470-0179 '),(192904,184297,'_shipping_first_name',''),(192905,184297,'_shipping_last_name',''),(192906,184297,'_shipping_company',''),(192907,184297,'_shipping_address_1',''),(192908,184297,'_shipping_address_2',''),(192909,184297,'_shipping_city',''),(192910,184297,'_shipping_postcode',''),(192911,184297,'_shipping_country',''),(192912,184297,'_shipping_state',''),(192913,184297,'_shipping_phone',''),(192914,184297,'First Name','Mayra'),(192915,184297,'Last Name','Thompson'),(192916,184297,'Phone Number','818-470-0179 '),(192917,184297,'Email','mayrathompson7@gmail.com'),(192918,184297,'quote_id_for_this_order','184287'),(192919,184297,'_billing_first_name',NULL),(192920,184287,'converted_by_user','lcarosemary'),(192921,184287,'converted_by','Administrator'),(192922,184287,'order_for_this_quote','184297'),(192923,184297,'_edit_lock','1769436710:106'),(192924,184298,'_edit_lock','1765999609:2'),(192925,184298,'_edit_last','2'),(192926,184298,'afrfq_field_name','afrfq_field_184298'),(192927,184298,'afrfq_field_type','text'),(192928,184298,'afrfq_field_label','Billing Name'),(192929,184298,'afrfq_field_value',''),(192930,184298,'afrfq_field_placeholder','Billing Name'),(192931,184298,'afrfq_field_width','full_width'),(192932,184298,'afrfq_file_types',''),(192933,184298,'afrfq_file_size',''),(192934,184298,'afrfq_field_options','a:0:{}'),(192935,184298,'afrfq_field_enable','enable'),(192936,184298,'afrfq_field_terms',''),(192937,184298,'afrfq_field_required','no'),(192938,184299,'_edit_lock','1765999609:2'),(192939,184299,'_edit_last','2'),(192940,184299,'afrfq_field_name','afrfq_field_184299'),(192941,184299,'afrfq_field_type','text'),(192942,184299,'afrfq_field_label','Billing Address'),(192943,184299,'afrfq_field_value',''),(192944,184299,'afrfq_field_placeholder','Address'),(192945,184299,'afrfq_field_width','half_width'),(192946,184299,'afrfq_file_types',''),(192947,184299,'afrfq_file_size',''),(192948,184299,'afrfq_field_options','a:0:{}'),(192949,184299,'afrfq_field_enable','enable'),(192950,184299,'afrfq_field_terms',''),(192951,184299,'afrfq_field_required','no'),(192952,184300,'_edit_lock','1765999627:2'),(192953,184300,'_edit_last','2'),(192954,184300,'afrfq_field_name','afrfq_field_184300'),(192955,184300,'afrfq_field_type','text'),(192956,184300,'afrfq_field_label','Billing Address 2'),(192957,184300,'afrfq_field_value',''),(192958,184300,'afrfq_field_placeholder','Suite or Unit #'),(192959,184300,'afrfq_field_width','half_width'),(192960,184300,'afrfq_file_types',''),(192961,184300,'afrfq_file_size',''),(192962,184300,'afrfq_field_options','a:0:{}'),(192963,184300,'afrfq_field_enable','enable'),(192964,184300,'afrfq_field_terms',''),(192965,184300,'afrfq_field_required','no'),(192966,184301,'_edit_lock','1765999458:2'),(192967,184301,'_edit_last','2'),(192968,184301,'afrfq_field_name','afrfq_field_184301'),(192969,184301,'afrfq_field_type','text'),(192970,184301,'afrfq_field_label','Billing City & State'),(192971,184301,'afrfq_field_value',''),(192972,184301,'afrfq_field_placeholder','Salt Lake City, UT'),(192973,184301,'afrfq_field_width','half_width'),(192974,184301,'afrfq_file_types',''),(192975,184301,'afrfq_file_size',''),(192976,184301,'afrfq_field_options','a:0:{}'),(192977,184301,'afrfq_field_enable','enable'),(192978,184301,'afrfq_field_terms',''),(192979,184301,'afrfq_field_required','no'),(192980,184302,'_edit_lock','1765999263:2'),(192981,184302,'_edit_last','2'),(192982,184302,'afrfq_field_name','afrfq_field_184302'),(192983,184302,'afrfq_field_type','text'),(192984,184302,'afrfq_field_label','Billing Zip Code'),(192985,184302,'afrfq_field_value',''),(192986,184302,'afrfq_field_placeholder','Billing Zip Code'),(192987,184302,'afrfq_field_width','half_width'),(192988,184302,'afrfq_file_types',''),(192989,184302,'afrfq_file_size',''),(192990,184302,'afrfq_field_options','a:0:{}'),(192991,184302,'afrfq_field_enable','enable'),(192992,184302,'afrfq_field_terms',''),(192993,184302,'afrfq_field_required','no'),(192994,184303,'_edit_lock','1765999005:2'),(192995,184303,'_edit_last','2'),(192996,184303,'afrfq_field_name','afrfq_field_184303'),(192997,184303,'afrfq_field_type','text'),(192998,184303,'afrfq_field_label','Billing Zip Code'),(192999,184303,'afrfq_field_value',''),(193000,184303,'afrfq_field_placeholder',''),(193001,184303,'afrfq_field_width','half_width'),(193002,184303,'afrfq_file_types',''),(193003,184303,'afrfq_file_size',''),(193004,184303,'afrfq_field_options','a:0:{}'),(193005,184303,'afrfq_field_enable','enable'),(193006,184303,'afrfq_field_terms',''),(193007,184303,'afrfq_field_required','no'),(193011,184189,'_wp_trash_meta_status','publish'),(193012,184189,'_wp_trash_meta_time','1765999288'),(193013,184189,'_wp_desired_post_slug','last-name'),(193014,184303,'_wp_trash_meta_status','publish'),(193015,184303,'_wp_trash_meta_time','1765999356'),(193016,184303,'_wp_desired_post_slug','billing-zip-code'),(193017,184277,'_wp_trash_meta_status','publish'),(193018,184277,'_wp_trash_meta_time','1765999467'),(193019,184277,'_wp_desired_post_slug','shipping-state'),(193030,184288,'_edit_last','106'),(193031,184288,'afrfq_shipping_cost','0'),(193032,184288,'old_status','af_pending'),(193033,184288,'afrfq_notify_customer','no'),(193034,184288,'afrfq_cart_link_restriction_type',''),(193035,184288,'afrfq_field_184298','LCA - Ramsey'),(193036,184288,'afrfq_field_184299','59 Stone Fence Road'),(193037,184288,'afrfq_field_184301','Allendale'),(193038,184288,'afrfq_field_184302','07401'),(193039,184304,'_order_key','wc_order_cN3hzvMptt4F4'),(193040,184304,'_customer_user','0'),(193041,184304,'_customer_ip_address','50.90.46.109'),(193042,184304,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193043,184304,'_download_permissions_granted','yes'),(193044,184304,'_recorded_sales','yes'),(193045,184304,'_recorded_coupon_usage_counts','yes'),(193046,184304,'_new_order_email_sent','false'),(193047,184304,'_order_stock_reduced','yes'),(193048,184304,'_order_currency','USD'),(193049,184304,'_cart_discount','0'),(193050,184304,'_cart_discount_tax','0'),(193051,184304,'_order_shipping','0'),(193052,184304,'_order_shipping_tax','0'),(193053,184304,'_order_tax','0'),(193054,184304,'_order_total','3000.00'),(193055,184304,'_order_version','10.4.3'),(193056,184304,'_prices_include_tax','no'),(193057,184304,'_billing_address_index','         ondrea@ramsey.liceclinicsofamerica.com 2017885535'),(193058,184304,'_shipping_address_index','         '),(193059,184304,'_wc_order_attribution_source_type','admin'),(193060,184288,'afrfq_quote_notes','a:2:{i:0;a:5:{s:7:\"message\";s:136:\"Your quote has been converted to <a href=\"https://clinicstore.liceclinicsofamerica.com/my-account/view-order/184304/\">order # 184304</a>\";s:16:\"is_customer_note\";b:1;s:8:\"datetime\";s:19:\"2025-12-18 17:51:52\";s:4:\"date\";s:17:\"December 18, 2025\";s:4:\"time\";s:7:\"5:51 pm\";}i:1;a:5:{s:7:\"message\";s:150:\"This quote has been converted to <a href=https://clinicstore.liceclinicsofamerica.com/wp-admin/post.php?post=184304&amp;action=edit>order # 184304</a>\";s:16:\"is_customer_note\";b:0;s:8:\"datetime\";s:19:\"2025-12-18 17:51:52\";s:4:\"date\";s:17:\"December 18, 2025\";s:4:\"time\";s:7:\"5:51 pm\";}}'),(193062,184304,'_billing_last_name',''),(193063,184304,'_billing_company',''),(193064,184304,'_billing_address_1',''),(193065,184304,'_billing_address_2',''),(193066,184304,'_billing_city',''),(193067,184304,'_billing_postcode',''),(193068,184304,'_billing_country',''),(193069,184304,'_billing_state',''),(193070,184304,'_billing_email','ondrea@ramsey.liceclinicsofamerica.com'),(193071,184304,'_billing_phone','2017885535'),(193072,184304,'_shipping_first_name',''),(193073,184304,'_shipping_last_name',''),(193074,184304,'_shipping_company',''),(193075,184304,'_shipping_address_1',''),(193076,184304,'_shipping_address_2',''),(193077,184304,'_shipping_city',''),(193078,184304,'_shipping_postcode',''),(193079,184304,'_shipping_country',''),(193080,184304,'_shipping_state',''),(193081,184304,'_shipping_phone',''),(193082,184304,'Full Name','Ondrea'),(193083,184304,'Phone Number','2017885535'),(193084,184304,'Email','ondrea@ramsey.liceclinicsofamerica.com'),(193085,184304,'Billing Name','LCA - Ramsey'),(193086,184304,'Billing Address','59 Stone Fence Road'),(193087,184304,'Billing Address 2',''),(193088,184304,'Billing City & State','Allendale'),(193089,184304,'Billing Zip Code','07401'),(193090,184304,'quote_id_for_this_order','184288'),(193091,184304,'_billing_first_name',NULL),(193092,184288,'converted_by_user','lcarosemary'),(193093,184288,'converted_by','Administrator'),(193094,184288,'order_for_this_quote','184304'),(193095,184304,'_edit_lock','1769092421:106'),(193207,184306,'quote_contents','a:2:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:9:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"offered_price\";d:500;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184192;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:9:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:13:\"offered_price\";d:10;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184196;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(193208,184306,'_customer_user','guest'),(193209,184306,'quote_status','af_converted'),(193210,184306,'afrfq_field_184188','Ondrea Bertie/Mark Di Staulo'),(193211,184306,'afrfq_field_184191','2017885535'),(193212,184306,'afrfq_field_184190','info@ramsey.liceclinicsofamerica.com'),(193213,184306,'afrfq_field_184298','Lice Clinics of America Ramsey'),(193214,184306,'afrfq_field_184299','59 Stone Fence Road'),(193215,184306,'afrfq_field_184301','Allendale, NJ'),(193216,184306,'afrfq_field_184302','07401'),(193220,184306,'_edit_lock','1767963867:106'),(193225,184306,'_edit_last','106'),(193226,184306,'afrfq_shipping_cost','0'),(193227,184306,'old_status','af_pending'),(193228,184306,'afrfq_notify_customer','no'),(193229,184306,'afrfq_cart_link_restriction_type',''),(193230,184307,'_order_key','wc_order_r9ZStLwheJM8u'),(193231,184307,'_customer_user','0'),(193232,184307,'_customer_ip_address','50.90.46.109'),(193233,184307,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193234,184307,'_download_permissions_granted','yes'),(193235,184307,'_recorded_sales','yes'),(193236,184307,'_recorded_coupon_usage_counts','yes'),(193237,184307,'_new_order_email_sent','false'),(193238,184307,'_order_stock_reduced','yes'),(193239,184307,'_order_currency','USD'),(193240,184307,'_cart_discount','0'),(193241,184307,'_cart_discount_tax','0'),(193242,184307,'_order_shipping','0'),(193243,184307,'_order_shipping_tax','0'),(193244,184307,'_order_tax','0'),(193245,184307,'_order_total','520.00'),(193246,184307,'_order_version','10.4.3'),(193247,184307,'_prices_include_tax','no'),(193248,184307,'_billing_address_index','         info@ramsey.liceclinicsofamerica.com 2017885535'),(193249,184307,'_shipping_address_index','         '),(193250,184307,'_wc_order_attribution_source_type','admin'),(193251,184306,'afrfq_quote_notes','a:2:{i:0;a:5:{s:7:\"message\";s:136:\"Your quote has been converted to <a href=\"https://clinicstore.liceclinicsofamerica.com/my-account/view-order/184307/\">order # 184307</a>\";s:16:\"is_customer_note\";b:1;s:8:\"datetime\";s:19:\"2026-01-09 01:50:12\";s:4:\"date\";s:15:\"January 9, 2026\";s:4:\"time\";s:7:\"1:50 am\";}i:1;a:5:{s:7:\"message\";s:150:\"This quote has been converted to <a href=https://clinicstore.liceclinicsofamerica.com/wp-admin/post.php?post=184307&amp;action=edit>order # 184307</a>\";s:16:\"is_customer_note\";b:0;s:8:\"datetime\";s:19:\"2026-01-09 01:50:12\";s:4:\"date\";s:15:\"January 9, 2026\";s:4:\"time\";s:7:\"1:50 am\";}}'),(193253,184307,'_billing_last_name',''),(193254,184307,'_billing_company',''),(193255,184307,'_billing_address_1',''),(193256,184307,'_billing_address_2',''),(193257,184307,'_billing_city',''),(193258,184307,'_billing_postcode',''),(193259,184307,'_billing_country',''),(193260,184307,'_billing_state',''),(193261,184307,'_billing_email','info@ramsey.liceclinicsofamerica.com'),(193262,184307,'_billing_phone','2017885535'),(193263,184307,'_shipping_first_name',''),(193264,184307,'_shipping_last_name',''),(193265,184307,'_shipping_company',''),(193266,184307,'_shipping_address_1',''),(193267,184307,'_shipping_address_2',''),(193268,184307,'_shipping_city',''),(193269,184307,'_shipping_postcode',''),(193270,184307,'_shipping_country',''),(193271,184307,'_shipping_state',''),(193272,184307,'_shipping_phone',''),(193273,184307,'Full Name','Ondrea Bertie/Mark Di Staulo'),(193274,184307,'Phone Number','2017885535'),(193275,184307,'Email','info@ramsey.liceclinicsofamerica.com'),(193276,184307,'Billing Name','Lice Clinics of America Ramsey'),(193277,184307,'Billing Address','59 Stone Fence Road'),(193278,184307,'Billing Address 2',''),(193279,184307,'Billing City & State','Allendale, NJ'),(193280,184307,'Billing Zip Code','07401'),(193281,184307,'quote_id_for_this_order','184306'),(193282,184307,'_billing_first_name',NULL),(193283,184306,'converted_by_user','lcarosemary'),(193284,184306,'converted_by','Administrator'),(193285,184306,'order_for_this_quote','184307'),(193286,184307,'_edit_lock','1768426152:106'),(193288,184308,'quote_contents','a:2:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:9:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"offered_price\";d:81;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:46;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:9:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:13:\"offered_price\";d:10;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184196;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(193289,184308,'_customer_user','0'),(193290,184308,'quote_status','af_pending'),(193291,184308,'afrfq_field_184188','Amy Allen'),(193292,184308,'afrfq_field_184191','4085005537'),(193293,184308,'afrfq_field_184190','lca.gilroy@gmail.com'),(193294,184308,'afrfq_field_184298','Amy Allen'),(193295,184308,'afrfq_field_184299','30 Hummingbird Ct'),(193296,184308,'afrfq_field_184301','Hollister, CA'),(193297,184308,'afrfq_field_184302','95023'),(193298,184308,'_edit_lock','1768328061:2'),(193339,184310,'_elementor_edit_mode','builder'),(193340,184310,'_elementor_template_type','wp-page'),(193341,184310,'_elementor_version','3.32.2'),(193342,184310,'_elementor_pro_version','3.32.1'),(193343,184310,'_wp_page_template','elementor_canvas'),(193344,184310,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4\\/21\\/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15a44cc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(193345,184310,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193346,184311,'_elementor_edit_mode','builder'),(193347,184311,'_elementor_template_type','wp-page'),(193348,184311,'_elementor_version','3.32.2'),(193349,184311,'_elementor_pro_version','3.32.1'),(193350,184311,'_wp_page_template','elementor_canvas'),(193351,184311,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4\\/21\\/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15a44cc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(193352,184311,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193353,184312,'_elementor_edit_mode','builder'),(193354,184312,'_elementor_template_type','wp-page'),(193355,184312,'_elementor_version','3.32.2'),(193356,184312,'_elementor_pro_version','3.32.1'),(193357,184312,'_wp_page_template','elementor_canvas'),(193358,184312,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a129e4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b00b4b5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1d741a6\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"561729f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d5e082\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a78d4f5\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3455ab9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4c19abb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a3f49bb\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a895969\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9e71a52\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0c8ce3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8cba301\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"21f912f\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf8da2c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"995f2ae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"78d4e45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d676126\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"95153b2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c88df81\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a30b71f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"552d127\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"70eaa90\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f7b009\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0671cc3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"411c8a5\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6f15dc\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f72c403\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77932c4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c9f51e9\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8ff7546\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ea63c9\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"342f956\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"415702f\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51f28a4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5446be8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2730c1e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"39bc817\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"28fb526\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8704052\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e798249\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f1949d2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef922bf\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae41d36\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9fa9c5b\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5bda1de\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"172f0b3\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ddf0072\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1eac0fa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"74cbf16\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fe7bb12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5fbc59a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7d9088\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34f34b1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ae4508c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"2b66464\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fee1d0f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"86adcaa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34cba09\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"068c376\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"29883e3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256d581\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6c3ab5\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a40836e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3a68815\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7383e1d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"47becc1\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"80704d6\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4eb9751\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"37459ff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"699c362\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a79809f\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"400b258\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"98be2cf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"42c3a73\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a645f8f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6dbc671\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5beda12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7a67ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"750a519\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a416c46\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ba39a18\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"079f567\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"06e8d57\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3eb05c7\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f891778\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75f76f6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcafa4a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"09d4a14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bc3128d\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2d0f023\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b4c1980\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fe1e90c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"90e6dbb\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5361fb\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bd56313\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c670ea\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b45b68a\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"841030d\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5724c9b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"268231f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"e959193\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"04b3019\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2a504d8\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b832672\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4a9d1fb\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ebfd543\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a06b5a0\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69275eb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0db5f5c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"6ca41a1\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"eed6af6\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c099dc\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e59f050\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04d446d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"26a5cb8\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"27c22e0\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e18ba5c\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"7c701b7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"466f55b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"03d5187\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4693640\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d7ca032\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"455d17a\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"06f6ef2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"feac9b7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b483be\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2b1e37b\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_key\":\"login_status\",\"_id\":\"cfc29d6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}],\"display_condition_enable\":\"yes\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1e179a7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9d3a7f5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"9df4423\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5a77d0b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ba8179\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60e3566\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"69ead00\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5f4fb7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f97d904\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9e7901a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f926893\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bbda8fb\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"051c9c8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c85450\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d822cdc\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c4c10a4\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"002fa03\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8b2e669\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"05fbe09\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"5d2a0bf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5ac42a0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6a5f6cd\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5bf6b2d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c77d01e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dca5d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fcc02a9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"81a97e1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"21f69cd\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"ab424ce\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bfaf606\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"9acf331\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f733f5\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b395274\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3f246c0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8d590c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"62e3b5a\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4402ece\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9036b96\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"3e96e9d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"db0efee\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c73ea44\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a0a5d97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9e50cff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5d2a91\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f94f85a\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a14dc5\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"507fdae\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2a1250c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2d707ec\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f1038b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b8308f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"86c65ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53801db\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"61b1cd6\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(193359,184312,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193362,184313,'_elementor_edit_mode','builder'),(193363,184313,'_elementor_template_type','wp-page'),(193364,184313,'_elementor_version','3.34.1'),(193365,184313,'_elementor_pro_version','3.34.0'),(193366,184313,'_wp_page_template','elementor_canvas'),(193367,184313,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a129e4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b00b4b5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1d741a6\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"561729f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d5e082\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a78d4f5\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3455ab9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4c19abb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a3f49bb\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a895969\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9e71a52\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0c8ce3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8cba301\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"21f912f\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf8da2c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"995f2ae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"78d4e45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d676126\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"95153b2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c88df81\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a30b71f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"552d127\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"70eaa90\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f7b009\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0671cc3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"411c8a5\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6f15dc\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f72c403\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77932c4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c9f51e9\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8ff7546\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ea63c9\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"342f956\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"415702f\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51f28a4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5446be8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2730c1e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"39bc817\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"28fb526\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8704052\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e798249\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f1949d2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef922bf\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae41d36\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9fa9c5b\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5bda1de\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"172f0b3\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ddf0072\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1eac0fa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"74cbf16\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fe7bb12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5fbc59a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7d9088\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34f34b1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ae4508c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"2b66464\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fee1d0f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"86adcaa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34cba09\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"068c376\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"29883e3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256d581\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6c3ab5\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a40836e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3a68815\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7383e1d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"47becc1\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"80704d6\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4eb9751\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"37459ff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"699c362\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a79809f\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"400b258\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"98be2cf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"42c3a73\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a645f8f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6dbc671\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5beda12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7a67ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"750a519\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a416c46\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ba39a18\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"079f567\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"06e8d57\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3eb05c7\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f891778\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75f76f6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcafa4a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"09d4a14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bc3128d\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2d0f023\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b4c1980\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fe1e90c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"90e6dbb\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5361fb\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bd56313\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c670ea\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b45b68a\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"841030d\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5724c9b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"268231f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"e959193\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"04b3019\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2a504d8\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b832672\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4a9d1fb\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ebfd543\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a06b5a0\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69275eb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0db5f5c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"6ca41a1\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"eed6af6\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c099dc\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e59f050\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04d446d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"26a5cb8\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"27c22e0\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e18ba5c\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"7c701b7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"466f55b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"03d5187\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4693640\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d7ca032\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"455d17a\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"06f6ef2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"feac9b7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b483be\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2b1e37b\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_key\":\"login_status\",\"_id\":\"cfc29d6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}],\"display_condition_enable\":\"yes\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1e179a7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9d3a7f5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"9df4423\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5a77d0b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ba8179\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60e3566\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"69ead00\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5f4fb7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f97d904\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9e7901a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f926893\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bbda8fb\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"051c9c8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c85450\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d822cdc\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c4c10a4\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"002fa03\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8b2e669\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"05fbe09\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"5d2a0bf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5ac42a0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6a5f6cd\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5bf6b2d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c77d01e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dca5d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fcc02a9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"81a97e1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"21f69cd\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"ab424ce\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bfaf606\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"9acf331\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f733f5\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b395274\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3f246c0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8d590c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"62e3b5a\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4402ece\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9036b96\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"3e96e9d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"db0efee\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c73ea44\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a0a5d97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9e50cff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5d2a91\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f94f85a\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a14dc5\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"507fdae\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2a1250c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2d707ec\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f1038b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b8308f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"86c65ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53801db\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"61b1cd6\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(193368,184313,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193370,184314,'_elementor_edit_mode','builder'),(193371,184314,'_elementor_template_type','wp-page'),(193372,184314,'_elementor_version','3.34.1'),(193373,184314,'_elementor_pro_version','3.34.0'),(193374,184314,'_wp_page_template','elementor_canvas'),(193375,184314,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a129e4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b00b4b5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1d741a6\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"561729f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d5e082\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a78d4f5\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3455ab9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4c19abb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a3f49bb\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a895969\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9e71a52\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0c8ce3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8cba301\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"21f912f\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf8da2c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"995f2ae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"78d4e45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d676126\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"95153b2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c88df81\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a30b71f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"552d127\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"70eaa90\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f7b009\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0671cc3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"411c8a5\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6f15dc\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f72c403\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77932c4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c9f51e9\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8ff7546\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ea63c9\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"342f956\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"415702f\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51f28a4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5446be8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2730c1e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"39bc817\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"28fb526\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8704052\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e798249\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f1949d2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef922bf\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae41d36\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9fa9c5b\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5bda1de\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"172f0b3\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ddf0072\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1eac0fa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"74cbf16\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fe7bb12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5fbc59a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7d9088\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34f34b1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ae4508c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"2b66464\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fee1d0f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"86adcaa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34cba09\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"068c376\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"29883e3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256d581\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6c3ab5\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a40836e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3a68815\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7383e1d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"47becc1\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"80704d6\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4eb9751\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"37459ff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"699c362\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a79809f\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"400b258\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"98be2cf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"42c3a73\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a645f8f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6dbc671\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5beda12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7a67ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"750a519\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a416c46\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ba39a18\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"079f567\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"06e8d57\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3eb05c7\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f891778\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75f76f6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcafa4a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"09d4a14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bc3128d\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2d0f023\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b4c1980\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fe1e90c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"90e6dbb\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5361fb\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bd56313\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c670ea\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b45b68a\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"841030d\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5724c9b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"268231f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"e959193\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"04b3019\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2a504d8\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b832672\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4a9d1fb\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ebfd543\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a06b5a0\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69275eb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0db5f5c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"6ca41a1\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"eed6af6\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c099dc\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e59f050\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04d446d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"26a5cb8\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"27c22e0\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e18ba5c\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"7c701b7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"466f55b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"03d5187\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4693640\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d7ca032\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"455d17a\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"06f6ef2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"feac9b7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b483be\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2b1e37b\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_key\":\"login_status\",\"_id\":\"cfc29d6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}],\"display_condition_enable\":\"yes\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1e179a7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9d3a7f5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"9df4423\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5a77d0b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ba8179\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60e3566\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"69ead00\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5f4fb7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f97d904\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9e7901a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f926893\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bbda8fb\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"051c9c8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c85450\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d822cdc\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c4c10a4\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"002fa03\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8b2e669\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"05fbe09\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"5d2a0bf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5ac42a0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6a5f6cd\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5bf6b2d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c77d01e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dca5d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fcc02a9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"81a97e1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"21f69cd\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"ab424ce\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bfaf606\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"9acf331\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f733f5\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b395274\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3f246c0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8d590c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"62e3b5a\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4402ece\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9036b96\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"3e96e9d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"db0efee\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c73ea44\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a0a5d97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9e50cff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5d2a91\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f94f85a\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a14dc5\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"507fdae\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2a1250c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2d707ec\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f1038b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b8308f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"86c65ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53801db\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"61b1cd6\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(193376,184314,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193378,184315,'_elementor_edit_mode','builder'),(193379,184315,'_elementor_template_type','wp-page'),(193380,184315,'_elementor_version','3.34.1'),(193381,184315,'_elementor_pro_version','3.34.0'),(193382,184315,'_wp_page_template','elementor_canvas'),(193383,184315,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a129e4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b00b4b5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1d741a6\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"561729f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d5e082\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a78d4f5\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3455ab9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4c19abb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a3f49bb\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a895969\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9e71a52\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0c8ce3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8cba301\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"21f912f\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf8da2c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"995f2ae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"78d4e45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d676126\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"95153b2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c88df81\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a30b71f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"552d127\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"70eaa90\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f7b009\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0671cc3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"411c8a5\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6f15dc\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f72c403\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77932c4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c9f51e9\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8ff7546\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ea63c9\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"342f956\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"415702f\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51f28a4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5446be8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2730c1e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"39bc817\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"28fb526\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8704052\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e798249\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f1949d2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef922bf\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae41d36\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9fa9c5b\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5bda1de\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"172f0b3\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ddf0072\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1eac0fa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"74cbf16\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fe7bb12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5fbc59a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7d9088\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34f34b1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ae4508c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"2b66464\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fee1d0f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"86adcaa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34cba09\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"068c376\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"29883e3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256d581\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6c3ab5\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a40836e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3a68815\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7383e1d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"47becc1\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"80704d6\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4eb9751\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"37459ff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"699c362\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a79809f\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"400b258\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"98be2cf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"42c3a73\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a645f8f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6dbc671\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5beda12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7a67ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"750a519\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a416c46\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ba39a18\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"079f567\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"06e8d57\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3eb05c7\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f891778\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75f76f6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcafa4a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"09d4a14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bc3128d\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2d0f023\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b4c1980\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fe1e90c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"90e6dbb\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5361fb\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bd56313\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c670ea\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b45b68a\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"841030d\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5724c9b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"268231f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"e959193\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"04b3019\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2a504d8\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b832672\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4a9d1fb\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ebfd543\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a06b5a0\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69275eb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0db5f5c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"6ca41a1\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"eed6af6\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c099dc\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e59f050\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04d446d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"26a5cb8\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"27c22e0\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e18ba5c\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"7c701b7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"466f55b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"03d5187\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4693640\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d7ca032\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"455d17a\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"06f6ef2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"feac9b7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b483be\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2b1e37b\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_key\":\"login_status\",\"_id\":\"cfc29d6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}],\"display_condition_enable\":\"yes\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1e179a7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9d3a7f5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"9df4423\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5a77d0b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ba8179\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60e3566\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"69ead00\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5f4fb7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f97d904\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9e7901a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f926893\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bbda8fb\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"051c9c8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c85450\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d822cdc\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c4c10a4\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"002fa03\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8b2e669\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"05fbe09\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"5d2a0bf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5ac42a0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6a5f6cd\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5bf6b2d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c77d01e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dca5d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fcc02a9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"81a97e1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"21f69cd\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"ab424ce\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bfaf606\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"9acf331\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f733f5\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b395274\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3f246c0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8d590c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"62e3b5a\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4402ece\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9036b96\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"3e96e9d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"db0efee\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c73ea44\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a0a5d97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9e50cff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5d2a91\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f94f85a\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a14dc5\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"507fdae\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2a1250c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2d707ec\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f1038b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b8308f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"86c65ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53801db\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"61b1cd6\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(193384,184315,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193393,184317,'_elementor_edit_mode','builder'),(193394,184317,'_elementor_template_type','header'),(193395,184317,'_elementor_version','3.32.4'),(193396,184317,'_elementor_pro_version','3.32.1'),(193397,184317,'_wp_page_template','default'),(193398,184317,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"50ad1ed\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"470290c\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c50393c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"291ac0c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2d65f38\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a594a54\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1e1e0b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6df3da3\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cdbe2ce\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6fa9bf9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ba3c193\"}]},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":[],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"995826a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"2a174e5\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"035169b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e255474\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5782896\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"961a744\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d45d542\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"56c45c2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c37d408\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c6b3b7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"18b4d3e\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4ae04ff\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"71beda2\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"8301a76\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"067a193\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8779300\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e62ec4c\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d9b4eb7\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0bdc7e6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"59b2591\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ac78b9f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c8a16f\"}]},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(193399,184317,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(193400,184317,'_elementor_screenshot','a:2:{s:2:\"id\";i:184258;s:3:\"url\";s:148:\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_112_2025-10-06-18-32-30_5e4759e9.png\";}'),(193411,184318,'_elementor_edit_mode','builder'),(193412,184318,'_elementor_template_type','wp-page'),(193413,184318,'_elementor_version','3.32.2'),(193414,184318,'_elementor_pro_version','3.32.1'),(193415,184318,'_wp_page_template','default'),(193416,184318,'_elementor_data','[{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db4e64f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3045f24\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"560e8fa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9ee8f49\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"button_background_color\":\"#5BC500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dae1b82\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c477950\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9 Device PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_text_transform\":\"uppercase\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dac65b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b9c5b14\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"184201\",\"184199\",\"184198\",\"184196\",\"184194\",\"184192\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46c37e4\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"65016f3\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(193417,184318,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193421,184319,'_elementor_edit_mode','builder'),(193422,184319,'_elementor_template_type','wp-page'),(193423,184319,'_elementor_version','3.32.2'),(193424,184319,'_elementor_pro_version','3.32.1'),(193425,184319,'_wp_page_template','default'),(193426,184319,'_elementor_data','[{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db4e64f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3045f24\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"560e8fa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9ee8f49\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"button_background_color\":\"#5BC500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dae1b82\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c477950\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9 Device PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_text_transform\":\"uppercase\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dac65b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b9c5b14\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"184201\",\"184199\",\"184198\",\"184196\",\"184194\",\"184192\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46c37e4\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"65016f3\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(193427,184319,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193431,184320,'_elementor_edit_mode','builder'),(193432,184320,'_elementor_template_type','wp-page'),(193433,184320,'_elementor_version','3.32.2'),(193434,184320,'_elementor_pro_version','3.32.1'),(193435,184320,'_wp_page_template','default'),(193436,184320,'_elementor_data','[{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db4e64f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3045f24\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9344b12\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"a59f39d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"31cbc00\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6adb89f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f34648\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256040a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"11f5a45\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ad56e7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ce76c9a\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"560e8fa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9ee8f49\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db985bb\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"3e8fb44\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5ef3bd7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c5388d4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a5c4c27\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2b9cb49\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"945b203\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f9b2c6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"830ff73\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"42057c9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3d465df\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"button_background_color\":\"#5BC500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dae1b82\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c477950\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1a5ff0c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0a8a365\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"53e4908\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ff39d14\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a2520e1\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9b28018\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0cb3f86\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a9209c7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"24aadd0\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9 Device PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_text_transform\":\"uppercase\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dac65b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b9c5b14\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"304eb57\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"24432c6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ac588f7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0523691\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bec9382\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d0e594d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf57cd4\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"665f3ef\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cefc3f6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e97f4ac\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60180e8\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"184201\",\"184199\",\"184198\",\"184196\",\"184194\",\"184192\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46c37e4\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"65016f3\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fe928ae\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"93363e1\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4c90fa4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3ba49fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"593e465\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c56bfd\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1c8ce0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcef070\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dc0ec1a\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(193437,184320,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193442,184294,'_date_completed','1768334179'),(193443,184294,'_date_paid','1768334179'),(193444,184294,'_paid_date','2026-01-13 19:56:19'),(193445,184294,'_completed_date','2026-01-13 19:56:19'),(193446,184295,'_date_completed','1768334180'),(193447,184295,'_date_paid','1768334180'),(193448,184295,'_paid_date','2026-01-13 19:56:20'),(193449,184295,'_completed_date','2026-01-13 19:56:20'),(193450,184297,'_date_completed','1768334181'),(193451,184297,'_date_paid','1768334181'),(193452,184297,'_paid_date','2026-01-13 19:56:21'),(193453,184297,'_completed_date','2026-01-13 19:56:21'),(193454,184304,'_date_completed','1768334182'),(193455,184304,'_date_paid','1768334182'),(193456,184304,'_paid_date','2026-01-13 19:56:22'),(193457,184304,'_completed_date','2026-01-13 19:56:22'),(193458,184307,'_date_completed','1768334182'),(193459,184307,'_date_paid','1768334182'),(193460,184307,'_paid_date','2026-01-13 19:56:22'),(193461,184307,'_completed_date','2026-01-13 19:56:22'),(193474,184322,'_menu_item_type','post_type'),(193475,184322,'_menu_item_menu_item_parent','0'),(193476,184322,'_menu_item_object_id','20'),(193477,184322,'_menu_item_object','page'),(193478,184322,'_menu_item_target',''),(193479,184322,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(193480,184322,'_menu_item_xfn',''),(193481,184322,'_menu_item_url',''),(193483,184216,'_wp_old_date','2025-09-23'),(193484,125,'_wp_old_date','2025-09-23'),(193485,126,'_wp_old_date','2025-09-23'),(193489,184323,'_elementor_edit_mode','builder'),(193490,184323,'_elementor_template_type','wp-page'),(193491,184323,'_elementor_version','3.1.4'),(193492,184323,'_elementor_pro_version','3.2.1'),(193493,184323,'_wp_page_template','default'),(193494,184323,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>This system uses PayPal to process payments. You can use your credit card to pay without having a PayPal account or you can use your PayPal account to pay.<\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_checkout]<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(193498,184324,'_elementor_edit_mode','builder'),(193499,184324,'_elementor_template_type','wp-page'),(193500,184324,'_elementor_version','3.1.4'),(193501,184324,'_elementor_pro_version','3.2.1'),(193502,184324,'_wp_page_template','default'),(193503,184324,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>This system uses PayPal to process payments. You can use your credit card to pay without having a PayPal account or you can use your PayPal account to pay.<\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_checkout]<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(193507,21,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193508,184325,'_elementor_edit_mode','builder'),(193509,184325,'_elementor_template_type','wp-page'),(193510,184325,'_elementor_version','3.1.4'),(193511,184325,'_elementor_pro_version','3.2.1'),(193512,184325,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (193513,184325,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":{\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c20efd6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fbfbb65\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77b0e89\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d6a686b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ed096a9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"79fa668\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0d0f973\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"38830c9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c67ee3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d777498\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4d02ff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6635460\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"e8237fb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3c5476e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"416fc23\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e110093\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"52fc65e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4d200bf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ff7219c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f81c47\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6080522\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"161d23f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\\\"mailto:accounting@liceclinicsofamerica.com\\\">accounting@liceclinicsofamerica.com<\\/a><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"aadc582\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"df2ac94\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c988eb\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"718edf0\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1a65a88\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ac841f8\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"320fb30\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d58ae49\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9a15faf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"40cf3e1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f5f316\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"10b7087\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3224969\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_checkout]<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db3e75f\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"21c0079\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b29ae09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2861ed7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1c27750\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8ebf8d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"62df3fe\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"170d0df\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ba0d05\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0f888a8\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d15f3b0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"319077d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"549eff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(193517,184325,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193518,21,'_eael_custom_js',''),(193520,184326,'_elementor_edit_mode','builder'),(193521,184326,'_elementor_template_type','wp-page'),(193522,184326,'_elementor_version','3.34.1'),(193523,184326,'_elementor_pro_version','3.34.0'),(193524,184326,'_wp_page_template','default'),(193525,184326,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":{\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c20efd6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fbfbb65\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77b0e89\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d6a686b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ed096a9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"79fa668\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0d0f973\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"38830c9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c67ee3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d777498\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4d02ff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6635460\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"e8237fb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3c5476e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"416fc23\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e110093\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"52fc65e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4d200bf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ff7219c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f81c47\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6080522\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"161d23f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\\\"mailto:accounting@liceclinicsofamerica.com\\\">accounting@liceclinicsofamerica.com<\\/a><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"aadc582\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"df2ac94\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c988eb\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"718edf0\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1a65a88\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ac841f8\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"320fb30\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d58ae49\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9a15faf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"40cf3e1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f5f316\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"10b7087\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3224969\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_checkout]<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db3e75f\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"21c0079\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b29ae09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2861ed7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1c27750\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8ebf8d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"62df3fe\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"170d0df\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ba0d05\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0f888a8\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d15f3b0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"319077d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"549eff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(193527,184326,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193528,184327,'_elementor_edit_mode','builder'),(193529,184327,'_elementor_template_type','wp-page'),(193530,184327,'_elementor_version','3.34.1'),(193531,184327,'_elementor_pro_version','3.34.0'),(193532,184327,'_wp_page_template','default'),(193533,184327,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":{\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c20efd6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fbfbb65\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77b0e89\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d6a686b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ed096a9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"79fa668\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0d0f973\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"38830c9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c67ee3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d777498\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4d02ff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6635460\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"e8237fb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3c5476e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"416fc23\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e110093\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"52fc65e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4d200bf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ff7219c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f81c47\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6080522\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"161d23f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\\\"mailto:accounting@liceclinicsofamerica.com\\\">accounting@liceclinicsofamerica.com<\\/a><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"aadc582\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"df2ac94\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c988eb\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"718edf0\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1a65a88\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ac841f8\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"320fb30\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d58ae49\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9a15faf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"40cf3e1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f5f316\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"10b7087\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3224969\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_checkout]<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db3e75f\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"21c0079\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b29ae09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2861ed7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1c27750\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8ebf8d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"62df3fe\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"170d0df\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ba0d05\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0f888a8\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d15f3b0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"319077d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"549eff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(193535,184327,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193536,184328,'_elementor_edit_mode','builder'),(193537,184328,'_elementor_template_type','wp-page'),(193538,184328,'_elementor_version','3.34.1'),(193539,184328,'_elementor_pro_version','3.34.0'),(193540,184328,'_wp_page_template','default'),(193541,184328,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":{\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c20efd6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fbfbb65\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77b0e89\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d6a686b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ed096a9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"79fa668\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0d0f973\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"38830c9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c67ee3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d777498\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4d02ff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6635460\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"e8237fb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3c5476e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"416fc23\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e110093\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"52fc65e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4d200bf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ff7219c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f81c47\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6080522\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"161d23f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\\\"mailto:accounting@liceclinicsofamerica.com\\\">accounting@liceclinicsofamerica.com<\\/a><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"aadc582\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"df2ac94\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c988eb\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"718edf0\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1a65a88\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ac841f8\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"320fb30\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d58ae49\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9a15faf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"40cf3e1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f5f316\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"10b7087\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3224969\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->\\n<p>[woocommerce_checkout]<\\/p>\\n<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db3e75f\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"21c0079\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b29ae09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2861ed7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1c27750\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8ebf8d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"62df3fe\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"170d0df\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ba0d05\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0f888a8\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d15f3b0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"319077d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"549eff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(193543,184328,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193545,184329,'_order_key','wc_order_HReqn93Rg0VG0'),(193546,184329,'_customer_user','2'),(193547,184329,'_payment_method','cheque'),(193548,184329,'_payment_method_title','Bill My Account (Invoice)'),(193549,184329,'_customer_ip_address','169.224.194.224'),(193550,184329,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193551,184329,'_created_via','checkout'),(193552,184329,'_cart_hash','a6dfe66a7e6c023ef2bb9ee68a3688c2'),(193553,184329,'_download_permissions_granted','no'),(193554,184329,'_recorded_sales','yes'),(193555,184329,'_recorded_coupon_usage_counts','yes'),(193556,184329,'_new_order_email_sent','false'),(193557,184329,'_order_stock_reduced','yes'),(193558,184329,'_billing_first_name','Brice'),(193559,184329,'_billing_last_name','Blackerby'),(193560,184329,'_billing_address_1','806 Friars Lane'),(193561,184329,'_billing_city','Baytown'),(193562,184329,'_billing_state','TX'),(193563,184329,'_billing_postcode','77521'),(193564,184329,'_billing_country','US'),(193565,184329,'_billing_email','bblackerby424@gmail.com'),(193566,184329,'_billing_phone','8325603726'),(193567,184329,'_order_currency','USD'),(193568,184329,'_cart_discount','0'),(193569,184329,'_cart_discount_tax','0'),(193570,184329,'_order_shipping','0'),(193571,184329,'_order_shipping_tax','0'),(193572,184329,'_order_tax','0'),(193573,184329,'_order_total','1022.00'),(193574,184329,'_order_version','10.4.3'),(193575,184329,'_prices_include_tax','no'),(193576,184329,'_billing_address_index','Brice Blackerby  806 Friars Lane  Baytown TX 77521 US bblackerby424@gmail.com 8325603726'),(193577,184329,'_shipping_address_index','         '),(193578,184329,'is_vat_exempt','no'),(193579,184329,'_wc_order_attribution_source_type','typein'),(193580,184329,'_wc_order_attribution_referrer','https://clinicstore.liceclinicsofamerica.com/wp-admin/post.php?post=16&action=elementor'),(193581,184329,'_wc_order_attribution_utm_source','(direct)'),(193582,184329,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/?elementor-preview=16&ver=1768333692'),(193583,184329,'_wc_order_attribution_session_start_time','2026-01-13 19:48:16'),(193584,184329,'_wc_order_attribution_session_pages','20'),(193585,184329,'_wc_order_attribution_session_count','1'),(193586,184329,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193587,184329,'_wc_order_attribution_device_type','Desktop'),(193590,184329,'_debug_log_source_pending_deletion','place-order-debug-c822779f'),(193595,184329,'_wp_trash_meta_status','wc-on-hold'),(193596,184329,'_wp_trash_meta_time','1768336627'),(193597,184329,'_wp_desired_post_slug','order-jan-13-2026-0803-pm'),(193598,184329,'_wp_trash_meta_comments_status','a:1:{i:9350;s:1:\"1\";}'),(193616,184331,'_order_key','wc_order_HRTvw5udVnZ1o'),(193617,184331,'_customer_user','2'),(193618,184331,'_payment_method','cheque'),(193619,184331,'_payment_method_title','Bill My Account (Invoice)'),(193620,184331,'_customer_ip_address','169.224.194.224'),(193621,184331,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193622,184331,'_created_via','checkout'),(193623,184331,'_cart_hash','577217a81b69317056f1cbfa3c22d093'),(193624,184331,'_download_permissions_granted','no'),(193625,184331,'_recorded_sales','no'),(193626,184331,'_recorded_coupon_usage_counts','no'),(193627,184331,'_new_order_email_sent','false'),(193628,184331,'_order_stock_reduced','no'),(193629,184331,'_billing_first_name','Brice'),(193630,184331,'_billing_last_name','Blackerby'),(193631,184331,'_billing_address_1','806 Friars Lane'),(193632,184331,'_billing_city','Baytown'),(193633,184331,'_billing_state','TX'),(193634,184331,'_billing_postcode','77521'),(193635,184331,'_billing_country','US'),(193636,184331,'_billing_email','bblackerby424@gmail.com'),(193637,184331,'_billing_phone','8325603726'),(193638,184331,'_order_currency','USD'),(193639,184331,'_cart_discount','0'),(193640,184331,'_cart_discount_tax','0'),(193641,184331,'_order_shipping','0'),(193642,184331,'_order_shipping_tax','0'),(193643,184331,'_order_tax','0'),(193644,184331,'_order_total','1622.00'),(193645,184331,'_order_version','10.4.3'),(193646,184331,'_prices_include_tax','no'),(193647,184331,'_billing_address_index','Brice Blackerby  806 Friars Lane  Baytown TX 77521 US bblackerby424@gmail.com 8325603726'),(193648,184331,'_shipping_address_index','         '),(193649,184331,'is_vat_exempt','no'),(193650,184331,'_wc_order_attribution_source_type','typein'),(193651,184331,'_wc_order_attribution_referrer','https://clinicstore.liceclinicsofamerica.com/wp-admin/post.php?post=16&action=elementor'),(193652,184331,'_wc_order_attribution_utm_source','(direct)'),(193653,184331,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/?elementor-preview=16&ver=1768333692'),(193654,184331,'_wc_order_attribution_session_start_time','2026-01-13 19:48:16'),(193655,184331,'_wc_order_attribution_session_pages','4'),(193656,184331,'_wc_order_attribution_session_count','2'),(193657,184331,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193658,184331,'_wc_order_attribution_device_type','Desktop'),(193661,184331,'_debug_log_source_pending_deletion','place-order-debug-48fdde89'),(193662,184331,'_wp_trash_meta_status','wc-pending'),(193663,184331,'_wp_trash_meta_time','1768337141'),(193664,184331,'_wp_desired_post_slug','order-jan-13-2026-0837-pm'),(193665,184332,'_order_key','wc_order_bQws3sDdH1sEv'),(193666,184332,'_customer_user','2'),(193667,184332,'_payment_method','cheque'),(193668,184332,'_payment_method_title','Bill My Account (Invoice)'),(193669,184332,'_customer_ip_address','169.224.194.224'),(193670,184332,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193671,184332,'_created_via','checkout'),(193672,184332,'_cart_hash','244e16cb597cd4f8336541ec42648386'),(193673,184332,'_download_permissions_granted','yes'),(193674,184332,'_recorded_sales','yes'),(193675,184332,'_recorded_coupon_usage_counts','yes'),(193676,184332,'_new_order_email_sent','true'),(193677,184332,'_order_stock_reduced','yes'),(193678,184332,'_billing_first_name','Brice'),(193679,184332,'_billing_last_name','Blackerby'),(193680,184332,'_billing_address_1','806 Friars Lane'),(193681,184332,'_billing_city','Baytown'),(193682,184332,'_billing_state','TX'),(193683,184332,'_billing_postcode','77521'),(193684,184332,'_billing_country','US'),(193685,184332,'_billing_email','bblackerby424@gmail.com'),(193686,184332,'_billing_phone','8325603726'),(193687,184332,'_order_currency','USD'),(193688,184332,'_cart_discount','0'),(193689,184332,'_cart_discount_tax','0'),(193690,184332,'_order_shipping','0'),(193691,184332,'_order_shipping_tax','0'),(193692,184332,'_order_tax','0'),(193693,184332,'_order_total','1612.00'),(193694,184332,'_order_version','10.4.3'),(193695,184332,'_prices_include_tax','no'),(193696,184332,'_billing_address_index','Brice Blackerby  806 Friars Lane  Baytown TX 77521 US bblackerby424@gmail.com 8325603726'),(193697,184332,'_shipping_address_index','         '),(193698,184332,'is_vat_exempt','no'),(193699,184332,'_wc_order_attribution_source_type','typein'),(193700,184332,'_wc_order_attribution_referrer','https://clinicstore.liceclinicsofamerica.com/wp-admin/post.php?post=16&action=elementor'),(193701,184332,'_wc_order_attribution_utm_source','(direct)'),(193702,184332,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/?elementor-preview=16&ver=1768333692'),(193703,184332,'_wc_order_attribution_session_start_time','2026-01-13 19:48:16'),(193704,184332,'_wc_order_attribution_session_pages','9'),(193705,184332,'_wc_order_attribution_session_count','2'),(193706,184332,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193707,184332,'_wc_order_attribution_device_type','Desktop'),(193710,184332,'_date_paid','1768337207'),(193711,184332,'_paid_date','2026-01-13 20:46:47'),(193712,184332,'_debug_log_source_pending_deletion','place-order-debug-cf0b8c64'),(193714,184333,'_elementor_edit_mode','builder'),(193715,184333,'_elementor_template_type','wp-page'),(193716,184333,'_elementor_version','3.34.1'),(193717,184333,'_elementor_pro_version','3.34.0'),(193718,184333,'_wp_page_template','elementor_canvas'),(193719,184333,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a129e4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b00b4b5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1d741a6\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"561729f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d5e082\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a78d4f5\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3455ab9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4c19abb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a3f49bb\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a895969\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9e71a52\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0c8ce3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8cba301\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"21f912f\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf8da2c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"995f2ae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"78d4e45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d676126\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"95153b2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c88df81\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a30b71f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"552d127\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"70eaa90\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f7b009\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0671cc3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"411c8a5\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6f15dc\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f72c403\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77932c4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c9f51e9\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8ff7546\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ea63c9\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"342f956\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"415702f\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51f28a4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5446be8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2730c1e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"39bc817\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"28fb526\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8704052\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e798249\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f1949d2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef922bf\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae41d36\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9fa9c5b\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5bda1de\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"172f0b3\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ddf0072\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1eac0fa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"74cbf16\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fe7bb12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5fbc59a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7d9088\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34f34b1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ae4508c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"2b66464\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fee1d0f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"86adcaa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34cba09\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"068c376\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"29883e3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256d581\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6c3ab5\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a40836e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3a68815\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7383e1d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"47becc1\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"80704d6\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4eb9751\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"37459ff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"699c362\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a79809f\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"400b258\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"98be2cf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"42c3a73\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a645f8f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6dbc671\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5beda12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7a67ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"750a519\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a416c46\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ba39a18\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"079f567\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"06e8d57\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3eb05c7\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f891778\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75f76f6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcafa4a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"09d4a14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bc3128d\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2d0f023\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b4c1980\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fe1e90c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"90e6dbb\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5361fb\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bd56313\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c670ea\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b45b68a\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"841030d\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5724c9b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"268231f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"e959193\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"04b3019\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2a504d8\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b832672\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4a9d1fb\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ebfd543\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a06b5a0\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69275eb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0db5f5c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"6ca41a1\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"eed6af6\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c099dc\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e59f050\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04d446d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"26a5cb8\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"27c22e0\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e18ba5c\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"7c701b7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"466f55b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"03d5187\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4693640\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d7ca032\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"455d17a\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"06f6ef2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"feac9b7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b483be\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2b1e37b\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_key\":\"login_status\",\"_id\":\"cfc29d6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}],\"display_condition_enable\":\"yes\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1e179a7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9d3a7f5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"9df4423\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5a77d0b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ba8179\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60e3566\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"69ead00\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5f4fb7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f97d904\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9e7901a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f926893\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bbda8fb\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"051c9c8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c85450\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d822cdc\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c4c10a4\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"002fa03\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8b2e669\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"05fbe09\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"5d2a0bf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5ac42a0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6a5f6cd\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5bf6b2d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c77d01e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dca5d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fcc02a9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"81a97e1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"21f69cd\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"ab424ce\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bfaf606\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"9acf331\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f733f5\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b395274\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3f246c0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8d590c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"62e3b5a\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4402ece\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9036b96\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"3e96e9d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"db0efee\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c73ea44\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a0a5d97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9e50cff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5d2a91\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f94f85a\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a14dc5\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"507fdae\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2a1250c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2d707ec\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f1038b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b8308f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"86c65ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53801db\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"61b1cd6\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(193720,184333,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193724,184334,'_elementor_edit_mode','builder'),(193725,184334,'_elementor_template_type','wp-page'),(193726,184334,'_elementor_version','3.34.1'),(193727,184334,'_elementor_pro_version','3.34.0'),(193728,184334,'_wp_page_template','elementor_canvas'),(193729,184334,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a129e4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b00b4b5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1d741a6\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"561729f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d5e082\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a78d4f5\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3455ab9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4c19abb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a3f49bb\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a895969\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9e71a52\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0c8ce3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8cba301\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"21f912f\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf8da2c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"995f2ae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"78d4e45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d676126\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"95153b2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c88df81\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a30b71f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"552d127\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"70eaa90\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f7b009\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0671cc3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"411c8a5\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6f15dc\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f72c403\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77932c4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c9f51e9\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8ff7546\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ea63c9\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"342f956\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"415702f\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51f28a4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5446be8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2730c1e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"39bc817\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"28fb526\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8704052\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e798249\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f1949d2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef922bf\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae41d36\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9fa9c5b\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5bda1de\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"172f0b3\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ddf0072\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1eac0fa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"74cbf16\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fe7bb12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5fbc59a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7d9088\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34f34b1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ae4508c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"2b66464\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fee1d0f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"86adcaa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34cba09\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"068c376\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"29883e3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256d581\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6c3ab5\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a40836e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3a68815\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7383e1d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"47becc1\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"80704d6\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4eb9751\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"37459ff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"699c362\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a79809f\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"400b258\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"98be2cf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"42c3a73\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a645f8f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6dbc671\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5beda12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7a67ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"750a519\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a416c46\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ba39a18\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"079f567\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"06e8d57\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3eb05c7\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f891778\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75f76f6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcafa4a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"09d4a14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bc3128d\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2d0f023\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b4c1980\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fe1e90c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"90e6dbb\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5361fb\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bd56313\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c670ea\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b45b68a\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"841030d\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5724c9b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"268231f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"e959193\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"04b3019\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2a504d8\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b832672\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4a9d1fb\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ebfd543\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a06b5a0\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69275eb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0db5f5c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"6ca41a1\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"eed6af6\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c099dc\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e59f050\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04d446d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"26a5cb8\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"27c22e0\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e18ba5c\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"7c701b7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"466f55b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"03d5187\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4693640\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d7ca032\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"455d17a\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"06f6ef2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"feac9b7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b483be\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2b1e37b\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_key\":\"login_status\",\"_id\":\"cfc29d6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}],\"display_condition_enable\":\"yes\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1e179a7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9d3a7f5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"9df4423\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5a77d0b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ba8179\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60e3566\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"69ead00\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5f4fb7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f97d904\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9e7901a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f926893\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bbda8fb\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"051c9c8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c85450\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d822cdc\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c4c10a4\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"002fa03\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8b2e669\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"05fbe09\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"5d2a0bf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5ac42a0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6a5f6cd\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5bf6b2d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c77d01e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dca5d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fcc02a9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"81a97e1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"21f69cd\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"ab424ce\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bfaf606\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"9acf331\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f733f5\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b395274\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3f246c0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8d590c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"62e3b5a\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4402ece\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9036b96\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"3e96e9d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"db0efee\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c73ea44\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a0a5d97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9e50cff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5d2a91\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f94f85a\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a14dc5\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"507fdae\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2a1250c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2d707ec\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f1038b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b8308f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"86c65ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53801db\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"61b1cd6\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(193730,184334,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193734,184335,'_elementor_edit_mode','builder'),(193735,184335,'_elementor_template_type','wp-page'),(193736,184335,'_elementor_version','3.34.1'),(193737,184335,'_elementor_pro_version','3.34.0'),(193738,184335,'_wp_page_template','elementor_canvas'),(193739,184335,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9cc1dbf\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"52a3bda\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a129e4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b00b4b5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1d741a6\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"561729f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d5e082\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a78d4f5\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3455ab9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4c19abb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a3f49bb\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c83d1ef\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5fc758b\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a895969\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9e71a52\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0c8ce3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8cba301\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"21f912f\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf8da2c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"995f2ae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"78d4e45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d676126\"}]},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7afd173\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"cecd149\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"95153b2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c88df81\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a30b71f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"552d127\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"70eaa90\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f7b009\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0671cc3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"411c8a5\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6f15dc\"}]},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ede61a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fb74bd6\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f72c403\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77932c4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c9f51e9\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8ff7546\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ea63c9\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"342f956\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"415702f\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51f28a4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5446be8\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c645634\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c2cce87\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2730c1e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"39bc817\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"28fb526\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8704052\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e798249\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f1949d2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef922bf\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae41d36\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9fa9c5b\"}]},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aa52d87\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"6eccaf3\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5bda1de\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"172f0b3\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ddf0072\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1eac0fa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"74cbf16\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fe7bb12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5fbc59a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7d9088\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34f34b1\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.034999999999997,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ca6d36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"709b726\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ae4508c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"2b66464\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fee1d0f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"86adcaa\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"34cba09\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"068c376\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"29883e3\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256d581\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a6c3ab5\"}]},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f217c66\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1c681b0\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"a40836e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3a68815\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7383e1d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"47becc1\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"80704d6\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4eb9751\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"37459ff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"699c362\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a79809f\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58e18a8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"39a2cdc\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"400b258\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"98be2cf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"42c3a73\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a645f8f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6dbc671\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5beda12\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e7a67ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"750a519\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a416c46\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"678d009\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"97ffad4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ba39a18\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"079f567\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"06e8d57\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3eb05c7\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f891778\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75f76f6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcafa4a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"09d4a14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bc3128d\"}]},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"eb5469d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"a736151\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2d0f023\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"b4c1980\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"fe1e90c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"90e6dbb\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5361fb\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bd56313\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c670ea\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b45b68a\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"841030d\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b9da99a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"416c672\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5724c9b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"268231f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"e959193\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"04b3019\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2a504d8\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b832672\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4a9d1fb\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ebfd543\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a06b5a0\"}]},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58ad0e2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"df27aa4\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69275eb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0db5f5c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"6ca41a1\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"eed6af6\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c099dc\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e59f050\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04d446d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"26a5cb8\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"27c22e0\"}]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your Username and Password are the same as the Ginesis product store. If you need assistance please contact <a href=\\\"mailto:support@liceclinicsofamerica.com\\\">support@liceclinicsofamerica.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8bcc6e1\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fa70a75\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e18ba5c\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"7c701b7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"466f55b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"03d5187\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4693640\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d7ca032\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"455d17a\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"06f6ef2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"feac9b7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b483be\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2b1e37b\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_key\":\"login_status\",\"_id\":\"cfc29d6\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"450b3f5\",\"dynamic_field_custom_separator\":\"|\"}],\"display_condition_enable\":\"yes\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1e179a7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9d3a7f5\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"9df4423\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5a77d0b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ba8179\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60e3566\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"69ead00\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5f4fb7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f97d904\"}]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"051f14a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6c1f385\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9e7901a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f926893\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bbda8fb\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"051c9c8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c85450\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d822cdc\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c4c10a4\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"002fa03\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8b2e669\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7e8c530\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"519b6ed\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"05fbe09\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"5d2a0bf\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5ac42a0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6a5f6cd\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5bf6b2d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c77d01e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dca5d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fcc02a9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"81a97e1\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\",\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8153f36\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a281364\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"21f69cd\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"ab424ce\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bfaf606\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"9acf331\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f733f5\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b395274\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3f246c0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8d590c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"62e3b5a\"}]},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3100665\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"072f8c8\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4402ece\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"9036b96\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"3e96e9d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"db0efee\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c73ea44\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a0a5d97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9e50cff\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b5d2a91\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f94f85a\"}]},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6c6da13\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7068031\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9a14dc5\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"507fdae\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2a1250c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2d707ec\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f1038b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0b8308f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"86c65ba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53801db\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"61b1cd6\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(193740,184335,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193744,16,'_elementor_controls_usage','a:7:{s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:4:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:5;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:5;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:5;s:21:\"eael_svg_paths_custom\";i:5;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:3;s:21:\"eael_svg_paths_custom\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:8;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:8;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:8;s:21:\"eael_svg_paths_custom\";i:8;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}s:5:\"login\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:21:\"section_login_content\";a:4:{s:20:\"redirect_after_login\";i:1;s:12:\"redirect_url\";i:1;s:21:\"redirect_after_logout\";i:1;s:19:\"redirect_logout_url\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:2:{s:22:\"display_condition_list\";i:1;s:24:\"display_condition_enable\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}}'),(193745,184332,'_wp_trash_meta_status','wc-processing'),(193746,184332,'_wp_trash_meta_time','1768337369'),(193747,184332,'_wp_desired_post_slug','order-jan-13-2026-0846-pm'),(193748,184332,'_wp_trash_meta_comments_status','a:1:{i:9351;s:1:\"1\";}'),(193751,184336,'_elementor_edit_mode','builder'),(193752,184336,'_elementor_template_type','footer'),(193753,184336,'_elementor_version','3.32.4'),(193754,184336,'_elementor_pro_version','3.32.1'),(193755,184336,'_wp_page_template','default'),(193756,184336,'_elementor_data','[{\"id\":\"dcdacf7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8400c36\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"0c9120a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c6d9509\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"971400b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"c347632\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53ed8a0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d900929\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"edc788c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dd968\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b774345\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"adba5cd\",\"dynamic_field_custom_separator\":\"|\"}],\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"660c317\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3563c16\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"701ffe4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"657bb24\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c31f93a\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"48a841d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4294979\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7d66a2e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c931a9e\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"914b504\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4090123\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"15af8f8\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"659b2c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"id\":3577,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fd1a3dc\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"bb269a4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"8c99a39\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8dbd7d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cde21d9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"82ed238\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f97b38\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"801f0f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bb31bb4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c35954\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6aa861d\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"dcc70ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"52fea09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"19229f2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"cb3e990\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2f41c9f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"26d6cd8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e56d7fd\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f7b8826\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c1fa33a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5928de\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ced9cb\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8c0c162\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"bb2ac92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><\\/p><p><strong>Lice Clinics of America<\\/strong><br \\/>4873 S State St<br \\/>Murray, UT 84107<br \\/>Phone - (855) 706-5423<br \\/>Email - productsales@liceclinicsofamerica.com<\\/p>\",\"align\":\"center\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"88d31b8\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"c62bc1e\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f2813d7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"aa11753\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"313bd0d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d709e89\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2f05db9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3655659\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"404e0eb\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a31ccba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e0c82c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d2a49f2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d76871c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a9134e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aaa17d2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69b2ced\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"a9fb48d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d915ea3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"0a6158f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3e8f61d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"32c1a20\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a2ba355\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04ec792\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23db910\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d4ec8de\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8a61849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><\\/p><p><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/span><\\/p>\",\"align\":\"center\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"3484bbd\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"578879d\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81c247c\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"bd68b4d\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"31c3741\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"788735e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"88876ae\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"daacc3d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f076ab4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"44d938d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c46771\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8919e5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bb503b\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(193757,184336,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(193758,184336,'_elementor_screenshot','a:2:{s:2:\"id\";i:184316;s:3:\"url\";s:148:\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184_2026-01-13-19-54-17_44b3a06f.png\";}'),(193765,184337,'_wp_trash_meta_status','publish'),(193766,184337,'_wp_trash_meta_time','1768339630'),(193792,184339,'_elementor_edit_mode','builder'),(193793,184339,'_elementor_template_type','footer'),(193794,184339,'_elementor_version','3.34.1'),(193795,184339,'_elementor_pro_version','3.34.0'),(193796,184339,'_wp_page_template','default'),(193797,184339,'_elementor_data','[{\"id\":\"dcdacf7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8400c36\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"0c9120a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c6d9509\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"971400b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"c347632\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"53ed8a0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d900929\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"edc788c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"71dd968\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b774345\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"adba5cd\",\"dynamic_field_custom_separator\":\"|\"}],\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"660c317\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3563c16\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"701ffe4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"657bb24\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c31f93a\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"48a841d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4294979\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7d66a2e\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c931a9e\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"914b504\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4090123\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"15af8f8\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"659b2c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"id\":3577,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fd1a3dc\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"bb269a4\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"8c99a39\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8dbd7d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cde21d9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"82ed238\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f97b38\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"801f0f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"bb31bb4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c35954\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6aa861d\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"dcc70ae\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"52fea09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"19229f2\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"cb3e990\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2f41c9f\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"26d6cd8\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e56d7fd\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f7b8826\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c1fa33a\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5928de\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ced9cb\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8c0c162\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"bb2ac92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><\\/p><p><strong>Lice Clinics of America<\\/strong><br \\/>4873 S State St<br \\/>Murray, UT 84107<br \\/>Phone - (855) 706-5423<br \\/>Email - productsales@liceclinicsofamerica.com<\\/p>\",\"align\":\"center\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"88d31b8\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"c62bc1e\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f2813d7\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"aa11753\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"313bd0d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d709e89\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2f05db9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3655659\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"404e0eb\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a31ccba\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e0c82c0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d2a49f2\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d76871c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a9134e4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"aaa17d2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69b2ced\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"a9fb48d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d915ea3\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"0a6158f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3e8f61d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"32c1a20\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a2ba355\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04ec792\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23db910\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d4ec8de\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8a61849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><\\/p><p><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><\\/span><br \\/><span style=\\\"color: #5bc500;\\\"><a style=\\\"color: #5bc500;\\\" href=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/span><\\/p>\",\"align\":\"center\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"3484bbd\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"578879d\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81c247c\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"bd68b4d\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"31c3741\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"788735e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"88876ae\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"daacc3d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f076ab4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"44d938d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3c46771\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8919e5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bb503b\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),(193798,184339,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(193802,184339,'_elementor_screenshot','a:2:{s:2:\"id\";i:184338;s:3:\"url\";s:148:\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184_2026-01-13-21-55-45_46426c3b.png\";}'),(193803,184,'_elementor_controls_usage','a:3:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:3;s:14:\"flex_direction\";i:1;s:14:\"container_type\";i:1;s:14:\"grid_rows_grid\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:4;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:4;s:21:\"eael_svg_paths_custom\";i:4;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:5:\"align\";i:2;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:2;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}}}}}'),(193816,184340,'_elementor_is_screenshot','1'),(193817,184340,'_wp_attached_file','elementor/screenshots/Elementor-post-screenshot_184_2026-01-13-22-09-06_4684497a.png'),(193818,184,'_elementor_screenshot','a:2:{s:2:\"id\";i:184340;s:3:\"url\";s:148:\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184_2026-01-13-22-09-06_4684497a.png\";}'),(193864,184342,'_elementor_edit_mode','builder'),(193865,184342,'_elementor_template_type','header'),(193866,184342,'_elementor_version','3.34.1'),(193867,184342,'_elementor_pro_version','3.34.0'),(193868,184342,'_wp_page_template','default'),(193869,184342,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"50ad1ed\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"470290c\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c50393c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"291ac0c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2d65f38\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a594a54\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1e1e0b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6df3da3\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cdbe2ce\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6fa9bf9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ba3c193\"}]},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":[],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"995826a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"2a174e5\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"035169b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e255474\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5782896\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"961a744\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d45d542\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"56c45c2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c37d408\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c6b3b7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"18b4d3e\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4ae04ff\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"71beda2\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"8301a76\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"067a193\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8779300\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e62ec4c\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d9b4eb7\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0bdc7e6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"59b2591\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ac78b9f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c8a16f\"}]},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"5ded8e6\",\"elType\":\"widget\",\"settings\":{\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5ad444\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7a5601e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"7b252fa\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"cb5c039\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ae6fa83\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"97ea5be\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b2eb351\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dd6f55f\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"14fa0af\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"97573cb\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"de6fe4b\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_empty_indicator\":\"hide\",\"cart_type\":\"mini-cart\",\"side_cart_alignment\":\"end\"},\"elements\":[],\"widgetType\":\"woocommerce-menu-cart\"}],\"isInner\":false}]'),(193870,184342,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(193871,184342,'_elementor_screenshot','a:2:{s:2:\"id\";i:184321;s:3:\"url\";s:148:\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_112_2026-01-13-19-58-25_1adcde25.png\";}'),(193879,184343,'_elementor_edit_mode','builder'),(193880,184343,'_elementor_template_type','wp-page'),(193881,184343,'_elementor_version','3.34.1'),(193882,184343,'_elementor_pro_version','3.34.0'),(193883,184343,'_wp_page_template','default'),(193884,184343,'_elementor_data','[{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db4e64f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3045f24\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9344b12\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"a59f39d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"31cbc00\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6adb89f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f34648\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256040a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"11f5a45\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ad56e7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ce76c9a\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"560e8fa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9ee8f49\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db985bb\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"3e8fb44\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5ef3bd7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c5388d4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a5c4c27\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2b9cb49\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"945b203\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f9b2c6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"830ff73\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"42057c9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3d465df\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"button_background_color\":\"#5BC500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dae1b82\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c477950\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1a5ff0c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0a8a365\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"53e4908\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ff39d14\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a2520e1\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9b28018\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0cb3f86\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a9209c7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"24aadd0\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9 Device PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_text_transform\":\"uppercase\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dac65b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b9c5b14\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"304eb57\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"24432c6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ac588f7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0523691\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bec9382\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d0e594d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf57cd4\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"665f3ef\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cefc3f6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e97f4ac\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60180e8\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"184201\",\"184199\",\"184198\",\"184196\",\"184194\",\"184192\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46c37e4\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"65016f3\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fe928ae\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"93363e1\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4c90fa4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3ba49fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"593e465\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c56bfd\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1c8ce0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcef070\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dc0ec1a\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(193885,184343,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193889,184344,'_elementor_edit_mode','builder'),(193890,184344,'_elementor_template_type','wp-page'),(193891,184344,'_elementor_version','3.34.1'),(193892,184344,'_elementor_pro_version','3.34.0'),(193893,184344,'_wp_page_template','default'),(193894,184344,'_elementor_data','[{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db4e64f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3045f24\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9344b12\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"a59f39d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"31cbc00\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6adb89f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f34648\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256040a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"11f5a45\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ad56e7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ce76c9a\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"560e8fa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9ee8f49\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db985bb\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"3e8fb44\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5ef3bd7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c5388d4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a5c4c27\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2b9cb49\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"945b203\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f9b2c6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"830ff73\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"42057c9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3d465df\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"button_background_color\":\"#5BC500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dae1b82\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c477950\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1a5ff0c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0a8a365\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"53e4908\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ff39d14\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a2520e1\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9b28018\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0cb3f86\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a9209c7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"24aadd0\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9 Device PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_text_transform\":\"uppercase\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dac65b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b9c5b14\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"304eb57\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"24432c6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ac588f7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0523691\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bec9382\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d0e594d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf57cd4\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"665f3ef\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cefc3f6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e97f4ac\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60180e8\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"184201\",\"184199\",\"184198\",\"184196\",\"184194\",\"184192\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46c37e4\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"65016f3\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fe928ae\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"93363e1\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4c90fa4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3ba49fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"593e465\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c56bfd\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1c8ce0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcef070\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dc0ec1a\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(193895,184344,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193899,184345,'_elementor_edit_mode','builder'),(193900,184345,'_elementor_template_type','wp-page'),(193901,184345,'_elementor_version','3.34.1'),(193902,184345,'_elementor_pro_version','3.34.0'),(193903,184345,'_wp_page_template','default'),(193904,184345,'_elementor_data','[{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db4e64f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3045f24\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9344b12\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"a59f39d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"31cbc00\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6adb89f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f34648\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256040a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"11f5a45\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ad56e7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ce76c9a\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"560e8fa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9ee8f49\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db985bb\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"3e8fb44\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5ef3bd7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c5388d4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a5c4c27\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2b9cb49\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"945b203\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f9b2c6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"830ff73\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"42057c9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3d465df\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"button_background_color\":\"#5BC500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dae1b82\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c477950\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1a5ff0c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0a8a365\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"53e4908\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ff39d14\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a2520e1\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9b28018\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0cb3f86\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a9209c7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"24aadd0\"}],\"view_cart_color\":\"#5BC500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9 Device PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_text_transform\":\"uppercase\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dac65b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b9c5b14\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"304eb57\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"24432c6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ac588f7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0523691\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bec9382\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d0e594d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf57cd4\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"665f3ef\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cefc3f6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e97f4ac\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60180e8\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"184201\",\"184199\",\"184198\",\"184196\",\"184194\",\"184192\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46c37e4\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"65016f3\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fe928ae\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"93363e1\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4c90fa4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3ba49fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"593e465\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c56bfd\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1c8ce0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcef070\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dc0ec1a\"}],\"view_cart_color\":\"#30A3C4\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(193905,184345,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(193909,115,'_elementor_controls_usage','a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:2;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:2;s:8:\"_padding\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}}}}s:20:\"woocommerce-products\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:2;s:15:\"query_posts_ids\";i:2;s:13:\"query_orderby\";i:2;s:11:\"query_order\";i:1;}s:15:\"section_content\";a:2:{s:14:\"columns_mobile\";i:1;s:8:\"paginate\";i:2;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:31:{s:11:\"title_color\";i:2;s:9:\"star_size\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:28:\"title_typography_font_weight\";i:2;s:11:\"price_color\";i:2;s:15:\"old_price_color\";i:2;s:7:\"row_gap\";i:2;s:5:\"align\";i:2;s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:28:\"price_typography_font_weight\";i:1;s:31:\"old_price_typography_typography\";i:2;s:32:\"old_price_typography_font_family\";i:2;s:32:\"old_price_typography_font_weight\";i:2;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;s:19:\"button_text_padding\";i:2;s:27:\"automatically_align_buttons\";i:2;s:31:\"view_cart_typography_typography\";i:1;s:32:\"view_cart_typography_font_family\";i:1;s:32:\"view_cart_typography_font_weight\";i:1;s:23:\"button_background_color\";i:2;s:17:\"button_text_color\";i:2;s:15:\"view_cart_color\";i:2;s:13:\"title_spacing\";i:1;s:19:\"button_border_color\";i:1;s:18:\"button_hover_color\";i:1;s:29:\"button_hover_background_color\";i:1;s:25:\"button_hover_border_color\";i:1;}s:16:\"sale_flash_style\";a:3:{s:17:\"show_onsale_flash\";i:2;s:17:\"onsale_text_color\";i:1;s:28:\"onsale_text_background_color\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;s:9:\"flex_wrap\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"section_layout\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}}'),(193915,182,'_eael_post_view_count','261'),(193919,183,'_eael_post_view_count','258'),(193923,181,'_eael_post_view_count','260'),(193927,158,'_eael_post_view_count','262'),(193932,184346,'_order_key','wc_order_GwGiI6nH1DPXw'),(193933,184346,'_customer_user','52'),(193934,184346,'_payment_method','cheque'),(193935,184346,'_payment_method_title','Bill My Account (Invoice)'),(193936,184346,'_customer_ip_address','173.66.36.208'),(193937,184346,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193938,184346,'_created_via','checkout'),(193939,184346,'_cart_hash','2185220c762288eab10f705f0e7381a6'),(193940,184346,'_download_permissions_granted','yes'),(193941,184346,'_recorded_sales','yes'),(193942,184346,'_recorded_coupon_usage_counts','yes'),(193943,184346,'_new_order_email_sent','true'),(193944,184346,'_order_stock_reduced','yes'),(193945,184346,'_billing_first_name','Darlene'),(193946,184346,'_billing_last_name','LaFramboise'),(193947,184346,'_billing_company','LCA-NOVA'),(193948,184346,'_billing_address_1','25473 Tomey Ct'),(193949,184346,'_billing_city','Aldie'),(193950,184346,'_billing_state','VA'),(193951,184346,'_billing_postcode','20105-3048'),(193952,184346,'_billing_country','US'),(193953,184346,'_billing_email','info@liceremovalnova.com'),(193954,184346,'_billing_phone','7033031576'),(193955,184346,'_order_currency','USD'),(193956,184346,'_cart_discount','0'),(193957,184346,'_cart_discount_tax','0'),(193958,184346,'_order_shipping','0'),(193959,184346,'_order_shipping_tax','0'),(193960,184346,'_order_tax','0'),(193961,184346,'_order_total','100.00'),(193962,184346,'_order_version','10.4.3'),(193963,184346,'_prices_include_tax','no'),(193964,184346,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(193965,184346,'_shipping_address_index','         '),(193966,184346,'is_vat_exempt','no'),(193967,184346,'_wc_order_attribution_source_type','typein'),(193968,184346,'_wc_order_attribution_utm_source','(direct)'),(193969,184346,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(193970,184346,'_wc_order_attribution_session_start_time','2026-01-20 20:04:51'),(193971,184346,'_wc_order_attribution_session_pages','4'),(193972,184346,'_wc_order_attribution_session_count','1'),(193973,184346,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193974,184346,'_wc_order_attribution_device_type','Desktop'),(193977,184346,'_date_paid','1768939582'),(193978,184346,'_paid_date','2026-01-20 20:06:22'),(193979,184346,'_debug_log_source_pending_deletion','place-order-debug-2cba9684'),(193980,184346,'_edit_lock','1770723562:106'),(194031,184348,'_elementor_edit_mode','builder'),(194032,184348,'_elementor_template_type','wp-page'),(194033,184348,'_elementor_version','3.34.1'),(194034,184348,'_elementor_pro_version','3.34.0'),(194035,184348,'_wp_page_template','default'),(194036,184348,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":{\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c20efd6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fbfbb65\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77b0e89\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d6a686b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ed096a9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"79fa668\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0d0f973\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"38830c9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c67ee3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d777498\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4d02ff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6635460\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"e8237fb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3c5476e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"416fc23\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e110093\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"52fc65e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4d200bf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ff7219c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f81c47\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6080522\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"161d23f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\\\"mailto:accounting@liceclinicsofamerica.com\\\">accounting@liceclinicsofamerica.com<\\/a><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"aadc582\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"df2ac94\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c988eb\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"718edf0\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1a65a88\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ac841f8\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"320fb30\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d58ae49\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9a15faf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"40cf3e1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f5f316\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"10b7087\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3224969\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->\\n<p>[woocommerce_checkout]<\\/p>\\n<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db3e75f\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"21c0079\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b29ae09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2861ed7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1c27750\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8ebf8d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"62df3fe\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"170d0df\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ba0d05\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0f888a8\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d15f3b0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"319077d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"549eff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(194037,184348,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(194041,184349,'_elementor_edit_mode','builder'),(194042,184349,'_elementor_template_type','wp-page'),(194043,184349,'_elementor_version','3.34.1'),(194044,184349,'_elementor_pro_version','3.34.0'),(194045,184349,'_wp_page_template','default'),(194046,184349,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":{\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c20efd6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fbfbb65\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77b0e89\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d6a686b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ed096a9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"79fa668\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0d0f973\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"38830c9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c67ee3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d777498\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4d02ff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6635460\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"e8237fb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3c5476e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"416fc23\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e110093\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"52fc65e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4d200bf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ff7219c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f81c47\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6080522\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"161d23f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\\\"mailto:accounting@liceclinicsofamerica.com\\\">accounting@liceclinicsofamerica.com<\\/a><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"aadc582\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"df2ac94\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c988eb\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"718edf0\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1a65a88\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ac841f8\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"320fb30\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d58ae49\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9a15faf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"40cf3e1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f5f316\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"10b7087\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3224969\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->\\n<p>[woocommerce_checkout]<\\/p>\\n<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db3e75f\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"21c0079\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b29ae09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2861ed7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1c27750\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8ebf8d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"62df3fe\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"170d0df\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ba0d05\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0f888a8\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d15f3b0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"319077d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"549eff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(194047,184349,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(194051,184350,'_elementor_edit_mode','builder'),(194052,184350,'_elementor_template_type','wp-page'),(194053,184350,'_elementor_version','3.34.1'),(194054,184350,'_elementor_pro_version','3.34.0'),(194055,184350,'_wp_page_template','default'),(194056,184350,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":{\"eael_parallax_layers_list\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c20efd6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fbfbb65\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"77b0e89\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d6a686b\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ed096a9\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"79fa668\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0d0f973\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"38830c9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c67ee3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d777498\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4d02ff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6635460\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"e8237fb\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3c5476e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"416fc23\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e110093\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"52fc65e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4d200bf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ff7219c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f81c47\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6080522\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_cl_logics\":[{\"_id\":\"161d23f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\\\"mailto:accounting@liceclinicsofamerica.com\\\">accounting@liceclinicsofamerica.com<\\/a><\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"aadc582\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"df2ac94\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c988eb\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"718edf0\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1a65a88\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"ac841f8\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"320fb30\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d58ae49\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9a15faf\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"40cf3e1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f5f316\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"10b7087\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3224969\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->\\n<p>[woocommerce_checkout]<\\/p>\\n<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db3e75f\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"21c0079\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b29ae09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"2861ed7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1c27750\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8ebf8d7\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"62df3fe\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"170d0df\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5ba0d05\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0f888a8\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d15f3b0\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"319077d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"549eff6\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(194057,184350,'_elementor_page_settings','a:4:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(194061,21,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:2;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}}'),(194065,184346,'_edit_last','106'),(194066,184346,'_date_completed','1769092689'),(194067,184346,'_completed_date','2026-01-22 14:38:09'),(194068,184351,'_order_key','wc_order_8dZkgDqVOSIDe'),(194069,184351,'_customer_user','39'),(194070,184351,'_payment_method','cheque'),(194071,184351,'_payment_method_title','Bill My Account (Invoice)'),(194072,184351,'_customer_ip_address','72.33.2.159'),(194073,184351,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(194074,184351,'_created_via','checkout'),(194075,184351,'_cart_hash','f63e7d76b9711967b14cbfd1a27c650b'),(194076,184351,'_download_permissions_granted','yes'),(194077,184351,'_recorded_sales','yes'),(194078,184351,'_recorded_coupon_usage_counts','yes'),(194079,184351,'_new_order_email_sent','true'),(194080,184351,'_order_stock_reduced','yes'),(194081,184351,'_billing_first_name','Patty'),(194082,184351,'_billing_last_name','Ziegler'),(194083,184351,'_billing_address_1','3090 Saddle Brook Tr'),(194084,184351,'_billing_city','Sun Prairie'),(194085,184351,'_billing_state','WI'),(194086,184351,'_billing_postcode','53590'),(194087,184351,'_billing_country','US'),(194088,184351,'_billing_email','liceremovalwisconsin@gmail.com'),(194089,184351,'_billing_phone','6088258255'),(194090,184351,'_shipping_first_name','Patty'),(194091,184351,'_shipping_address_1','3090 Saddle Brook Tr'),(194092,184351,'_shipping_city','Sun Prairie'),(194093,184351,'_shipping_state','WI'),(194094,184351,'_shipping_postcode','53590'),(194095,184351,'_order_currency','USD'),(194096,184351,'_cart_discount','0'),(194097,184351,'_cart_discount_tax','0'),(194098,184351,'_order_shipping','0'),(194099,184351,'_order_shipping_tax','0'),(194100,184351,'_order_tax','0'),(194101,184351,'_order_total','405.00'),(194102,184351,'_order_version','10.4.3'),(194103,184351,'_prices_include_tax','no'),(194104,184351,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(194105,184351,'_shipping_address_index','Patty   3090 Saddle Brook Tr  Sun Prairie WI 53590  '),(194106,184351,'is_vat_exempt','no'),(194107,184351,'_wc_order_attribution_source_type','typein'),(194108,184351,'_wc_order_attribution_utm_source','(direct)'),(194109,184351,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194110,184351,'_wc_order_attribution_session_start_time','2026-01-22 16:52:50'),(194111,184351,'_wc_order_attribution_session_pages','10'),(194112,184351,'_wc_order_attribution_session_count','1'),(194113,184351,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(194114,184351,'_wc_order_attribution_device_type','Desktop'),(194117,184351,'_date_paid','1769101207'),(194118,184351,'_paid_date','2026-01-22 17:00:07'),(194119,184351,'_debug_log_source_pending_deletion','place-order-debug-90a34c7b'),(194120,184351,'_edit_lock','1770138197:106'),(194142,184351,'_edit_last','106'),(194143,184351,'_date_completed','1770138324'),(194144,184351,'_completed_date','2026-02-03 17:05:24'),(194152,184353,'_order_key','wc_order_Vh4LsHdob2mAE'),(194153,184353,'_customer_user','77'),(194154,184353,'_payment_method','cheque'),(194155,184353,'_payment_method_title','Bill My Account (Invoice)'),(194156,184353,'_customer_ip_address','162.201.108.83'),(194157,184353,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(194158,184353,'_created_via','checkout'),(194159,184353,'_cart_hash','1035c6443161814256636bca7635f89d'),(194160,184353,'_download_permissions_granted','yes'),(194161,184353,'_recorded_sales','yes'),(194162,184353,'_recorded_coupon_usage_counts','yes'),(194163,184353,'_new_order_email_sent','true'),(194164,184353,'_order_stock_reduced','yes'),(194165,184353,'_billing_first_name','Phil'),(194166,184353,'_billing_last_name','Moon'),(194167,184353,'_billing_company','LiceBusters, LLC'),(194168,184353,'_billing_address_1','12 Sharon Ave'),(194169,184353,'_billing_city','Piedmont'),(194170,184353,'_billing_state','CA'),(194171,184353,'_billing_postcode','94611'),(194172,184353,'_billing_country','US'),(194173,184353,'_billing_email','kris10maroot@gmail.com'),(194174,184353,'_billing_phone','5593046305'),(194175,184353,'_shipping_first_name','Kristen'),(194176,184353,'_shipping_company','LiceBusters, LLC'),(194177,184353,'_shipping_address_1','487 W. Scott'),(194178,184353,'_shipping_city','Fresno'),(194179,184353,'_shipping_state','CA'),(194180,184353,'_shipping_postcode','93704'),(194181,184353,'_order_currency','USD'),(194182,184353,'_cart_discount','0'),(194183,184353,'_cart_discount_tax','0'),(194184,184353,'_order_shipping','0'),(194185,184353,'_order_shipping_tax','0'),(194186,184353,'_order_tax','0'),(194187,184353,'_order_total','2700.00'),(194188,184353,'_order_version','10.4.3'),(194189,184353,'_prices_include_tax','no'),(194190,184353,'_billing_address_index','Phil Moon LiceBusters, LLC 12 Sharon Ave  Piedmont CA 94611 US kris10maroot@gmail.com 5593046305'),(194191,184353,'_shipping_address_index','Kristen  LiceBusters, LLC 487 W. Scott  Fresno CA 93704  '),(194192,184353,'is_vat_exempt','no'),(194193,184353,'_wc_order_attribution_source_type','typein'),(194194,184353,'_wc_order_attribution_utm_source','(direct)'),(194195,184353,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194196,184353,'_wc_order_attribution_session_start_time','2026-01-29 20:26:53'),(194197,184353,'_wc_order_attribution_session_pages','4'),(194198,184353,'_wc_order_attribution_session_count','2'),(194199,184353,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(194200,184353,'_wc_order_attribution_device_type','Desktop'),(194203,184353,'_date_paid','1770234767'),(194204,184353,'_paid_date','2026-02-04 19:52:47'),(194205,184353,'_debug_log_source_pending_deletion','place-order-debug-b2d065b8'),(194206,184353,'_edit_lock','1770750444:106'),(194207,184353,'_edit_last','106'),(194208,184354,'_order_key','wc_order_lLBUWuUcpA4bw'),(194209,184354,'_customer_user','67'),(194210,184354,'_payment_method','cheque'),(194211,184354,'_payment_method_title','Bill My Account (Invoice)'),(194212,184354,'_customer_ip_address','67.251.108.158'),(194213,184354,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36'),(194214,184354,'_created_via','checkout'),(194215,184354,'_cart_hash','e913dd27d61966d73e5cd62bf18b4be1'),(194216,184354,'_download_permissions_granted','yes'),(194217,184354,'_recorded_sales','yes'),(194218,184354,'_recorded_coupon_usage_counts','yes'),(194219,184354,'_new_order_email_sent','true'),(194220,184354,'_order_stock_reduced','yes'),(194221,184354,'_billing_first_name','Marnie'),(194222,184354,'_billing_last_name','Murray'),(194223,184354,'_billing_company','Naughty Nits'),(194224,184354,'_billing_address_1','2809 Wehrle Drive'),(194225,184354,'_billing_address_2','Suite 10'),(194226,184354,'_billing_city','Williamsville'),(194227,184354,'_billing_state','NY'),(194228,184354,'_billing_postcode','14221'),(194229,184354,'_billing_country','US'),(194230,184354,'_billing_email','liceclinicsupstateny@gmail.com'),(194231,184354,'_billing_phone','7166265423'),(194232,184354,'_shipping_first_name','Marnie'),(194233,184354,'_shipping_company','Naughty Nits'),(194234,184354,'_shipping_address_1','6221 Route 31'),(194235,184354,'_shipping_address_2','Suite 114'),(194236,184354,'_shipping_city','Cicero'),(194237,184354,'_shipping_state','NY'),(194238,184354,'_shipping_postcode','13039'),(194239,184354,'_order_currency','USD'),(194240,184354,'_cart_discount','0'),(194241,184354,'_cart_discount_tax','0'),(194242,184354,'_order_shipping','0'),(194243,184354,'_order_shipping_tax','0'),(194244,184354,'_order_tax','0'),(194245,184354,'_order_total','375.00'),(194246,184354,'_order_version','10.5.1'),(194247,184354,'_prices_include_tax','no'),(194248,184354,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(194249,184354,'_shipping_address_index','Marnie  Naughty Nits 6221 Route 31 Suite 114 Cicero NY 13039  '),(194250,184354,'is_vat_exempt','no'),(194251,184354,'_wc_order_attribution_source_type','typein'),(194252,184354,'_wc_order_attribution_utm_source','(direct)'),(194253,184354,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194254,184354,'_wc_order_attribution_session_start_time','2026-02-09 17:29:01'),(194255,184354,'_wc_order_attribution_session_pages','3'),(194256,184354,'_wc_order_attribution_session_count','1'),(194257,184354,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36'),(194258,184354,'_wc_order_attribution_device_type','Desktop'),(194261,184354,'_date_paid','1770658217'),(194262,184354,'_paid_date','2026-02-09 17:30:17'),(194263,184354,'_debug_log_source_pending_deletion','place-order-debug-7ab65b81'),(194264,184354,'_edit_lock','1774887229:106'),(194265,184355,'_order_key','wc_order_S0XUZQy7jY7EC'),(194266,184355,'_customer_user','89'),(194267,184355,'_payment_method','cheque'),(194268,184355,'_payment_method_title','Bill My Account (Invoice)'),(194269,184355,'_customer_ip_address','202.69.149.10'),(194270,184355,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(194271,184355,'_created_via','checkout'),(194272,184355,'_cart_hash','b5d4bccaa2f4fb6659693648cdefc52c'),(194273,184355,'_download_permissions_granted','yes'),(194274,184355,'_recorded_sales','yes'),(194275,184355,'_recorded_coupon_usage_counts','yes'),(194276,184355,'_new_order_email_sent','true'),(194277,184355,'_order_stock_reduced','yes'),(194278,184355,'_billing_first_name','Scott'),(194279,184355,'_billing_last_name','Wilson'),(194280,184355,'_billing_company','LCA Boise'),(194281,184355,'_billing_address_1','7512 W Lemhi St'),(194282,184355,'_billing_address_2','Suite 2'),(194283,184355,'_billing_city','Boise'),(194284,184355,'_billing_state','ID'),(194285,184355,'_billing_postcode','83709'),(194286,184355,'_billing_country','US'),(194287,184355,'_billing_email','scottw@laradasciences.com'),(194288,184355,'_billing_phone','8014308550'),(194289,184355,'_shipping_first_name','Scott'),(194290,184355,'_shipping_company','LCA Boise'),(194291,184355,'_shipping_address_1','7512 W Lemhi St'),(194292,184355,'_shipping_address_2','Suite 2'),(194293,184355,'_shipping_city','Boise'),(194294,184355,'_shipping_state','ID'),(194295,184355,'_shipping_postcode','83709'),(194296,184355,'_order_currency','USD'),(194297,184355,'_cart_discount','0'),(194298,184355,'_cart_discount_tax','0'),(194299,184355,'_order_shipping','0'),(194300,184355,'_order_shipping_tax','0'),(194301,184355,'_order_tax','0'),(194302,184355,'_order_total','750.00'),(194303,184355,'_order_version','10.5.1'),(194304,184355,'_prices_include_tax','no'),(194305,184355,'_billing_address_index','Scott Wilson LCA Boise 7512 W Lemhi St Suite 2 Boise ID 83709 US scottw@laradasciences.com 8014308550'),(194306,184355,'_shipping_address_index','Scott  LCA Boise 7512 W Lemhi St Suite 2 Boise ID 83709  '),(194307,184355,'is_vat_exempt','no'),(194308,184355,'_wc_order_attribution_source_type','typein'),(194309,184355,'_wc_order_attribution_utm_source','(direct)'),(194310,184355,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194311,184355,'_wc_order_attribution_session_start_time','2026-02-09 20:53:43'),(194312,184355,'_wc_order_attribution_session_pages','3'),(194313,184355,'_wc_order_attribution_session_count','2'),(194314,184355,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(194315,184355,'_wc_order_attribution_device_type','Desktop'),(194318,184355,'_date_paid','1770672431'),(194319,184355,'_paid_date','2026-02-09 21:27:11'),(194320,184355,'_debug_log_source_pending_deletion','place-order-debug-6f8a5a00'),(194321,184355,'_edit_lock','1772098026:106'),(194322,184353,'_date_completed','1770750576'),(194323,184353,'_completed_date','2026-02-10 19:09:36'),(194338,184355,'_edit_last','2'),(194339,184355,'_date_completed','1771437321'),(194340,184355,'_completed_date','2026-02-18 17:55:21'),(194341,184354,'_edit_last','106'),(194342,184354,'_date_completed','1771437404'),(194343,184354,'_completed_date','2026-02-18 17:56:44'),(194348,184356,'_order_key','wc_order_npk5sB7MkxuSO'),(194349,184356,'_customer_user','7'),(194350,184356,'_payment_method','cheque'),(194351,184356,'_payment_method_title','Bill My Account (Invoice)'),(194352,184356,'_customer_ip_address','35.132.85.249'),(194353,184356,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(194354,184356,'_created_via','checkout'),(194355,184356,'_cart_hash','f6cc732a2886db45850a5966a08b3ede'),(194356,184356,'_download_permissions_granted','yes'),(194357,184356,'_recorded_sales','yes'),(194358,184356,'_recorded_coupon_usage_counts','yes'),(194359,184356,'_new_order_email_sent','true'),(194360,184356,'_order_stock_reduced','yes'),(194361,184356,'_billing_first_name','Amy'),(194362,184356,'_billing_last_name','Allen'),(194363,184356,'_billing_company','Lice Clinics Of America'),(194364,184356,'_billing_address_1','30 Hummingbird Court'),(194365,184356,'_billing_city','Hollister'),(194366,184356,'_billing_state','CA'),(194367,184356,'_billing_postcode','95023'),(194368,184356,'_billing_country','US'),(194369,184356,'_billing_email','lca.gilroy@gmail.com'),(194370,184356,'_billing_phone','4085005537'),(194371,184356,'_shipping_first_name','Amy'),(194372,184356,'_shipping_company','Lice Clinics Of America - Gilroy'),(194373,184356,'_shipping_address_1','7680 Monterey St Ste 104'),(194374,184356,'_shipping_city','Gilroy'),(194375,184356,'_shipping_state','CA'),(194376,184356,'_shipping_postcode','95020'),(194377,184356,'_order_currency','USD'),(194378,184356,'_cart_discount','0'),(194379,184356,'_cart_discount_tax','0'),(194380,184356,'_order_shipping','0'),(194381,184356,'_order_shipping_tax','0'),(194382,184356,'_order_tax','0'),(194383,184356,'_order_total','141.00'),(194384,184356,'_order_version','10.5.1'),(194385,184356,'_prices_include_tax','no'),(194386,184356,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(194387,184356,'_shipping_address_index','Amy  Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020  '),(194388,184356,'is_vat_exempt','no'),(194389,184356,'_wc_order_attribution_source_type','typein'),(194390,184356,'_wc_order_attribution_utm_source','(direct)'),(194391,184356,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194392,184356,'_wc_order_attribution_session_start_time','2025-10-08 22:17:53'),(194393,184356,'_wc_order_attribution_session_pages','18'),(194394,184356,'_wc_order_attribution_session_count','3'),(194395,184356,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(194396,184356,'_wc_order_attribution_device_type','Desktop'),(194399,184356,'_date_paid','1771529889'),(194400,184356,'_paid_date','2026-02-19 19:38:09'),(194401,184356,'_debug_log_source_pending_deletion','place-order-debug-e1154ee6'),(194402,184356,'_edit_lock','1772806241:106'),(194415,184356,'_edit_last','106'),(194416,184357,'_order_key','wc_order_5oikTKI2MgUdS'),(194417,184357,'_customer_user','65'),(194418,184357,'_payment_method','cheque'),(194419,184357,'_payment_method_title','Bill My Account (Invoice)'),(194420,184357,'_customer_ip_address','76.106.234.193'),(194421,184357,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36'),(194422,184357,'_created_via','checkout'),(194423,184357,'_cart_hash','2185220c762288eab10f705f0e7381a6'),(194424,184357,'_download_permissions_granted','yes'),(194425,184357,'_recorded_sales','yes'),(194426,184357,'_recorded_coupon_usage_counts','yes'),(194427,184357,'_new_order_email_sent','true'),(194428,184357,'_order_stock_reduced','yes'),(194429,184357,'_billing_first_name','Mandy'),(194430,184357,'_billing_last_name','Ottesen'),(194431,184357,'_billing_company','Fresh Heads'),(194432,184357,'_billing_address_1','175 Dahlia Falls Drive'),(194433,184357,'_billing_city','St Johns'),(194434,184357,'_billing_state','FL'),(194435,184357,'_billing_postcode','32259'),(194436,184357,'_billing_country','US'),(194437,184357,'_billing_email','mandy@freshheadsliceremoval.com'),(194438,184357,'_billing_phone','9042353157'),(194439,184357,'_shipping_first_name','Mandy'),(194440,184357,'_shipping_company','Fresh Heads Lice Removal'),(194441,184357,'_shipping_address_1','13241 Bartram Park Blvd'),(194442,184357,'_shipping_address_2','1801'),(194443,184357,'_shipping_city','Jacksonville'),(194444,184357,'_shipping_state','FL'),(194445,184357,'_shipping_postcode','32258'),(194446,184357,'_order_currency','USD'),(194447,184357,'_cart_discount','0'),(194448,184357,'_cart_discount_tax','0'),(194449,184357,'_order_shipping','0'),(194450,184357,'_order_shipping_tax','0'),(194451,184357,'_order_tax','0'),(194452,184357,'_order_total','100.00'),(194453,184357,'_order_version','10.5.1'),(194454,184357,'_prices_include_tax','no'),(194455,184357,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(194456,184357,'_shipping_address_index','Mandy  Fresh Heads Lice Removal 13241 Bartram Park Blvd 1801 Jacksonville FL 32258  '),(194457,184357,'is_vat_exempt','no'),(194458,184357,'_wc_order_attribution_source_type','typein'),(194459,184357,'_wc_order_attribution_utm_source','(direct)'),(194460,184357,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194461,184357,'_wc_order_attribution_session_start_time','2026-02-24 15:37:54'),(194462,184357,'_wc_order_attribution_session_pages','3'),(194463,184357,'_wc_order_attribution_session_count','1'),(194464,184357,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36'),(194465,184357,'_wc_order_attribution_device_type','Desktop'),(194468,184357,'_date_paid','1771947532'),(194469,184357,'_paid_date','2026-02-24 15:38:52'),(194470,184357,'_debug_log_source_pending_deletion','place-order-debug-d304f503'),(194471,184357,'_edit_lock','1772218699:106'),(194472,184357,'_edit_last','106'),(194473,184357,'_date_completed','1772218837'),(194474,184357,'_completed_date','2026-02-27 19:00:37'),(194475,184356,'_date_completed','1772222772'),(194476,184356,'_completed_date','2026-02-27 20:06:12'),(194480,184358,'_order_key','wc_order_MO68VyRtxhc7e'),(194481,184358,'_customer_user','77'),(194482,184358,'_payment_method','cheque'),(194483,184358,'_payment_method_title','Bill My Account (Invoice)'),(194484,184358,'_customer_ip_address','162.201.108.83'),(194485,184358,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(194486,184358,'_created_via','checkout'),(194487,184358,'_cart_hash','9934d7085e02a7992ac8705a094d6654'),(194488,184358,'_download_permissions_granted','yes'),(194489,184358,'_recorded_sales','yes'),(194490,184358,'_recorded_coupon_usage_counts','yes'),(194491,184358,'_new_order_email_sent','true'),(194492,184358,'_order_stock_reduced','yes'),(194493,184358,'_billing_first_name','Phil'),(194494,184358,'_billing_last_name','Moon'),(194495,184358,'_billing_company','LiceBusters, LLC'),(194496,184358,'_billing_address_1','12 Sharon Ave'),(194497,184358,'_billing_city','Piedmont'),(194498,184358,'_billing_state','CA'),(194499,184358,'_billing_postcode','94611'),(194500,184358,'_billing_country','US'),(194501,184358,'_billing_email','kris10maroot@gmail.com'),(194502,184358,'_billing_phone','5593046305'),(194503,184358,'_shipping_first_name','Kristen'),(194504,184358,'_shipping_company','LiceBusters, LLC'),(194505,184358,'_shipping_address_1','450 S. Buffalo Drive Suite 116'),(194506,184358,'_shipping_city','Las Vegas'),(194507,184358,'_shipping_state','NV'),(194508,184358,'_shipping_postcode','89145'),(194509,184358,'_order_currency','USD'),(194510,184358,'_cart_discount','0'),(194511,184358,'_cart_discount_tax','0'),(194512,184358,'_order_shipping','0'),(194513,184358,'_order_shipping_tax','0'),(194514,184358,'_order_tax','0'),(194515,184358,'_order_total','1050.00'),(194516,184358,'_order_version','10.5.1'),(194517,184358,'_prices_include_tax','no'),(194518,184358,'_billing_address_index','Phil Moon LiceBusters, LLC 12 Sharon Ave  Piedmont CA 94611 US kris10maroot@gmail.com 5593046305'),(194519,184358,'_shipping_address_index','Kristen  LiceBusters, LLC 450 S. Buffalo Drive Suite 116  Las Vegas NV 89145  '),(194520,184358,'is_vat_exempt','no'),(194521,184358,'_wc_order_attribution_source_type','typein'),(194522,184358,'_wc_order_attribution_utm_source','(direct)'),(194523,184358,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194524,184358,'_wc_order_attribution_session_start_time','2026-01-29 20:26:53'),(194525,184358,'_wc_order_attribution_session_pages','4'),(194526,184358,'_wc_order_attribution_session_count','4'),(194527,184358,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(194528,184358,'_wc_order_attribution_device_type','Desktop'),(194531,184358,'_date_paid','1772750020'),(194532,184358,'_paid_date','2026-03-05 22:33:40'),(194533,184358,'_debug_log_source_pending_deletion','place-order-debug-9c163735'),(194534,184359,'_order_key','wc_order_zYv4W0g6clGMn'),(194535,184359,'_customer_user','0'),(194536,184359,'_payment_method','cheque'),(194537,184359,'_payment_method_title','Bill My Account (Invoice)'),(194538,184359,'_customer_ip_address','24.34.196.21'),(194539,184359,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0'),(194540,184359,'_created_via','checkout'),(194541,184359,'_cart_hash','e2df5816fee008ef9503d1d936396224'),(194542,184359,'_download_permissions_granted','yes'),(194543,184359,'_recorded_sales','yes'),(194544,184359,'_recorded_coupon_usage_counts','yes'),(194545,184359,'_new_order_email_sent','true'),(194546,184359,'_order_stock_reduced','yes'),(194547,184359,'_billing_first_name','Christine'),(194548,184359,'_billing_last_name','Cherry'),(194549,184359,'_billing_company','NITS END'),(194550,184359,'_billing_address_1','PO BOX 1092'),(194551,184359,'_billing_city','CAMPTON'),(194552,184359,'_billing_state','NH'),(194553,184359,'_billing_postcode','03223'),(194554,184359,'_billing_country','US'),(194555,184359,'_billing_email','nitsendnh@gmail.com'),(194556,184359,'_billing_phone','16038189383'),(194557,184359,'_shipping_first_name','Erica Froggatt'),(194558,184359,'_shipping_company','NITS END'),(194559,184359,'_shipping_address_1','5910 Wilcox Pl'),(194560,184359,'_shipping_address_2','Suite E'),(194561,184359,'_shipping_city','Dublin'),(194562,184359,'_shipping_state','OH'),(194563,184359,'_shipping_postcode','43016'),(194564,184359,'_order_currency','USD'),(194565,184359,'_cart_discount','0'),(194566,184359,'_cart_discount_tax','0'),(194567,184359,'_order_shipping','0'),(194568,184359,'_order_shipping_tax','0'),(194569,184359,'_order_tax','0'),(194570,184359,'_order_total','675.00'),(194571,184359,'_order_version','10.5.1'),(194572,184359,'_prices_include_tax','no'),(194573,184359,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  CAMPTON NH 03223 US nitsendnh@gmail.com 16038189383'),(194574,184359,'_shipping_address_index','Erica Froggatt  NITS END 5910 Wilcox Pl Suite E Dublin OH 43016  '),(194575,184359,'is_vat_exempt','no'),(194576,184359,'_wc_order_attribution_source_type','typein'),(194577,184359,'_wc_order_attribution_utm_source','(direct)'),(194578,184359,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/shop-now/'),(194579,184359,'_wc_order_attribution_session_start_time','2026-03-05 23:03:37'),(194580,184359,'_wc_order_attribution_session_pages','3'),(194581,184359,'_wc_order_attribution_session_count','1'),(194582,184359,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0'),(194583,184359,'_wc_order_attribution_device_type','Desktop'),(194586,184359,'_date_paid','1772752173'),(194587,184359,'_paid_date','2026-03-05 23:09:33'),(194588,184359,'_debug_log_source_pending_deletion','place-order-debug-ab466e34'),(194598,184358,'_edit_lock','1778863456:106'),(194599,184358,'_edit_last','106'),(194600,184359,'_edit_lock','1773948511:106'),(194601,184360,'_order_key','wc_order_RsnbcGn0J7Hvk'),(194602,184360,'_customer_user','66'),(194603,184360,'_payment_method','cheque'),(194604,184360,'_payment_method_title','Bill My Account (Invoice)'),(194605,184360,'_customer_ip_address','96.244.94.41'),(194606,184360,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36'),(194607,184360,'_created_via','checkout'),(194608,184360,'_cart_hash','b5d4bccaa2f4fb6659693648cdefc52c'),(194609,184360,'_download_permissions_granted','yes'),(194610,184360,'_recorded_sales','yes'),(194611,184360,'_recorded_coupon_usage_counts','yes'),(194612,184360,'_new_order_email_sent','true'),(194613,184360,'_order_stock_reduced','yes'),(194614,184360,'_billing_first_name','Mark'),(194615,184360,'_billing_last_name','Dent'),(194616,184360,'_billing_company','Lice Clinics of Maryland'),(194617,184360,'_billing_address_1','801 W 33rd Street'),(194618,184360,'_billing_city','BAltimore'),(194619,184360,'_billing_state','MD'),(194620,184360,'_billing_postcode','21211'),(194621,184360,'_billing_country','US'),(194622,184360,'_billing_email','info@liceclinicsofmaryland.com'),(194623,184360,'_billing_phone','4438349991'),(194624,184360,'_shipping_first_name','Dawn'),(194625,184360,'_shipping_company','LCA Baltimore'),(194626,184360,'_shipping_address_1','604 Providence Road'),(194627,184360,'_shipping_city','Towson'),(194628,184360,'_shipping_state','MD'),(194629,184360,'_shipping_postcode','21286'),(194630,184360,'_order_currency','USD'),(194631,184360,'_cart_discount','0'),(194632,184360,'_cart_discount_tax','0'),(194633,184360,'_order_shipping','0'),(194634,184360,'_order_shipping_tax','0'),(194635,184360,'_order_tax','0'),(194636,184360,'_order_total','750.00'),(194637,184360,'_order_version','10.5.1'),(194638,184360,'_prices_include_tax','no'),(194639,184360,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(194640,184360,'_shipping_address_index','Dawn  LCA Baltimore 604 Providence Road  Towson MD 21286  '),(194641,184360,'is_vat_exempt','no'),(194642,184360,'_wc_order_attribution_source_type','typein'),(194643,184360,'_wc_order_attribution_utm_source','(direct)'),(194644,184360,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194645,184360,'_wc_order_attribution_session_start_time','2026-03-11 16:23:43'),(194646,184360,'_wc_order_attribution_session_pages','3'),(194647,184360,'_wc_order_attribution_session_count','1'),(194648,184360,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36'),(194649,184360,'_wc_order_attribution_device_type','Desktop'),(194652,184360,'_date_paid','1773246418'),(194653,184360,'_paid_date','2026-03-11 16:26:58'),(194654,184360,'_debug_log_source_pending_deletion','place-order-debug-f40997ac'),(194655,184360,'_edit_lock','1773948573:106'),(194656,184360,'_edit_last','106'),(194657,184361,'_order_key','wc_order_9I4qJruo7Xl8Q'),(194658,184361,'_customer_user','77'),(194659,184361,'_payment_method','cheque'),(194660,184361,'_payment_method_title','Bill My Account (Invoice)'),(194661,184361,'_customer_ip_address','162.201.108.83'),(194662,184361,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(194663,184361,'_created_via','checkout'),(194664,184361,'_cart_hash','d5e1ff565c4a9e2e4da0c512f7e35c44'),(194665,184361,'_download_permissions_granted','yes'),(194666,184361,'_recorded_sales','yes'),(194667,184361,'_recorded_coupon_usage_counts','yes'),(194668,184361,'_new_order_email_sent','true'),(194669,184361,'_order_stock_reduced','yes'),(194670,184361,'_billing_first_name','Phil'),(194671,184361,'_billing_last_name','Moon'),(194672,184361,'_billing_company','LiceBusters, LLC'),(194673,184361,'_billing_address_1','12 Sharon Ave'),(194674,184361,'_billing_city','Piedmont'),(194675,184361,'_billing_state','CA'),(194676,184361,'_billing_postcode','94611'),(194677,184361,'_billing_country','US'),(194678,184361,'_billing_email','kris10maroot@gmail.com'),(194679,184361,'_billing_phone','5593046305'),(194680,184361,'_shipping_first_name','Kristen'),(194681,184361,'_shipping_company','LiceBusters, LLC'),(194682,184361,'_shipping_address_1','487 W. Scott Avenue'),(194683,184361,'_shipping_city','Fresno'),(194684,184361,'_shipping_state','CA'),(194685,184361,'_shipping_postcode','93704'),(194686,184361,'_order_currency','USD'),(194687,184361,'_cart_discount','0'),(194688,184361,'_cart_discount_tax','0'),(194689,184361,'_order_shipping','0'),(194690,184361,'_order_shipping_tax','0'),(194691,184361,'_order_tax','0'),(194692,184361,'_order_total','1224.00'),(194693,184361,'_order_version','10.6.1'),(194694,184361,'_prices_include_tax','no'),(194695,184361,'_billing_address_index','Phil Moon LiceBusters, LLC 12 Sharon Ave  Piedmont CA 94611 US kris10maroot@gmail.com 5593046305'),(194696,184361,'_shipping_address_index','Kristen  LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704  '),(194697,184361,'is_vat_exempt','no'),(194698,184361,'_wc_order_attribution_source_type','typein'),(194699,184361,'_wc_order_attribution_utm_source','(direct)'),(194700,184361,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194701,184361,'_wc_order_attribution_session_start_time','2026-01-29 20:26:53'),(194702,184361,'_wc_order_attribution_session_pages','12'),(194703,184361,'_wc_order_attribution_session_count','5'),(194704,184361,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(194705,184361,'_wc_order_attribution_device_type','Desktop'),(194708,184361,'_date_paid','1773852475'),(194709,184361,'_paid_date','2026-03-18 16:47:55'),(194710,184361,'_debug_log_source_pending_deletion','place-order-debug-198c7461'),(194711,184361,'_edit_lock','1778863095:106'),(194712,184358,'_date_completed','1773948568'),(194713,184358,'_completed_date','2026-03-19 19:29:28'),(194714,184359,'_edit_last','106'),(194715,184359,'_date_completed','1773948646'),(194716,184359,'_completed_date','2026-03-19 19:30:46'),(194717,184360,'_date_completed','1773948712'),(194718,184360,'_completed_date','2026-03-19 19:31:52'),(194719,184362,'_order_key','wc_order_4cIvv9FgLrnvb'),(194720,184362,'_customer_user','67'),(194721,184362,'_payment_method','cheque'),(194722,184362,'_payment_method_title','Bill My Account (Invoice)'),(194723,184362,'_customer_ip_address','67.251.108.158'),(194724,184362,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(194725,184362,'_created_via','checkout'),(194726,184362,'_cart_hash','e2df5816fee008ef9503d1d936396224'),(194727,184362,'_download_permissions_granted','yes'),(194728,184362,'_recorded_sales','yes'),(194729,184362,'_recorded_coupon_usage_counts','yes'),(194730,184362,'_new_order_email_sent','true'),(194731,184362,'_order_stock_reduced','yes'),(194732,184362,'_billing_first_name','Marnie'),(194733,184362,'_billing_last_name','Murray'),(194734,184362,'_billing_company','Naughty Nits'),(194735,184362,'_billing_address_1','2809 Wehrle Drive'),(194736,184362,'_billing_address_2','Suite 10'),(194737,184362,'_billing_city','Williamsville'),(194738,184362,'_billing_state','NY'),(194739,184362,'_billing_postcode','14221'),(194740,184362,'_billing_country','US'),(194741,184362,'_billing_email','liceclinicsupstateny@gmail.com'),(194742,184362,'_billing_phone','7166265423'),(194743,184362,'_shipping_first_name','Marnie'),(194744,184362,'_shipping_company','Naughty Nits'),(194745,184362,'_shipping_address_1','6221 Route 31'),(194746,184362,'_shipping_address_2','Suite 114'),(194747,184362,'_shipping_city','Cicero'),(194748,184362,'_shipping_state','NY'),(194749,184362,'_shipping_postcode','13039'),(194750,184362,'_order_currency','USD'),(194751,184362,'_cart_discount','0'),(194752,184362,'_cart_discount_tax','0'),(194753,184362,'_order_shipping','0'),(194754,184362,'_order_shipping_tax','0'),(194755,184362,'_order_tax','0'),(194756,184362,'_order_total','675.00'),(194757,184362,'_order_version','10.6.1'),(194758,184362,'_prices_include_tax','no'),(194759,184362,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(194760,184362,'_shipping_address_index','Marnie  Naughty Nits 6221 Route 31 Suite 114 Cicero NY 13039  '),(194761,184362,'is_vat_exempt','no'),(194762,184362,'_wc_order_attribution_source_type','typein'),(194763,184362,'_wc_order_attribution_utm_source','(direct)'),(194764,184362,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194765,184362,'_wc_order_attribution_session_start_time','2026-03-13 15:32:30'),(194766,184362,'_wc_order_attribution_session_pages','4'),(194767,184362,'_wc_order_attribution_session_count','2'),(194768,184362,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(194769,184362,'_wc_order_attribution_device_type','Desktop'),(194772,184362,'_date_paid','1774629300'),(194773,184362,'_paid_date','2026-03-27 16:35:00'),(194774,184362,'_debug_log_source_pending_deletion','place-order-debug-aaab32f3'),(194775,184363,'_order_key','wc_order_faE3Nk4d8znFz'),(194776,184363,'_customer_user','67'),(194777,184363,'_payment_method','cheque'),(194778,184363,'_payment_method_title','Bill My Account (Invoice)'),(194779,184363,'_customer_ip_address','67.251.108.158'),(194780,184363,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(194781,184363,'_created_via','checkout'),(194782,184363,'_cart_hash','e913dd27d61966d73e5cd62bf18b4be1'),(194783,184363,'_download_permissions_granted','yes'),(194784,184363,'_recorded_sales','yes'),(194785,184363,'_recorded_coupon_usage_counts','yes'),(194786,184363,'_new_order_email_sent','true'),(194787,184363,'_order_stock_reduced','yes'),(194788,184363,'_billing_first_name','Marnie'),(194789,184363,'_billing_last_name','Murray'),(194790,184363,'_billing_company','Naughty Nits'),(194791,184363,'_billing_address_1','2809 Wehrle Drive'),(194792,184363,'_billing_address_2','Suite 10'),(194793,184363,'_billing_city','Williamsville'),(194794,184363,'_billing_state','NY'),(194795,184363,'_billing_postcode','14221'),(194796,184363,'_billing_country','US'),(194797,184363,'_billing_email','liceclinicsupstateny@gmail.com'),(194798,184363,'_billing_phone','7166265423'),(194799,184363,'_shipping_first_name','Marnie'),(194800,184363,'_shipping_company','Naughty Nits'),(194801,184363,'_shipping_address_1','2809 Wehrle Drive'),(194802,184363,'_shipping_address_2','Suite 10'),(194803,184363,'_shipping_city','Williamsville'),(194804,184363,'_shipping_state','NY'),(194805,184363,'_shipping_postcode','14221'),(194806,184363,'_order_currency','USD'),(194807,184363,'_cart_discount','0'),(194808,184363,'_cart_discount_tax','0'),(194809,184363,'_order_shipping','0'),(194810,184363,'_order_shipping_tax','0'),(194811,184363,'_order_tax','0'),(194812,184363,'_order_total','375.00'),(194813,184363,'_order_version','10.6.1'),(194814,184363,'_prices_include_tax','no'),(194815,184363,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(194816,184363,'_shipping_address_index','Marnie  Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221  '),(194817,184363,'is_vat_exempt','no'),(194818,184363,'_wc_order_attribution_source_type','typein'),(194819,184363,'_wc_order_attribution_utm_source','(direct)'),(194820,184363,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194821,184363,'_wc_order_attribution_session_start_time','2026-03-13 15:32:30'),(194822,184363,'_wc_order_attribution_session_pages','5'),(194823,184363,'_wc_order_attribution_session_count','3'),(194824,184363,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(194825,184363,'_wc_order_attribution_device_type','Desktop'),(194828,184363,'_date_paid','1774634922'),(194829,184363,'_paid_date','2026-03-27 18:08:42'),(194830,184363,'_debug_log_source_pending_deletion','place-order-debug-6c5d2dd5'),(194831,184362,'_edit_lock','1775478223:106'),(194832,184363,'_edit_lock','1775478157:106'),(194835,11,'_elementor_migrations_state_8b2d','4.0.1:6235a6c47f65a3aca2fc5a7c56ad64e4'),(194838,184361,'_edit_last','106'),(194839,184361,'_date_completed','1774887547'),(194840,184361,'_completed_date','2026-03-30 16:19:07'),(194861,184364,'_elementor_edit_mode','builder'),(194862,184364,'_elementor_template_type','wp-page'),(194863,184364,'_elementor_version','4.0.0'),(194864,184364,'_elementor_pro_version','3.35.1'),(194865,184364,'_wp_page_template','default'),(194866,184364,'_elementor_data','[{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db4e64f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3045f24\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"9344b12\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"a59f39d\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"31cbc00\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6adb89f\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f34648\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"256040a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"11f5a45\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0ad56e7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ce76c9a\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"560e8fa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9ee8f49\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"db985bb\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"3e8fb44\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5ef3bd7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"c5388d4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a5c4c27\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"2b9cb49\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"945b203\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8f9b2c6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"830ff73\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"42057c9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3d465df\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"button_background_color\":\"#5BC500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dae1b82\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c477950\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"1a5ff0c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0a8a365\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"53e4908\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ff39d14\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a2520e1\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9b28018\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0cb3f86\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a9209c7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"24aadd0\"}],\"view_cart_color\":\"#5BC500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9 Device PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_text_transform\":\"uppercase\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dac65b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b9c5b14\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"304eb57\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"24432c6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"ac588f7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"0523691\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"bec9382\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"d0e594d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cf57cd4\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"665f3ef\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cefc3f6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e97f4ac\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"60180e8\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"184201\",\"184199\",\"184198\",\"184196\",\"184194\",\"184192\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46c37e4\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"65016f3\",\"dynamic_field_custom_separator\":\"|\"}],\"button_text_color\":\"#FFFFFF\",\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"fe928ae\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"93363e1\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4c90fa4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"3ba49fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"593e465\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c56bfd\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1c8ce0\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dcef070\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dc0ec1a\"}],\"view_cart_color\":\"#30A3C4\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(194867,184364,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(194868,184364,'_elementor_controls_usage','a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:2;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:2;s:8:\"_padding\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}}}}s:20:\"woocommerce-products\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:2;s:15:\"query_posts_ids\";i:2;s:13:\"query_orderby\";i:2;s:11:\"query_order\";i:1;}s:15:\"section_content\";a:2:{s:14:\"columns_mobile\";i:1;s:8:\"paginate\";i:2;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:31:{s:11:\"title_color\";i:2;s:9:\"star_size\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:28:\"title_typography_font_weight\";i:2;s:11:\"price_color\";i:2;s:15:\"old_price_color\";i:2;s:7:\"row_gap\";i:2;s:5:\"align\";i:2;s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:28:\"price_typography_font_weight\";i:1;s:31:\"old_price_typography_typography\";i:2;s:32:\"old_price_typography_font_family\";i:2;s:32:\"old_price_typography_font_weight\";i:2;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;s:19:\"button_text_padding\";i:2;s:27:\"automatically_align_buttons\";i:2;s:31:\"view_cart_typography_typography\";i:1;s:32:\"view_cart_typography_font_family\";i:1;s:32:\"view_cart_typography_font_weight\";i:1;s:23:\"button_background_color\";i:2;s:17:\"button_text_color\";i:2;s:15:\"view_cart_color\";i:2;s:13:\"title_spacing\";i:1;s:19:\"button_border_color\";i:1;s:18:\"button_hover_color\";i:1;s:29:\"button_hover_background_color\";i:1;s:25:\"button_hover_border_color\";i:1;}s:16:\"sale_flash_style\";a:3:{s:17:\"show_onsale_flash\";i:2;s:17:\"onsale_text_color\";i:1;s:28:\"onsale_text_background_color\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;s:9:\"flex_wrap\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"section_layout\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}}'),(194873,184365,'_wp_attached_file','2025/09/SquareTreatmentHose.webp'),(194874,184365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1333;s:6:\"height\";i:1333;s:4:\"file\";s:32:\"2025/09/SquareTreatmentHose.webp\";s:8:\"filesize\";i:113922;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"SquareTreatmentHose-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12672;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"SquareTreatmentHose-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"SquareTreatmentHose-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4792;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"SquareTreatmentHose-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48714;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"SquareTreatmentHose-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12672;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"SquareTreatmentHose-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34510;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"SquareTreatmentHose-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194876,184201,'_thumbnail_id','184368'),(194877,184366,'_wp_attached_file','2025/09/SquareTreatmentHose-1.webp'),(194878,184366,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1333;s:6:\"height\";i:1333;s:4:\"file\";s:34:\"2025/09/SquareTreatmentHose-1.webp\";s:8:\"filesize\";i:92804;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"SquareTreatmentHose-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11718;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"SquareTreatmentHose-1-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"SquareTreatmentHose-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"SquareTreatmentHose-1-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42886;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"SquareTreatmentHose-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11718;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"SquareTreatmentHose-1-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30462;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"SquareTreatmentHose-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2812;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194879,184367,'_wp_attached_file','2025/09/SquareAirAlleDevice.webp'),(194880,184367,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1333;s:6:\"height\";i:1333;s:4:\"file\";s:32:\"2025/09/SquareAirAlleDevice.webp\";s:8:\"filesize\";i:33266;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"SquareAirAlleDevice-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5962;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"SquareAirAlleDevice-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"SquareAirAlleDevice-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2816;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"SquareAirAlleDevice-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17190;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"SquareAirAlleDevice-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5962;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"SquareAirAlleDevice-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13436;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"SquareAirAlleDevice-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1910;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194881,184368,'_wp_attached_file','2025/09/SquareAirAlleDevice-1.webp'),(194882,184368,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:34:\"2025/09/SquareAirAlleDevice-1.webp\";s:8:\"filesize\";i:73746;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"SquareAirAlleDevice-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6892;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"SquareAirAlleDevice-1-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"SquareAirAlleDevice-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3208;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"SquareAirAlleDevice-1-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25590;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"SquareAirAlleDevice-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6892;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"SquareAirAlleDevice-1-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18030;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"SquareAirAlleDevice-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194883,184369,'_wp_attached_file','2025/09/SquarePowerCord.webp'),(194884,184369,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:28:\"2025/09/SquarePowerCord.webp\";s:8:\"filesize\";i:227262;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"SquarePowerCord-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16134;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"SquarePowerCord-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120440;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"SquarePowerCord-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4850;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"SquarePowerCord-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76454;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"SquarePowerCord-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16134;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"SquarePowerCord-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:50464;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"SquarePowerCord-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2602;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194885,184370,'_wp_attached_file','2025/09/SquareApplicatorBase.webp'),(194886,184370,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2025/09/SquareApplicatorBase.webp\";s:8:\"filesize\";i:71340;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"SquareApplicatorBase-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8642;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"SquareApplicatorBase-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"SquareApplicatorBase-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4266;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"SquareApplicatorBase-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25058;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"SquareApplicatorBase-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8642;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"SquareApplicatorBase-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19194;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"SquareApplicatorBase-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2838;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194887,184371,'_wp_attached_file','2025/09/SquareFilter.webp'),(194888,184371,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:25:\"2025/09/SquareFilter.webp\";s:8:\"filesize\";i:202394;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"SquareFilter-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13516;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"SquareFilter-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:119994;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"SquareFilter-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"SquareFilter-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78608;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"SquareFilter-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13516;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"SquareFilter-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51186;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"SquareFilter-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2176;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194889,184372,'_wp_attached_file','2025/09/SquareTips.webp'),(194890,184372,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:23:\"2025/09/SquareTips.webp\";s:8:\"filesize\";i:87258;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"SquareTips-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6720;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"SquareTips-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"SquareTips-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"SquareTips-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19766;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"SquareTips-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6720;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"SquareTips-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14618;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"SquareTips-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2478;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194891,184363,'_edit_last','106'),(194892,184363,'_date_completed','1775478293'),(194893,184363,'_completed_date','2026-04-06 12:24:53'),(194894,184362,'_edit_last','106'),(194895,184362,'_date_completed','1775478320'),(194896,184362,'_completed_date','2026-04-06 12:25:20'),(194900,184373,'_order_key','wc_order_QkwwkBsT6w7O8'),(194901,184373,'_customer_user','89'),(194902,184373,'_payment_method','cheque'),(194903,184373,'_payment_method_title','Bill My Account (Invoice)'),(194904,184373,'_customer_ip_address','202.69.149.10'),(194905,184373,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(194906,184373,'_created_via','checkout'),(194907,184373,'_cart_hash','f8adfd132aad1b8132725ab949e24ebb'),(194908,184373,'_download_permissions_granted','yes'),(194909,184373,'_recorded_sales','yes'),(194910,184373,'_recorded_coupon_usage_counts','yes'),(194911,184373,'_new_order_email_sent','true'),(194912,184373,'_order_stock_reduced','yes'),(194913,184373,'_billing_first_name','Scott'),(194914,184373,'_billing_last_name','Wilson'),(194915,184373,'_billing_company','LCA Boise'),(194916,184373,'_billing_address_1','7512 W Lemhi St'),(194917,184373,'_billing_address_2','Suite 2'),(194918,184373,'_billing_city','Boise'),(194919,184373,'_billing_state','ID'),(194920,184373,'_billing_postcode','83709'),(194921,184373,'_billing_country','US'),(194922,184373,'_billing_email','scottw@laradasciences.com'),(194923,184373,'_billing_phone','8014308550'),(194924,184373,'_shipping_first_name','Scott'),(194925,184373,'_shipping_company','LCA Boise'),(194926,184373,'_shipping_address_1','7512 W Lemhi St'),(194927,184373,'_shipping_address_2','Suite 2'),(194928,184373,'_shipping_city','Boise'),(194929,184373,'_shipping_state','ID'),(194930,184373,'_shipping_postcode','83709'),(194931,184373,'_order_currency','USD'),(194932,184373,'_cart_discount','0'),(194933,184373,'_cart_discount_tax','0'),(194934,184373,'_order_shipping','0'),(194935,184373,'_order_shipping_tax','0'),(194936,184373,'_order_tax','0'),(194937,184373,'_order_total','300.00'),(194938,184373,'_order_version','10.6.2'),(194939,184373,'_prices_include_tax','no'),(194940,184373,'_billing_address_index','Scott Wilson LCA Boise 7512 W Lemhi St Suite 2 Boise ID 83709 US scottw@laradasciences.com 8014308550'),(194941,184373,'_shipping_address_index','Scott  LCA Boise 7512 W Lemhi St Suite 2 Boise ID 83709  '),(194942,184373,'is_vat_exempt','no'),(194943,184373,'_wc_order_attribution_source_type','typein'),(194944,184373,'_wc_order_attribution_utm_source','(direct)'),(194945,184373,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(194946,184373,'_wc_order_attribution_session_start_time','2026-04-07 15:16:58'),(194947,184373,'_wc_order_attribution_session_pages','3'),(194948,184373,'_wc_order_attribution_session_count','1'),(194949,184373,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(194950,184373,'_wc_order_attribution_device_type','Desktop'),(194953,184373,'_date_paid','1775575241'),(194954,184373,'_paid_date','2026-04-07 15:20:41'),(194955,184373,'_debug_log_source_pending_deletion','place-order-debug-77c06a38'),(194956,184373,'_edit_lock','1778862777:106'),(194957,3281,'_eael_post_view_count','250'),(195040,184374,'_elementor_edit_mode','builder'),(195041,184374,'_elementor_template_type','header'),(195042,184374,'_elementor_version','3.34.1'),(195043,184374,'_elementor_pro_version','3.34.0'),(195044,184374,'_wp_page_template','default'),(195045,184374,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"50ad1ed\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"470290c\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c50393c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"291ac0c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2d65f38\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a594a54\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1e1e0b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6df3da3\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cdbe2ce\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6fa9bf9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ba3c193\"}]},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":[],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"995826a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"2a174e5\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"035169b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e255474\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5782896\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"961a744\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d45d542\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"56c45c2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c37d408\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c6b3b7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"18b4d3e\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4ae04ff\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"71beda2\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"8301a76\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"067a193\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8779300\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e62ec4c\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d9b4eb7\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0bdc7e6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"59b2591\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ac78b9f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c8a16f\"}]},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"5ded8e6\",\"elType\":\"widget\",\"settings\":{\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5ad444\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7a5601e\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"7b252fa\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"cb5c039\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ae6fa83\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"97ea5be\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b2eb351\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"dd6f55f\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"14fa0af\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"97573cb\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"de6fe4b\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_empty_indicator\":\"hide\",\"side_cart_alignment\":\"end\",\"icon\":\"cart-solid\",\"view_cart_button_show\":\"\",\"view_cart_button_alignment\":\"center\",\"view_cart_border_border\":\"solid\",\"__globals__\":{\"toggle_button_text_color\":\"globals\\/colors?id=accent\",\"view_cart_button_text_color\":\"globals\\/colors?id=accent\",\"view_cart_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"woocommerce-menu-cart\"}],\"isInner\":false}]'),(195046,184374,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(195047,184374,'_elementor_screenshot','a:2:{s:2:\"id\";i:184347;s:3:\"url\";s:148:\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_112_2026-01-21-15-58-34_38b22c2e.png\";}'),(195054,184375,'_elementor_edit_mode','builder'),(195055,184375,'_elementor_template_type','header'),(195056,184375,'_elementor_version','4.0.1'),(195057,184375,'_elementor_pro_version','4.0.1'),(195058,184375,'_wp_page_template','default'),(195059,184375,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"50ad1ed\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"470290c\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c50393c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"291ac0c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2d65f38\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a594a54\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1e1e0b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6df3da3\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cdbe2ce\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6fa9bf9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ba3c193\"}]},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":[],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"995826a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"2a174e5\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"035169b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e255474\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5782896\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"961a744\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d45d542\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"56c45c2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c37d408\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c6b3b7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"18b4d3e\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4ae04ff\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"71beda2\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"8301a76\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"067a193\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8779300\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e62ec4c\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d9b4eb7\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0bdc7e6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"59b2591\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ac78b9f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c8a16f\"}]},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(195060,184375,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(195109,184377,'_elementor_edit_mode','builder'),(195110,184377,'_elementor_template_type','header'),(195111,184377,'_elementor_version','4.0.1'),(195112,184377,'_elementor_pro_version','4.0.1'),(195113,184377,'_wp_page_template','default'),(195114,184377,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"50ad1ed\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"470290c\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c50393c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"291ac0c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2d65f38\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a594a54\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1e1e0b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6df3da3\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cdbe2ce\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6fa9bf9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ba3c193\"}]},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":[],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"995826a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"2a174e5\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"035169b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e255474\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5782896\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"961a744\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d45d542\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"56c45c2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c37d408\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c6b3b7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"18b4d3e\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4ae04ff\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"71beda2\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"8301a76\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"067a193\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8779300\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e62ec4c\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d9b4eb7\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0bdc7e6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"59b2591\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ac78b9f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c8a16f\"}]},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"df0dbf6\",\"elType\":\"widget\",\"settings\":{\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"035d04f\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b3f754d\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"02a27ca\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"951ed76\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a921e1a\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6f15039\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c86767f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"902f0c7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8434ef4\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4411a76\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3b47871\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-menu-cart\"}],\"isInner\":false}]'),(195115,184377,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(195119,184377,'_elementor_screenshot','a:2:{s:2:\"id\";i:184376;s:3:\"url\";s:148:\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_112_2026-04-08-15-18-21_1088b45d.png\";}'),(195133,184378,'_elementor_edit_mode','builder'),(195134,184378,'_elementor_template_type','header'),(195135,184378,'_elementor_version','4.0.1'),(195136,184378,'_elementor_pro_version','4.0.1'),(195137,184378,'_wp_page_template','default'),(195138,184378,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"50ad1ed\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"470290c\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c50393c\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"291ac0c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"2d65f38\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a594a54\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d1e1e0b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6df3da3\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"cdbe2ce\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6fa9bf9\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ba3c193\"}]},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":[],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\",\"link\":{\"url\":\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"995826a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"2a174e5\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"035169b\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e255474\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"5782896\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"961a744\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d45d542\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"56c45c2\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c37d408\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"2c6b3b7\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"18b4d3e\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4ae04ff\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"71beda2\",\"dynamic_field_custom_separator\":\"|\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"8301a76\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"067a193\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"8779300\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"e62ec4c\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d9b4eb7\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0bdc7e6\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"59b2591\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ac78b9f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8c8a16f\"}]},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(195139,184378,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(195143,112,'_elementor_controls_usage','a:3:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}s:8:\"nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:8:{s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:14:\"animation_text\";i:1;s:8:\"dropdown\";i:1;s:10:\"full_width\";i:1;s:10:\"text_align\";i:1;s:12:\"toggle_align\";i:1;s:12:\"submenu_icon\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:12:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;s:13:\"pointer_width\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:18:\"menu_space_between\";i:1;}s:22:\"section_style_dropdown\";a:8:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;s:26:\"color_dropdown_item_active\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_color\";i:1;s:22:\"dropdown_divider_width\";i:1;}s:12:\"style_toggle\";a:4:{s:12:\"toggle_color\";i:1;s:23:\"toggle_background_color\";i:1;s:18:\"toggle_color_hover\";i:1;s:11:\"toggle_size\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:1:{s:10:\"_flex_size\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:10:\"min_height\";i:1;s:16:\"flex_align_items\";i:1;s:14:\"flex_direction\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;s:20:\"flex_justify_content\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}s:15:\"section_effects\";a:1:{s:6:\"sticky\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:1;s:21:\"eael_svg_paths_custom\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}}'),(195173,184373,'_edit_last','106'),(195174,184373,'_date_completed','1775705559'),(195175,184373,'_completed_date','2026-04-09 03:32:39'),(195179,184379,'_order_key','wc_order_UM5fInklQpLMl'),(195180,184379,'_customer_user','93'),(195181,184379,'_payment_method','cheque'),(195182,184379,'_payment_method_title','Bill My Account (Invoice)'),(195183,184379,'_customer_ip_address','173.63.90.204'),(195184,184379,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0'),(195185,184379,'_created_via','checkout'),(195186,184379,'_cart_hash','6b859957f49a82e533a314f20e5df031'),(195187,184379,'_download_permissions_granted','yes'),(195188,184379,'_recorded_sales','yes'),(195189,184379,'_recorded_coupon_usage_counts','yes'),(195190,184379,'_new_order_email_sent','true'),(195191,184379,'_order_stock_reduced','yes'),(195192,184379,'_billing_first_name','Ondrea'),(195193,184379,'_billing_last_name','Bertie'),(195194,184379,'_billing_address_1','59 Stone Fence Road'),(195195,184379,'_billing_city','Allendale'),(195196,184379,'_billing_state','NJ'),(195197,184379,'_billing_postcode','07401'),(195198,184379,'_billing_country','US'),(195199,184379,'_billing_email','info@ramsey.liceclinicsofamerica.com'),(195200,184379,'_billing_phone','2017885535'),(195201,184379,'_shipping_first_name','Ondrea'),(195202,184379,'_shipping_last_name','Bertie'),(195203,184379,'_shipping_address_1','59 Stone Fence Road'),(195204,184379,'_shipping_city','Allendale'),(195205,184379,'_shipping_state','NJ'),(195206,184379,'_shipping_postcode','07401'),(195207,184379,'_shipping_country','US'),(195208,184379,'_order_currency','USD'),(195209,184379,'_cart_discount','0'),(195210,184379,'_cart_discount_tax','0'),(195211,184379,'_order_shipping','0'),(195212,184379,'_order_shipping_tax','0'),(195213,184379,'_order_tax','0'),(195214,184379,'_order_total','1500.00'),(195215,184379,'_order_version','10.6.2'),(195216,184379,'_prices_include_tax','no'),(195217,184379,'_billing_address_index','Ondrea Bertie  59 Stone Fence Road  Allendale NJ 07401 US info@ramsey.liceclinicsofamerica.com 2017885535'),(195218,184379,'_shipping_address_index','Ondrea Bertie  59 Stone Fence Road  Allendale NJ 07401 US '),(195219,184379,'is_vat_exempt','no'),(195220,184379,'_wc_order_attribution_source_type','typein'),(195221,184379,'_wc_order_attribution_utm_source','(direct)'),(195222,184379,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195223,184379,'_wc_order_attribution_session_start_time','2026-04-09 17:07:01'),(195224,184379,'_wc_order_attribution_session_pages','5'),(195225,184379,'_wc_order_attribution_session_count','1'),(195226,184379,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0'),(195227,184379,'_wc_order_attribution_device_type','Desktop'),(195230,184379,'_debug_log_source_pending_deletion','place-order-debug-d60d3ea7'),(195231,184379,'_edit_lock','1778862859:106'),(195232,184379,'_edit_last','106'),(195233,184380,'_order_key','wc_order_nwjmCkabEXNVx'),(195234,184380,'_customer_user','77'),(195235,184380,'_payment_method','cheque'),(195236,184380,'_payment_method_title','Bill My Account (Invoice)'),(195237,184380,'_customer_ip_address','162.201.108.83'),(195238,184380,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(195239,184380,'_created_via','checkout'),(195240,184380,'_cart_hash','1d014f63118aacf23cb4737df81a3ba5'),(195241,184380,'_download_permissions_granted','yes'),(195242,184380,'_recorded_sales','yes'),(195243,184380,'_recorded_coupon_usage_counts','yes'),(195244,184380,'_new_order_email_sent','true'),(195245,184380,'_order_stock_reduced','yes'),(195246,184380,'_billing_first_name','Phil'),(195247,184380,'_billing_last_name','Moon'),(195248,184380,'_billing_company','LiceBusters, LLC'),(195249,184380,'_billing_address_1','12 Sharon Ave'),(195250,184380,'_billing_city','Piedmont'),(195251,184380,'_billing_state','CA'),(195252,184380,'_billing_postcode','94611'),(195253,184380,'_billing_country','US'),(195254,184380,'_billing_email','kris10maroot@gmail.com'),(195255,184380,'_billing_phone','5593046305'),(195256,184380,'_shipping_first_name','Kristen'),(195257,184380,'_shipping_last_name','Maroot-Rippee'),(195258,184380,'_shipping_company','LiceBusters, LLC'),(195259,184380,'_shipping_address_1','487 W. Scott Avenue'),(195260,184380,'_shipping_city','Fresno'),(195261,184380,'_shipping_state','CA'),(195262,184380,'_shipping_postcode','93704'),(195263,184380,'_shipping_country','US'),(195264,184380,'_order_currency','USD'),(195265,184380,'_cart_discount','0'),(195266,184380,'_cart_discount_tax','0'),(195267,184380,'_order_shipping','0'),(195268,184380,'_order_shipping_tax','0'),(195269,184380,'_order_tax','0'),(195270,184380,'_order_total','2262.00'),(195271,184380,'_order_version','10.6.2'),(195272,184380,'_prices_include_tax','no'),(195273,184380,'_billing_address_index','Phil Moon LiceBusters, LLC 12 Sharon Ave  Piedmont CA 94611 US kris10maroot@gmail.com 5593046305'),(195274,184380,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(195275,184380,'is_vat_exempt','no'),(195276,184380,'_wc_order_attribution_source_type','typein'),(195277,184380,'_wc_order_attribution_utm_source','(direct)'),(195278,184380,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195279,184380,'_wc_order_attribution_session_start_time','2026-01-29 20:26:53'),(195280,184380,'_wc_order_attribution_session_pages','4'),(195281,184380,'_wc_order_attribution_session_count','6'),(195282,184380,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'),(195283,184380,'_wc_order_attribution_device_type','Desktop'),(195286,184380,'_debug_log_source_pending_deletion','place-order-debug-e4e5f771'),(195287,184380,'_edit_lock','1778866213:106'),(195294,184379,'_date_completed','1775839124'),(195295,184379,'_completed_date','2026-04-10 16:38:44'),(195296,184380,'_edit_last','106'),(195318,184380,'_date_completed','1776344402'),(195319,184380,'_completed_date','2026-04-16 13:00:02'),(195344,3280,'_eael_post_view_count','257'),(195346,184382,'_order_key','wc_order_VDOk7plWxSd2t'),(195347,184382,'_customer_user','67'),(195348,184382,'_payment_method','cheque'),(195349,184382,'_payment_method_title','Bill My Account (Invoice)'),(195350,184382,'_customer_ip_address','67.251.108.158'),(195351,184382,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36'),(195352,184382,'_created_via','checkout'),(195353,184382,'_cart_hash','e913dd27d61966d73e5cd62bf18b4be1'),(195354,184382,'_download_permissions_granted','yes'),(195355,184382,'_recorded_sales','yes'),(195356,184382,'_recorded_coupon_usage_counts','yes'),(195357,184382,'_new_order_email_sent','true'),(195358,184382,'_order_stock_reduced','yes'),(195359,184382,'_billing_first_name','Marnie'),(195360,184382,'_billing_last_name','Murray'),(195361,184382,'_billing_company','Naughty Nits'),(195362,184382,'_billing_address_1','2809 Wehrle Drive'),(195363,184382,'_billing_address_2','Suite 10'),(195364,184382,'_billing_city','Williamsville'),(195365,184382,'_billing_state','NY'),(195366,184382,'_billing_postcode','14221'),(195367,184382,'_billing_country','US'),(195368,184382,'_billing_email','liceclinicsupstateny@gmail.com'),(195369,184382,'_billing_phone','7166265423'),(195370,184382,'_shipping_first_name','Marnie'),(195371,184382,'_shipping_last_name','Murray'),(195372,184382,'_shipping_company','Naughty Nits'),(195373,184382,'_shipping_address_1','2809 Wehrle Drive'),(195374,184382,'_shipping_address_2','Suite 10'),(195375,184382,'_shipping_city','Williamsville'),(195376,184382,'_shipping_state','NY'),(195377,184382,'_shipping_postcode','14221'),(195378,184382,'_shipping_country','US'),(195379,184382,'_order_currency','USD'),(195380,184382,'_cart_discount','0'),(195381,184382,'_cart_discount_tax','0'),(195382,184382,'_order_shipping','0'),(195383,184382,'_order_shipping_tax','0'),(195384,184382,'_order_tax','0'),(195385,184382,'_order_total','375.00'),(195386,184382,'_order_version','10.6.2'),(195387,184382,'_prices_include_tax','no'),(195388,184382,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(195389,184382,'_shipping_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(195390,184382,'is_vat_exempt','no'),(195391,184382,'_wc_order_attribution_source_type','typein'),(195392,184382,'_wc_order_attribution_utm_source','(direct)'),(195393,184382,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195394,184382,'_wc_order_attribution_session_start_time','2026-05-07 12:49:30'),(195395,184382,'_wc_order_attribution_session_pages','4'),(195396,184382,'_wc_order_attribution_session_count','1'),(195397,184382,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36'),(195398,184382,'_wc_order_attribution_device_type','Desktop'),(195401,184382,'_debug_log_source_pending_deletion','place-order-debug-faba5cda'),(195402,184383,'_order_key','wc_order_ydXilE7lgAr6f'),(195403,184383,'_customer_user','67'),(195404,184383,'_payment_method','cheque'),(195405,184383,'_payment_method_title','Bill My Account (Invoice)'),(195406,184383,'_customer_ip_address','67.251.108.158'),(195407,184383,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36'),(195408,184383,'_created_via','checkout'),(195409,184383,'_cart_hash','e913dd27d61966d73e5cd62bf18b4be1'),(195410,184383,'_download_permissions_granted','yes'),(195411,184383,'_recorded_sales','yes'),(195412,184383,'_recorded_coupon_usage_counts','yes'),(195413,184383,'_new_order_email_sent','true'),(195414,184383,'_order_stock_reduced','yes'),(195415,184383,'_billing_first_name','Marnie'),(195416,184383,'_billing_last_name','Murray'),(195417,184383,'_billing_company','Naughty Nits'),(195418,184383,'_billing_address_1','2809 Wehrle Drive'),(195419,184383,'_billing_address_2','Suite 10'),(195420,184383,'_billing_city','Williamsville'),(195421,184383,'_billing_state','NY'),(195422,184383,'_billing_postcode','14221'),(195423,184383,'_billing_country','US'),(195424,184383,'_billing_email','liceclinicsupstateny@gmail.com'),(195425,184383,'_billing_phone','7166265423'),(195426,184383,'_shipping_first_name','Marnie'),(195427,184383,'_shipping_last_name','Murray'),(195428,184383,'_shipping_company','Naughty Nits'),(195429,184383,'_shipping_address_1','6221 Route 31'),(195430,184383,'_shipping_address_2','Suite 114'),(195431,184383,'_shipping_city','Cicero'),(195432,184383,'_shipping_state','NY'),(195433,184383,'_shipping_postcode','13039'),(195434,184383,'_shipping_country','US'),(195435,184383,'_order_currency','USD'),(195436,184383,'_cart_discount','0'),(195437,184383,'_cart_discount_tax','0'),(195438,184383,'_order_shipping','0'),(195439,184383,'_order_shipping_tax','0'),(195440,184383,'_order_tax','0'),(195441,184383,'_order_total','375.00'),(195442,184383,'_order_version','10.6.2'),(195443,184383,'_prices_include_tax','no'),(195444,184383,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(195445,184383,'_shipping_address_index','Marnie Murray Naughty Nits 6221 Route 31 Suite 114 Cicero NY 13039 US '),(195446,184383,'is_vat_exempt','no'),(195447,184383,'_wc_order_attribution_source_type','typein'),(195448,184383,'_wc_order_attribution_utm_source','(direct)'),(195449,184383,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195450,184383,'_wc_order_attribution_session_start_time','2026-05-07 12:49:30'),(195451,184383,'_wc_order_attribution_session_pages','8'),(195452,184383,'_wc_order_attribution_session_count','1'),(195453,184383,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36'),(195454,184383,'_wc_order_attribution_device_type','Desktop'),(195457,184383,'_debug_log_source_pending_deletion','place-order-debug-2979d97c'),(195458,184382,'_edit_lock','1778591846:106'),(195459,184382,'_edit_last','106'),(195460,184383,'_edit_lock','1778591904:106'),(195461,184383,'_edit_last','106'),(195462,184384,'_order_key','wc_order_bdxjEzPB4huuM'),(195463,184384,'_customer_user','96'),(195464,184384,'_payment_method','cheque'),(195465,184384,'_payment_method_title','Bill My Account (Invoice)'),(195466,184384,'_customer_ip_address','166.181.81.227'),(195467,184384,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0'),(195468,184384,'_created_via','checkout'),(195469,184384,'_cart_hash','a688e01a0b2d12db4d943f224a4f0677'),(195470,184384,'_download_permissions_granted','yes'),(195471,184384,'_recorded_sales','yes'),(195472,184384,'_recorded_coupon_usage_counts','yes'),(195473,184384,'_new_order_email_sent','true'),(195474,184384,'_order_stock_reduced','yes'),(195475,184384,'_billing_first_name','Jaimi'),(195476,184384,'_billing_last_name','Anderson'),(195477,184384,'_billing_company','Lice Clinics of America - Des Moines'),(195478,184384,'_billing_address_1','1139 Burlington Ter'),(195479,184384,'_billing_city','Des Moines'),(195480,184384,'_billing_state','IA'),(195481,184384,'_billing_postcode','50314'),(195482,184384,'_billing_country','US'),(195483,184384,'_billing_email','j.m.licesolutions@gmail.com'),(195484,184384,'_billing_phone','5159710667'),(195485,184384,'_shipping_first_name','Jaimi'),(195486,184384,'_shipping_last_name','Anderson'),(195487,184384,'_shipping_company','Lice Clinics of America - Des Moines'),(195488,184384,'_shipping_address_1','6900 University Ave.'),(195489,184384,'_shipping_address_2','Ste 120'),(195490,184384,'_shipping_city','Windsor Heights'),(195491,184384,'_shipping_state','IA'),(195492,184384,'_shipping_postcode','50324'),(195493,184384,'_shipping_country','US'),(195494,184384,'_order_currency','USD'),(195495,184384,'_cart_discount','0'),(195496,184384,'_cart_discount_tax','0'),(195497,184384,'_order_shipping','0'),(195498,184384,'_order_shipping_tax','0'),(195499,184384,'_order_tax','0'),(195500,184384,'_order_total','40.00'),(195501,184384,'_order_version','10.6.2'),(195502,184384,'_prices_include_tax','no'),(195503,184384,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 5159710667'),(195504,184384,'_shipping_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 6900 University Ave. Ste 120 Windsor Heights IA 50324 US '),(195505,184384,'is_vat_exempt','no'),(195506,184384,'_wc_order_attribution_source_type','typein'),(195507,184384,'_wc_order_attribution_utm_source','(direct)'),(195508,184384,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195509,184384,'_wc_order_attribution_session_start_time','2026-05-11 18:43:06'),(195510,184384,'_wc_order_attribution_session_pages','8'),(195511,184384,'_wc_order_attribution_session_count','1'),(195512,184384,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0'),(195513,184384,'_wc_order_attribution_device_type','Desktop'),(195516,184384,'_debug_log_source_pending_deletion','place-order-debug-7c71910c'),(195517,184385,'_order_key','wc_order_0fBjXr0ZoMCBA'),(195518,184385,'_customer_user','4'),(195519,184385,'_payment_method','cheque'),(195520,184385,'_payment_method_title','Bill My Account (Invoice)'),(195521,184385,'_customer_ip_address','73.20.28.23'),(195522,184385,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195523,184385,'_created_via','checkout'),(195524,184385,'_cart_hash','03c4f59e228073460434ad475e148cb4'),(195525,184385,'_download_permissions_granted','yes'),(195526,184385,'_recorded_sales','yes'),(195527,184385,'_recorded_coupon_usage_counts','yes'),(195528,184385,'_new_order_email_sent','true'),(195529,184385,'_order_stock_reduced','yes'),(195530,184385,'_billing_first_name','Harley'),(195531,184385,'_billing_last_name','Ruelle'),(195532,184385,'_billing_company','Larada Sciences (LCA)'),(195533,184385,'_billing_address_1','4873 South State St.'),(195534,184385,'_billing_city','Murray'),(195535,184385,'_billing_state','UT'),(195536,184385,'_billing_postcode','84107'),(195537,184385,'_billing_country','US'),(195538,184385,'_billing_email','info@slc.liceclinicsofamerica.com'),(195539,184385,'_billing_phone','8019197428'),(195540,184385,'_shipping_first_name','Harley'),(195541,184385,'_shipping_last_name','Ruelle'),(195542,184385,'_shipping_company','Larada Sciences (LCA)'),(195543,184385,'_shipping_address_1','4873 South State St.'),(195544,184385,'_shipping_city','Murray'),(195545,184385,'_shipping_state','UT'),(195546,184385,'_shipping_postcode','84107'),(195547,184385,'_shipping_country','US'),(195548,184385,'_order_currency','USD'),(195549,184385,'_cart_discount','0'),(195550,184385,'_cart_discount_tax','0'),(195551,184385,'_order_shipping','0'),(195552,184385,'_order_shipping_tax','0'),(195553,184385,'_order_tax','0'),(195554,184385,'_order_total','60.00'),(195555,184385,'_order_version','10.6.2'),(195556,184385,'_prices_include_tax','no'),(195557,184385,'_billing_address_index','Harley Ruelle Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US info@slc.liceclinicsofamerica.com 8019197428'),(195558,184385,'_shipping_address_index','Harley Ruelle Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(195559,184385,'is_vat_exempt','no'),(195560,184385,'_wc_order_attribution_source_type','typein'),(195561,184385,'_wc_order_attribution_utm_source','(direct)'),(195562,184385,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195563,184385,'_wc_order_attribution_session_start_time','2026-05-11 19:34:17'),(195564,184385,'_wc_order_attribution_session_pages','10'),(195565,184385,'_wc_order_attribution_session_count','1'),(195566,184385,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195567,184385,'_wc_order_attribution_device_type','Desktop'),(195570,184385,'_debug_log_source_pending_deletion','place-order-debug-ffda4feb'),(195571,184382,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800221626\";s:12:\"date_shipped\";s:10:\"1778112000\";s:11:\"tracking_id\";s:32:\"632739d7561e6f8107daae64bca3e03c\";}}'),(195572,184382,'_date_completed','1778591975'),(195573,184382,'_completed_date','2026-05-12 13:19:35'),(195574,184383,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800221670\";s:12:\"date_shipped\";s:10:\"1778112000\";s:11:\"tracking_id\";s:32:\"1605d5b9f5b8b840f2b27536d69516f6\";}}'),(195575,184383,'_date_completed','1778592042'),(195576,184383,'_completed_date','2026-05-12 13:20:42'),(195577,184384,'_edit_lock','1778762797:106'),(195578,184384,'_edit_last','106'),(195579,184385,'_edit_lock','1779212162:106'),(195580,184385,'_edit_last','106'),(195581,184384,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F158F0371970787\";s:12:\"date_shipped\";s:10:\"1778630400\";s:11:\"tracking_id\";s:32:\"e4fa3d90f068a42ebe0a8c1dc1e72814\";}}'),(195582,184384,'_date_completed','1778762459'),(195583,184384,'_completed_date','2026-05-14 12:40:59'),(195584,184385,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:3:\"UPS\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F158F0372988016\";s:12:\"date_shipped\";s:10:\"1778803200\";s:11:\"tracking_id\";s:32:\"9712337d335b040ac099aaf5fa39167d\";}}'),(195585,184385,'_date_completed','1778866454'),(195586,184385,'_completed_date','2026-05-15 17:34:14'),(195587,184386,'_order_key','wc_order_AlC71JpoEWSOP'),(195588,184386,'_customer_user','32'),(195589,184386,'_payment_method','cheque'),(195590,184386,'_payment_method_title','Bill My Account (Invoice)'),(195591,184386,'_customer_ip_address','47.24.205.116'),(195592,184386,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195593,184386,'_created_via','checkout'),(195594,184386,'_cart_hash','4b30c61fbf42cea8b4f4f1bf5acb349c'),(195595,184386,'_download_permissions_granted','yes'),(195596,184386,'_recorded_sales','yes'),(195597,184386,'_recorded_coupon_usage_counts','yes'),(195598,184386,'_new_order_email_sent','true'),(195599,184386,'_order_stock_reduced','yes'),(195600,184386,'_billing_first_name','Elizabeth'),(195601,184386,'_billing_last_name','Lutz'),(195602,184386,'_billing_company','LiceBusters St. Louis'),(195603,184386,'_billing_address_1','7923 Big Bend Blvd'),(195604,184386,'_billing_city','Webster Groves'),(195605,184386,'_billing_state','MO'),(195606,184386,'_billing_postcode','63119'),(195607,184386,'_billing_country','US'),(195608,184386,'_billing_email','help@licebusters-stl.com'),(195609,184386,'_billing_phone','314-9739837'),(195610,184386,'_shipping_first_name','Elizabeth'),(195611,184386,'_shipping_last_name','Lutz'),(195612,184386,'_shipping_company','LCA Lice Busters - St. Louis'),(195613,184386,'_shipping_address_1','7923 Big Bend Blvd.'),(195614,184386,'_shipping_city','St. Louis'),(195615,184386,'_shipping_state','MO'),(195616,184386,'_shipping_postcode','63119'),(195617,184386,'_shipping_country','US'),(195618,184386,'_order_currency','USD'),(195619,184386,'_cart_discount','0'),(195620,184386,'_cart_discount_tax','0'),(195621,184386,'_order_shipping','0'),(195622,184386,'_order_shipping_tax','0'),(195623,184386,'_order_tax','0'),(195624,184386,'_order_total','64.00'),(195625,184386,'_order_version','10.6.2'),(195626,184386,'_prices_include_tax','no'),(195627,184386,'_billing_address_index','Elizabeth Lutz LiceBusters St. Louis 7923 Big Bend Blvd  Webster Groves MO 63119 US help@licebusters-stl.com 314-9739837'),(195628,184386,'_shipping_address_index','Elizabeth Lutz LCA Lice Busters - St. Louis 7923 Big Bend Blvd.  St. Louis MO 63119 US '),(195629,184386,'is_vat_exempt','no'),(195630,184386,'_wc_order_attribution_source_type','typein'),(195631,184386,'_wc_order_attribution_utm_source','(direct)'),(195632,184386,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195633,184386,'_wc_order_attribution_session_start_time','2026-05-18 15:17:17'),(195634,184386,'_wc_order_attribution_session_pages','4'),(195635,184386,'_wc_order_attribution_session_count','2'),(195636,184386,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195637,184386,'_wc_order_attribution_device_type','Desktop'),(195640,184386,'_debug_log_source_pending_deletion','place-order-debug-f12f680f'),(195641,184386,'_edit_lock','1779293396:106'),(195642,184387,'_order_key','wc_order_Og7f7jNCmnAot'),(195643,184387,'_customer_user','67'),(195644,184387,'_payment_method','cheque'),(195645,184387,'_payment_method_title','Bill My Account (Invoice)'),(195646,184387,'_customer_ip_address','67.251.108.158'),(195647,184387,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195648,184387,'_created_via','checkout'),(195649,184387,'_cart_hash','e2df5816fee008ef9503d1d936396224'),(195650,184387,'_download_permissions_granted','yes'),(195651,184387,'_recorded_sales','yes'),(195652,184387,'_recorded_coupon_usage_counts','yes'),(195653,184387,'_new_order_email_sent','true'),(195654,184387,'_order_stock_reduced','yes'),(195655,184387,'_billing_first_name','Marnie'),(195656,184387,'_billing_last_name','Murray'),(195657,184387,'_billing_company','Naughty Nits'),(195658,184387,'_billing_address_1','2809 Wehrle Drive'),(195659,184387,'_billing_address_2','Suite 10'),(195660,184387,'_billing_city','Williamsville'),(195661,184387,'_billing_state','NY'),(195662,184387,'_billing_postcode','14221'),(195663,184387,'_billing_country','US'),(195664,184387,'_billing_email','liceclinicsupstateny@gmail.com'),(195665,184387,'_billing_phone','7166265423'),(195666,184387,'_shipping_first_name','Marnie'),(195667,184387,'_shipping_last_name','Murray'),(195668,184387,'_shipping_company','Lice Clinics Upstate NY'),(195669,184387,'_shipping_address_1','258 Hoosick Street'),(195670,184387,'_shipping_address_2','Suite 109'),(195671,184387,'_shipping_city','Troy'),(195672,184387,'_shipping_state','NY'),(195673,184387,'_shipping_postcode','12180'),(195674,184387,'_shipping_country','US'),(195675,184387,'_order_currency','USD'),(195676,184387,'_cart_discount','0'),(195677,184387,'_cart_discount_tax','0'),(195678,184387,'_order_shipping','0'),(195679,184387,'_order_shipping_tax','0'),(195680,184387,'_order_tax','0'),(195681,184387,'_order_total','675.00'),(195682,184387,'_order_version','10.6.2'),(195683,184387,'_prices_include_tax','no'),(195684,184387,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(195685,184387,'_shipping_address_index','Marnie Murray Lice Clinics Upstate NY 258 Hoosick Street Suite 109 Troy NY 12180 US '),(195686,184387,'is_vat_exempt','no'),(195687,184387,'_wc_order_attribution_source_type','typein'),(195688,184387,'_wc_order_attribution_utm_source','(direct)'),(195689,184387,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195690,184387,'_wc_order_attribution_session_start_time','2026-05-19 12:36:17'),(195691,184387,'_wc_order_attribution_session_pages','4'),(195692,184387,'_wc_order_attribution_session_count','1'),(195693,184387,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195694,184387,'_wc_order_attribution_device_type','Desktop'),(195697,184387,'_debug_log_source_pending_deletion','place-order-debug-ab4bd605'),(195698,184386,'_edit_last','106'),(195699,184387,'_edit_lock','1779459949:106'),(195700,184387,'_edit_last','106'),(195701,184386,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:3:\"UPS\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F158F0371244455\";s:12:\"date_shipped\";s:10:\"1779148800\";s:11:\"tracking_id\";s:32:\"3b0abf9f63e2964a0c886c1f89fd19d7\";}}'),(195702,184386,'_date_completed','1779293529'),(195703,184386,'_completed_date','2026-05-20 16:12:09'),(195704,184387,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:5:\"FedEx\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800223364\";s:12:\"date_shipped\";s:10:\"1779148800\";s:11:\"tracking_id\";s:32:\"d8db9f7d0b64361bbe99db0a86032106\";}}'),(195705,184387,'_date_completed','1779460080'),(195706,184387,'_completed_date','2026-05-22 14:28:00'),(195707,184388,'_order_key','wc_order_T1KHZMLqTljTs'),(195708,184388,'_customer_user','67'),(195709,184388,'_payment_method','cheque'),(195710,184388,'_payment_method_title','Bill My Account (Invoice)'),(195711,184388,'_customer_ip_address','67.251.108.158'),(195712,184388,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195713,184388,'_created_via','checkout'),(195714,184388,'_cart_hash','c38c665d5c310f251610ac141dc807d2'),(195715,184388,'_download_permissions_granted','yes'),(195716,184388,'_recorded_sales','yes'),(195717,184388,'_recorded_coupon_usage_counts','yes'),(195718,184388,'_new_order_email_sent','true'),(195719,184388,'_order_stock_reduced','yes'),(195720,184388,'_billing_first_name','Marnie'),(195721,184388,'_billing_last_name','Murray'),(195722,184388,'_billing_company','Naughty Nits'),(195723,184388,'_billing_address_1','2809 Wehrle Drive'),(195724,184388,'_billing_address_2','Suite 10'),(195725,184388,'_billing_city','Williamsville'),(195726,184388,'_billing_state','NY'),(195727,184388,'_billing_postcode','14221'),(195728,184388,'_billing_country','US'),(195729,184388,'_billing_email','liceclinicsupstateny@gmail.com'),(195730,184388,'_billing_phone','7166265423'),(195731,184388,'_shipping_first_name','Marnie'),(195732,184388,'_shipping_last_name','Murray'),(195733,184388,'_shipping_company','Naughty Nits'),(195734,184388,'_shipping_address_1','2809 Wehrle Drive'),(195735,184388,'_shipping_address_2','Suite 10'),(195736,184388,'_shipping_city','Williamsville'),(195737,184388,'_shipping_state','NY'),(195738,184388,'_shipping_postcode','14221'),(195739,184388,'_shipping_country','US'),(195740,184388,'_order_currency','USD'),(195741,184388,'_cart_discount','0'),(195742,184388,'_cart_discount_tax','0'),(195743,184388,'_order_shipping','0'),(195744,184388,'_order_shipping_tax','0'),(195745,184388,'_order_tax','0'),(195746,184388,'_order_total','90.00'),(195747,184388,'_order_version','10.7.0'),(195748,184388,'_prices_include_tax','no'),(195749,184388,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(195750,184388,'_shipping_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(195751,184388,'is_vat_exempt','no'),(195752,184388,'_wc_order_attribution_source_type','typein'),(195753,184388,'_wc_order_attribution_utm_source','(direct)'),(195754,184388,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195755,184388,'_wc_order_attribution_session_start_time','2026-05-19 12:36:17'),(195756,184388,'_wc_order_attribution_session_pages','4'),(195757,184388,'_wc_order_attribution_session_count','2'),(195758,184388,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195759,184388,'_wc_order_attribution_device_type','Desktop'),(195762,184388,'_debug_log_source_pending_deletion','place-order-debug-f56297c4'),(195763,184388,'_edit_lock','1780926887:106'),(195811,184388,'_edit_last','106'),(195812,184389,'_edit_lock','1780067515:2'),(195813,184389,'_edit_last','2'),(195814,184389,'discount_type','fixed_cart'),(195815,184389,'coupon_amount','1600'),(195816,184389,'individual_use','no'),(195817,184389,'usage_limit','0'),(195818,184389,'usage_limit_per_user','0'),(195819,184389,'limit_usage_to_x_items','0'),(195820,184389,'usage_count','1'),(195821,184389,'date_expires',NULL),(195822,184389,'free_shipping','no'),(195823,184389,'exclude_sale_items','no'),(195824,184389,'product_brands','a:0:{}'),(195825,184389,'exclude_product_brands','a:0:{}'),(195829,184390,'_order_key','wc_order_mJ4xvNhRANeWl'),(195830,184390,'_customer_user','52'),(195831,184390,'_payment_method','cheque'),(195832,184390,'_payment_method_title','Bill My Account (Invoice)'),(195833,184390,'_customer_ip_address','100.15.250.115'),(195834,184390,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195835,184390,'_created_via','checkout'),(195836,184390,'_cart_hash','857482c502e6d0b99cd033ebb2d04d98'),(195837,184390,'_download_permissions_granted','yes'),(195838,184390,'_recorded_sales','yes'),(195839,184390,'_recorded_coupon_usage_counts','yes'),(195840,184390,'_new_order_email_sent','true'),(195841,184390,'_order_stock_reduced','yes'),(195842,184390,'_billing_first_name','Darlene'),(195843,184390,'_billing_last_name','LaFramboise'),(195844,184390,'_billing_company','LCA-NOVA'),(195845,184390,'_billing_address_1','25473 Tomey Ct'),(195846,184390,'_billing_city','Aldie'),(195847,184390,'_billing_state','VA'),(195848,184390,'_billing_postcode','20105-3048'),(195849,184390,'_billing_country','US'),(195850,184390,'_billing_email','info@liceremovalnova.com'),(195851,184390,'_billing_phone','7033031576'),(195852,184390,'_shipping_first_name','Darlene'),(195853,184390,'_shipping_last_name','LaFramboise'),(195854,184390,'_shipping_company','LCA-NOVA'),(195855,184390,'_shipping_address_1','25473 Tomey Ct'),(195856,184390,'_shipping_city','Aldie'),(195857,184390,'_shipping_state','VA'),(195858,184390,'_shipping_postcode','20105-3048'),(195859,184390,'_shipping_country','US'),(195860,184390,'_order_currency','USD'),(195861,184390,'_cart_discount','1600'),(195862,184390,'_cart_discount_tax','0'),(195863,184390,'_order_shipping','0'),(195864,184390,'_order_shipping_tax','0'),(195865,184390,'_order_tax','0'),(195866,184390,'_order_total','1600.00'),(195867,184390,'_order_version','10.7.0'),(195868,184390,'_prices_include_tax','no'),(195869,184390,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(195870,184390,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(195871,184390,'is_vat_exempt','no'),(195872,184390,'_wc_order_attribution_source_type','typein'),(195873,184390,'_wc_order_attribution_utm_source','(direct)'),(195874,184390,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195875,184390,'_wc_order_attribution_session_start_time','2026-05-29 15:34:39'),(195876,184390,'_wc_order_attribution_session_pages','4'),(195877,184390,'_wc_order_attribution_session_count','1'),(195878,184390,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195879,184390,'_wc_order_attribution_device_type','Desktop'),(195882,184389,'_used_by','52'),(195883,184390,'_debug_log_source_pending_deletion','place-order-debug-3dd3320c'),(195884,184390,'_edit_lock','1780513561:106'),(195885,184390,'_edit_last','106'),(195886,184391,'_order_key','wc_order_2xfZ5N5ADuAxI'),(195887,184391,'_customer_user','66'),(195888,184391,'_payment_method','cheque'),(195889,184391,'_payment_method_title','Bill My Account (Invoice)'),(195890,184391,'_customer_ip_address','96.244.94.41'),(195891,184391,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195892,184391,'_created_via','checkout'),(195893,184391,'_cart_hash','d2224da5b7cbaaf8912a033f4f8365d5'),(195894,184391,'_download_permissions_granted','yes'),(195895,184391,'_recorded_sales','yes'),(195896,184391,'_recorded_coupon_usage_counts','yes'),(195897,184391,'_new_order_email_sent','true'),(195898,184391,'_order_stock_reduced','yes'),(195899,184391,'_billing_first_name','Mark'),(195900,184391,'_billing_last_name','Dent'),(195901,184391,'_billing_company','Lice Clinics of Maryland'),(195902,184391,'_billing_address_1','801 W 33rd Street'),(195903,184391,'_billing_city','BAltimore'),(195904,184391,'_billing_state','MD'),(195905,184391,'_billing_postcode','21211'),(195906,184391,'_billing_country','US'),(195907,184391,'_billing_email','info@liceclinicsofmaryland.com'),(195908,184391,'_billing_phone','4438349991'),(195909,184391,'_shipping_first_name','Dawn'),(195910,184391,'_shipping_last_name','Mumaw'),(195911,184391,'_shipping_company','LCA Baltimore'),(195912,184391,'_shipping_address_1','604 Providence Road'),(195913,184391,'_shipping_city','Towson'),(195914,184391,'_shipping_state','MD'),(195915,184391,'_shipping_postcode','21286'),(195916,184391,'_shipping_country','US'),(195917,184391,'_order_currency','USD'),(195918,184391,'_cart_discount','0'),(195919,184391,'_cart_discount_tax','0'),(195920,184391,'_order_shipping','0'),(195921,184391,'_order_shipping_tax','0'),(195922,184391,'_order_tax','0'),(195923,184391,'_order_total','840.00'),(195924,184391,'_order_version','10.7.0'),(195925,184391,'_prices_include_tax','no'),(195926,184391,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(195927,184391,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(195928,184391,'is_vat_exempt','no'),(195929,184391,'_wc_order_attribution_source_type','typein'),(195930,184391,'_wc_order_attribution_utm_source','(direct)'),(195931,184391,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(195932,184391,'_wc_order_attribution_session_start_time','2026-06-01 16:31:06'),(195933,184391,'_wc_order_attribution_session_pages','6'),(195934,184391,'_wc_order_attribution_session_count','1'),(195935,184391,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(195936,184391,'_wc_order_attribution_device_type','Desktop'),(195939,184391,'_debug_log_source_pending_deletion','place-order-debug-59896167'),(195940,184388,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F158F0372598483\";s:12:\"date_shipped\";s:10:\"1780012800\";s:11:\"tracking_id\";s:32:\"dda0ec651705d4256d085063a9537780\";}}'),(195941,184388,'_date_completed','1780417258'),(195942,184388,'_completed_date','2026-06-02 16:20:58'),(195943,184391,'_edit_lock','1781279515:106'),(195944,184391,'_edit_last','106'),(195945,184390,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F158F0371859952\";s:12:\"date_shipped\";s:10:\"1780272000\";s:11:\"tracking_id\";s:32:\"7a823869199abd64d819bc1f7e58733c\";}}'),(195946,184390,'_date_completed','1780419230'),(195947,184390,'_completed_date','2026-06-02 16:53:50'),(195948,184392,'_order_key','wc_order_5xLFwKzFg4Jrl'),(195949,184392,'_customer_user','98'),(195950,184392,'_payment_method','cheque'),(195951,184392,'_payment_method_title','Bill My Account (Invoice)'),(195952,184392,'_customer_ip_address','24.34.196.21'),(195953,184392,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0'),(195954,184392,'_created_via','checkout'),(195955,184392,'_cart_hash','0812c885cf711ce0f3a90c076c5bd5ee'),(195956,184392,'_download_permissions_granted','yes'),(195957,184392,'_recorded_sales','yes'),(195958,184392,'_recorded_coupon_usage_counts','yes'),(195959,184392,'_new_order_email_sent','true'),(195960,184392,'_order_stock_reduced','yes'),(195961,184392,'_billing_first_name','Christine'),(195962,184392,'_billing_last_name','Cherry'),(195963,184392,'_billing_company','NITS END'),(195964,184392,'_billing_address_1','PO BOX 1092'),(195965,184392,'_billing_address_2','suite E'),(195966,184392,'_billing_city','Campton'),(195967,184392,'_billing_state','PA'),(195968,184392,'_billing_postcode','03223'),(195969,184392,'_billing_country','US'),(195970,184392,'_billing_email','christine@liceclinicscolumbus.com'),(195971,184392,'_billing_phone','16034983390'),(195972,184392,'_shipping_first_name','Erica'),(195973,184392,'_shipping_last_name','Froggatt'),(195974,184392,'_shipping_company','LCA - Nits End / 149091'),(195975,184392,'_shipping_address_1','5910 Wilcox Pl'),(195976,184392,'_shipping_address_2','suite E'),(195977,184392,'_shipping_city','Dublin'),(195978,184392,'_shipping_state','OH'),(195979,184392,'_shipping_postcode','43016'),(195980,184392,'_shipping_country','US'),(195981,184392,'_order_currency','USD'),(195982,184392,'_cart_discount','0'),(195983,184392,'_cart_discount_tax','0'),(195984,184392,'_order_shipping','0'),(195985,184392,'_order_shipping_tax','0'),(195986,184392,'_order_tax','0'),(195987,184392,'_order_total','935.00'),(195988,184392,'_order_version','10.7.0'),(195989,184392,'_prices_include_tax','no'),(195990,184392,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 suite E Campton PA 03223 US christine@liceclinicscolumbus.com 16034983390'),(195991,184392,'_shipping_address_index','Erica Froggatt LCA - Nits End / 149091 5910 Wilcox Pl suite E Dublin OH 43016 US '),(195992,184392,'is_vat_exempt','no'),(195993,184392,'_wc_order_attribution_source_type','typein'),(195994,184392,'_wc_order_attribution_utm_source','(direct)'),(195995,184392,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/shop-now/'),(195996,184392,'_wc_order_attribution_session_start_time','2026-06-02 20:22:22'),(195997,184392,'_wc_order_attribution_session_pages','1'),(195998,184392,'_wc_order_attribution_session_count','2'),(195999,184392,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0'),(196000,184392,'_wc_order_attribution_device_type','Desktop'),(196003,184392,'_debug_log_source_pending_deletion','place-order-debug-65f11bdd'),(196004,184392,'_edit_lock','1780680881:106'),(196005,184392,'_edit_last','106'),(196006,184392,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F158F0371212104\";s:12:\"date_shipped\";s:10:\"1780617600\";s:11:\"tracking_id\";s:32:\"69901f44607dab8aea6836652b866435\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:3:\"Fed\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800225654\";s:12:\"date_shipped\";s:10:\"1780617600\";s:11:\"tracking_id\";s:32:\"2088ad367b92afe1d6ff32026acb736c\";}}'),(196007,184392,'_date_completed','1780681016'),(196008,184392,'_completed_date','2026-06-05 17:36:56'),(196009,184393,'_order_key','wc_order_XTP1XnutXbDZZ'),(196010,184393,'_customer_user','7'),(196011,184393,'_payment_method','cheque'),(196012,184393,'_payment_method_title','Bill My Account (Invoice)'),(196013,184393,'_customer_ip_address','174.85.112.207'),(196014,184393,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(196015,184393,'_created_via','checkout'),(196016,184393,'_cart_hash','2185220c762288eab10f705f0e7381a6'),(196017,184393,'_download_permissions_granted','yes'),(196018,184393,'_recorded_sales','yes'),(196019,184393,'_recorded_coupon_usage_counts','yes'),(196020,184393,'_new_order_email_sent','false'),(196021,184393,'_order_stock_reduced','yes'),(196022,184393,'_billing_first_name','Amy'),(196023,184393,'_billing_last_name','Allen'),(196024,184393,'_billing_company','Lice Clinics Of America'),(196025,184393,'_billing_address_1','30 Hummingbird Court'),(196026,184393,'_billing_city','Hollister'),(196027,184393,'_billing_state','CA'),(196028,184393,'_billing_postcode','95023'),(196029,184393,'_billing_country','US'),(196030,184393,'_billing_email','lca.gilroy@gmail.com'),(196031,184393,'_billing_phone','4085005537'),(196032,184393,'_shipping_first_name','Amy'),(196033,184393,'_shipping_last_name','Allen'),(196034,184393,'_shipping_company','Lice Clinics Of America - Gilroy'),(196035,184393,'_shipping_address_1','7680 Monterey St Ste 104'),(196036,184393,'_shipping_city','Gilroy'),(196037,184393,'_shipping_state','CA'),(196038,184393,'_shipping_postcode','95020'),(196039,184393,'_shipping_country','US'),(196040,184393,'_order_currency','USD'),(196041,184393,'_cart_discount','0'),(196042,184393,'_cart_discount_tax','0'),(196043,184393,'_order_shipping','0'),(196044,184393,'_order_shipping_tax','0'),(196045,184393,'_order_tax','0'),(196046,184393,'_order_total','100.00'),(196047,184393,'_order_version','10.7.0'),(196048,184393,'_prices_include_tax','no'),(196049,184393,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(196050,184393,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(196051,184393,'is_vat_exempt','no'),(196052,184393,'_wc_order_attribution_source_type','typein'),(196053,184393,'_wc_order_attribution_utm_source','(direct)'),(196054,184393,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(196055,184393,'_wc_order_attribution_session_start_time','2026-06-03 16:14:57'),(196056,184393,'_wc_order_attribution_session_pages','14'),(196057,184393,'_wc_order_attribution_session_count','3'),(196058,184393,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36'),(196059,184393,'_wc_order_attribution_device_type','Desktop'),(196062,184393,'_debug_log_source_pending_deletion','place-order-debug-5a8864d1'),(196063,184393,'_edit_lock','1782133641:106'),(196064,184393,'_edit_last','106'),(196065,184391,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:3:\"UPS\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F158F0372637092\";s:12:\"date_shipped\";s:10:\"1780531200\";s:11:\"tracking_id\";s:32:\"665f4298d4c0d6f01f43c3787a121998\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800225816\";s:12:\"date_shipped\";s:10:\"1780617600\";s:11:\"tracking_id\";s:32:\"ec0875b7e16cce54cbf3d6f80f257dc2\";}}'),(196066,184391,'_date_completed','1781279649'),(196067,184391,'_completed_date','2026-06-12 15:54:09'),(196068,184393,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:3:\"UPS\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:38:\"1Z6F158F0370975453; 1Z6F158F0370498399\";s:12:\"date_shipped\";s:10:\"1781222400\";s:11:\"tracking_id\";s:32:\"e3e30ff0a78f036be81ea1b15ec98af3\";}}'),(196069,184393,'_date_completed','1782133769'),(196070,184393,'_completed_date','2026-06-22 13:09:29'),(196071,184394,'_order_key','wc_order_ArYRHCp1zXWdg'),(196072,184394,'_customer_user','105'),(196073,184394,'_payment_method','cheque'),(196074,184394,'_payment_method_title','Bill My Account (Invoice)'),(196075,184394,'_customer_ip_address','76.205.132.42'),(196076,184394,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36'),(196077,184394,'_created_via','checkout'),(196078,184394,'_cart_hash','b5d4bccaa2f4fb6659693648cdefc52c'),(196079,184394,'_download_permissions_granted','yes'),(196080,184394,'_recorded_sales','yes'),(196081,184394,'_recorded_coupon_usage_counts','yes'),(196082,184394,'_new_order_email_sent','true'),(196083,184394,'_order_stock_reduced','yes'),(196084,184394,'_billing_first_name','Joseph'),(196085,184394,'_billing_last_name','West'),(196086,184394,'_billing_company','MAJESTIC PEACOCK LLC'),(196087,184394,'_billing_address_1','615 Crofton Park Ln'),(196088,184394,'_billing_city','Franklin'),(196089,184394,'_billing_state','TN'),(196090,184394,'_billing_postcode','37069'),(196091,184394,'_billing_country','US'),(196092,184394,'_billing_email','info@nashville.liceclinicsofamerica.com'),(196093,184394,'_billing_phone','8042184232'),(196094,184394,'_shipping_first_name','Joseph'),(196095,184394,'_shipping_last_name','West'),(196096,184394,'_shipping_address_1','615 Crofton Park Lane'),(196097,184394,'_shipping_city','Franklin'),(196098,184394,'_shipping_state','TN'),(196099,184394,'_shipping_postcode','37069'),(196100,184394,'_shipping_country','US'),(196101,184394,'_order_currency','USD'),(196102,184394,'_cart_discount','0'),(196103,184394,'_cart_discount_tax','0'),(196104,184394,'_order_shipping','0'),(196105,184394,'_order_shipping_tax','0'),(196106,184394,'_order_tax','0'),(196107,184394,'_order_total','750.00'),(196108,184394,'_order_version','10.7.0'),(196109,184394,'_prices_include_tax','no'),(196110,184394,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(196111,184394,'_shipping_address_index','Joseph West  615 Crofton Park Lane  Franklin TN 37069 US '),(196112,184394,'is_vat_exempt','no'),(196113,184394,'_wc_order_attribution_source_type','typein'),(196114,184394,'_wc_order_attribution_utm_source','(direct)'),(196115,184394,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(196116,184394,'_wc_order_attribution_session_start_time','2026-07-01 19:39:41'),(196117,184394,'_wc_order_attribution_session_pages','10'),(196118,184394,'_wc_order_attribution_session_count','1'),(196119,184394,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36'),(196120,184394,'_wc_order_attribution_device_type','Desktop'),(196123,184394,'_debug_log_source_pending_deletion','place-order-debug-e8fcd90a'),(196124,184395,'_order_key','wc_order_sd7IWGlTNz49t'),(196125,184395,'_customer_user','3'),(196126,184395,'_payment_method','cheque'),(196127,184395,'_payment_method_title','Bill My Account (Invoice)'),(196128,184395,'_customer_ip_address','99.22.146.124'),(196129,184395,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36'),(196130,184395,'_created_via','checkout'),(196131,184395,'_cart_hash','fa8af680bfd3a31a14251f662aec3092'),(196132,184395,'_download_permissions_granted','yes'),(196133,184395,'_recorded_sales','yes'),(196134,184395,'_recorded_coupon_usage_counts','yes'),(196135,184395,'_new_order_email_sent','true'),(196136,184395,'_order_stock_reduced','yes'),(196137,184395,'_billing_first_name','amanda'),(196138,184395,'_billing_last_name','westerman'),(196139,184395,'_billing_company','Lice Clinics of America Dallas'),(196140,184395,'_billing_address_1','3120 HUDSON XING'),(196141,184395,'_billing_address_2','Suite A2'),(196142,184395,'_billing_city','MCKINNEY'),(196143,184395,'_billing_state','TX'),(196144,184395,'_billing_postcode','75070'),(196145,184395,'_billing_country','US'),(196146,184395,'_billing_email','awesterman1103@gmail.com'),(196147,184395,'_billing_phone','12144175741'),(196148,184395,'_shipping_first_name','amanda'),(196149,184395,'_shipping_last_name','westerman'),(196150,184395,'_shipping_company','Lice Clinics of America McKinney'),(196151,184395,'_shipping_address_1','1709 Damian Way'),(196152,184395,'_shipping_city','Richardson'),(196153,184395,'_shipping_state','TX'),(196154,184395,'_shipping_postcode','75081'),(196155,184395,'_shipping_country','US'),(196156,184395,'_order_currency','USD'),(196157,184395,'_cart_discount','0'),(196158,184395,'_cart_discount_tax','0'),(196159,184395,'_order_shipping','0'),(196160,184395,'_order_shipping_tax','0'),(196161,184395,'_order_tax','0'),(196162,184395,'_order_total','515.00'),(196163,184395,'_order_version','10.7.0'),(196164,184395,'_prices_include_tax','no'),(196165,184395,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(196166,184395,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(196167,184395,'is_vat_exempt','no'),(196168,184395,'_wc_order_attribution_source_type','typein'),(196169,184395,'_wc_order_attribution_utm_source','(direct)'),(196170,184395,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(196171,184395,'_wc_order_attribution_session_start_time','2026-07-09 12:15:44'),(196172,184395,'_wc_order_attribution_session_pages','4'),(196173,184395,'_wc_order_attribution_session_count','1'),(196174,184395,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36'),(196175,184395,'_wc_order_attribution_device_type','Desktop'),(196178,184395,'_debug_log_source_pending_deletion','place-order-debug-95126958'),(196179,184394,'_edit_lock','1783973690:106'),(196180,184394,'_edit_last','106'),(196181,184395,'_edit_lock','1783973762:106'),(196182,184395,'_edit_last','106'),(196183,184395,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:3:\"UPS\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F158F0371433036\";s:12:\"date_shipped\";s:10:\"1783728000\";s:11:\"tracking_id\";s:32:\"3fa1de42eda2975fa6055dcceeeb2261\";}i:1;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:5:\"FedEx\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800230756\";s:12:\"date_shipped\";s:10:\"1783555200\";s:11:\"tracking_id\";s:32:\"4a5c89b605ee55a4f372403c2fa40102\";}}'),(196184,184396,'_order_key','wc_order_Ii65gzSyPv4QB'),(196185,184396,'_customer_user','87'),(196186,184396,'_payment_method','cheque'),(196187,184396,'_payment_method_title','Bill My Account (Invoice)'),(196188,184396,'_customer_ip_address','75.7.15.79'),(196189,184396,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(196190,184396,'_created_via','checkout'),(196191,184396,'_cart_hash','1e1aa27519e2dc07998efdadf5dcdd58'),(196192,184396,'_download_permissions_granted','yes'),(196193,184396,'_recorded_sales','yes'),(196194,184396,'_recorded_coupon_usage_counts','yes'),(196195,184396,'_new_order_email_sent','true'),(196196,184396,'_order_stock_reduced','yes'),(196197,184396,'_billing_first_name','Wade'),(196198,184396,'_billing_last_name','Huntsman'),(196199,184396,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(196200,184396,'_billing_address_1','3421 E 21st'),(196201,184396,'_billing_city','Tulsa'),(196202,184396,'_billing_state','OK'),(196203,184396,'_billing_postcode','74114'),(196204,184396,'_billing_country','US'),(196205,184396,'_billing_email','info@liceclinicsmidsouth.com'),(196206,184396,'_billing_phone','9189783329'),(196207,184396,'_shipping_first_name','Wade'),(196208,184396,'_shipping_last_name','Huntsman'),(196209,184396,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(196210,184396,'_shipping_address_1','3421 E 21st'),(196211,184396,'_shipping_city','Tulsa'),(196212,184396,'_shipping_state','OK'),(196213,184396,'_shipping_postcode','74114'),(196214,184396,'_shipping_country','US'),(196215,184396,'_order_currency','USD'),(196216,184396,'_cart_discount','0'),(196217,184396,'_cart_discount_tax','0'),(196218,184396,'_order_shipping','0'),(196219,184396,'_order_shipping_tax','0'),(196220,184396,'_order_tax','0'),(196221,184396,'_order_total','120.00'),(196222,184396,'_order_version','10.7.0'),(196223,184396,'_prices_include_tax','no'),(196224,184396,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(196225,184396,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(196226,184396,'is_vat_exempt','no'),(196227,184396,'_wc_order_attribution_source_type','typein'),(196228,184396,'_wc_order_attribution_utm_source','(direct)'),(196229,184396,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(196230,184396,'_wc_order_attribution_session_start_time','2026-07-13 12:04:53'),(196231,184396,'_wc_order_attribution_session_pages','4'),(196232,184396,'_wc_order_attribution_session_count','2'),(196233,184396,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(196234,184396,'_wc_order_attribution_device_type','Desktop'),(196237,184396,'_debug_log_source_pending_deletion','place-order-debug-158ea7ee'),(196238,184396,'_edit_lock','1784303791:106'),(196239,184396,'_edit_last','106'),(196240,184394,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:5:\"FedEx\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800230653\";s:12:\"date_shipped\";s:10:\"1783555200\";s:11:\"tracking_id\";s:32:\"dfd016f7a3ed8789697a45e12df83c40\";}}'),(196241,184394,'_date_completed','1783973819'),(196242,184394,'_completed_date','2026-07-13 20:16:59'),(196243,184395,'_date_completed','1783973895'),(196244,184395,'_completed_date','2026-07-13 20:18:15'),(196245,184397,'_order_key','wc_order_fSui3Lh0tmIug'),(196246,184397,'_customer_user','23'),(196247,184397,'_payment_method','cheque'),(196248,184397,'_payment_method_title','Bill My Account (Invoice)'),(196249,184397,'_customer_ip_address','98.51.93.108'),(196250,184397,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36'),(196251,184397,'_created_via','checkout'),(196252,184397,'_cart_hash','2185220c762288eab10f705f0e7381a6'),(196253,184397,'_download_permissions_granted','yes'),(196254,184397,'_recorded_sales','yes'),(196255,184397,'_recorded_coupon_usage_counts','yes'),(196256,184397,'_new_order_email_sent','true'),(196257,184397,'_order_stock_reduced','yes'),(196258,184397,'_billing_first_name','Jackie'),(196259,184397,'_billing_last_name','Huynh'),(196260,184397,'_billing_company','Lice Clinics of America - San Francisco'),(196261,184397,'_billing_address_1','1121 San Anselmo Ave'),(196262,184397,'_billing_city','Millbrae'),(196263,184397,'_billing_state','CA'),(196264,184397,'_billing_postcode','94030'),(196265,184397,'_billing_country','US'),(196266,184397,'_billing_email','liceclinicssf@gmail.com'),(196267,184397,'_billing_phone','4087806936'),(196268,184397,'_shipping_first_name','Jackie'),(196269,184397,'_shipping_last_name','Huynh'),(196270,184397,'_shipping_company','Lice Clinics of America - San Francisco'),(196271,184397,'_shipping_address_1','1121 San Anselmo Ave'),(196272,184397,'_shipping_city','Millbrae'),(196273,184397,'_shipping_state','CA'),(196274,184397,'_shipping_postcode','94030'),(196275,184397,'_shipping_country','US'),(196276,184397,'_order_currency','USD'),(196277,184397,'_cart_discount','0'),(196278,184397,'_cart_discount_tax','0'),(196279,184397,'_order_shipping','0'),(196280,184397,'_order_shipping_tax','0'),(196281,184397,'_order_tax','0'),(196282,184397,'_order_total','100.00'),(196283,184397,'_order_version','10.7.0'),(196284,184397,'_prices_include_tax','no'),(196285,184397,'_billing_address_index','Jackie Huynh Lice Clinics of America - San Francisco 1121 San Anselmo Ave  Millbrae CA 94030 US liceclinicssf@gmail.com 4087806936'),(196286,184397,'_shipping_address_index','Jackie Huynh Lice Clinics of America - San Francisco 1121 San Anselmo Ave  Millbrae CA 94030 US '),(196287,184397,'is_vat_exempt','no'),(196288,184397,'_wc_order_attribution_source_type','typein'),(196289,184397,'_wc_order_attribution_utm_source','(direct)'),(196290,184397,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(196291,184397,'_wc_order_attribution_session_start_time','2026-07-14 00:46:58'),(196292,184397,'_wc_order_attribution_session_pages','4'),(196293,184397,'_wc_order_attribution_session_count','1'),(196294,184397,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36'),(196295,184397,'_wc_order_attribution_device_type','Desktop'),(196298,184397,'_debug_log_source_pending_deletion','place-order-debug-a6ec5a1f'),(196299,184397,'_edit_lock','1784303723:106'),(196300,184397,'_edit_last','106'),(196301,184396,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:9:\"UPS - OKC\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F158F0371398272\";s:12:\"date_shipped\";s:10:\"1783900800\";s:11:\"tracking_id\";s:32:\"cb175b13e23f051ab046604c748bdaf2\";}}'),(196302,184397,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:0:\"\";s:24:\"custom_tracking_provider\";s:3:\"UPS\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F159F0370998287\";s:12:\"date_shipped\";s:10:\"1784246400\";s:11:\"tracking_id\";s:32:\"6f54a4771c5ff2d0f8a6b96a486bc032\";}}');
INSERT INTO `wp_postmeta` VALUES (196303,184397,'_date_completed','1784302183'),(196304,184397,'_completed_date','2026-07-17 15:29:43'),(196305,184396,'_date_completed','1784303926'),(196306,184396,'_completed_date','2026-07-17 15:58:46'),(196325,184398,'_order_key','wc_order_czWhHvzQqFF0M'),(196326,184398,'_customer_user','4'),(196327,184398,'_payment_method','cheque'),(196328,184398,'_payment_method_title','Bill My Account (Invoice)'),(196329,184398,'_customer_ip_address','73.104.209.90'),(196330,184398,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36'),(196331,184398,'_created_via','checkout'),(196332,184398,'_cart_hash','a688e01a0b2d12db4d943f224a4f0677'),(196333,184398,'_download_permissions_granted','yes'),(196334,184398,'_recorded_sales','yes'),(196335,184398,'_recorded_coupon_usage_counts','yes'),(196336,184398,'_new_order_email_sent','true'),(196337,184398,'_order_stock_reduced','yes'),(196338,184398,'_billing_first_name','Lice Clinic'),(196339,184398,'_billing_last_name','Salt Lake City'),(196340,184398,'_billing_company','Larada Sciences (LCA)'),(196341,184398,'_billing_address_1','4873 South State St.'),(196342,184398,'_billing_city','Murray'),(196343,184398,'_billing_state','UT'),(196344,184398,'_billing_postcode','84107'),(196345,184398,'_billing_country','US'),(196346,184398,'_billing_email','info@slc.liceclinicsofamerica.com'),(196347,184398,'_billing_phone','8019197428'),(196348,184398,'_shipping_first_name','Lice Clinic'),(196349,184398,'_shipping_last_name','Salt Lake City'),(196350,184398,'_shipping_company','Larada Sciences (LCA)'),(196351,184398,'_shipping_address_1','4873 South State St.'),(196352,184398,'_shipping_city','Murray'),(196353,184398,'_shipping_state','UT'),(196354,184398,'_shipping_postcode','84107'),(196355,184398,'_shipping_country','US'),(196356,184398,'_order_currency','USD'),(196357,184398,'_cart_discount','0'),(196358,184398,'_cart_discount_tax','0'),(196359,184398,'_order_shipping','0'),(196360,184398,'_order_shipping_tax','0'),(196361,184398,'_order_tax','0'),(196362,184398,'_order_total','40.00'),(196363,184398,'_order_version','10.7.0'),(196364,184398,'_prices_include_tax','no'),(196365,184398,'_billing_address_index','Lice Clinic Salt Lake City Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US info@slc.liceclinicsofamerica.com 8019197428'),(196366,184398,'_shipping_address_index','Lice Clinic Salt Lake City Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(196367,184398,'is_vat_exempt','no'),(196368,184398,'_wc_order_attribution_source_type','organic'),(196369,184398,'_wc_order_attribution_referrer','https://www.google.com/'),(196370,184398,'_wc_order_attribution_utm_source','google'),(196371,184398,'_wc_order_attribution_utm_medium','organic'),(196372,184398,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(196373,184398,'_wc_order_attribution_session_start_time','2026-07-21 20:24:15'),(196374,184398,'_wc_order_attribution_session_pages','2'),(196375,184398,'_wc_order_attribution_session_count','2'),(196376,184398,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36'),(196377,184398,'_wc_order_attribution_device_type','Desktop'),(196380,184398,'_debug_log_source_pending_deletion','place-order-debug-6f77963b'),(196381,184398,'_edit_lock','1784902558:106'),(196382,11,'_elementor_css','a:6:{s:4:\"time\";i:1784755972;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196383,16,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:4:{i:0;s:13:\"widget-spacer\";i:1;s:12:\"widget-image\";i:2;s:12:\"widget-login\";i:3;s:11:\"widget-form\";}}'),(196384,16,'_elementor_css','a:6:{s:4:\"time\";i:1784755972;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196385,16,'_elementor_element_cache','{\"timeout\":1785445973,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-d64ed0d elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"d64ed0d\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-f9c2bb1 elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"f9c2bb1\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f9664c6\\\" data-id=\\\"f9664c6\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a9b0395 elementor-widget elementor-widget-spacer\\\" data-id=\\\"a9b0395\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c0e8f11 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c0e8f11\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a961045\\\" data-id=\\\"a961045\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-ed37d10\\\" data-id=\\\"ed37d10\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b643b83 elementor-widget elementor-widget-image\\\" data-id=\\\"b643b83\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"300\\\" height=\\\"200\\\" src=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821-300x200.jpg\\\" class=\\\"attachment-medium size-medium wp-image-106\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821-300x200.jpg 300w, https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821-768x512.jpg 768w, https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821-600x400.jpg 600w, https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg 1024w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-45f4002\\\" data-id=\\\"45f4002\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2924ae8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2924ae8\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d23958a\\\" data-id=\\\"d23958a\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f9c61a0\\\" data-id=\\\"f9c61a0\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImJkZTUzNmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJidXR0b25fdGV4dCI6IkxvZyBJbiIsInVzZXJfbGFiZWwiOiJVc2VybmFtZSBvciBFbWFpbCBBZGRyZXNzIiwidXNlcl9wbGFjZWhvbGRlciI6IlVzZXJuYW1lIG9yIEVtYWlsIEFkZHJlc3MiLCJwYXNzd29yZF9sYWJlbCI6IlBhc3N3b3JkIiwicGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJQYXNzd29yZCIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiIsInJlZGlyZWN0X2FmdGVyX2xvZ2luIjoieWVzIiwicmVkaXJlY3RfdXJsIjp7InVybCI6Imh0dHBzOlwvXC9jbGluaWNzdG9yZS5saWNlY2xpbmljc29mYW1lcmljYS5jb21cL3Nob3Atbm93XC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwicmVkaXJlY3RfYWZ0ZXJfbG9nb3V0IjoieWVzIiwicmVkaXJlY3RfbG9nb3V0X3VybCI6eyJ1cmwiOiJodHRwczpcL1wvY2xpbmljc3RvcmUubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tXC8iLCJpc19leHRlcm5hbCI6IiIsIm5vZm9sbG93IjoiIiwiY3VzdG9tX2F0dHJpYnV0ZXMiOiIifSwiX19keW5hbWljX18iOltdLCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiNThhZDBlMiJ9XSwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlX3BvaW50ZXIiOiI8c3ZnIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCIgeG1sbnM6eGxpbms9XCJodHRwOlwvXC93d3cudzMub3JnXC8xOTk5XC94bGlua1wiIHZlcnNpb249XCIxLjBcIiBpZD1cIkxheWVyXzFcIiB3aWR0aD1cIjEwMFwiIGhlaWdodD1cIjEwMFwiIHZpZXdCb3g9XCIwIDAgNjQgNjRcIiBlbmFibGUtYmFja2dyb3VuZD1cIm5ldyAwIDAgNjQgNjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPjxnPjxwYXRoIGZpbGw9XCIjRjc2RDU3XCIgZD1cIk0zMiw1Mi43ODlsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0YzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTYgICBjMCw0LjAzMS0yLjA1NSw4LTQsMTAuNzg5TDMyLDUyLjc4OXpcIlwvPjxnPjxwYXRoIGZpbGw9XCIjMzk0MjQwXCIgZD1cIk0zMiwwQzE4Ljc0NiwwLDgsMTAuNzQ2LDgsMjRjMCw1LjIxOSwxLjcxMSwxMC4wMDgsNC41NTUsMTMuOTNjMC4wNTEsMC4wOTQsMC4wNTksMC4xOTksMC4xMTcsMC4yODkgICAgbDE2LDI0QzI5LjQxNCw2My4zMzIsMzAuNjY0LDY0LDMyLDY0czIuNTg2LTAuNjY4LDMuMzI4LTEuNzgxbDE2LTI0YzAuMDU5LTAuMDksMC4wNjYtMC4xOTUsMC4xMTctMC4yODkgICAgQzU0LjI4OSwzNC4wMDgsNTYsMjkuMjE5LDU2LDI0QzU2LDEwLjc0Niw0NS4yNTQsMCwzMiwweiBNNDQsMzQuNzg5bC0xMiwxOGwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjQgICAgYzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTZDNDgsMjguMDMxLDQ1Ljk0NSwzMiw0NCwzNC43ODl6XCJcLz48Y2lyY2xlIGZpbGw9XCIjMzk0MjQwXCIgY3g9XCIzMlwiIGN5PVwiMjRcIiByPVwiOFwiXC8+PFwvZz48XC9nPjxcL3N2Zz4iLCJlYWVsX2N1cnNvcl9zbm93Zmxha2VfZW1vamlzIjoiXHUyNzQ0XHVmZTBmIiwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiZGYyN2FhNCIsImR5bmFtaWNfZmllbGRfY3VzdG9tX3NlcGFyYXRvciI6InwifV0sImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoX2hvdmVyIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbW9ycGhpbmdfZXhjbHVkZV9zZWxlY3RvcnMiOiIuYXZhdGFyLCAuZXhjbHVkZSIsImVhZWxfY2xpcF9wYXRocyI6W3siZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAxIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMjUlIDAlLCA3NSUgMCUsIDEwMCUgNTAlLCA3NSUgMTAwJSwgMjUlIDEwMCUsIDAlIDUwJSk7IiwiX2lkIjoiNjkyNzVlYiJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAyIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDUwJSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAlIDUwJSk7XG4iLCJfaWQiOiIwZGI1ZjVjIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDMiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDczJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAyNCUgNTAlKTsiLCJfaWQiOiI2Y2E0MWExIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDQiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDEwMCUgMzclLCA5MCUgMTAwJSwgMTIlIDk5JSwgMCA3MCUpOyIsIl9pZCI6ImVlZDZhZjYifV0sImVhZWxfc3ZnX3BhdGhzX2N1c3RvbSI6W3siZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAxIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI4YzA5OWRjIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDIiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIuOCwtMTkuN0M3Miw3LjgsNjMuNSw0MS44LDQ0LDU0LjZDMjQuNCw2Ny41LC02LjIsNTkuMSwtMjUuMiw0My4zQy00NC4yLDI3LjUsLTUxLjUsNC4yLC00NS4zLC0xOS4xQy0zOS4yLC00Mi41LC0xOS42LC02NS44LDMuNiwtNjdDMjYuOCwtNjguMiw1My43LC00Ny4yLDYyLjgsLTE5LjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6ImU1OWYwNTAifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMyIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02MiwtMzYuNUM3NS43LC0xMiw3OS4yLDE3LjksNjcuMSw0MS4zQzU1LDY0LjgsMjcuNSw4Miw2LDc4LjZDLTE1LjYsNzUuMSwtMzEuMiw1MS4xLC00Mi40LDI4LjFDLTUzLjcsNS4xLC02MC41LC0xNi45LC01Mi43LC0zOEMtNDQuOSwtNTkuMSwtMjIuNSwtNzkuNCwwLjgsLTc5LjlDMjQuMSwtODAuMyw0OC4yLC02MS4xLDYyLC0zNi41WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiIwNGQ0NDZkIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDQiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNMzQsLTE5LjZDNDIuNywtNC41LDQ3LjUsMTIuOSw0MS4yLDMwLjZDMzQuOSw0OC40LDE3LjQsNjYuNiwtMy44LDY4LjlDLTI1LjEsNzEuMSwtNTAuMyw1Ny4zLC02MS42LDM2LjZDLTcyLjksMTUuOSwtNzAuNSwtMTEuNywtNTcuOSwtMjlDLTQ1LjQsLTQ2LjMsLTIyLjcsLTUzLjQsLTUsLTUwLjVDMTIuNiwtNDcuNiwyNS4yLC0zNC43LDM0LC0xOS42WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiIyNmE1Y2I4In0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDUiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNTYuMywtMzAuN0M2Ni43LC0xNC41LDY0LjYsMTAuOCw1My4xLDIyLjRDNDEuNiwzNC4xLDIwLjgsMzIuMSwtMSwzMi43Qy0yMi44LDMzLjMsLTQ1LjYsMzYuNCwtNTAuMiwyOC43Qy01NC44LDIxLjEsLTQxLjEsMi42LC0yOS43LC0xNC4xQy0xOC4zLC0zMC45LC05LjEsLTQ1LjksNi45LC00OS45QzIzLC01My45LDQ1LjksLTQ2LjgsNTYuMywtMzAuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiMjdjMjJlMCJ9XX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImxvZ2luIn0=\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6Ijc1OGI1YTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8ZGl2PllvdXIgVXNlcm5hbWUgYW5kIFBhc3N3b3JkIGFyZSB0aGUgc2FtZSBhcyB0aGUgR2luZXNpcyBwcm9kdWN0IHN0b3JlLiBJZiB5b3UgbmVlZCBhc3Npc3RhbmNlIHBsZWFzZSBjb250YWN0IDxhIGhyZWY9XCJtYWlsdG86c3VwcG9ydEBsaWNlY2xpbmljc29mYW1lcmljYS5jb21cIj5zdXBwb3J0QGxpY2VjbGluaWNzb2ZhbWVyaWNhLmNvbTxcL2E+PFwvZGl2PiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29uZGl0aW9uIjoiaGlkZGVuX2Zyb20iLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2hpZGVfcGxhbnMiOlsid2NtLWFsbCJdLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4iLCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiOGJjYzZlMSJ9XSwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlX3BvaW50ZXIiOiI8c3ZnIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCIgeG1sbnM6eGxpbms9XCJodHRwOlwvXC93d3cudzMub3JnXC8xOTk5XC94bGlua1wiIHZlcnNpb249XCIxLjBcIiBpZD1cIkxheWVyXzFcIiB3aWR0aD1cIjEwMFwiIGhlaWdodD1cIjEwMFwiIHZpZXdCb3g9XCIwIDAgNjQgNjRcIiBlbmFibGUtYmFja2dyb3VuZD1cIm5ldyAwIDAgNjQgNjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPjxnPjxwYXRoIGZpbGw9XCIjRjc2RDU3XCIgZD1cIk0zMiw1Mi43ODlsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0YzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTYgICBjMCw0LjAzMS0yLjA1NSw4LTQsMTAuNzg5TDMyLDUyLjc4OXpcIlwvPjxnPjxwYXRoIGZpbGw9XCIjMzk0MjQwXCIgZD1cIk0zMiwwQzE4Ljc0NiwwLDgsMTAuNzQ2LDgsMjRjMCw1LjIxOSwxLjcxMSwxMC4wMDgsNC41NTUsMTMuOTNjMC4wNTEsMC4wOTQsMC4wNTksMC4xOTksMC4xMTcsMC4yODkgICAgbDE2LDI0QzI5LjQxNCw2My4zMzIsMzAuNjY0LDY0LDMyLDY0czIuNTg2LTAuNjY4LDMuMzI4LTEuNzgxbDE2LTI0YzAuMDU5LTAuMDksMC4wNjYtMC4xOTUsMC4xMTctMC4yODkgICAgQzU0LjI4OSwzNC4wMDgsNTYsMjkuMjE5LDU2LDI0QzU2LDEwLjc0Niw0NS4yNTQsMCwzMiwweiBNNDQsMzQuNzg5bC0xMiwxOGwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjQgICAgYzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTZDNDgsMjguMDMxLDQ1Ljk0NSwzMiw0NCwzNC43ODl6XCJcLz48Y2lyY2xlIGZpbGw9XCIjMzk0MjQwXCIgY3g9XCIzMlwiIGN5PVwiMjRcIiByPVwiOFwiXC8+PFwvZz48XC9nPjxcL3N2Zz4iLCJlYWVsX2N1cnNvcl9zbm93Zmxha2VfZW1vamlzIjoiXHUyNzQ0XHVmZTBmIiwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiZmE3MGE3NSIsImR5bmFtaWNfZmllbGRfY3VzdG9tX3NlcGFyYXRvciI6InwifV0sImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3JfcmVwZWF0ZXIiOlt7ImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3IiOiIjN0M2MkZGIiwiZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvcl9sb2NhdGlvbiI6eyJ1bml0IjoiJSIsInNpemUiOjUwfSwiX2lkIjoiZTE4YmE1YyJ9LHsiZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvciI6IiNGRjY0NjQiLCJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yX2xvY2F0aW9uIjp7InVuaXQiOiIlIiwic2l6ZSI6OTB9LCJfaWQiOiI3YzcwMWI3In1dLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aF9ob3ZlciI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21vcnBoaW5nX2V4Y2x1ZGVfc2VsZWN0b3JzIjoiLmF2YXRhciwgLmV4Y2x1ZGUiLCJlYWVsX2NsaXBfcGF0aHMiOlt7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMSIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDI1JSAwJSwgNzUlIDAlLCAxMDAlIDUwJSwgNzUlIDEwMCUsIDI1JSAxMDAlLCAwJSA1MCUpOyIsIl9pZCI6IjQ2NmY1NWIifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMiIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgMTAwJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAwJSA1MCUpO1xuIiwiX2lkIjoiMDNkNTE4NyJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAzIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCA3MyUgNTAlLCA5MCUgMTAwJSwgMTIlIDk5JSwgMjQlIDUwJSk7IiwiX2lkIjoiNDY5MzY0MCJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSA0IiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDM3JSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAgNzAlKTsiLCJfaWQiOiJkN2NhMDMyIn1dLCJlYWVsX3N2Z19wYXRoc19jdXN0b20iOlt7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMSIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02Mi44LC0xOS43QzcyLDcuOCw2My41LDQxLjgsNDQsNTQuNkMyNC40LDY3LjUsLTYuMiw1OS4xLC0yNS4yLDQzLjNDLTQ0LjIsMjcuNSwtNTEuNSw0LjIsLTQ1LjMsLTE5LjFDLTM5LjIsLTQyLjUsLTE5LjYsLTY1LjgsMy42LC02N0MyNi44LC02OC4yLDUzLjcsLTQ3LjIsNjIuOCwtMTkuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiNDU1ZDE3YSJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAyIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiIwNmY2ZWYyIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDMiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIsLTM2LjVDNzUuNywtMTIsNzkuMiwxNy45LDY3LjEsNDEuM0M1NSw2NC44LDI3LjUsODIsNiw3OC42Qy0xNS42LDc1LjEsLTMxLjIsNTEuMSwtNDIuNCwyOC4xQy01My43LDUuMSwtNjAuNSwtMTYuOSwtNTIuNywtMzhDLTQ0LjksLTU5LjEsLTIyLjUsLTc5LjQsMC44LC03OS45QzI0LjEsLTgwLjMsNDguMiwtNjEuMSw2MiwtMzYuNVpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZmVhYzliNyJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA0IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTM0LC0xOS42QzQyLjcsLTQuNSw0Ny41LDEyLjksNDEuMiwzMC42QzM0LjksNDguNCwxNy40LDY2LjYsLTMuOCw2OC45Qy0yNS4xLDcxLjEsLTUwLjMsNTcuMywtNjEuNiwzNi42Qy03Mi45LDE1LjksLTcwLjUsLTExLjcsLTU3LjksLTI5Qy00NS40LC00Ni4zLC0yMi43LC01My40LC01LC01MC41QzEyLjYsLTQ3LjYsMjUuMiwtMzQuNywzNCwtMTkuNlpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiMGI0ODNiZSJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA1IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTU2LjMsLTMwLjdDNjYuNywtMTQuNSw2NC42LDEwLjgsNTMuMSwyMi40QzQxLjYsMzQuMSwyMC44LDMyLjEsLTEsMzIuN0MtMjIuOCwzMy4zLC00NS42LDM2LjQsLTUwLjIsMjguN0MtNTQuOCwyMS4xLC00MS4xLDIuNiwtMjkuNywtMTQuMUMtMTguMywtMzAuOSwtOS4xLC00NS45LDYuOSwtNDkuOUMyMywtNTMuOSw0NS45LC00Ni44LDU2LjMsLTMwLjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjJiMWUzN2IifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-b5c44b3 elementor-widget elementor-widget-spacer\\\" data-id=\\\"b5c44b3\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-cd38afc\\\" data-id=\\\"cd38afc\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-968b24d elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"968b24d\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-367f026\\\" data-id=\\\"367f026\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0258e54 elementor-widget elementor-widget-spacer\\\" data-id=\\\"0258e54\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(196386,112,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-nav-menu\";i:2;s:8:\"e-sticky\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),(196387,184,'_elementor_page_assets','a:2:{s:6:\"styles\";a:1:{i:0;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(196388,112,'_elementor_css','a:6:{s:4:\"time\";i:1784760023;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196389,184,'_elementor_css','a:6:{s:4:\"time\";i:1784760023;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196390,112,'_elementor_element_cache','{\"timeout\":1785441142,\"value\":{\"content\":\"<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-d22b0cd e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"d22b0cd\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;sticky&quot;:&quot;top&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-80d7a2f elementor-widget__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"80d7a2f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/shop-now\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1000\\\" height=\\\"318\\\" src=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\\\" class=\\\"attachment-full size-full wp-image-3577\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png 1000w, https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB-300x95.png 300w, https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB-768x244.png 768w, https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB-600x191.png 600w\\\" sizes=\\\"(max-width: 1000px) 100vw, 1000px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImYyMTY2NWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbl9pdGVtcyI6InJpZ2h0IiwicG9pbnRlciI6InRleHQiLCJhbmltYXRpb25fdGV4dCI6ImZsb2F0IiwibWVudV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJtZW51X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiOTAwIiwiY29sb3JfbWVudV9pdGVtIjoiIzRFNTI1NiIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiMzRDQwNDIiLCJwb2ludGVyX2NvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiMwMDAwMDAiLCJjb2xvcl9tZW51X2l0ZW1fYWN0aXZlIjoiIzVCQzUwMCIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiMwMDAwMDAiLCJwb2ludGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOiIxIiwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoiMjAiLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6IjUiLCJzaXplcyI6W119LCJkcm9wZG93biI6Im1vYmlsZSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIxNCIsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2Vlbl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInRleHRfYWxpZ24iOiJjZW50ZXIiLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjMDAwMDAwIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjOUU5RTlFIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzlFOUU5RSIsInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjIyIiwic2l6ZXMiOltdfSwiZHJvcGRvd25fZGl2aWRlcl9ib3JkZXIiOiJzb2xpZCIsImRyb3Bkb3duX2RpdmlkZXJfY29sb3IiOiIjRTBFMEUwIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoiMSIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMwMDAwMDAiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDAwMDAwIiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjIwIiwic2l6ZXMiOltdfSwibWVudSI6Im1haW4tbWVudSIsImluZGljYXRvciI6InBsdXMiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4iLCJzdWJtZW51X2ljb24iOnsidmFsdWUiOiJmYXMgZS1wbHVzLWljb24iLCJsaWJyYXJ5IjoiIn0sIm1lbnVfbmFtZSI6Ik1lbnUiLCJfZmxleF9zaXplIjoiZ3JvdyIsIl9fZ2xvYmFsc19fIjp7ImNvbG9yX21lbnVfaXRlbSI6IiIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiJ9LCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiNGFlMDRmZiJ9XSwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlX3BvaW50ZXIiOiI8c3ZnIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCIgeG1sbnM6eGxpbms9XCJodHRwOlwvXC93d3cudzMub3JnXC8xOTk5XC94bGlua1wiIHZlcnNpb249XCIxLjBcIiBpZD1cIkxheWVyXzFcIiB3aWR0aD1cIjEwMFwiIGhlaWdodD1cIjEwMFwiIHZpZXdCb3g9XCIwIDAgNjQgNjRcIiBlbmFibGUtYmFja2dyb3VuZD1cIm5ldyAwIDAgNjQgNjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPjxnPjxwYXRoIGZpbGw9XCIjRjc2RDU3XCIgZD1cIk0zMiw1Mi43ODlsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0YzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTYgICBjMCw0LjAzMS0yLjA1NSw4LTQsMTAuNzg5TDMyLDUyLjc4OXpcIlwvPjxnPjxwYXRoIGZpbGw9XCIjMzk0MjQwXCIgZD1cIk0zMiwwQzE4Ljc0NiwwLDgsMTAuNzQ2LDgsMjRjMCw1LjIxOSwxLjcxMSwxMC4wMDgsNC41NTUsMTMuOTNjMC4wNTEsMC4wOTQsMC4wNTksMC4xOTksMC4xMTcsMC4yODkgICAgbDE2LDI0QzI5LjQxNCw2My4zMzIsMzAuNjY0LDY0LDMyLDY0czIuNTg2LTAuNjY4LDMuMzI4LTEuNzgxbDE2LTI0YzAuMDU5LTAuMDksMC4wNjYtMC4xOTUsMC4xMTctMC4yODkgICAgQzU0LjI4OSwzNC4wMDgsNTYsMjkuMjE5LDU2LDI0QzU2LDEwLjc0Niw0NS4yNTQsMCwzMiwweiBNNDQsMzQuNzg5bC0xMiwxOGwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjQgICAgYzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTZDNDgsMjguMDMxLDQ1Ljk0NSwzMiw0NCwzNC43ODl6XCJcLz48Y2lyY2xlIGZpbGw9XCIjMzk0MjQwXCIgY3g9XCIzMlwiIGN5PVwiMjRcIiByPVwiOFwiXC8+PFwvZz48XC9nPjxcL3N2Zz4iLCJlYWVsX2N1cnNvcl9zbm93Zmxha2VfZW1vamlzIjoiXHUyNzQ0XHVmZTBmIiwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiNzFiZWRhMiIsImR5bmFtaWNfZmllbGRfY3VzdG9tX3NlcGFyYXRvciI6InwifV0sImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoX2hvdmVyIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbW9ycGhpbmdfZXhjbHVkZV9zZWxlY3RvcnMiOiIuYXZhdGFyLCAuZXhjbHVkZSIsImVhZWxfY2xpcF9wYXRocyI6W3siZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAxIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMjUlIDAlLCA3NSUgMCUsIDEwMCUgNTAlLCA3NSUgMTAwJSwgMjUlIDEwMCUsIDAlIDUwJSk7IiwiX2lkIjoiODMwMWE3NiJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAyIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDUwJSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAlIDUwJSk7XG4iLCJfaWQiOiIwNjdhMTkzIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDMiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDczJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAyNCUgNTAlKTsiLCJfaWQiOiI4Nzc5MzAwIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDQiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDEwMCUgMzclLCA5MCUgMTAwJSwgMTIlIDk5JSwgMCA3MCUpOyIsIl9pZCI6ImU2MmVjNGMifV0sImVhZWxfc3ZnX3BhdGhzX2N1c3RvbSI6W3siZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAxIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiJkOWI0ZWI3In0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDIiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIuOCwtMTkuN0M3Miw3LjgsNjMuNSw0MS44LDQ0LDU0LjZDMjQuNCw2Ny41LC02LjIsNTkuMSwtMjUuMiw0My4zQy00NC4yLDI3LjUsLTUxLjUsNC4yLC00NS4zLC0xOS4xQy0zOS4yLC00Mi41LC0xOS42LC02NS44LDMuNiwtNjdDMjYuOCwtNjguMiw1My43LC00Ny4yLDYyLjgsLTE5LjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjBiZGM3ZTYifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMyIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02MiwtMzYuNUM3NS43LC0xMiw3OS4yLDE3LjksNjcuMSw0MS4zQzU1LDY0LjgsMjcuNSw4Miw2LDc4LjZDLTE1LjYsNzUuMSwtMzEuMiw1MS4xLC00Mi40LDI4LjFDLTUzLjcsNS4xLC02MC41LC0xNi45LC01Mi43LC0zOEMtNDQuOSwtNTkuMSwtMjIuNSwtNzkuNCwwLjgsLTc5LjlDMjQuMSwtODAuMyw0OC4yLC02MS4xLDYyLC0zNi41WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI1OWIyNTkxIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDQiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNMzQsLTE5LjZDNDIuNywtNC41LDQ3LjUsMTIuOSw0MS4yLDMwLjZDMzQuOSw0OC40LDE3LjQsNjYuNiwtMy44LDY4LjlDLTI1LjEsNzEuMSwtNTAuMyw1Ny4zLC02MS42LDM2LjZDLTcyLjksMTUuOSwtNzAuNSwtMTEuNywtNTcuOSwtMjlDLTQ1LjQsLTQ2LjMsLTIyLjcsLTUzLjQsLTUsLTUwLjVDMTIuNiwtNDcuNiwyNS4yLC0zNC43LDM0LC0xOS42WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiJhYzc4YjlmIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDUiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNTYuMywtMzAuN0M2Ni43LC0xNC41LDY0LjYsMTAuOCw1My4xLDIyLjRDNDEuNiwzNC4xLDIwLjgsMzIuMSwtMSwzMi43Qy0yMi44LDMzLjMsLTQ1LjYsMzYuNCwtNTAuMiwyOC43Qy01NC44LDIxLjEsLTQxLjEsMi42LC0yOS43LC0xNC4xQy0xOC4zLC0zMC45LC05LjEsLTQ1LjksNi45LC00OS45QzIzLC01My45LDQ1LjksLTQ2LjgsNTYuMywtMzAuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiOGM4YTE2ZiJ9XX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Im5hdi1tZW51In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(196391,184,'_elementor_element_cache','{\"timeout\":1785441143,\"value\":{\"content\":\"<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-dcdacf7 e-grid e-con-boxed e-con e-parent\\\" data-id=\\\"dcdacf7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-660c317 e-con-full e-flex e-con e-child\\\" data-id=\\\"660c317\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-659b2c5 elementor-widget elementor-widget-image\\\" data-id=\\\"659b2c5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"800\\\" height=\\\"254\\\" src=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\\\" class=\\\"attachment-large size-large wp-image-3577\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png 1000w, https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB-300x95.png 300w, https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB-768x244.png 768w, https:\\/\\/clinicstore.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB-600x191.png 600w\\\" sizes=\\\"(max-width: 800px) 100vw, 800px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-dcc70ae e-con-full e-flex e-con e-child\\\" data-id=\\\"dcc70ae\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImJiMmFjOTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMS41ZW07IGZvbnQtd2VpZ2h0OiA5MDA7XCI+Q1VTVE9NRVIgU0VSVklDRTxcL3NwYW4+PFwvcD48cD48c3Ryb25nPkxpY2UgQ2xpbmljcyBvZiBBbWVyaWNhPFwvc3Ryb25nPjxiciBcLz40ODczIFMgU3RhdGUgU3Q8YnIgXC8+TXVycmF5LCBVVCA4NDEwNzxiciBcLz5QaG9uZSAtICg4NTUpIDcwNi01NDIzPGJyIFwvPkVtYWlsIC0gcHJvZHVjdHNhbGVzQGxpY2VjbGluaWNzb2ZhbWVyaWNhLmNvbTxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yX3JlcGVhdGVyIjpbeyJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yIjoiIzdDNjJGRiIsImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3JfbG9jYXRpb24iOnsidW5pdCI6IiUiLCJzaXplIjo1MH0sIl9pZCI6Ijg4ZDMxYjgifSx7ImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3IiOiIjRkY2NDY0IiwiZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvcl9sb2NhdGlvbiI6eyJ1bml0IjoiJSIsInNpemUiOjkwfSwiX2lkIjoiYzYyYmMxZSJ9XSwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6ImYyODEzZDcifV0sImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoX2hvdmVyIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbW9ycGhpbmdfZXhjbHVkZV9zZWxlY3RvcnMiOiIuYXZhdGFyLCAuZXhjbHVkZSIsImVhZWxfY2xpcF9wYXRocyI6W3siZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAxIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMjUlIDAlLCA3NSUgMCUsIDEwMCUgNTAlLCA3NSUgMTAwJSwgMjUlIDEwMCUsIDAlIDUwJSk7IiwiX2lkIjoiYWExMTc1MyJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAyIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDUwJSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAlIDUwJSk7XG4iLCJfaWQiOiIzMTNiZDBkIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDMiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDczJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAyNCUgNTAlKTsiLCJfaWQiOiJkNzA5ZTg5In0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDQiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDEwMCUgMzclLCA5MCUgMTAwJSwgMTIlIDk5JSwgMCA3MCUpOyIsIl9pZCI6IjJmMDVkYjkifV0sImVhZWxfc3ZnX3BhdGhzX2N1c3RvbSI6W3siZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAxIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiIzNjU1NjU5In0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDIiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIuOCwtMTkuN0M3Miw3LjgsNjMuNSw0MS44LDQ0LDU0LjZDMjQuNCw2Ny41LC02LjIsNTkuMSwtMjUuMiw0My4zQy00NC4yLDI3LjUsLTUxLjUsNC4yLC00NS4zLC0xOS4xQy0zOS4yLC00Mi41LC0xOS42LC02NS44LDMuNiwtNjdDMjYuOCwtNjguMiw1My43LC00Ny4yLDYyLjgsLTE5LjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjQwNGUwZWIifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMyIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02MiwtMzYuNUM3NS43LC0xMiw3OS4yLDE3LjksNjcuMSw0MS4zQzU1LDY0LjgsMjcuNSw4Miw2LDc4LjZDLTE1LjYsNzUuMSwtMzEuMiw1MS4xLC00Mi40LDI4LjFDLTUzLjcsNS4xLC02MC41LC0xNi45LC01Mi43LC0zOEMtNDQuOSwtNTkuMSwtMjIuNSwtNzkuNCwwLjgsLTc5LjlDMjQuMSwtODAuMyw0OC4yLC02MS4xLDYyLC0zNi41WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiJhMzFjY2JhIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDQiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNMzQsLTE5LjZDNDIuNywtNC41LDQ3LjUsMTIuOSw0MS4yLDMwLjZDMzQuOSw0OC40LDE3LjQsNjYuNiwtMy44LDY4LjlDLTI1LjEsNzEuMSwtNTAuMyw1Ny4zLC02MS42LDM2LjZDLTcyLjksMTUuOSwtNzAuNSwtMTEuNywtNTcuOSwtMjlDLTQ1LjQsLTQ2LjMsLTIyLjcsLTUzLjQsLTUsLTUwLjVDMTIuNiwtNDcuNiwyNS4yLC0zNC43LDM0LC0xOS42WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiJlMGM4MmMwIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDUiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNTYuMywtMzAuN0M2Ni43LC0xNC41LDY0LjYsMTAuOCw1My4xLDIyLjRDNDEuNiwzNC4xLDIwLjgsMzIuMSwtMSwzMi43Qy0yMi44LDMzLjMsLTQ1LjYsMzYuNCwtNTAuMiwyOC43Qy01NC44LDIxLjEsLTQxLjEsMi42LC0yOS43LC0xNC4xQy0xOC4zLC0zMC45LC05LjEsLTQ1LjksNi45LC00OS45QzIzLC01My45LDQ1LjksLTQ2LjgsNTYuMywtMzAuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZDJhNDlmMiJ9XSwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlX3BvaW50ZXIiOiI8c3ZnIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCIgeG1sbnM6eGxpbms9XCJodHRwOlwvXC93d3cudzMub3JnXC8xOTk5XC94bGlua1wiIHZlcnNpb249XCIxLjBcIiBpZD1cIkxheWVyXzFcIiB3aWR0aD1cIjEwMFwiIGhlaWdodD1cIjEwMFwiIHZpZXdCb3g9XCIwIDAgNjQgNjRcIiBlbmFibGUtYmFja2dyb3VuZD1cIm5ldyAwIDAgNjQgNjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPjxnPjxwYXRoIGZpbGw9XCIjRjc2RDU3XCIgZD1cIk0zMiw1Mi43ODlsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0YzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTYgICBjMCw0LjAzMS0yLjA1NSw4LTQsMTAuNzg5TDMyLDUyLjc4OXpcIlwvPjxnPjxwYXRoIGZpbGw9XCIjMzk0MjQwXCIgZD1cIk0zMiwwQzE4Ljc0NiwwLDgsMTAuNzQ2LDgsMjRjMCw1LjIxOSwxLjcxMSwxMC4wMDgsNC41NTUsMTMuOTNjMC4wNTEsMC4wOTQsMC4wNTksMC4xOTksMC4xMTcsMC4yODkgICAgbDE2LDI0QzI5LjQxNCw2My4zMzIsMzAuNjY0LDY0LDMyLDY0czIuNTg2LTAuNjY4LDMuMzI4LTEuNzgxbDE2LTI0YzAuMDU5LTAuMDksMC4wNjYtMC4xOTUsMC4xMTctMC4yODkgICAgQzU0LjI4OSwzNC4wMDgsNTYsMjkuMjE5LDU2LDI0QzU2LDEwLjc0Niw0NS4yNTQsMCwzMiwweiBNNDQsMzQuNzg5bC0xMiwxOGwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjQgICAgYzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTZDNDgsMjguMDMxLDQ1Ljk0NSwzMiw0NCwzNC43ODl6XCJcLz48Y2lyY2xlIGZpbGw9XCIjMzk0MjQwXCIgY3g9XCIzMlwiIGN5PVwiMjRcIiByPVwiOFwiXC8+PFwvZz48XC9nPjxcL3N2Zz4iLCJlYWVsX2N1cnNvcl9zbm93Zmxha2VfZW1vamlzIjoiXHUyNzQ0XHVmZTBmIiwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiZDc2ODcxYyIsImR5bmFtaWNfZmllbGRfY3VzdG9tX3NlcGFyYXRvciI6InwifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-a9134e4 e-con-full e-flex e-con e-child\\\" data-id=\\\"a9134e4\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjhhNjE4NDkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMS41ZW07IGZvbnQtd2VpZ2h0OiA5MDA7XCI+QURESVRJT05BTCBMSU5LUzxcL3NwYW4+PFwvcD48cD48c3BhbiBzdHlsZT1cImNvbG9yOiAjNWJjNTAwO1wiPjxhIHN0eWxlPVwiY29sb3I6ICM1YmM1MDA7XCIgaHJlZj1cImh0dHBzOlwvXC9jbGluaWNzdG9yZS5saWNlY2xpbmljc29mYW1lcmljYS5jb21cL3ByaXZhY3ktcG9saWN5XC9cIj5Qcml2YWN5IFBvbGljeTxcL2E+PFwvc3Bhbj48YnIgXC8+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzViYzUwMDtcIj48YSBzdHlsZT1cImNvbG9yOiAjNWJjNTAwO1wiIGhyZWY9XCJodHRwczpcL1wvY2xpbmljc3RvcmUubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tXC9yZWZ1bmQtcG9saWN5XC9cIj5SZWZ1bmQgUG9saWN5PFwvYT48XC9zcGFuPjxiciBcLz48c3BhbiBzdHlsZT1cImNvbG9yOiAjNWJjNTAwO1wiPjxhIHN0eWxlPVwiY29sb3I6ICM1YmM1MDA7XCIgaHJlZj1cImh0dHBzOlwvXC9jbGluaWNzdG9yZS5saWNlY2xpbmljc29mYW1lcmljYS5jb21cL3NoaXBwaW5nLXBvbGljeVwvXCI+U2hpcHBpbmcgUG9saWN5PFwvYT48XC9zcGFuPjxiciBcLz48c3BhbiBzdHlsZT1cImNvbG9yOiAjNWJjNTAwO1wiPjxhIHN0eWxlPVwiY29sb3I6ICM1YmM1MDA7XCIgaHJlZj1cImh0dHBzOlwvXC9jbGluaWNzdG9yZS5saWNlY2xpbmljc29mYW1lcmljYS5jb21cL3Rlcm1zLW9mLXNlcnZpY2VcL1wiPlRlcm1zIG9mIFNlcnZpY2U8XC9hPjxcL3NwYW4+PFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3JfcmVwZWF0ZXIiOlt7ImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3IiOiIjN0M2MkZGIiwiZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvcl9sb2NhdGlvbiI6eyJ1bml0IjoiJSIsInNpemUiOjUwfSwiX2lkIjoiMzQ4NGJiZCJ9LHsiZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvciI6IiNGRjY0NjQiLCJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yX2xvY2F0aW9uIjp7InVuaXQiOiIlIiwic2l6ZSI6OTB9LCJfaWQiOiI1Nzg4NzlkIn1dLCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiODFjMjQ3YyJ9XSwiZWFlbF9pbWFnZV9tYXNraW5nX2N1c3RvbV9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oNTAlIDAlLCA4MCUgMTAlLCAxMDAlIDM1JSwgMTAwJSA3MCUsIDgwJSA5MCUsIDUwJSAxMDAlLCAyMCUgOTAlLCAwJSA3MCUsIDAlIDM1JSwgMjAlIDEwJSk7IiwiZWFlbF9pbWFnZV9tYXNraW5nX2N1c3RvbV9jbGlwX3BhdGhfaG92ZXIiOiJjbGlwLXBhdGg6IHBvbHlnb24oNTAlIDAlLCA4MCUgMTAlLCAxMDAlIDM1JSwgMTAwJSA3MCUsIDgwJSA5MCUsIDUwJSAxMDAlLCAyMCUgOTAlLCAwJSA3MCUsIDAlIDM1JSwgMjAlIDEwJSk7IiwiZWFlbF9pbWFnZV9tb3JwaGluZ19leGNsdWRlX3NlbGVjdG9ycyI6Ii5hdmF0YXIsIC5leGNsdWRlIiwiZWFlbF9jbGlwX3BhdGhzIjpbeyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDEiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigyNSUgMCUsIDc1JSAwJSwgMTAwJSA1MCUsIDc1JSAxMDAlLCAyNSUgMTAwJSwgMCUgNTAlKTsiLCJfaWQiOiJiZDY4YjRkIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDIiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDEwMCUgNTAlLCA5MCUgMTAwJSwgMTIlIDk5JSwgMCUgNTAlKTtcbiIsIl9pZCI6IjMxYzM3NDEifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMyIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgNzMlIDUwJSwgOTAlIDEwMCUsIDEyJSA5OSUsIDI0JSA1MCUpOyIsIl9pZCI6Ijc4ODczNWUifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgNCIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgMTAwJSAzNyUsIDkwJSAxMDAlLCAxMiUgOTklLCAwIDcwJSk7IiwiX2lkIjoiODg4NzZhZSJ9XSwiZWFlbF9zdmdfcGF0aHNfY3VzdG9tIjpbeyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDEiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIuOCwtMTkuN0M3Miw3LjgsNjMuNSw0MS44LDQ0LDU0LjZDMjQuNCw2Ny41LC02LjIsNTkuMSwtMjUuMiw0My4zQy00NC4yLDI3LjUsLTUxLjUsNC4yLC00NS4zLC0xOS4xQy0zOS4yLC00Mi41LC0xOS42LC02NS44LDMuNiwtNjdDMjYuOCwtNjguMiw1My43LC00Ny4yLDYyLjgsLTE5LjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6ImRhYWNjM2QifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMiIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02Mi44LC0xOS43QzcyLDcuOCw2My41LDQxLjgsNDQsNTQuNkMyNC40LDY3LjUsLTYuMiw1OS4xLC0yNS4yLDQzLjNDLTQ0LjIsMjcuNSwtNTEuNSw0LjIsLTQ1LjMsLTE5LjFDLTM5LjIsLTQyLjUsLTE5LjYsLTY1LjgsMy42LC02N0MyNi44LC02OC4yLDUzLjcsLTQ3LjIsNjIuOCwtMTkuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZjA3NmFiNCJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAzIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLC0zNi41Qzc1LjcsLTEyLDc5LjIsMTcuOSw2Ny4xLDQxLjNDNTUsNjQuOCwyNy41LDgyLDYsNzguNkMtMTUuNiw3NS4xLC0zMS4yLDUxLjEsLTQyLjQsMjguMUMtNTMuNyw1LjEsLTYwLjUsLTE2LjksLTUyLjcsLTM4Qy00NC45LC01OS4xLC0yMi41LC03OS40LDAuOCwtNzkuOUMyNC4xLC04MC4zLDQ4LjIsLTYxLjEsNjIsLTM2LjVaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjQ0ZDkzOGQifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgNCIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk0zNCwtMTkuNkM0Mi43LC00LjUsNDcuNSwxMi45LDQxLjIsMzAuNkMzNC45LDQ4LjQsMTcuNCw2Ni42LC0zLjgsNjguOUMtMjUuMSw3MS4xLC01MC4zLDU3LjMsLTYxLjYsMzYuNkMtNzIuOSwxNS45LC03MC41LC0xMS43LC01Ny45LC0yOUMtNDUuNCwtNDYuMywtMjIuNywtNTMuNCwtNSwtNTAuNUMxMi42LC00Ny42LDI1LjIsLTM0LjcsMzQsLTE5LjZaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjNjNDY3NzEifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgNSIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk01Ni4zLC0zMC43QzY2LjcsLTE0LjUsNjQuNiwxMC44LDUzLjEsMjIuNEM0MS42LDM0LjEsMjAuOCwzMi4xLC0xLDMyLjdDLTIyLjgsMzMuMywtNDUuNiwzNi40LC01MC4yLDI4LjdDLTU0LjgsMjEuMSwtNDEuMSwyLjYsLTI5LjcsLTE0LjFDLTE4LjMsLTMwLjksLTkuMSwtNDUuOSw2LjksLTQ5LjlDMjMsLTUzLjksNDUuOSwtNDYuOCw1Ni4zLC0zMC43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI4OTE5ZTVlIn1dLCJlYWVsX2N1c3RvbV9jdXJzb3Jfc3ZnX2NvZGUiOiI8c3ZnIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCIgeG1sbnM6eGxpbms9XCJodHRwOlwvXC93d3cudzMub3JnXC8xOTk5XC94bGlua1wiIHZlcnNpb249XCIxLjBcIiBpZD1cIkxheWVyXzFcIiB3aWR0aD1cIjEwMFwiIGhlaWdodD1cIjEwMFwiIHZpZXdCb3g9XCIwIDAgNjQgNjRcIiBlbmFibGUtYmFja2dyb3VuZD1cIm5ldyAwIDAgNjQgNjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPjxnPjxwYXRoIGZpbGw9XCIjRjc2RDU3XCIgZD1cIk0zMiw1Mi43ODlsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0YzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTYgICBjMCw0LjAzMS0yLjA1NSw4LTQsMTAuNzg5TDMyLDUyLjc4OXpcIlwvPjxnPjxwYXRoIGZpbGw9XCIjMzk0MjQwXCIgZD1cIk0zMiwwQzE4Ljc0NiwwLDgsMTAuNzQ2LDgsMjRjMCw1LjIxOSwxLjcxMSwxMC4wMDgsNC41NTUsMTMuOTNjMC4wNTEsMC4wOTQsMC4wNTksMC4xOTksMC4xMTcsMC4yODkgICAgbDE2LDI0QzI5LjQxNCw2My4zMzIsMzAuNjY0LDY0LDMyLDY0czIuNTg2LTAuNjY4LDMuMzI4LTEuNzgxbDE2LTI0YzAuMDU5LTAuMDksMC4wNjYtMC4xOTUsMC4xMTctMC4yODkgICAgQzU0LjI4OSwzNC4wMDgsNTYsMjkuMjE5LDU2LDI0QzU2LDEwLjc0Niw0NS4yNTQsMCwzMiwweiBNNDQsMzQuNzg5bC0xMiwxOGwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjQgICAgYzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTZDNDgsMjguMDMxLDQ1Ljk0NSwzMiw0NCwzNC43ODl6XCJcLz48Y2lyY2xlIGZpbGw9XCIjMzk0MjQwXCIgY3g9XCIzMlwiIGN5PVwiMjRcIiByPVwiOFwiXC8+PFwvZz48XC9nPjxcL3N2Zz4iLCJlYWVsX2N1c3RvbV9jdXJzb3Jfc3ZnX2NvZGVfcG9pbnRlciI6IjxzdmcgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzE5OTlcL3hsaW5rXCIgdmVyc2lvbj1cIjEuMFwiIGlkPVwiTGF5ZXJfMVwiIHdpZHRoPVwiMTAwXCIgaGVpZ2h0PVwiMTAwXCIgdmlld0JveD1cIjAgMCA2NCA2NFwiIGVuYWJsZS1iYWNrZ3JvdW5kPVwibmV3IDAgMCA2NCA2NFwiIHhtbDpzcGFjZT1cInByZXNlcnZlXCI+PGc+PHBhdGggZmlsbD1cIiNGNzZENTdcIiBkPVwiTTMyLDUyLjc4OWwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjRjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNiAgIGMwLDQuMDMxLTIuMDU1LDgtNCwxMC43ODlMMzIsNTIuNzg5elwiXC8+PGc+PHBhdGggZmlsbD1cIiMzOTQyNDBcIiBkPVwiTTMyLDBDMTguNzQ2LDAsOCwxMC43NDYsOCwyNGMwLDUuMjE5LDEuNzExLDEwLjAwOCw0LjU1NSwxMy45M2MwLjA1MSwwLjA5NCwwLjA1OSwwLjE5OSwwLjExNywwLjI4OSAgICBsMTYsMjRDMjkuNDE0LDYzLjMzMiwzMC42NjQsNjQsMzIsNjRzMi41ODYtMC42NjgsMy4zMjgtMS43ODFsMTYtMjRjMC4wNTktMC4wOSwwLjA2Ni0wLjE5NSwwLjExNy0wLjI4OSAgICBDNTQuMjg5LDM0LjAwOCw1NiwyOS4yMTksNTYsMjRDNTYsMTAuNzQ2LDQ1LjI1NCwwLDMyLDB6IE00NCwzNC43ODlsLTEyLDE4bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNCAgICBjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNkM0OCwyOC4wMzEsNDUuOTQ1LDMyLDQ0LDM0Ljc4OXpcIlwvPjxjaXJjbGUgZmlsbD1cIiMzOTQyNDBcIiBjeD1cIjMyXCIgY3k9XCIyNFwiIHI9XCI4XCJcLz48XC9nPjxcL2c+PFwvc3ZnPiIsImVhZWxfY3Vyc29yX3Nub3dmbGFrZV9lbW9qaXMiOiJcdTI3NDRcdWZlMGYiLCJlYWVsX3Rvb2x0aXBfc2VjdGlvbl9jb250ZW50IjoiSSBhbSBhIHRvb2x0aXAiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJFbnRlciBQYXNzd29yZCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9zdWJtaXRfYnRuX3R4dCI6IlN1Ym1pdCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9pbmNvcnJlY3RfbWVzc2FnZSI6IlBhc3N3b3JkIGRvZXMgbm90IG1hdGNoLiIsImVhZWxfY2xfbG9naWNzIjpbeyJfaWQiOiI2YmI1MDNiIiwiZHluYW1pY19maWVsZF9jdXN0b21fc2VwYXJhdG9yIjoifCJ9XX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(196392,184398,'_edit_last','106'),(196393,115,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:27:\"widget-woocommerce-products\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(196394,115,'_elementor_css','a:6:{s:4:\"time\";i:1784829895;s:5:\"fonts\";a:2:{i:0;s:10:\"Montserrat\";i:1;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196395,115,'_elementor_element_cache','{\"timeout\":1785451794,\"value\":{\"content\":\"<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-9631044 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"9631044\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0a223eb elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"0a223eb\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">LICE TREATMENT PRODUCTS<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImYzYWJlNTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJxdWVyeV9wb3N0X3R5cGUiOiJieV9pZCIsInF1ZXJ5X3Bvc3RzX2lkcyI6WyIyMyIsIjM4IiwiNDEiLCI0MiIsIjQ1IiwiNDYiLCI0NyIsIjQ4IiwiNTEiLCIxMTYiLCIxMTgiLCIyMTEwIiwiMjExMyIsIjI0MDAiLCIyNDA4IiwiMzQxMiIsIjM0NzYiXSwicXVlcnlfb3JkZXJieSI6Im1lbnVfb3JkZXIiLCJxdWVyeV9vcmRlciI6ImFzYyIsInRpdGxlX2NvbG9yIjoiIzVCQzUwMCIsInN0YXJfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJwcmljZV9jb2xvciI6IiM1QkM1MDAiLCJvbGRfcHJpY2VfY29sb3IiOiIjNUJDNTAwIiwic2hvd19vbnNhbGVfZmxhc2giOiIiLCJvbnNhbGVfdGV4dF9jb2xvciI6IiNGRkZGRkYiLCJvbnNhbGVfdGV4dF9iYWNrZ3JvdW5kX2NvbG9yIjoiI0U5QjkwRSIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiIsInByb2R1Y3RzX3JlbGF0ZWRfcHJvZHVjdHNfdGl0bGVfdGV4dCI6IlJlbGF0ZWQgUHJvZHVjdHMiLCJwcm9kdWN0c191cHNlbGxzX3RpdGxlX3RleHQiOiJZb3UgbWF5IGFsc28gbGlrZS4uLiIsInByb2R1Y3RzX2Nyb3NzX3NlbGxzX3RpdGxlX3RleHQiOiJZb3UgbWF5IGJlIGludGVyZXN0ZWQgaW4uLi4iLCJjb2x1bW5zX21vYmlsZSI6MiwicGFnaW5hdGUiOiJ5ZXMiLCJyb3dfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjcwLCJzaXplcyI6W119LCJhbGlnbiI6ImNlbnRlciIsInByaWNlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInByaWNlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwicHJpY2VfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIm9sZF9wcmljZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJvbGRfcHJpY2VfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJvbGRfcHJpY2VfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsImJ1dHRvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJidXR0b25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJidXR0b25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsImJ1dHRvbl90ZXh0X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiNyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiI3IiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiYXV0b21hdGljYWxseV9hbGlnbl9idXR0b25zIjoieWVzIiwidmlld19jYXJ0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInZpZXdfY2FydF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInZpZXdfY2FydF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiYnV0dG9uX2JhY2tncm91bmRfY29sb3IiOiIjNUJDNTAwIiwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6ImRhZTFiODIifV0sImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZSI6IjxzdmcgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzE5OTlcL3hsaW5rXCIgdmVyc2lvbj1cIjEuMFwiIGlkPVwiTGF5ZXJfMVwiIHdpZHRoPVwiMTAwXCIgaGVpZ2h0PVwiMTAwXCIgdmlld0JveD1cIjAgMCA2NCA2NFwiIGVuYWJsZS1iYWNrZ3JvdW5kPVwibmV3IDAgMCA2NCA2NFwiIHhtbDpzcGFjZT1cInByZXNlcnZlXCI+PGc+PHBhdGggZmlsbD1cIiNGNzZENTdcIiBkPVwiTTMyLDUyLjc4OWwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjRjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNiAgIGMwLDQuMDMxLTIuMDU1LDgtNCwxMC43ODlMMzIsNTIuNzg5elwiXC8+PGc+PHBhdGggZmlsbD1cIiMzOTQyNDBcIiBkPVwiTTMyLDBDMTguNzQ2LDAsOCwxMC43NDYsOCwyNGMwLDUuMjE5LDEuNzExLDEwLjAwOCw0LjU1NSwxMy45M2MwLjA1MSwwLjA5NCwwLjA1OSwwLjE5OSwwLjExNywwLjI4OSAgICBsMTYsMjRDMjkuNDE0LDYzLjMzMiwzMC42NjQsNjQsMzIsNjRzMi41ODYtMC42NjgsMy4zMjgtMS43ODFsMTYtMjRjMC4wNTktMC4wOSwwLjA2Ni0wLjE5NSwwLjExNy0wLjI4OSAgICBDNTQuMjg5LDM0LjAwOCw1NiwyOS4yMTksNTYsMjRDNTYsMTAuNzQ2LDQ1LjI1NCwwLDMyLDB6IE00NCwzNC43ODlsLTEyLDE4bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNCAgICBjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNkM0OCwyOC4wMzEsNDUuOTQ1LDMyLDQ0LDM0Ljc4OXpcIlwvPjxjaXJjbGUgZmlsbD1cIiMzOTQyNDBcIiBjeD1cIjMyXCIgY3k9XCIyNFwiIHI9XCI4XCJcLz48XC9nPjxcL2c+PFwvc3ZnPiIsImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZV9wb2ludGVyIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXJzb3Jfc25vd2ZsYWtlX2Vtb2ppcyI6Ilx1Mjc0NFx1ZmUwZiIsImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6ImM0Nzc5NTAiLCJkeW5hbWljX2ZpZWxkX2N1c3RvbV9zZXBhcmF0b3IiOiJ8In1dLCJidXR0b25fdGV4dF9jb2xvciI6IiNGRkZGRkYiLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aF9ob3ZlciI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21vcnBoaW5nX2V4Y2x1ZGVfc2VsZWN0b3JzIjoiLmF2YXRhciwgLmV4Y2x1ZGUiLCJlYWVsX2NsaXBfcGF0aHMiOlt7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMSIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDI1JSAwJSwgNzUlIDAlLCAxMDAlIDUwJSwgNzUlIDEwMCUsIDI1JSAxMDAlLCAwJSA1MCUpOyIsIl9pZCI6IjFhNWZmMGMifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMiIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgMTAwJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAwJSA1MCUpO1xuIiwiX2lkIjoiMGE4YTM2NSJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAzIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCA3MyUgNTAlLCA5MCUgMTAwJSwgMTIlIDk5JSwgMjQlIDUwJSk7IiwiX2lkIjoiNTNlNDkwOCJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSA0IiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDM3JSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAgNzAlKTsiLCJfaWQiOiJmZjM5ZDE0In1dLCJlYWVsX3N2Z19wYXRoc19jdXN0b20iOlt7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMSIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02Mi44LC0xOS43QzcyLDcuOCw2My41LDQxLjgsNDQsNTQuNkMyNC40LDY3LjUsLTYuMiw1OS4xLC0yNS4yLDQzLjNDLTQ0LjIsMjcuNSwtNTEuNSw0LjIsLTQ1LjMsLTE5LjFDLTM5LjIsLTQyLjUsLTE5LjYsLTY1LjgsMy42LC02N0MyNi44LC02OC4yLDUzLjcsLTQ3LjIsNjIuOCwtMTkuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiYTI1MjBlMSJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAyIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI5YjI4MDE4In0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDMiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIsLTM2LjVDNzUuNywtMTIsNzkuMiwxNy45LDY3LjEsNDEuM0M1NSw2NC44LDI3LjUsODIsNiw3OC42Qy0xNS42LDc1LjEsLTMxLjIsNTEuMSwtNDIuNCwyOC4xQy01My43LDUuMSwtNjAuNSwtMTYuOSwtNTIuNywtMzhDLTQ0LjksLTU5LjEsLTIyLjUsLTc5LjQsMC44LC03OS45QzI0LjEsLTgwLjMsNDguMiwtNjEuMSw2MiwtMzYuNVpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiMGNiM2Y4NiJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA0IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTM0LC0xOS42QzQyLjcsLTQuNSw0Ny41LDEyLjksNDEuMiwzMC42QzM0LjksNDguNCwxNy40LDY2LjYsLTMuOCw2OC45Qy0yNS4xLDcxLjEsLTUwLjMsNTcuMywtNjEuNiwzNi42Qy03Mi45LDE1LjksLTcwLjUsLTExLjcsLTU3LjksLTI5Qy00NS40LC00Ni4zLC0yMi43LC01My40LC01LC01MC41QzEyLjYsLTQ3LjYsMjUuMiwtMzQuNywzNCwtMTkuNlpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiYTkyMDljNyJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA1IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTU2LjMsLTMwLjdDNjYuNywtMTQuNSw2NC42LDEwLjgsNTMuMSwyMi40QzQxLjYsMzQuMSwyMC44LDMyLjEsLTEsMzIuN0MtMjIuOCwzMy4zLC00NS42LDM2LjQsLTUwLjIsMjguN0MtNTQuOCwyMS4xLC00MS4xLDIuNiwtMjkuNywtMTQuMUMtMTguMywtMzAuOSwtOS4xLC00NS45LDYuOSwtNDkuOUMyMywtNTMuOSw0NS45LC00Ni44LDU2LjMsLTMwLjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjI0YWFkZDAifV0sInZpZXdfY2FydF9jb2xvciI6IiM1QkM1MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdHMifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-57b5552 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"57b5552\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">AirAll\\u00e9 Device PRODUCTS<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjY3MzE4Y2YiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJxdWVyeV9wb3N0X3R5cGUiOiJieV9pZCIsInF1ZXJ5X3Bvc3RzX2lkcyI6WyIxODQyMDEiLCIxODQxOTkiLCIxODQxOTgiLCIxODQxOTYiLCIxODQxOTQiLCIxODQxOTIiXSwicXVlcnlfb3JkZXJieSI6Im1lbnVfb3JkZXIiLCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJ0aXRsZV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJzdGFyX3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwicHJpY2VfY29sb3IiOiIjMzBBM0M0Iiwib2xkX3ByaWNlX2NvbG9yIjoiIzMwQTNDNCIsIm9sZF9wcmljZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJvbGRfcHJpY2VfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJhbGV3YXkiLCJvbGRfcHJpY2VfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsImJ1dHRvbl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzMwQTNDNCIsImJ1dHRvbl9ib3JkZXJfY29sb3IiOiIjMzBBM0M0IiwiYnV0dG9uX2hvdmVyX2NvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbl9ob3Zlcl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzJDOThCOCIsImJ1dHRvbl9ob3Zlcl9ib3JkZXJfY29sb3IiOiIjMkM5OEI4IiwidGl0bGVfY29sb3IiOiIjMzBBM0M0Iiwic2hvd19vbnNhbGVfZmxhc2giOiIiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4iLCJwcm9kdWN0c19yZWxhdGVkX3Byb2R1Y3RzX3RpdGxlX3RleHQiOiJSZWxhdGVkIFByb2R1Y3RzIiwicHJvZHVjdHNfdXBzZWxsc190aXRsZV90ZXh0IjoiWW91IG1heSBhbHNvIGxpa2UuLi4iLCJwcm9kdWN0c19jcm9zc19zZWxsc190aXRsZV90ZXh0IjoiWW91IG1heSBiZSBpbnRlcmVzdGVkIGluLi4uIiwicGFnaW5hdGUiOiJ5ZXMiLCJyb3dfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjcwLCJzaXplcyI6W119LCJhbGlnbiI6ImNlbnRlciIsImJ1dHRvbl90ZXh0X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiNyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiI3IiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiYXV0b21hdGljYWxseV9hbGlnbl9idXR0b25zIjoieWVzIiwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6IjQ2YzM3ZTQifV0sImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZSI6IjxzdmcgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzE5OTlcL3hsaW5rXCIgdmVyc2lvbj1cIjEuMFwiIGlkPVwiTGF5ZXJfMVwiIHdpZHRoPVwiMTAwXCIgaGVpZ2h0PVwiMTAwXCIgdmlld0JveD1cIjAgMCA2NCA2NFwiIGVuYWJsZS1iYWNrZ3JvdW5kPVwibmV3IDAgMCA2NCA2NFwiIHhtbDpzcGFjZT1cInByZXNlcnZlXCI+PGc+PHBhdGggZmlsbD1cIiNGNzZENTdcIiBkPVwiTTMyLDUyLjc4OWwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjRjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNiAgIGMwLDQuMDMxLTIuMDU1LDgtNCwxMC43ODlMMzIsNTIuNzg5elwiXC8+PGc+PHBhdGggZmlsbD1cIiMzOTQyNDBcIiBkPVwiTTMyLDBDMTguNzQ2LDAsOCwxMC43NDYsOCwyNGMwLDUuMjE5LDEuNzExLDEwLjAwOCw0LjU1NSwxMy45M2MwLjA1MSwwLjA5NCwwLjA1OSwwLjE5OSwwLjExNywwLjI4OSAgICBsMTYsMjRDMjkuNDE0LDYzLjMzMiwzMC42NjQsNjQsMzIsNjRzMi41ODYtMC42NjgsMy4zMjgtMS43ODFsMTYtMjRjMC4wNTktMC4wOSwwLjA2Ni0wLjE5NSwwLjExNy0wLjI4OSAgICBDNTQuMjg5LDM0LjAwOCw1NiwyOS4yMTksNTYsMjRDNTYsMTAuNzQ2LDQ1LjI1NCwwLDMyLDB6IE00NCwzNC43ODlsLTEyLDE4bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNCAgICBjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNkM0OCwyOC4wMzEsNDUuOTQ1LDMyLDQ0LDM0Ljc4OXpcIlwvPjxjaXJjbGUgZmlsbD1cIiMzOTQyNDBcIiBjeD1cIjMyXCIgY3k9XCIyNFwiIHI9XCI4XCJcLz48XC9nPjxcL2c+PFwvc3ZnPiIsImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZV9wb2ludGVyIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXJzb3Jfc25vd2ZsYWtlX2Vtb2ppcyI6Ilx1Mjc0NFx1ZmUwZiIsImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjY1MDE2ZjMiLCJkeW5hbWljX2ZpZWxkX2N1c3RvbV9zZXBhcmF0b3IiOiJ8In1dLCJidXR0b25fdGV4dF9jb2xvciI6IiNGRkZGRkYiLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aF9ob3ZlciI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21vcnBoaW5nX2V4Y2x1ZGVfc2VsZWN0b3JzIjoiLmF2YXRhciwgLmV4Y2x1ZGUiLCJlYWVsX2NsaXBfcGF0aHMiOlt7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMSIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDI1JSAwJSwgNzUlIDAlLCAxMDAlIDUwJSwgNzUlIDEwMCUsIDI1JSAxMDAlLCAwJSA1MCUpOyIsIl9pZCI6ImZlOTI4YWUifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMiIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgMTAwJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAwJSA1MCUpO1xuIiwiX2lkIjoiOTMzNjNlMSJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAzIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCA3MyUgNTAlLCA5MCUgMTAwJSwgMTIlIDk5JSwgMjQlIDUwJSk7IiwiX2lkIjoiNGM5MGZhNCJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSA0IiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDM3JSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAgNzAlKTsiLCJfaWQiOiIzYmE0OWZjIn1dLCJlYWVsX3N2Z19wYXRoc19jdXN0b20iOlt7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMSIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02Mi44LC0xOS43QzcyLDcuOCw2My41LDQxLjgsNDQsNTQuNkMyNC40LDY3LjUsLTYuMiw1OS4xLC0yNS4yLDQzLjNDLTQ0LjIsMjcuNSwtNTEuNSw0LjIsLTQ1LjMsLTE5LjFDLTM5LjIsLTQyLjUsLTE5LjYsLTY1LjgsMy42LC02N0MyNi44LC02OC4yLDUzLjcsLTQ3LjIsNjIuOCwtMTkuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiNTkzZTQ2NSJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAyIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI4YzU2YmZkIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDMiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIsLTM2LjVDNzUuNywtMTIsNzkuMiwxNy45LDY3LjEsNDEuM0M1NSw2NC44LDI3LjUsODIsNiw3OC42Qy0xNS42LDc1LjEsLTMxLjIsNTEuMSwtNDIuNCwyOC4xQy01My43LDUuMSwtNjAuNSwtMTYuOSwtNTIuNywtMzhDLTQ0LjksLTU5LjEsLTIyLjUsLTc5LjQsMC44LC03OS45QzI0LjEsLTgwLjMsNDguMiwtNjEuMSw2MiwtMzYuNVpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZDFjOGNlMCJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA0IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTM0LC0xOS42QzQyLjcsLTQuNSw0Ny41LDEyLjksNDEuMiwzMC42QzM0LjksNDguNCwxNy40LDY2LjYsLTMuOCw2OC45Qy0yNS4xLDcxLjEsLTUwLjMsNTcuMywtNjEuNiwzNi42Qy03Mi45LDE1LjksLTcwLjUsLTExLjcsLTU3LjksLTI5Qy00NS40LC00Ni4zLC0yMi43LC01My40LC01LC01MC41QzEyLjYsLTQ3LjYsMjUuMiwtMzQuNywzNCwtMTkuNlpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZGNlZjA3MCJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA1IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTU2LjMsLTMwLjdDNjYuNywtMTQuNSw2NC42LDEwLjgsNTMuMSwyMi40QzQxLjYsMzQuMSwyMC44LDMyLjEsLTEsMzIuN0MtMjIuOCwzMy4zLC00NS42LDM2LjQsLTUwLjIsMjguN0MtNTQuOCwyMS4xLC00MS4xLDIuNiwtMjkuNywtMTQuMUMtMTguMywtMzAuOSwtOS4xLC00NS45LDYuOSwtNDkuOUMyMywtNTMuOSw0NS45LC00Ni44LDU2LjMsLTMwLjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6ImRjMGVjMWEifV0sInZpZXdfY2FydF9jb2xvciI6IiMzMEEzQzQifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdHMifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(196396,20,'_elementor_page_assets','a:0:{}'),(196397,21,'_elementor_page_assets','a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(196398,21,'_elementor_css','a:6:{s:4:\"time\";i:1784831114;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196399,21,'_elementor_element_cache','{\"timeout\":1785261258,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-423c66c9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"423c66c9\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8d4cd34\\\" data-id=\\\"8d4cd34\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjkwNjYyNzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPk9uY2Ugb3JkZXJzIGhhdmUgYmVlbiBwbGFjZWQsIHRoZSBvcmRlciB3aWxsIGJlIHByb2Nlc3NlZCBhbmQgYmlsbGVkIHRocm91Z2ggUXVpY2tib29rcyB1c2luZyB5b3VyIGNyZWRpdCBjYXJkIG9uIGZpbGUuIElmIHlvdSBoYXZlIGFueSBxdWVzdGlvbnMgcGxlYXNlIGNvbnRhY3QgPGEgaHJlZj1cIm1haWx0bzphY2NvdW50aW5nQGxpY2VjbGluaWNzb2ZhbWVyaWNhLmNvbVwiPmFjY291bnRpbmdAbGljZWNsaW5pY3NvZmFtZXJpY2EuY29tPFwvYT48XC9zdHJvbmc+PFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIiwiZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvcl9yZXBlYXRlciI6W3siZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvciI6IiM3QzYyRkYiLCJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yX2xvY2F0aW9uIjp7InVuaXQiOiIlIiwic2l6ZSI6NTB9LCJfaWQiOiJhYWRjNTgyIn0seyJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yIjoiI0ZGNjQ2NCIsImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3JfbG9jYXRpb24iOnsidW5pdCI6IiUiLCJzaXplIjo5MH0sIl9pZCI6ImRmMmFjOTQifV0sImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiIyYzk4OGViIn1dLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aF9ob3ZlciI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21vcnBoaW5nX2V4Y2x1ZGVfc2VsZWN0b3JzIjoiLmF2YXRhciwgLmV4Y2x1ZGUiLCJlYWVsX2NsaXBfcGF0aHMiOlt7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMSIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDI1JSAwJSwgNzUlIDAlLCAxMDAlIDUwJSwgNzUlIDEwMCUsIDI1JSAxMDAlLCAwJSA1MCUpOyIsIl9pZCI6IjcxOGVkZjAifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMiIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgMTAwJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAwJSA1MCUpO1xuIiwiX2lkIjoiMWE2NWE4OCJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAzIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCA3MyUgNTAlLCA5MCUgMTAwJSwgMTIlIDk5JSwgMjQlIDUwJSk7IiwiX2lkIjoiYWM4NDFmOCJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSA0IiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDM3JSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAgNzAlKTsiLCJfaWQiOiIzMjBmYjMwIn1dLCJlYWVsX3N2Z19wYXRoc19jdXN0b20iOlt7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMSIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02Mi44LC0xOS43QzcyLDcuOCw2My41LDQxLjgsNDQsNTQuNkMyNC40LDY3LjUsLTYuMiw1OS4xLC0yNS4yLDQzLjNDLTQ0LjIsMjcuNSwtNTEuNSw0LjIsLTQ1LjMsLTE5LjFDLTM5LjIsLTQyLjUsLTE5LjYsLTY1LjgsMy42LC02N0MyNi44LC02OC4yLDUzLjcsLTQ3LjIsNjIuOCwtMTkuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZDU4YWU0OSJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAyIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI5YTE1ZmFmIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDMiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIsLTM2LjVDNzUuNywtMTIsNzkuMiwxNy45LDY3LjEsNDEuM0M1NSw2NC44LDI3LjUsODIsNiw3OC42Qy0xNS42LDc1LjEsLTMxLjIsNTEuMSwtNDIuNCwyOC4xQy01My43LDUuMSwtNjAuNSwtMTYuOSwtNTIuNywtMzhDLTQ0LjksLTU5LjEsLTIyLjUsLTc5LjQsMC44LC03OS45QzI0LjEsLTgwLjMsNDguMiwtNjEuMSw2MiwtMzYuNVpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiNDBjZjNlMSJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA0IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTM0LC0xOS42QzQyLjcsLTQuNSw0Ny41LDEyLjksNDEuMiwzMC42QzM0LjksNDguNCwxNy40LDY2LjYsLTMuOCw2OC45Qy0yNS4xLDcxLjEsLTUwLjMsNTcuMywtNjEuNiwzNi42Qy03Mi45LDE1LjksLTcwLjUsLTExLjcsLTU3LjksLTI5Qy00NS40LC00Ni4zLC0yMi43LC01My40LC01LC01MC41QzEyLjYsLTQ3LjYsMjUuMiwtMzQuNywzNCwtMTkuNlpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiNmY1ZjMxNiJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA1IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTU2LjMsLTMwLjdDNjYuNywtMTQuNSw2NC42LDEwLjgsNTMuMSwyMi40QzQxLjYsMzQuMSwyMC44LDMyLjEsLTEsMzIuN0MtMjIuOCwzMy4zLC00NS42LDM2LjQsLTUwLjIsMjguN0MtNTQuOCwyMS4xLC00MS4xLDIuNiwtMjkuNywtMTQuMUMtMTguMywtMzAuOSwtOS4xLC00NS45LDYuOSwtNDkuOUMyMywtNTMuOSw0NS45LC00Ni44LDU2LjMsLTMwLjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjEwYjcwODcifV0sImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZSI6IjxzdmcgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzE5OTlcL3hsaW5rXCIgdmVyc2lvbj1cIjEuMFwiIGlkPVwiTGF5ZXJfMVwiIHdpZHRoPVwiMTAwXCIgaGVpZ2h0PVwiMTAwXCIgdmlld0JveD1cIjAgMCA2NCA2NFwiIGVuYWJsZS1iYWNrZ3JvdW5kPVwibmV3IDAgMCA2NCA2NFwiIHhtbDpzcGFjZT1cInByZXNlcnZlXCI+PGc+PHBhdGggZmlsbD1cIiNGNzZENTdcIiBkPVwiTTMyLDUyLjc4OWwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjRjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNiAgIGMwLDQuMDMxLTIuMDU1LDgtNCwxMC43ODlMMzIsNTIuNzg5elwiXC8+PGc+PHBhdGggZmlsbD1cIiMzOTQyNDBcIiBkPVwiTTMyLDBDMTguNzQ2LDAsOCwxMC43NDYsOCwyNGMwLDUuMjE5LDEuNzExLDEwLjAwOCw0LjU1NSwxMy45M2MwLjA1MSwwLjA5NCwwLjA1OSwwLjE5OSwwLjExNywwLjI4OSAgICBsMTYsMjRDMjkuNDE0LDYzLjMzMiwzMC42NjQsNjQsMzIsNjRzMi41ODYtMC42NjgsMy4zMjgtMS43ODFsMTYtMjRjMC4wNTktMC4wOSwwLjA2Ni0wLjE5NSwwLjExNy0wLjI4OSAgICBDNTQuMjg5LDM0LjAwOCw1NiwyOS4yMTksNTYsMjRDNTYsMTAuNzQ2LDQ1LjI1NCwwLDMyLDB6IE00NCwzNC43ODlsLTEyLDE4bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNCAgICBjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNkM0OCwyOC4wMzEsNDUuOTQ1LDMyLDQ0LDM0Ljc4OXpcIlwvPjxjaXJjbGUgZmlsbD1cIiMzOTQyNDBcIiBjeD1cIjMyXCIgY3k9XCIyNFwiIHI9XCI4XCJcLz48XC9nPjxcL2c+PFwvc3ZnPiIsImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZV9wb2ludGVyIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXJzb3Jfc25vd2ZsYWtlX2Vtb2ppcyI6Ilx1Mjc0NFx1ZmUwZiIsImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjMyMjQ5NjkiLCJkeW5hbWljX2ZpZWxkX2N1c3RvbV9zZXBhcmF0b3IiOiJ8In1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjVjYzQzMDk0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPCEtLSB3cDpzaG9ydGNvZGUgLS0+XG48cD5bd29vY29tbWVyY2VfY2hlY2tvdXRdPFwvcD5cbjwhLS0gXC93cDpzaG9ydGNvZGUgLS0+Iiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIiwiZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvcl9yZXBlYXRlciI6W3siZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvciI6IiM3QzYyRkYiLCJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yX2xvY2F0aW9uIjp7InVuaXQiOiIlIiwic2l6ZSI6NTB9LCJfaWQiOiJkYjNlNzVmIn0seyJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yIjoiI0ZGNjQ2NCIsImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3JfbG9jYXRpb24iOnsidW5pdCI6IiUiLCJzaXplIjo5MH0sIl9pZCI6IjIxYzAwNzkifV0sImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiJiMjlhZTA5In1dLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aF9ob3ZlciI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21vcnBoaW5nX2V4Y2x1ZGVfc2VsZWN0b3JzIjoiLmF2YXRhciwgLmV4Y2x1ZGUiLCJlYWVsX2NsaXBfcGF0aHMiOlt7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMSIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDI1JSAwJSwgNzUlIDAlLCAxMDAlIDUwJSwgNzUlIDEwMCUsIDI1JSAxMDAlLCAwJSA1MCUpOyIsIl9pZCI6IjI4NjFlZDcifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMiIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgMTAwJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAwJSA1MCUpO1xuIiwiX2lkIjoiMWMyNzc1MCJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAzIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCA3MyUgNTAlLCA5MCUgMTAwJSwgMTIlIDk5JSwgMjQlIDUwJSk7IiwiX2lkIjoiOGViZjhkNyJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSA0IiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDM3JSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAgNzAlKTsiLCJfaWQiOiI2MmRmM2ZlIn1dLCJlYWVsX3N2Z19wYXRoc19jdXN0b20iOlt7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMSIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02Mi44LC0xOS43QzcyLDcuOCw2My41LDQxLjgsNDQsNTQuNkMyNC40LDY3LjUsLTYuMiw1OS4xLC0yNS4yLDQzLjNDLTQ0LjIsMjcuNSwtNTEuNSw0LjIsLTQ1LjMsLTE5LjFDLTM5LjIsLTQyLjUsLTE5LjYsLTY1LjgsMy42LC02N0MyNi44LC02OC4yLDUzLjcsLTQ3LjIsNjIuOCwtMTkuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiMTcwZDBkZiJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAyIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI1YmEwZDA1In0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDMiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIsLTM2LjVDNzUuNywtMTIsNzkuMiwxNy45LDY3LjEsNDEuM0M1NSw2NC44LDI3LjUsODIsNiw3OC42Qy0xNS42LDc1LjEsLTMxLjIsNTEuMSwtNDIuNCwyOC4xQy01My43LDUuMSwtNjAuNSwtMTYuOSwtNTIuNywtMzhDLTQ0LjksLTU5LjEsLTIyLjUsLTc5LjQsMC44LC03OS45QzI0LjEsLTgwLjMsNDguMiwtNjEuMSw2MiwtMzYuNVpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiMGY4ODhhOCJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA0IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTM0LC0xOS42QzQyLjcsLTQuNSw0Ny41LDEyLjksNDEuMiwzMC42QzM0LjksNDguNCwxNy40LDY2LjYsLTMuOCw2OC45Qy0yNS4xLDcxLjEsLTUwLjMsNTcuMywtNjEuNiwzNi42Qy03Mi45LDE1LjksLTcwLjUsLTExLjcsLTU3LjksLTI5Qy00NS40LC00Ni4zLC0yMi43LC01My40LC01LC01MC41QzEyLjYsLTQ3LjYsMjUuMiwtMzQuNywzNCwtMTkuNlpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZDE1ZjNiMCJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA1IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTU2LjMsLTMwLjdDNjYuNywtMTQuNSw2NC42LDEwLjgsNTMuMSwyMi40QzQxLjYsMzQuMSwyMC44LDMyLjEsLTEsMzIuN0MtMjIuOCwzMy4zLC00NS42LDM2LjQsLTUwLjIsMjguN0MtNTQuOCwyMS4xLC00MS4xLDIuNiwtMjkuNywtMTQuMUMtMTguMywtMzAuOSwtOS4xLC00NS45LDYuOSwtNDkuOUMyMywtNTMuOSw0NS45LC00Ni44LDU2LjMsLTMwLjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjMxOTA3N2QifV0sImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZSI6IjxzdmcgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzE5OTlcL3hsaW5rXCIgdmVyc2lvbj1cIjEuMFwiIGlkPVwiTGF5ZXJfMVwiIHdpZHRoPVwiMTAwXCIgaGVpZ2h0PVwiMTAwXCIgdmlld0JveD1cIjAgMCA2NCA2NFwiIGVuYWJsZS1iYWNrZ3JvdW5kPVwibmV3IDAgMCA2NCA2NFwiIHhtbDpzcGFjZT1cInByZXNlcnZlXCI+PGc+PHBhdGggZmlsbD1cIiNGNzZENTdcIiBkPVwiTTMyLDUyLjc4OWwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjRjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNiAgIGMwLDQuMDMxLTIuMDU1LDgtNCwxMC43ODlMMzIsNTIuNzg5elwiXC8+PGc+PHBhdGggZmlsbD1cIiMzOTQyNDBcIiBkPVwiTTMyLDBDMTguNzQ2LDAsOCwxMC43NDYsOCwyNGMwLDUuMjE5LDEuNzExLDEwLjAwOCw0LjU1NSwxMy45M2MwLjA1MSwwLjA5NCwwLjA1OSwwLjE5OSwwLjExNywwLjI4OSAgICBsMTYsMjRDMjkuNDE0LDYzLjMzMiwzMC42NjQsNjQsMzIsNjRzMi41ODYtMC42NjgsMy4zMjgtMS43ODFsMTYtMjRjMC4wNTktMC4wOSwwLjA2Ni0wLjE5NSwwLjExNy0wLjI4OSAgICBDNTQuMjg5LDM0LjAwOCw1NiwyOS4yMTksNTYsMjRDNTYsMTAuNzQ2LDQ1LjI1NCwwLDMyLDB6IE00NCwzNC43ODlsLTEyLDE4bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNCAgICBjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNkM0OCwyOC4wMzEsNDUuOTQ1LDMyLDQ0LDM0Ljc4OXpcIlwvPjxjaXJjbGUgZmlsbD1cIiMzOTQyNDBcIiBjeD1cIjMyXCIgY3k9XCIyNFwiIHI9XCI4XCJcLz48XC9nPjxcL2c+PFwvc3ZnPiIsImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZV9wb2ludGVyIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXJzb3Jfc25vd2ZsYWtlX2Vtb2ppcyI6Ilx1Mjc0NFx1ZmUwZiIsImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjU0OWVmZjYiLCJkeW5hbWljX2ZpZWxkX2N1c3RvbV9zZXBhcmF0b3IiOiJ8In1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(196400,184399,'_order_key','wc_order_0YkozyBllFizr'),(196401,184399,'_customer_user','67'),(196402,184399,'_payment_method','cheque'),(196403,184399,'_payment_method_title','Bill My Account (Invoice)'),(196404,184399,'_customer_ip_address','67.251.108.158'),(196405,184399,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36'),(196406,184399,'_created_via','checkout'),(196407,184399,'_cart_hash','e913dd27d61966d73e5cd62bf18b4be1'),(196408,184399,'_download_permissions_granted','yes'),(196409,184399,'_recorded_sales','yes'),(196410,184399,'_recorded_coupon_usage_counts','yes'),(196411,184399,'_new_order_email_sent','true'),(196412,184399,'_order_stock_reduced','yes'),(196413,184399,'_billing_first_name','Marnie'),(196414,184399,'_billing_last_name','Murray'),(196415,184399,'_billing_company','Naughty Nits'),(196416,184399,'_billing_address_1','2809 Wehrle Drive'),(196417,184399,'_billing_address_2','Suite 10'),(196418,184399,'_billing_city','Williamsville'),(196419,184399,'_billing_state','NY'),(196420,184399,'_billing_postcode','14221'),(196421,184399,'_billing_country','US'),(196422,184399,'_billing_email','liceclinicsupstateny@gmail.com'),(196423,184399,'_billing_phone','7166265423'),(196424,184399,'_shipping_first_name','Marnie'),(196425,184399,'_shipping_last_name','Murray'),(196426,184399,'_shipping_company','Naughty Nits'),(196427,184399,'_shipping_address_1','2809 Wehrle Drive'),(196428,184399,'_shipping_address_2','Suite 10'),(196429,184399,'_shipping_city','Williamsville'),(196430,184399,'_shipping_state','NY'),(196431,184399,'_shipping_postcode','14221'),(196432,184399,'_shipping_country','US'),(196433,184399,'_order_currency','USD'),(196434,184399,'_cart_discount','0'),(196435,184399,'_cart_discount_tax','0'),(196436,184399,'_order_shipping','0'),(196437,184399,'_order_shipping_tax','0'),(196438,184399,'_order_tax','0'),(196439,184399,'_order_total','375.00'),(196440,184399,'_order_version','10.7.0'),(196441,184399,'_prices_include_tax','no'),(196442,184399,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(196443,184399,'_shipping_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(196444,184399,'is_vat_exempt','no'),(196445,184399,'_wc_order_attribution_source_type','typein'),(196446,184399,'_wc_order_attribution_utm_source','(direct)'),(196447,184399,'_wc_order_attribution_session_entry','https://clinicstore.liceclinicsofamerica.com/'),(196448,184399,'_wc_order_attribution_session_start_time','2026-07-23 18:24:35'),(196449,184399,'_wc_order_attribution_session_pages','4'),(196450,184399,'_wc_order_attribution_session_count','1'),(196451,184399,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36'),(196452,184399,'_wc_order_attribution_device_type','Desktop'),(196455,184399,'_debug_log_source_pending_deletion','place-order-debug-c23e877c'),(196456,184398,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z6F158F0371531742\";s:12:\"date_shipped\";s:10:\"1784764800\";s:11:\"tracking_id\";s:32:\"ba029804c6798570aed015a3a9e3640b\";}}'),(196457,184398,'_date_completed','1784902691'),(196458,184398,'_completed_date','2026-07-24 14:18:11'),(196459,184399,'_edit_lock','1784904124:106'),(196460,184399,'_edit_last','106'),(196461,22,'_elementor_page_assets','a:0:{}'),(196462,182,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:2:{i:0;s:13:\"widget-spacer\";i:1;s:14:\"widget-heading\";}}'),(196463,182,'_elementor_css','a:6:{s:4:\"time\";i:1785408052;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196464,182,'_elementor_element_cache','{\"timeout\":1785494452,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2c157a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2c157a5\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-407cbb9\\\" data-id=\\\"407cbb9\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b8cc6fa\\\" data-id=\\\"b8cc6fa\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c64e51f elementor-widget elementor-widget-spacer\\\" data-id=\\\"c64e51f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bc66e50 elementor-widget elementor-widget-heading\\\" data-id=\\\"bc66e50\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Terms of Service<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjkzZGZjOWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPk9WRVJWSUVXPFwvc3Ryb25nPjxiciBcLz5UaGlzIHdlYnNpdGUgaXMgb3BlcmF0ZWQgYnkgR2luZXNpcyBQcm9kdWN0cy4gVGhyb3VnaG91dCB0aGUgc2l0ZSwgdGhlIHRlcm1zIFx1MjAxY3dlXHUyMDFkLCBcdTIwMWN1c1x1MjAxZCBhbmQgXHUyMDFjb3VyXHUyMDFkIHJlZmVyIHRvIEdpbmVzaXMgUHJvZHVjdHMuIEdpbmVzaXMgUHJvZHVjdHMgb2ZmZXJzIHRoaXMgd2Vic2l0ZSwgaW5jbHVkaW5nIGFsbCBpbmZvcm1hdGlvbiwgdG9vbHMgYW5kIHNlcnZpY2VzIGF2YWlsYWJsZSBmcm9tIHRoaXMgc2l0ZSB0byB5b3UsIHRoZSB1c2VyLCBjb25kaXRpb25lZCB1cG9uIHlvdXIgYWNjZXB0YW5jZSBvZiBhbGwgdGVybXMsIGNvbmRpdGlvbnMsIHBvbGljaWVzIGFuZCBub3RpY2VzIHN0YXRlZCBoZXJlLjxcL3A+PHA+QnkgdmlzaXRpbmcgb3VyIHNpdGUgYW5kXC8gb3IgcHVyY2hhc2luZyBzb21ldGhpbmcgZnJvbSB1cywgeW91IGVuZ2FnZSBpbiBvdXIgXHUyMDFjU2VydmljZVx1MjAxZCBhbmQgYWdyZWUgdG8gYmUgYm91bmQgYnkgdGhlIGZvbGxvd2luZyB0ZXJtcyBhbmQgY29uZGl0aW9ucyAoXHUyMDFjVGVybXMgb2YgU2VydmljZVx1MjAxZCwgXHUyMDFjVGVybXNcdTIwMWQpLCBpbmNsdWRpbmcgdGhvc2UgYWRkaXRpb25hbCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBhbmQgcG9saWNpZXMgcmVmZXJlbmNlZCBoZXJlaW4gYW5kXC9vciBhdmFpbGFibGUgYnkgaHlwZXJsaW5rLiBUaGVzZSBUZXJtcyBvZiBTZXJ2aWNlIGFwcGx5IHRvIGFsbCB1c2VycyBvZiB0aGUgc2l0ZSwgaW5jbHVkaW5nIHdpdGhvdXQgbGltaXRhdGlvbiB1c2VycyB3aG8gYXJlIGJyb3dzZXJzLCB2ZW5kb3JzLCBjdXN0b21lcnMsIG1lcmNoYW50cywgYW5kXC8gb3IgY29udHJpYnV0b3JzIG9mIGNvbnRlbnQuPFwvcD48cD5QbGVhc2UgcmVhZCB0aGVzZSBUZXJtcyBvZiBTZXJ2aWNlIGNhcmVmdWxseSBiZWZvcmUgYWNjZXNzaW5nIG9yIHVzaW5nIG91ciB3ZWJzaXRlLiBCeSBhY2Nlc3Npbmcgb3IgdXNpbmcgYW55IHBhcnQgb2YgdGhlIHNpdGUsIHlvdSBhZ3JlZSB0byBiZSBib3VuZCBieSB0aGVzZSBUZXJtcyBvZiBTZXJ2aWNlLiBJZiB5b3UgZG8gbm90IGFncmVlIHRvIGFsbCB0aGUgdGVybXMgYW5kIGNvbmRpdGlvbnMgb2YgdGhpcyBhZ3JlZW1lbnQsIHRoZW4geW91IG1heSBub3QgYWNjZXNzIHRoZSB3ZWJzaXRlIG9yIHVzZSBhbnkgc2VydmljZXMuIElmIHRoZXNlIFRlcm1zIG9mIFNlcnZpY2UgYXJlIGNvbnNpZGVyZWQgYW4gb2ZmZXIsIGFjY2VwdGFuY2UgaXMgZXhwcmVzc2x5IGxpbWl0ZWQgdG8gdGhlc2UgVGVybXMgb2YgU2VydmljZS48XC9wPjxwPkFueSBuZXcgZmVhdHVyZXMgb3IgdG9vbHMgd2hpY2ggYXJlIGFkZGVkIHRvIHRoZSBjdXJyZW50IHN0b3JlIHNoYWxsIGFsc28gYmUgc3ViamVjdCB0byB0aGUgVGVybXMgb2YgU2VydmljZS4gWW91IGNhbiByZXZpZXcgdGhlIG1vc3QgY3VycmVudCB2ZXJzaW9uIG9mIHRoZSBUZXJtcyBvZiBTZXJ2aWNlIGF0IGFueSB0aW1lIG9uIHRoaXMgcGFnZS4gV2UgcmVzZXJ2ZSB0aGUgcmlnaHQgdG8gdXBkYXRlLCBjaGFuZ2Ugb3IgcmVwbGFjZSBhbnkgcGFydCBvZiB0aGVzZSBUZXJtcyBvZiBTZXJ2aWNlIGJ5IHBvc3RpbmcgdXBkYXRlcyBhbmRcL29yIGNoYW5nZXMgdG8gb3VyIHdlYnNpdGUuIEl0IGlzIHlvdXIgcmVzcG9uc2liaWxpdHkgdG8gY2hlY2sgdGhpcyBwYWdlIHBlcmlvZGljYWxseSBmb3IgY2hhbmdlcy4gWW91ciBjb250aW51ZWQgdXNlIG9mIG9yIGFjY2VzcyB0byB0aGUgd2Vic2l0ZSBmb2xsb3dpbmcgdGhlIHBvc3Rpbmcgb2YgYW55IGNoYW5nZXMgY29uc3RpdHV0ZXMgYWNjZXB0YW5jZSBvZiB0aG9zZSBjaGFuZ2VzLjxcL3A+PHA+T3VyIHN0b3JlIGlzIGhvc3RlZCBvbiBTaG9waWZ5IEluYy4gVGhleSBwcm92aWRlIHVzIHdpdGggdGhlIG9ubGluZSBlLWNvbW1lcmNlIHBsYXRmb3JtIHRoYXQgYWxsb3dzIHVzIHRvIHNlbGwgb3VyIHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyB0byB5b3UuPFwvcD48cD48c3Ryb25nPlNFQ1RJT04gMSAtIE9OTElORSBTVE9SRSBURVJNUzxcL3N0cm9uZz48YnIgXC8+QnkgYWdyZWVpbmcgdG8gdGhlc2UgVGVybXMgb2YgU2VydmljZSwgeW91IHJlcHJlc2VudCB0aGF0IHlvdSBhcmUgYXQgbGVhc3QgdGhlIGFnZSBvZiBtYWpvcml0eSBpbiB5b3VyIHN0YXRlIG9yIHByb3ZpbmNlIG9mIHJlc2lkZW5jZSwgb3IgdGhhdCB5b3UgYXJlIHRoZSBhZ2Ugb2YgbWFqb3JpdHkgaW4geW91ciBzdGF0ZSBvciBwcm92aW5jZSBvZiByZXNpZGVuY2UgYW5kIHlvdSBoYXZlIGdpdmVuIHVzIHlvdXIgY29uc2VudCB0byBhbGxvdyBhbnkgb2YgeW91ciBtaW5vciBkZXBlbmRlbnRzIHRvIHVzZSB0aGlzIHNpdGUuPGJyIFwvPllvdSBtYXkgbm90IHVzZSBvdXIgcHJvZHVjdHMgZm9yIGFueSBpbGxlZ2FsIG9yIHVuYXV0aG9yaXplZCBwdXJwb3NlIG5vciBtYXkgeW91LCBpbiB0aGUgdXNlIG9mIHRoZSBTZXJ2aWNlLCB2aW9sYXRlIGFueSBsYXdzIGluIHlvdXIganVyaXNkaWN0aW9uIChpbmNsdWRpbmcgYnV0IG5vdCBsaW1pdGVkIHRvIGNvcHlyaWdodCBsYXdzKS48YnIgXC8+WW91IG11c3Qgbm90IHRyYW5zbWl0IGFueSB3b3JtcyBvciB2aXJ1c2VzIG9yIGFueSBjb2RlIG9mIGEgZGVzdHJ1Y3RpdmUgbmF0dXJlLjxiciBcLz5BIGJyZWFjaCBvciB2aW9sYXRpb24gb2YgYW55IG9mIHRoZSBUZXJtcyB3aWxsIHJlc3VsdCBpbiBhbiBpbW1lZGlhdGUgdGVybWluYXRpb24gb2YgeW91ciBTZXJ2aWNlcy48XC9wPjxwPjxzdHJvbmc+U0VDVElPTiAyIC0gR0VORVJBTCBDT05ESVRJT05TPFwvc3Ryb25nPjxiciBcLz5XZSByZXNlcnZlIHRoZSByaWdodCB0byByZWZ1c2Ugc2VydmljZSB0byBhbnlvbmUgZm9yIGFueSByZWFzb24gYXQgYW55IHRpbWUuPGJyIFwvPllvdSB1bmRlcnN0YW5kIHRoYXQgeW91ciBjb250ZW50IChub3QgaW5jbHVkaW5nIGNyZWRpdCBjYXJkIGluZm9ybWF0aW9uKSwgbWF5IGJlIHRyYW5zZmVycmVkIHVuZW5jcnlwdGVkIGFuZCBpbnZvbHZlIChhKSB0cmFuc21pc3Npb25zIG92ZXIgdmFyaW91cyBuZXR3b3JrczsgYW5kIChiKSBjaGFuZ2VzIHRvIGNvbmZvcm0gYW5kIGFkYXB0IHRvIHRlY2huaWNhbCByZXF1aXJlbWVudHMgb2YgY29ubmVjdGluZyBuZXR3b3JrcyBvciBkZXZpY2VzLiBDcmVkaXQgY2FyZCBpbmZvcm1hdGlvbiBpcyBhbHdheXMgZW5jcnlwdGVkIGR1cmluZyB0cmFuc2ZlciBvdmVyIG5ldHdvcmtzLjxiciBcLz5Zb3UgYWdyZWUgbm90IHRvIHJlcHJvZHVjZSwgZHVwbGljYXRlLCBjb3B5LCBzZWxsLCByZXNlbGwgb3IgZXhwbG9pdCBhbnkgcG9ydGlvbiBvZiB0aGUgU2VydmljZSwgdXNlIG9mIHRoZSBTZXJ2aWNlLCBvciBhY2Nlc3MgdG8gdGhlIFNlcnZpY2Ugb3IgYW55IGNvbnRhY3Qgb24gdGhlIHdlYnNpdGUgdGhyb3VnaCB3aGljaCB0aGUgc2VydmljZSBpcyBwcm92aWRlZCwgd2l0aG91dCBleHByZXNzIHdyaXR0ZW4gcGVybWlzc2lvbiBieSB1cy48YnIgXC8+VGhlIGhlYWRpbmdzIHVzZWQgaW4gdGhpcyBhZ3JlZW1lbnQgYXJlIGluY2x1ZGVkIGZvciBjb252ZW5pZW5jZSBvbmx5IGFuZCB3aWxsIG5vdCBsaW1pdCBvciBvdGhlcndpc2UgYWZmZWN0IHRoZXNlIFRlcm1zLjxcL3A+PHA+PHN0cm9uZz5TRUNUSU9OIDMgLSBBQ0NVUkFDWSwgQ09NUExFVEVORVNTIEFORCBUSU1FTElORVNTIE9GIElORk9STUFUSU9OPFwvc3Ryb25nPjxiciBcLz5XZSBhcmUgbm90IHJlc3BvbnNpYmxlIGlmIGluZm9ybWF0aW9uIG1hZGUgYXZhaWxhYmxlIG9uIHRoaXMgc2l0ZSBpcyBub3QgYWNjdXJhdGUsIGNvbXBsZXRlIG9yIGN1cnJlbnQuIFRoZSBtYXRlcmlhbCBvbiB0aGlzIHNpdGUgaXMgcHJvdmlkZWQgZm9yIGdlbmVyYWwgaW5mb3JtYXRpb24gb25seSBhbmQgc2hvdWxkIG5vdCBiZSByZWxpZWQgdXBvbiBvciB1c2VkIGFzIHRoZSBzb2xlIGJhc2lzIGZvciBtYWtpbmcgZGVjaXNpb25zIHdpdGhvdXQgY29uc3VsdGluZyBwcmltYXJ5LCBtb3JlIGFjY3VyYXRlLCBtb3JlIGNvbXBsZXRlIG9yIG1vcmUgdGltZWx5IHNvdXJjZXMgb2YgaW5mb3JtYXRpb24uIEFueSByZWxpYW5jZSBvbiB0aGUgbWF0ZXJpYWwgb24gdGhpcyBzaXRlIGlzIGF0IHlvdXIgb3duIHJpc2suPGJyIFwvPlRoaXMgc2l0ZSBtYXkgY29udGFpbiBjZXJ0YWluIGhpc3RvcmljYWwgaW5mb3JtYXRpb24uIEhpc3RvcmljYWwgaW5mb3JtYXRpb24sIG5lY2Vzc2FyaWx5LCBpcyBub3QgY3VycmVudCBhbmQgaXMgcHJvdmlkZWQgZm9yIHlvdXIgcmVmZXJlbmNlIG9ubHkuIFdlIHJlc2VydmUgdGhlIHJpZ2h0IHRvIG1vZGlmeSB0aGUgY29udGVudHMgb2YgdGhpcyBzaXRlIGF0IGFueSB0aW1lLCBidXQgd2UgaGF2ZSBubyBvYmxpZ2F0aW9uIHRvIHVwZGF0ZSBhbnkgaW5mb3JtYXRpb24gb24gb3VyIHNpdGUuIFlvdSBhZ3JlZSB0aGF0IGl0IGlzIHlvdXIgcmVzcG9uc2liaWxpdHkgdG8gbW9uaXRvciBjaGFuZ2VzIHRvIG91ciBzaXRlLjxcL3A+PHA+PHN0cm9uZz5TRUNUSU9OIDQgLSBNT0RJRklDQVRJT05TIFRPIFRIRSBTRVJWSUNFIEFORCBQUklDRVM8XC9zdHJvbmc+PGJyIFwvPlByaWNlcyBmb3Igb3VyIHByb2R1Y3RzIGFyZSBzdWJqZWN0IHRvIGNoYW5nZSB3aXRob3V0IG5vdGljZS48YnIgXC8+V2UgcmVzZXJ2ZSB0aGUgcmlnaHQgYXQgYW55IHRpbWUgdG8gbW9kaWZ5IG9yIGRpc2NvbnRpbnVlIHRoZSBTZXJ2aWNlIChvciBhbnkgcGFydCBvciBjb250ZW50IHRoZXJlb2YpIHdpdGhvdXQgbm90aWNlIGF0IGFueSB0aW1lLjxiciBcLz5XZSBzaGFsbCBub3QgYmUgbGlhYmxlIHRvIHlvdSBvciB0byBhbnkgdGhpcmQtcGFydHkgZm9yIGFueSBtb2RpZmljYXRpb24sIHByaWNlIGNoYW5nZSwgc3VzcGVuc2lvbiBvciBkaXNjb250aW51YW5jZSBvZiB0aGUgU2VydmljZS48XC9wPjxwPjxzdHJvbmc+U0VDVElPTiA1IC0gUFJPRFVDVFMgT1IgU0VSVklDRVMgKGlmIGFwcGxpY2FibGUpPFwvc3Ryb25nPjxiciBcLz5DZXJ0YWluIHByb2R1Y3RzIG9yIHNlcnZpY2VzIG1heSBiZSBhdmFpbGFibGUgZXhjbHVzaXZlbHkgb25saW5lIHRocm91Z2ggdGhlIHdlYnNpdGUuIFRoZXNlIHByb2R1Y3RzIG9yIHNlcnZpY2VzIG1heSBoYXZlIGxpbWl0ZWQgcXVhbnRpdGllcyBhbmQgYXJlIHN1YmplY3QgdG8gcmV0dXJuIG9yIGV4Y2hhbmdlIG9ubHkgYWNjb3JkaW5nIHRvIG91ciBSZXR1cm4gUG9saWN5LjxiciBcLz5XZSBoYXZlIG1hZGUgZXZlcnkgZWZmb3J0IHRvIGRpc3BsYXkgYXMgYWNjdXJhdGVseSBhcyBwb3NzaWJsZSB0aGUgY29sb3JzIGFuZCBpbWFnZXMgb2Ygb3VyIHByb2R1Y3RzIHRoYXQgYXBwZWFyIGF0IHRoZSBzdG9yZS4gV2UgY2Fubm90IGd1YXJhbnRlZSB0aGF0IHlvdXIgY29tcHV0ZXIgbW9uaXRvcidzIGRpc3BsYXkgb2YgYW55IGNvbG9yIHdpbGwgYmUgYWNjdXJhdGUuPGJyIFwvPldlIHJlc2VydmUgdGhlIHJpZ2h0LCBidXQgYXJlIG5vdCBvYmxpZ2F0ZWQsIHRvIGxpbWl0IHRoZSBzYWxlcyBvZiBvdXIgcHJvZHVjdHMgb3IgU2VydmljZXMgdG8gYW55IHBlcnNvbiwgZ2VvZ3JhcGhpYyByZWdpb24gb3IganVyaXNkaWN0aW9uLiBXZSBtYXkgZXhlcmNpc2UgdGhpcyByaWdodCBvbiBhIGNhc2UtYnktY2FzZSBiYXNpcy4gV2UgcmVzZXJ2ZSB0aGUgcmlnaHQgdG8gbGltaXQgdGhlIHF1YW50aXRpZXMgb2YgYW55IHByb2R1Y3RzIG9yIHNlcnZpY2VzIHRoYXQgd2Ugb2ZmZXIuIEFsbCBkZXNjcmlwdGlvbnMgb2YgcHJvZHVjdHMgb3IgcHJvZHVjdCBwcmljaW5nIGFyZSBzdWJqZWN0IHRvIGNoYW5nZSBhdCBhbnl0aW1lIHdpdGhvdXQgbm90aWNlLCBhdCB0aGUgc29sZSBkaXNjcmV0aW9uIG9mIHVzLiBXZSByZXNlcnZlIHRoZSByaWdodCB0byBkaXNjb250aW51ZSBhbnkgcHJvZHVjdCBhdCBhbnkgdGltZS4gQW55IG9mZmVyIGZvciBhbnkgcHJvZHVjdCBvciBzZXJ2aWNlIG1hZGUgb24gdGhpcyBzaXRlIGlzIHZvaWQgd2hlcmUgcHJvaGliaXRlZC48YnIgXC8+V2UgZG8gbm90IHdhcnJhbnQgdGhhdCB0aGUgcXVhbGl0eSBvZiBhbnkgcHJvZHVjdHMsIHNlcnZpY2VzLCBpbmZvcm1hdGlvbiwgb3Igb3RoZXIgbWF0ZXJpYWwgcHVyY2hhc2VkIG9yIG9idGFpbmVkIGJ5IHlvdSB3aWxsIG1lZXQgeW91ciBleHBlY3RhdGlvbnMsIG9yIHRoYXQgYW55IGVycm9ycyBpbiB0aGUgU2VydmljZSB3aWxsIGJlIGNvcnJlY3RlZC48XC9wPjxwPjxzdHJvbmc+U0VDVElPTiA2IC0gQUNDVVJBQ1kgT0YgQklMTElORyBBTkQgQUNDT1VOVCBJTkZPUk1BVElPTjxcL3N0cm9uZz48YnIgXC8+V2UgcmVzZXJ2ZSB0aGUgcmlnaHQgdG8gcmVmdXNlIGFueSBvcmRlciB5b3UgcGxhY2Ugd2l0aCB1cy4gV2UgbWF5LCBpbiBvdXIgc29sZSBkaXNjcmV0aW9uLCBsaW1pdCBvciBjYW5jZWwgcXVhbnRpdGllcyBwdXJjaGFzZWQgcGVyIHBlcnNvbiwgcGVyIGhvdXNlaG9sZCBvciBwZXIgb3JkZXIuIFRoZXNlIHJlc3RyaWN0aW9ucyBtYXkgaW5jbHVkZSBvcmRlcnMgcGxhY2VkIGJ5IG9yIHVuZGVyIHRoZSBzYW1lIGN1c3RvbWVyIGFjY291bnQsIHRoZSBzYW1lIGNyZWRpdCBjYXJkLCBhbmRcL29yIG9yZGVycyB0aGF0IHVzZSB0aGUgc2FtZSBiaWxsaW5nIGFuZFwvb3Igc2hpcHBpbmcgYWRkcmVzcy4gSW4gdGhlIGV2ZW50IHRoYXQgd2UgbWFrZSBhIGNoYW5nZSB0byBvciBjYW5jZWwgYW4gb3JkZXIsIHdlIG1heSBhdHRlbXB0IHRvIG5vdGlmeSB5b3UgYnkgY29udGFjdGluZyB0aGUgZSBtYWlsIGFuZFwvb3IgYmlsbGluZyBhZGRyZXNzXC9waG9uZSBudW1iZXIgcHJvdmlkZWQgYXQgdGhlIHRpbWUgdGhlIG9yZGVyIHdhcyBtYWRlLiBXZSByZXNlcnZlIHRoZSByaWdodCB0byBsaW1pdCBvciBwcm9oaWJpdCBvcmRlcnMgdGhhdCwgaW4gb3VyIHNvbGUganVkZ21lbnQsIGFwcGVhciB0byBiZSBwbGFjZWQgYnkgZGVhbGVycywgcmVzZWxsZXJzIG9yIGRpc3RyaWJ1dG9ycy48XC9wPjxwPllvdSBhZ3JlZSB0byBwcm92aWRlIGN1cnJlbnQsIGNvbXBsZXRlIGFuZCBhY2N1cmF0ZSBwdXJjaGFzZSBhbmQgYWNjb3VudCBpbmZvcm1hdGlvbiBmb3IgYWxsIHB1cmNoYXNlcyBtYWRlIGF0IG91ciBzdG9yZS4gWW91IGFncmVlIHRvIHByb21wdGx5IHVwZGF0ZSB5b3VyIGFjY291bnQgYW5kIG90aGVyIGluZm9ybWF0aW9uLCBpbmNsdWRpbmcgeW91ciBlbWFpbCBhZGRyZXNzIGFuZCBjcmVkaXQgY2FyZCBudW1iZXJzIGFuZCBleHBpcmF0aW9uIGRhdGVzLCBzbyB0aGF0IHdlIGNhbiBjb21wbGV0ZSB5b3VyIHRyYW5zYWN0aW9ucyBhbmQgY29udGFjdCB5b3UgYXMgbmVlZGVkLjxcL3A+PHA+Rm9yIG1vcmUgZGV0YWlsLCBwbGVhc2UgcmV2aWV3IG91ciBSZXR1cm5zIFBvbGljeS48XC9wPjxwPjxzdHJvbmc+U0VDVElPTiA3IC0gT1BUSU9OQUwgVE9PTFM8XC9zdHJvbmc+PGJyIFwvPldlIG1heSBwcm92aWRlIHlvdSB3aXRoIGFjY2VzcyB0byB0aGlyZC1wYXJ0eSB0b29scyBvdmVyIHdoaWNoIHdlIG5laXRoZXIgbW9uaXRvciBub3IgaGF2ZSBhbnkgY29udHJvbCBub3IgaW5wdXQuPGJyIFwvPllvdSBhY2tub3dsZWRnZSBhbmQgYWdyZWUgdGhhdCB3ZSBwcm92aWRlIGFjY2VzcyB0byBzdWNoIHRvb2xzIFx1MjAxZGFzIGlzXHUyMDFkIGFuZCBcdTIwMWNhcyBhdmFpbGFibGVcdTIwMWQgd2l0aG91dCBhbnkgd2FycmFudGllcywgcmVwcmVzZW50YXRpb25zIG9yIGNvbmRpdGlvbnMgb2YgYW55IGtpbmQgYW5kIHdpdGhvdXQgYW55IGVuZG9yc2VtZW50LiBXZSBzaGFsbCBoYXZlIG5vIGxpYWJpbGl0eSB3aGF0c29ldmVyIGFyaXNpbmcgZnJvbSBvciByZWxhdGluZyB0byB5b3VyIHVzZSBvZiBvcHRpb25hbCB0aGlyZC1wYXJ0eSB0b29scy48YnIgXC8+QW55IHVzZSBieSB5b3Ugb2Ygb3B0aW9uYWwgdG9vbHMgb2ZmZXJlZCB0aHJvdWdoIHRoZSBzaXRlIGlzIGVudGlyZWx5IGF0IHlvdXIgb3duIHJpc2sgYW5kIGRpc2NyZXRpb24gYW5kIHlvdSBzaG91bGQgZW5zdXJlIHRoYXQgeW91IGFyZSBmYW1pbGlhciB3aXRoIGFuZCBhcHByb3ZlIG9mIHRoZSB0ZXJtcyBvbiB3aGljaCB0b29scyBhcmUgcHJvdmlkZWQgYnkgdGhlIHJlbGV2YW50IHRoaXJkLXBhcnR5IHByb3ZpZGVyKHMpLjxiciBcLz5XZSBtYXkgYWxzbywgaW4gdGhlIGZ1dHVyZSwgb2ZmZXIgbmV3IHNlcnZpY2VzIGFuZFwvb3IgZmVhdHVyZXMgdGhyb3VnaCB0aGUgd2Vic2l0ZSAoaW5jbHVkaW5nLCB0aGUgcmVsZWFzZSBvZiBuZXcgdG9vbHMgYW5kIHJlc291cmNlcykuIFN1Y2ggbmV3IGZlYXR1cmVzIGFuZFwvb3Igc2VydmljZXMgc2hhbGwgYWxzbyBiZSBzdWJqZWN0IHRvIHRoZXNlIFRlcm1zIG9mIFNlcnZpY2UuPFwvcD48cD48c3Ryb25nPlNFQ1RJT04gOCAtIFRISVJELVBBUlRZIExJTktTPFwvc3Ryb25nPjxiciBcLz5DZXJ0YWluIGNvbnRlbnQsIHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBhdmFpbGFibGUgdmlhIG91ciBTZXJ2aWNlIG1heSBpbmNsdWRlIG1hdGVyaWFscyBmcm9tIHRoaXJkLXBhcnRpZXMuPGJyIFwvPlRoaXJkLXBhcnR5IGxpbmtzIG9uIHRoaXMgc2l0ZSBtYXkgZGlyZWN0IHlvdSB0byB0aGlyZC1wYXJ0eSB3ZWJzaXRlcyB0aGF0IGFyZSBub3QgYWZmaWxpYXRlZCB3aXRoIHVzLiBXZSBhcmUgbm90IHJlc3BvbnNpYmxlIGZvciBleGFtaW5pbmcgb3IgZXZhbHVhdGluZyB0aGUgY29udGVudCBvciBhY2N1cmFjeSBhbmQgd2UgZG8gbm90IHdhcnJhbnQgYW5kIHdpbGwgbm90IGhhdmUgYW55IGxpYWJpbGl0eSBvciByZXNwb25zaWJpbGl0eSBmb3IgYW55IHRoaXJkLXBhcnR5IG1hdGVyaWFscyBvciB3ZWJzaXRlcywgb3IgZm9yIGFueSBvdGhlciBtYXRlcmlhbHMsIHByb2R1Y3RzLCBvciBzZXJ2aWNlcyBvZiB0aGlyZC1wYXJ0aWVzLjxiciBcLz5XZSBhcmUgbm90IGxpYWJsZSBmb3IgYW55IGhhcm0gb3IgZGFtYWdlcyByZWxhdGVkIHRvIHRoZSBwdXJjaGFzZSBvciB1c2Ugb2YgZ29vZHMsIHNlcnZpY2VzLCByZXNvdXJjZXMsIGNvbnRlbnQsIG9yIGFueSBvdGhlciB0cmFuc2FjdGlvbnMgbWFkZSBpbiBjb25uZWN0aW9uIHdpdGggYW55IHRoaXJkLXBhcnR5IHdlYnNpdGVzLiBQbGVhc2UgcmV2aWV3IGNhcmVmdWxseSB0aGUgdGhpcmQtcGFydHkncyBwb2xpY2llcyBhbmQgcHJhY3RpY2VzIGFuZCBtYWtlIHN1cmUgeW91IHVuZGVyc3RhbmQgdGhlbSBiZWZvcmUgeW91IGVuZ2FnZSBpbiBhbnkgdHJhbnNhY3Rpb24uIENvbXBsYWludHMsIGNsYWltcywgY29uY2VybnMsIG9yIHF1ZXN0aW9ucyByZWdhcmRpbmcgdGhpcmQtcGFydHkgcHJvZHVjdHMgc2hvdWxkIGJlIGRpcmVjdGVkIHRvIHRoZSB0aGlyZC1wYXJ0eS48XC9wPjxwPjxzdHJvbmc+U0VDVElPTiA5IC0gVVNFUiBDT01NRU5UUywgRkVFREJBQ0sgQU5EIE9USEVSIFNVQk1JU1NJT05TPFwvc3Ryb25nPjxiciBcLz5JZiwgYXQgb3VyIHJlcXVlc3QsIHlvdSBzZW5kIGNlcnRhaW4gc3BlY2lmaWMgc3VibWlzc2lvbnMgKGZvciBleGFtcGxlIGNvbnRlc3QgZW50cmllcykgb3Igd2l0aG91dCBhIHJlcXVlc3QgZnJvbSB1cyB5b3Ugc2VuZCBjcmVhdGl2ZSBpZGVhcywgc3VnZ2VzdGlvbnMsIHByb3Bvc2FscywgcGxhbnMsIG9yIG90aGVyIG1hdGVyaWFscywgd2hldGhlciBvbmxpbmUsIGJ5IGVtYWlsLCBieSBwb3N0YWwgbWFpbCwgb3Igb3RoZXJ3aXNlIChjb2xsZWN0aXZlbHksICdjb21tZW50cycpLCB5b3UgYWdyZWUgdGhhdCB3ZSBtYXksIGF0IGFueSB0aW1lLCB3aXRob3V0IHJlc3RyaWN0aW9uLCBlZGl0LCBjb3B5LCBwdWJsaXNoLCBkaXN0cmlidXRlLCB0cmFuc2xhdGUgYW5kIG90aGVyd2lzZSB1c2UgaW4gYW55IG1lZGl1bSBhbnkgY29tbWVudHMgdGhhdCB5b3UgZm9yd2FyZCB0byB1cy4gV2UgYXJlIGFuZCBzaGFsbCBiZSB1bmRlciBubyBvYmxpZ2F0aW9uICgxKSB0byBtYWludGFpbiBhbnkgY29tbWVudHMgaW4gY29uZmlkZW5jZTsgKDIpIHRvIHBheSBjb21wZW5zYXRpb24gZm9yIGFueSBjb21tZW50czsgb3IgKDMpIHRvIHJlc3BvbmQgdG8gYW55IGNvbW1lbnRzLjxiciBcLz5XZSBtYXksIGJ1dCBoYXZlIG5vIG9ibGlnYXRpb24gdG8sIG1vbml0b3IsIGVkaXQgb3IgcmVtb3ZlIGNvbnRlbnQgdGhhdCB3ZSBkZXRlcm1pbmUgaW4gb3VyIHNvbGUgZGlzY3JldGlvbiBhcmUgdW5sYXdmdWwsIG9mZmVuc2l2ZSwgdGhyZWF0ZW5pbmcsIGxpYmVsb3VzLCBkZWZhbWF0b3J5LCBwb3Jub2dyYXBoaWMsIG9ic2NlbmUgb3Igb3RoZXJ3aXNlIG9iamVjdGlvbmFibGUgb3IgdmlvbGF0ZXMgYW55IHBhcnR5XHUyMDE5cyBpbnRlbGxlY3R1YWwgcHJvcGVydHkgb3IgdGhlc2UgVGVybXMgb2YgU2VydmljZS48YnIgXC8+WW91IGFncmVlIHRoYXQgeW91ciBjb21tZW50cyB3aWxsIG5vdCB2aW9sYXRlIGFueSByaWdodCBvZiBhbnkgdGhpcmQtcGFydHksIGluY2x1ZGluZyBjb3B5cmlnaHQsIHRyYWRlbWFyaywgcHJpdmFjeSwgcGVyc29uYWxpdHkgb3Igb3RoZXIgcGVyc29uYWwgb3IgcHJvcHJpZXRhcnkgcmlnaHQuIFlvdSBmdXJ0aGVyIGFncmVlIHRoYXQgeW91ciBjb21tZW50cyB3aWxsIG5vdCBjb250YWluIGxpYmVsb3VzIG9yIG90aGVyd2lzZSB1bmxhd2Z1bCwgYWJ1c2l2ZSBvciBvYnNjZW5lIG1hdGVyaWFsLCBvciBjb250YWluIGFueSBjb21wdXRlciB2aXJ1cyBvciBvdGhlciBtYWx3YXJlIHRoYXQgY291bGQgaW4gYW55IHdheSBhZmZlY3QgdGhlIG9wZXJhdGlvbiBvZiB0aGUgU2VydmljZSBvciBhbnkgcmVsYXRlZCB3ZWJzaXRlLiBZb3UgbWF5IG5vdCB1c2UgYSBmYWxzZSBlIG1haWwgYWRkcmVzcywgcHJldGVuZCB0byBiZSBzb21lb25lIG90aGVyIHRoYW4geW91cnNlbGYsIG9yIG90aGVyd2lzZSBtaXNsZWFkIHVzIG9yIHRoaXJkLXBhcnRpZXMgYXMgdG8gdGhlIG9yaWdpbiBvZiBhbnkgY29tbWVudHMuIFlvdSBhcmUgc29sZWx5IHJlc3BvbnNpYmxlIGZvciBhbnkgY29tbWVudHMgeW91IG1ha2UgYW5kIHRoZWlyIGFjY3VyYWN5LiBXZSB0YWtlIG5vIHJlc3BvbnNpYmlsaXR5IGFuZCBhc3N1bWUgbm8gbGlhYmlsaXR5IGZvciBhbnkgY29tbWVudHMgcG9zdGVkIGJ5IHlvdSBvciBhbnkgdGhpcmQtcGFydHkuPFwvcD48cD48c3Ryb25nPlNFQ1RJT04gMTAgLSBQRVJTT05BTCBJTkZPUk1BVElPTjxcL3N0cm9uZz48YnIgXC8+WW91ciBzdWJtaXNzaW9uIG9mIHBlcnNvbmFsIGluZm9ybWF0aW9uIHRocm91Z2ggdGhlIHN0b3JlIGlzIGdvdmVybmVkIGJ5IG91ciBQcml2YWN5IFBvbGljeS4gVG8gdmlldyBvdXIgUHJpdmFjeSBQb2xpY3kuPFwvcD48cD48c3Ryb25nPlNFQ1RJT04gMTEgLSBFUlJPUlMsIElOQUNDVVJBQ0lFUyBBTkQgT01JU1NJT05TPFwvc3Ryb25nPjxiciBcLz5PY2Nhc2lvbmFsbHkgdGhlcmUgbWF5IGJlIGluZm9ybWF0aW9uIG9uIG91ciBzaXRlIG9yIGluIHRoZSBTZXJ2aWNlIHRoYXQgY29udGFpbnMgdHlwb2dyYXBoaWNhbCBlcnJvcnMsIGluYWNjdXJhY2llcyBvciBvbWlzc2lvbnMgdGhhdCBtYXkgcmVsYXRlIHRvIHByb2R1Y3QgZGVzY3JpcHRpb25zLCBwcmljaW5nLCBwcm9tb3Rpb25zLCBvZmZlcnMsIHByb2R1Y3Qgc2hpcHBpbmcgY2hhcmdlcywgdHJhbnNpdCB0aW1lcyBhbmQgYXZhaWxhYmlsaXR5LiBXZSByZXNlcnZlIHRoZSByaWdodCB0byBjb3JyZWN0IGFueSBlcnJvcnMsIGluYWNjdXJhY2llcyBvciBvbWlzc2lvbnMsIGFuZCB0byBjaGFuZ2Ugb3IgdXBkYXRlIGluZm9ybWF0aW9uIG9yIGNhbmNlbCBvcmRlcnMgaWYgYW55IGluZm9ybWF0aW9uIGluIHRoZSBTZXJ2aWNlIG9yIG9uIGFueSByZWxhdGVkIHdlYnNpdGUgaXMgaW5hY2N1cmF0ZSBhdCBhbnkgdGltZSB3aXRob3V0IHByaW9yIG5vdGljZSAoaW5jbHVkaW5nIGFmdGVyIHlvdSBoYXZlIHN1Ym1pdHRlZCB5b3VyIG9yZGVyKS48YnIgXC8+V2UgdW5kZXJ0YWtlIG5vIG9ibGlnYXRpb24gdG8gdXBkYXRlLCBhbWVuZCBvciBjbGFyaWZ5IGluZm9ybWF0aW9uIGluIHRoZSBTZXJ2aWNlIG9yIG9uIGFueSByZWxhdGVkIHdlYnNpdGUsIGluY2x1ZGluZyB3aXRob3V0IGxpbWl0YXRpb24sIHByaWNpbmcgaW5mb3JtYXRpb24sIGV4Y2VwdCBhcyByZXF1aXJlZCBieSBsYXcuIE5vIHNwZWNpZmllZCB1cGRhdGUgb3IgcmVmcmVzaCBkYXRlIGFwcGxpZWQgaW4gdGhlIFNlcnZpY2Ugb3Igb24gYW55IHJlbGF0ZWQgd2Vic2l0ZSwgc2hvdWxkIGJlIHRha2VuIHRvIGluZGljYXRlIHRoYXQgYWxsIGluZm9ybWF0aW9uIGluIHRoZSBTZXJ2aWNlIG9yIG9uIGFueSByZWxhdGVkIHdlYnNpdGUgaGFzIGJlZW4gbW9kaWZpZWQgb3IgdXBkYXRlZC48XC9wPjxwPjxzdHJvbmc+U0VDVElPTiAxMiAtIFBST0hJQklURUQgVVNFUzxcL3N0cm9uZz48YnIgXC8+SW4gYWRkaXRpb24gdG8gb3RoZXIgcHJvaGliaXRpb25zIGFzIHNldCBmb3J0aCBpbiB0aGUgVGVybXMgb2YgU2VydmljZSwgeW91IGFyZSBwcm9oaWJpdGVkIGZyb20gdXNpbmcgdGhlIHNpdGUgb3IgaXRzIGNvbnRlbnQ6IChhKSBmb3IgYW55IHVubGF3ZnVsIHB1cnBvc2U7IChiKSB0byBzb2xpY2l0IG90aGVycyB0byBwZXJmb3JtIG9yIHBhcnRpY2lwYXRlIGluIGFueSB1bmxhd2Z1bCBhY3RzOyAoYykgdG8gdmlvbGF0ZSBhbnkgaW50ZXJuYXRpb25hbCwgZmVkZXJhbCwgcHJvdmluY2lhbCBvciBzdGF0ZSByZWd1bGF0aW9ucywgcnVsZXMsIGxhd3MsIG9yIGxvY2FsIG9yZGluYW5jZXM7IChkKSB0byBpbmZyaW5nZSB1cG9uIG9yIHZpb2xhdGUgb3VyIGludGVsbGVjdHVhbCBwcm9wZXJ0eSByaWdodHMgb3IgdGhlIGludGVsbGVjdHVhbCBwcm9wZXJ0eSByaWdodHMgb2Ygb3RoZXJzOyAoZSkgdG8gaGFyYXNzLCBhYnVzZSwgaW5zdWx0LCBoYXJtLCBkZWZhbWUsIHNsYW5kZXIsIGRpc3BhcmFnZSwgaW50aW1pZGF0ZSwgb3IgZGlzY3JpbWluYXRlIGJhc2VkIG9uIGdlbmRlciwgc2V4dWFsIG9yaWVudGF0aW9uLCByZWxpZ2lvbiwgZXRobmljaXR5LCByYWNlLCBhZ2UsIG5hdGlvbmFsIG9yaWdpbiwgb3IgZGlzYWJpbGl0eTsgKGYpIHRvIHN1Ym1pdCBmYWxzZSBvciBtaXNsZWFkaW5nIGluZm9ybWF0aW9uOyAoZykgdG8gdXBsb2FkIG9yIHRyYW5zbWl0IHZpcnVzZXMgb3IgYW55IG90aGVyIHR5cGUgb2YgbWFsaWNpb3VzIGNvZGUgdGhhdCB3aWxsIG9yIG1heSBiZSB1c2VkIGluIGFueSB3YXkgdGhhdCB3aWxsIGFmZmVjdCB0aGUgZnVuY3Rpb25hbGl0eSBvciBvcGVyYXRpb24gb2YgdGhlIFNlcnZpY2Ugb3Igb2YgYW55IHJlbGF0ZWQgd2Vic2l0ZSwgb3RoZXIgd2Vic2l0ZXMsIG9yIHRoZSBJbnRlcm5ldDsgKGgpIHRvIGNvbGxlY3Qgb3IgdHJhY2sgdGhlIHBlcnNvbmFsIGluZm9ybWF0aW9uIG9mIG90aGVyczsgKGkpIHRvIHNwYW0sIHBoaXNoLCBwaGFybSwgcHJldGV4dCwgc3BpZGVyLCBjcmF3bCwgb3Igc2NyYXBlOyAoaikgZm9yIGFueSBvYnNjZW5lIG9yIGltbW9yYWwgcHVycG9zZTsgb3IgKGspIHRvIGludGVyZmVyZSB3aXRoIG9yIGNpcmN1bXZlbnQgdGhlIHNlY3VyaXR5IGZlYXR1cmVzIG9mIHRoZSBTZXJ2aWNlIG9yIGFueSByZWxhdGVkIHdlYnNpdGUsIG90aGVyIHdlYnNpdGVzLCBvciB0aGUgSW50ZXJuZXQuIFdlIHJlc2VydmUgdGhlIHJpZ2h0IHRvIHRlcm1pbmF0ZSB5b3VyIHVzZSBvZiB0aGUgU2VydmljZSBvciBhbnkgcmVsYXRlZCB3ZWJzaXRlIGZvciB2aW9sYXRpbmcgYW55IG9mIHRoZSBwcm9oaWJpdGVkIHVzZXMuPFwvcD48cD48c3Ryb25nPlNFQ1RJT04gMTMgLSBESVNDTEFJTUVSIE9GIFdBUlJBTlRJRVM7IExJTUlUQVRJT04gT0YgTElBQklMSVRZPFwvc3Ryb25nPjxiciBcLz5XZSBkbyBub3QgZ3VhcmFudGVlLCByZXByZXNlbnQgb3Igd2FycmFudCB0aGF0IHlvdXIgdXNlIG9mIG91ciBzZXJ2aWNlIHdpbGwgYmUgdW5pbnRlcnJ1cHRlZCwgdGltZWx5LCBzZWN1cmUgb3IgZXJyb3ItZnJlZS48YnIgXC8+V2UgZG8gbm90IHdhcnJhbnQgdGhhdCB0aGUgcmVzdWx0cyB0aGF0IG1heSBiZSBvYnRhaW5lZCBmcm9tIHRoZSB1c2Ugb2YgdGhlIHNlcnZpY2Ugd2lsbCBiZSBhY2N1cmF0ZSBvciByZWxpYWJsZS48YnIgXC8+WW91IGFncmVlIHRoYXQgZnJvbSB0aW1lIHRvIHRpbWUgd2UgbWF5IHJlbW92ZSB0aGUgc2VydmljZSBmb3IgaW5kZWZpbml0ZSBwZXJpb2RzIG9mIHRpbWUgb3IgY2FuY2VsIHRoZSBzZXJ2aWNlIGF0IGFueSB0aW1lLCB3aXRob3V0IG5vdGljZSB0byB5b3UuPGJyIFwvPllvdSBleHByZXNzbHkgYWdyZWUgdGhhdCB5b3VyIHVzZSBvZiwgb3IgaW5hYmlsaXR5IHRvIHVzZSwgdGhlIHNlcnZpY2UgaXMgYXQgeW91ciBzb2xlIHJpc2suIFRoZSBzZXJ2aWNlIGFuZCBhbGwgcHJvZHVjdHMgYW5kIHNlcnZpY2VzIGRlbGl2ZXJlZCB0byB5b3UgdGhyb3VnaCB0aGUgc2VydmljZSBhcmUgKGV4Y2VwdCBhcyBleHByZXNzbHkgc3RhdGVkIGJ5IHVzKSBwcm92aWRlZCAnYXMgaXMnIGFuZCAnYXMgYXZhaWxhYmxlJyBmb3IgeW91ciB1c2UsIHdpdGhvdXQgYW55IHJlcHJlc2VudGF0aW9uLCB3YXJyYW50aWVzIG9yIGNvbmRpdGlvbnMgb2YgYW55IGtpbmQsIGVpdGhlciBleHByZXNzIG9yIGltcGxpZWQsIGluY2x1ZGluZyBhbGwgaW1wbGllZCB3YXJyYW50aWVzIG9yIGNvbmRpdGlvbnMgb2YgbWVyY2hhbnRhYmlsaXR5LCBtZXJjaGFudGFibGUgcXVhbGl0eSwgZml0bmVzcyBmb3IgYSBwYXJ0aWN1bGFyIHB1cnBvc2UsIGR1cmFiaWxpdHksIHRpdGxlLCBhbmQgbm9uLWluZnJpbmdlbWVudC48YnIgXC8+SW4gbm8gY2FzZSBzaGFsbCBHaW5lc2lzIFByb2R1Y3RzLCBvdXIgZGlyZWN0b3JzLCBvZmZpY2VycywgZW1wbG95ZWVzLCBhZmZpbGlhdGVzLCBhZ2VudHMsIGNvbnRyYWN0b3JzLCBpbnRlcm5zLCBzdXBwbGllcnMsIHNlcnZpY2UgcHJvdmlkZXJzIG9yIGxpY2Vuc29ycyBiZSBsaWFibGUgZm9yIGFueSBpbmp1cnksIGxvc3MsIGNsYWltLCBvciBhbnkgZGlyZWN0LCBpbmRpcmVjdCwgaW5jaWRlbnRhbCwgcHVuaXRpdmUsIHNwZWNpYWwsIG9yIGNvbnNlcXVlbnRpYWwgZGFtYWdlcyBvZiBhbnkga2luZCwgaW5jbHVkaW5nLCB3aXRob3V0IGxpbWl0YXRpb24gbG9zdCBwcm9maXRzLCBsb3N0IHJldmVudWUsIGxvc3Qgc2F2aW5ncywgbG9zcyBvZiBkYXRhLCByZXBsYWNlbWVudCBjb3N0cywgb3IgYW55IHNpbWlsYXIgZGFtYWdlcywgd2hldGhlciBiYXNlZCBpbiBjb250cmFjdCwgdG9ydCAoaW5jbHVkaW5nIG5lZ2xpZ2VuY2UpLCBzdHJpY3QgbGlhYmlsaXR5IG9yIG90aGVyd2lzZSwgYXJpc2luZyBmcm9tIHlvdXIgdXNlIG9mIGFueSBvZiB0aGUgc2VydmljZSBvciBhbnkgcHJvZHVjdHMgcHJvY3VyZWQgdXNpbmcgdGhlIHNlcnZpY2UsIG9yIGZvciBhbnkgb3RoZXIgY2xhaW0gcmVsYXRlZCBpbiBhbnkgd2F5IHRvIHlvdXIgdXNlIG9mIHRoZSBzZXJ2aWNlIG9yIGFueSBwcm9kdWN0LCBpbmNsdWRpbmcsIGJ1dCBub3QgbGltaXRlZCB0bywgYW55IGVycm9ycyBvciBvbWlzc2lvbnMgaW4gYW55IGNvbnRlbnQsIG9yIGFueSBsb3NzIG9yIGRhbWFnZSBvZiBhbnkga2luZCBpbmN1cnJlZCBhcyBhIHJlc3VsdCBvZiB0aGUgdXNlIG9mIHRoZSBzZXJ2aWNlIG9yIGFueSBjb250ZW50IChvciBwcm9kdWN0KSBwb3N0ZWQsIHRyYW5zbWl0dGVkLCBvciBvdGhlcndpc2UgbWFkZSBhdmFpbGFibGUgdmlhIHRoZSBzZXJ2aWNlLCBldmVuIGlmIGFkdmlzZWQgb2YgdGhlaXIgcG9zc2liaWxpdHkuIEJlY2F1c2Ugc29tZSBzdGF0ZXMgb3IganVyaXNkaWN0aW9ucyBkbyBub3QgYWxsb3cgdGhlIGV4Y2x1c2lvbiBvciB0aGUgbGltaXRhdGlvbiBvZiBsaWFiaWxpdHkgZm9yIGNvbnNlcXVlbnRpYWwgb3IgaW5jaWRlbnRhbCBkYW1hZ2VzLCBpbiBzdWNoIHN0YXRlcyBvciBqdXJpc2RpY3Rpb25zLCBvdXIgbGlhYmlsaXR5IHNoYWxsIGJlIGxpbWl0ZWQgdG8gdGhlIG1heGltdW0gZXh0ZW50IHBlcm1pdHRlZCBieSBsYXcuPFwvcD48cD5TRUNUSU9OIDE0IC0gSU5ERU1OSUZJQ0FUSU9OPGJyIFwvPllvdSBhZ3JlZSB0byBpbmRlbW5pZnksIGRlZmVuZCBhbmQgaG9sZCBoYXJtbGVzcyBHaW5lc2lzIFByb2R1Y3RzIGFuZCBvdXIgcGFyZW50LCBzdWJzaWRpYXJpZXMsIGFmZmlsaWF0ZXMsIHBhcnRuZXJzLCBvZmZpY2VycywgZGlyZWN0b3JzLCBhZ2VudHMsIGNvbnRyYWN0b3JzLCBsaWNlbnNvcnMsIHNlcnZpY2UgcHJvdmlkZXJzLCBzdWJjb250cmFjdG9ycywgc3VwcGxpZXJzLCBpbnRlcm5zIGFuZCBlbXBsb3llZXMsIGhhcm1sZXNzIGZyb20gYW55IGNsYWltIG9yIGRlbWFuZCwgaW5jbHVkaW5nIHJlYXNvbmFibGUgYXR0b3JuZXlzXHUyMDE5IGZlZXMsIG1hZGUgYnkgYW55IHRoaXJkLXBhcnR5IGR1ZSB0byBvciBhcmlzaW5nIG91dCBvZiB5b3VyIGJyZWFjaCBvZiB0aGVzZSBUZXJtcyBvZiBTZXJ2aWNlIG9yIHRoZSBkb2N1bWVudHMgdGhleSBpbmNvcnBvcmF0ZSBieSByZWZlcmVuY2UsIG9yIHlvdXIgdmlvbGF0aW9uIG9mIGFueSBsYXcgb3IgdGhlIHJpZ2h0cyBvZiBhIHRoaXJkLXBhcnR5LjxcL3A+PHA+PHN0cm9uZz5TRUNUSU9OIDE1IC0gU0VWRVJBQklMSVRZPFwvc3Ryb25nPjxiciBcLz5JbiB0aGUgZXZlbnQgdGhhdCBhbnkgcHJvdmlzaW9uIG9mIHRoZXNlIFRlcm1zIG9mIFNlcnZpY2UgaXMgZGV0ZXJtaW5lZCB0byBiZSB1bmxhd2Z1bCwgdm9pZCBvciB1bmVuZm9yY2VhYmxlLCBzdWNoIHByb3Zpc2lvbiBzaGFsbCBub25ldGhlbGVzcyBiZSBlbmZvcmNlYWJsZSB0byB0aGUgZnVsbGVzdCBleHRlbnQgcGVybWl0dGVkIGJ5IGFwcGxpY2FibGUgbGF3LCBhbmQgdGhlIHVuZW5mb3JjZWFibGUgcG9ydGlvbiBzaGFsbCBiZSBkZWVtZWQgdG8gYmUgc2V2ZXJlZCBmcm9tIHRoZXNlIFRlcm1zIG9mIFNlcnZpY2UsIHN1Y2ggZGV0ZXJtaW5hdGlvbiBzaGFsbCBub3QgYWZmZWN0IHRoZSB2YWxpZGl0eSBhbmQgZW5mb3JjZWFiaWxpdHkgb2YgYW55IG90aGVyIHJlbWFpbmluZyBwcm92aXNpb25zLjxcL3A+PHA+PHN0cm9uZz5TRUNUSU9OIDE2IC0gVEVSTUlOQVRJT048XC9zdHJvbmc+PGJyIFwvPlRoZSBvYmxpZ2F0aW9ucyBhbmQgbGlhYmlsaXRpZXMgb2YgdGhlIHBhcnRpZXMgaW5jdXJyZWQgcHJpb3IgdG8gdGhlIHRlcm1pbmF0aW9uIGRhdGUgc2hhbGwgc3Vydml2ZSB0aGUgdGVybWluYXRpb24gb2YgdGhpcyBhZ3JlZW1lbnQgZm9yIGFsbCBwdXJwb3Nlcy48YnIgXC8+VGhlc2UgVGVybXMgb2YgU2VydmljZSBhcmUgZWZmZWN0aXZlIHVubGVzcyBhbmQgdW50aWwgdGVybWluYXRlZCBieSBlaXRoZXIgeW91IG9yIHVzLiBZb3UgbWF5IHRlcm1pbmF0ZSB0aGVzZSBUZXJtcyBvZiBTZXJ2aWNlIGF0IGFueSB0aW1lIGJ5IG5vdGlmeWluZyB1cyB0aGF0IHlvdSBubyBsb25nZXIgd2lzaCB0byB1c2Ugb3VyIFNlcnZpY2VzLCBvciB3aGVuIHlvdSBjZWFzZSB1c2luZyBvdXIgc2l0ZS48YnIgXC8+SWYgaW4gb3VyIHNvbGUganVkZ21lbnQgeW91IGZhaWwsIG9yIHdlIHN1c3BlY3QgdGhhdCB5b3UgaGF2ZSBmYWlsZWQsIHRvIGNvbXBseSB3aXRoIGFueSB0ZXJtIG9yIHByb3Zpc2lvbiBvZiB0aGVzZSBUZXJtcyBvZiBTZXJ2aWNlLCB3ZSBhbHNvIG1heSB0ZXJtaW5hdGUgdGhpcyBhZ3JlZW1lbnQgYXQgYW55IHRpbWUgd2l0aG91dCBub3RpY2UgYW5kIHlvdSB3aWxsIHJlbWFpbiBsaWFibGUgZm9yIGFsbCBhbW91bnRzIGR1ZSB1cCB0byBhbmQgaW5jbHVkaW5nIHRoZSBkYXRlIG9mIHRlcm1pbmF0aW9uOyBhbmRcL29yIGFjY29yZGluZ2x5IG1heSBkZW55IHlvdSBhY2Nlc3MgdG8gb3VyIFNlcnZpY2VzIChvciBhbnkgcGFydCB0aGVyZW9mKS48XC9wPjxwPjxzdHJvbmc+U0VDVElPTiAxNyAtIEVOVElSRSBBR1JFRU1FTlQ8XC9zdHJvbmc+PGJyIFwvPlRoZSBmYWlsdXJlIG9mIHVzIHRvIGV4ZXJjaXNlIG9yIGVuZm9yY2UgYW55IHJpZ2h0IG9yIHByb3Zpc2lvbiBvZiB0aGVzZSBUZXJtcyBvZiBTZXJ2aWNlIHNoYWxsIG5vdCBjb25zdGl0dXRlIGEgd2FpdmVyIG9mIHN1Y2ggcmlnaHQgb3IgcHJvdmlzaW9uLjxiciBcLz5UaGVzZSBUZXJtcyBvZiBTZXJ2aWNlIGFuZCBhbnkgcG9saWNpZXMgb3Igb3BlcmF0aW5nIHJ1bGVzIHBvc3RlZCBieSB1cyBvbiB0aGlzIHNpdGUgb3IgaW4gcmVzcGVjdCB0byBUaGUgU2VydmljZSBjb25zdGl0dXRlcyB0aGUgZW50aXJlIGFncmVlbWVudCBhbmQgdW5kZXJzdGFuZGluZyBiZXR3ZWVuIHlvdSBhbmQgdXMgYW5kIGdvdmVybiB5b3VyIHVzZSBvZiB0aGUgU2VydmljZSwgc3VwZXJzZWRpbmcgYW55IHByaW9yIG9yIGNvbnRlbXBvcmFuZW91cyBhZ3JlZW1lbnRzLCBjb21tdW5pY2F0aW9ucyBhbmQgcHJvcG9zYWxzLCB3aGV0aGVyIG9yYWwgb3Igd3JpdHRlbiwgYmV0d2VlbiB5b3UgYW5kIHVzIChpbmNsdWRpbmcsIGJ1dCBub3QgbGltaXRlZCB0bywgYW55IHByaW9yIHZlcnNpb25zIG9mIHRoZSBUZXJtcyBvZiBTZXJ2aWNlKS48YnIgXC8+QW55IGFtYmlndWl0aWVzIGluIHRoZSBpbnRlcnByZXRhdGlvbiBvZiB0aGVzZSBUZXJtcyBvZiBTZXJ2aWNlIHNoYWxsIG5vdCBiZSBjb25zdHJ1ZWQgYWdhaW5zdCB0aGUgZHJhZnRpbmcgcGFydHkuPFwvcD48cD48c3Ryb25nPlNFQ1RJT04gMTggLSBHT1ZFUk5JTkcgTEFXPFwvc3Ryb25nPjxiciBcLz5UaGVzZSBUZXJtcyBvZiBTZXJ2aWNlIGFuZCBhbnkgc2VwYXJhdGUgYWdyZWVtZW50cyB3aGVyZWJ5IHdlIHByb3ZpZGUgeW91IFNlcnZpY2VzIHNoYWxsIGJlIGdvdmVybmVkIGJ5IGFuZCBjb25zdHJ1ZWQgaW4gYWNjb3JkYW5jZSB3aXRoIHRoZSBsYXdzIG9mIFVuaXRlZCBTdGF0ZXMuPFwvcD48cD48c3Ryb25nPlNFQ1RJT04gMTkgLSBDSEFOR0VTIFRPIFRFUk1TIE9GIFNFUlZJQ0U8XC9zdHJvbmc+PGJyIFwvPllvdSBjYW4gcmV2aWV3IHRoZSBtb3N0IGN1cnJlbnQgdmVyc2lvbiBvZiB0aGUgVGVybXMgb2YgU2VydmljZSBhdCBhbnkgdGltZSBhdCB0aGlzIHBhZ2UuPGJyIFwvPldlIHJlc2VydmUgdGhlIHJpZ2h0LCBhdCBvdXIgc29sZSBkaXNjcmV0aW9uLCB0byB1cGRhdGUsIGNoYW5nZSBvciByZXBsYWNlIGFueSBwYXJ0IG9mIHRoZXNlIFRlcm1zIG9mIFNlcnZpY2UgYnkgcG9zdGluZyB1cGRhdGVzIGFuZCBjaGFuZ2VzIHRvIG91ciB3ZWJzaXRlLiBJdCBpcyB5b3VyIHJlc3BvbnNpYmlsaXR5IHRvIGNoZWNrIG91ciB3ZWJzaXRlIHBlcmlvZGljYWxseSBmb3IgY2hhbmdlcy4gWW91ciBjb250aW51ZWQgdXNlIG9mIG9yIGFjY2VzcyB0byBvdXIgd2Vic2l0ZSBvciB0aGUgU2VydmljZSBmb2xsb3dpbmcgdGhlIHBvc3Rpbmcgb2YgYW55IGNoYW5nZXMgdG8gdGhlc2UgVGVybXMgb2YgU2VydmljZSBjb25zdGl0dXRlcyBhY2NlcHRhbmNlIG9mIHRob3NlIGNoYW5nZXMuPFwvcD48cD48c3Ryb25nPlNFQ1RJT04gMjAgLSBDT05UQUNUIElORk9STUFUSU9OPFwvc3Ryb25nPjxiciBcLz5RdWVzdGlvbnMgYWJvdXQgdGhlIFRlcm1zIG9mIFNlcnZpY2Ugc2hvdWxkIGJlIHNlbnQgdG8gdXMgYXQgPHN0cm9uZz5naW5lc2lzQGdpbmVzaXMuY29tPFwvc3Ryb25nPi48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-831812f\\\" data-id=\\\"831812f\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(196465,183,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:2:{i:0;s:13:\"widget-spacer\";i:1;s:14:\"widget-heading\";}}'),(196466,183,'_elementor_css','a:6:{s:4:\"time\";i:1785408054;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196467,183,'_elementor_element_cache','{\"timeout\":1785494454,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-8d32df5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"8d32df5\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-16adafd\\\" data-id=\\\"16adafd\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1301bf1\\\" data-id=\\\"1301bf1\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-014df00 elementor-widget elementor-widget-spacer\\\" data-id=\\\"014df00\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a0393c5 elementor-widget elementor-widget-heading\\\" data-id=\\\"a0393c5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Privacy Policy<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjIxNmYzNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5BdCBHaW5lc2lzIFByb2R1Y3RzLCB3ZSByZXNwZWN0IHlvdXIgcHJpdmFjeS4gV2UgYXJlIHRoZSBzb2xlIG93bmVycyBvZiB0aGUgcGVyc29uYWwgaW5mb3JtYXRpb24gd2UgZ2F0aGVyIG9uIHRoaXMgc2l0ZSBhbmQgd2lsbCBuZXZlciBzZWxsLCByZW50IG9yIHRyYWRlIGl0IHRvIHRoaXJkIHBhcnRpZXMuPGJyIFwvPjxiciBcLz48c3Ryb25nPkluZm9ybWF0aW9uIFdlIEdhdGhlcjxcL3N0cm9uZz48YnIgXC8+TGlrZSBtb3N0IHdlYnNpdGVzLCBvdXIgc2VydmVyIGxvZ3MgcmVjb3JkIHZpc2l0b3IgYWN0aXZpdHkgb24gb3VyIHNpdGUsIHN1Y2ggYXMgSVAgYWRkcmVzcywgYnJvd3NlciB0eXBlLCBwYWdlcyB2aWV3ZWQsIGZyb20gd2hlcmUgYSB2aXNpdG9yIGNhbWUsIHdoZXJlIHRoZSB2aXNpdG9yIHdlbnQgYWZ0ZXIgbGVhdmluZyBvdXIgc2l0ZSwgZXRjLiBUaGlzIGluZm9ybWF0aW9uIHByb3ZpZGVzIHVzIHdpdGggc2l0ZSBzdGF0aXN0aWNzLCBidXQgbm90IHBlcnNvbmFsbHkgaWRlbnRpZmlhYmxlIGluZm9ybWF0aW9uLiBXZSBhbHNvIG1ha2UgdXNlIG9mIGJyb3dzZXIgXHUyMDFjY29va2llc1x1MjAxZCB0byBlbmFibGUgeW91IHRvIG5hdmlnYXRlIGFyb3VuZCB0aGUgd2Vic2l0ZS4gTm9uZSBvZiB0aGUgY29va2llcyB3ZSB1c2UgZW5hYmxlIHRoaXJkIHBhcnRpZXMgdG8gYWNjZXNzIGFueSBvZiB5b3VyIGluZm9ybWF0aW9uLjxiciBcLz5JZiB5b3UgZmlsbCBvdXQgYSBmb3JtIG9uIG91ciBzaXRlLCB5b3UgbWF5IGJlIHJlcXVpcmVkIHRvIHByb3ZpZGUgc29tZSBvZiB5b3VyIGNvbnRhY3QgaW5mb3JtYXRpb24gKHN1Y2ggYXMgbmFtZSwgZW1haWwgYWRkcmVzcywgYW5kIHBob25lIG51bWJlcikuIFdlIG1heSB1c2UgdGhhdCBpbmZvcm1hdGlvbiB0byBjb250YWN0IHlvdSB2aWEgZW1haWwgb3IgcGhvbmUuPGJyIFwvPklmIHlvdSBvcmRlciBvciBidXkgYSBwcm9kdWN0IHVzaW5nIG91ciBmb3JtcyBvciBzaG9wcGluZyBjYXJ0LCB3ZSB3aWxsIHNlY3VyZSB5b3VyIHBlcnNvbmFsIGluZm9ybWF0aW9uIGZyb20gdW5hdXRob3JpemVkIGFjY2VzcywgdXNlIG9yIGRpc2Nsb3N1cmUuIFdoZW4gcGVyc29uYWwgaW5mb3JtYXRpb24gKHN1Y2ggYXMgYSBjcmVkaXQgY2FyZCBudW1iZXIgb3IgcGVyc29uYWwgZGF0YSkgaXMgdHJhbnNtaXR0ZWQgdG8gb3RoZXIgd2Vic2l0ZXMsIGl0IGlzIHByb3RlY3RlZCB0aHJvdWdoIHRoZSB1c2Ugb2YgZW5jcnlwdGlvbiwgc3VjaCBhcyB0aGUgU2VjdXJlIFNvY2tldCBMYXllciAoU1NMKSBwcm90b2NvbC48YnIgXC8+SWYgeW91IGhhdmUgYW4gYWNjb3VudCBvbiBvdXIgc2l0ZSwgeW91IHdpbGwgbG9nIGluIHNlY3VyZWx5IHVzaW5nIHlvdXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkLjxiciBcLz48YnIgXC8+PHN0cm9uZz5Ib3cgV2UgVXNlIEluZm9ybWF0aW9uPFwvc3Ryb25nPjxiciBcLz5JZiB5b3UgcHJvdmlkZSB1cyB3aXRoIGNvbnRhY3QgaW5mb3JtYXRpb24sIHdlIG1heSBzZW5kIHlvdSBwZXJpb2RpYyBlbWFpbHMgZnJvbSB0aW1lIHRvIHRpbWUgcmVnYXJkaW5nIG91ciBjb21wYW55IGFuZCBwcm9kdWN0cy4gVXNlcnMgdGhhdCBkb25cdTIwMTl0IHdhbnQgdGhlc2UgY29tbXVuaWNhdGlvbnMgY2FuIG9wdC1vdXQsIGVpdGhlciB0aHJvdWdoIGxpbmtzIGluIHRoZSBlbWFpbHMgb3IgYnkgc2VuZGluZyBhIHJlcXVlc3QgdG8gZ2luZXNpc0BnaW5lc2lzLmNvbTxiciBcLz48YnIgXC8+PHN0cm9uZz5DaGFuZ2VzIHRvIE91ciBQb2xpY3k8XC9zdHJvbmc+PGJyIFwvPkdpbmVzaXMgUHJvZHVjdHMgcmVzZXJ2ZXMgdGhlIHJpZ2h0IHRvIGFtZW5kIG9yIHJlcGxhY2UgdGhpcyBwcml2YWN5IHBvbGljeSBhdCBhbnkgdGltZSBhbmQgZnJvbSB0aW1lIHRvIHRpbWUgd2l0aG91dCBwcmlvciBub3RpY2UuIEFueSB1cGRhdGVkIG9yIG5ldyBwcml2YWN5IHBvbGljeSB3aWxsIGJlIHBvc3RlZCBvbiB0aGlzIHNpdGUuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-98bb173\\\" data-id=\\\"98bb173\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(196468,181,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:2:{i:0;s:13:\"widget-spacer\";i:1;s:14:\"widget-heading\";}}'),(196469,181,'_elementor_css','a:6:{s:4:\"time\";i:1785408055;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196470,181,'_elementor_element_cache','{\"timeout\":1785494455,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-561e004 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"561e004\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-b096220\\\" data-id=\\\"b096220\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4cc4675\\\" data-id=\\\"4cc4675\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1c5babd elementor-widget elementor-widget-spacer\\\" data-id=\\\"1c5babd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f12958d elementor-widget elementor-widget-heading\\\" data-id=\\\"f12958d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Refund Policy<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjAzZTg2MjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5XZSBoYXZlIGEgMzAtZGF5IHJldHVybiBwb2xpY3ksIHdoaWNoIG1lYW5zIHlvdSBoYXZlIDMwIGRheXMgYWZ0ZXIgcmVjZWl2aW5nIHlvdXIgaXRlbSB0byByZXF1ZXN0IGEgcmV0dXJuLjxiciBcLz48c3BhbiBzdHlsZT1cImZvbnQtc3R5bGU6IGluaGVyaXQ7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyBjb2xvcjogdmFyKCAtLWUtZ2xvYmFsLWNvbG9yLXRleHQgKTsgZm9udC1mYW1pbHk6IHZhciggLS1lLWdsb2JhbC10eXBvZ3JhcGh5LXRleHQtZm9udC1mYW1pbHkgKSwgU2Fucy1zZXJpZjtcIj5UbyBiZSBlbGlnaWJsZSBmb3IgYSByZXR1cm4sIHlvdXIgaXRlbSBtdXN0IGJlIGluIHRoZSBzYW1lIGNvbmRpdGlvbiB0aGF0IHlvdSByZWNlaXZlZCBpdCwgaW4gaXRzIG9yaWdpbmFsIHBhY2thZ2luZy4gWW91XHUyMDE5bGwgYWxzbyBuZWVkIHRoZSByZWNlaXB0IG9yIHByb29mIG9mIHB1cmNoYXNlLjxiciBcLz48XC9zcGFuPjxzcGFuIHN0eWxlPVwiZm9udC1zdHlsZTogaW5oZXJpdDsgZm9udC13ZWlnaHQ6IGluaGVyaXQ7IGNvbG9yOiB2YXIoIC0tZS1nbG9iYWwtY29sb3ItdGV4dCApOyBmb250LWZhbWlseTogdmFyKCAtLWUtZ2xvYmFsLXR5cG9ncmFwaHktdGV4dC1mb250LWZhbWlseSApLCBTYW5zLXNlcmlmO1wiPlRvIHN0YXJ0IGEgcmV0dXJuLCB5b3UgY2FuIGNvbnRhY3QgdXMgYXQgPHN0cm9uZz5naW5lc2lzQGdpbmVzaXMuY29tPFwvc3Ryb25nPi4gSXRlbXMgc2VudCBiYWNrIHRvIHVzIHdpdGhvdXQgZmlyc3QgcmVxdWVzdGluZyBhIHJldHVybiB3aWxsIG5vdCBiZSBhY2NlcHRlZC48YnIgXC8+PFwvc3Bhbj48c3BhbiBzdHlsZT1cImZvbnQtc3R5bGU6IGluaGVyaXQ7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyBjb2xvcjogdmFyKCAtLWUtZ2xvYmFsLWNvbG9yLXRleHQgKTsgZm9udC1mYW1pbHk6IHZhciggLS1lLWdsb2JhbC10eXBvZ3JhcGh5LXRleHQtZm9udC1mYW1pbHkgKSwgU2Fucy1zZXJpZjtcIj5Zb3UgY2FuIGFsd2F5cyBjb250YWN0IHVzIGZvciBhbnkgcmV0dXJuIHF1ZXN0aW9uIGF0IDxzdHJvbmc+Z2luZXNpc0BnaW5lc2lzLmNvbTxcL3N0cm9uZz4uPFwvc3Bhbj48XC9wPjxwPjxzdHJvbmc+RGFtYWdlcyBhbmQgSXNzdWVzPFwvc3Ryb25nPjxiciBcLz5QbGVhc2UgaW5zcGVjdCB5b3VyIG9yZGVyIHVwb24gcmVjZXB0aW9uIGFuZCBjb250YWN0IHVzIGltbWVkaWF0ZWx5IGlmIHRoZSBpdGVtIGlzIGRlZmVjdGl2ZSwgZGFtYWdlZCBvciBpZiB5b3UgcmVjZWl2ZSB0aGUgd3JvbmcgaXRlbSBzbyB0aGF0IHdlIGNhbiBldmFsdWF0ZSB0aGUgaXNzdWUgYW5kIG1ha2UgaXQgcmlnaHQuPFwvcD48cD48c3Ryb25nPlJlZnVuZHM8XC9zdHJvbmc+PGJyIFwvPldlIHdpbGwgbm90aWZ5IHlvdSBvbmNlIHdlXHUyMDE5dmUgcmVjZWl2ZWQgYW5kIGluc3BlY3RlZCB5b3VyIHJldHVybiwgYW5kIGxldCB5b3Uga25vdyBpZiB0aGUgcmVmdW5kIHdhcyBhcHByb3ZlZCBvciBub3QuIElmIGFwcHJvdmVkLCB5b3VcdTIwMTlsbCBiZSBhdXRvbWF0aWNhbGx5IHJlZnVuZGVkIG9uIHlvdXIgb3JpZ2luYWwgcGF5bWVudCBtZXRob2QuIFBsZWFzZSByZW1lbWJlciBpdCBjYW4gdGFrZSBzb21lIHRpbWUgZm9yIHlvdXIgYmFuayBvciBjcmVkaXQgY2FyZCBjb21wYW55IHRvIHByb2Nlc3MgYW5kIHBvc3QgdGhlIHJlZnVuZCB0b28uPFwvcD4iLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d2590a5\\\" data-id=\\\"d2590a5\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(196471,158,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),(196472,158,'_elementor_css','a:6:{s:4:\"time\";i:1785408057;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196473,158,'_elementor_element_cache','{\"timeout\":1785494457,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-3e27095 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3e27095\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-3e668aa\\\" data-id=\\\"3e668aa\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-78792ef\\\" data-id=\\\"78792ef\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-85f95d8 elementor-widget elementor-widget-heading\\\" data-id=\\\"85f95d8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Shipping Policy<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImUyYzgwMWIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBzdHlsZT1cImZvbnQtc3R5bGU6IGluaGVyaXQ7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyBjb2xvcjogdmFyKCAtLWUtZ2xvYmFsLWNvbG9yLXRleHQgKTsgZm9udC1mYW1pbHk6IHZhciggLS1lLWdsb2JhbC10eXBvZ3JhcGh5LXRleHQtZm9udC1mYW1pbHkgKSwgU2Fucy1zZXJpZjtcIj48c3Ryb25nPjEuIEdlbmVyYWw8XC9zdHJvbmc+PGJyIFwvPjxcL3NwYW4+PHNwYW4gc3R5bGU9XCJmb250LXN0eWxlOiBpbmhlcml0OyBmb250LXdlaWdodDogaW5oZXJpdDsgY29sb3I6IHZhciggLS1lLWdsb2JhbC1jb2xvci10ZXh0ICk7IGZvbnQtZmFtaWx5OiB2YXIoIC0tZS1nbG9iYWwtdHlwb2dyYXBoeS10ZXh0LWZvbnQtZmFtaWx5ICksIFNhbnMtc2VyaWY7XCI+U3ViamVjdCB0byBzdG9jayBhdmFpbGFiaWxpdHkuIFdlIHdpbGwgZnVsZmlsbCB0aGUgYXZhaWxhYmxlIHByb2R1Y3RzIHRvIHlvdSwgYW5kIGNvbnRhY3QgeW91IGFib3V0IHdoZXRoZXIgeW91IHdvdWxkIHByZWZlciB0byBhd2FpdCByZXN0b2NraW5nIG9mIHRoZSBiYWNrLW9yZGVyZWQgaXRlbSBvciBpZiB5b3Ugd291bGQgcHJlZmVyIGZvciB1cyB0byBwcm9jZXNzIGEgcmVmdW5kLjxcL3NwYW4+PFwvcD48cD48c3Ryb25nPjIuIFNoaXBwaW5nIENvc3RzPFwvc3Ryb25nPjxiciBcLz5TaGlwcGluZyBjb3N0cyBhcmUgY2FsY3VsYXRlZCBkdXJpbmcgY2hlY2tvdXQgYmFzZWQgb24gd2VpZ2h0LCBkaW1lbnNpb25zLCBhbmQgZGVzdGluYXRpb24gb2YgdGhlIGl0ZW1zIGluIHRoZSBvcmRlci4gUGF5bWVudCBmb3Igc2hpcHBpbmcgd2lsbCBiZSBjb2xsZWN0ZWQgd2l0aCB0aGUgcHVyY2hhc2UuPGJyIFwvPlRoaXMgcHJpY2Ugd2lsbCBiZSB0aGUgZmluYWwgcHJpY2UgZm9yIHNoaXBwaW5nIGNvc3QgdG8gdGhlIGN1c3RvbWVyLjxiciBcLz48YnIgXC8+PHN0cm9uZz4zLiBSZXR1cm5zPFwvc3Ryb25nPjxiciBcLz48c3Ryb25nPjMuMSBSZXR1cm4gRHVlIHRvIENoYW5nZSBPZiBNaW5kPFwvc3Ryb25nPjxiciBcLz5HaW5lc2lzIFByb2R1Y3RzIHdpbGwgaGFwcGlseSBhY2NlcHQgcmV0dXJucyBkdWUgdG8gYSBjaGFuZ2Ugb2YgbWluZCBhcyBsb25nIGFzIGEgcmVxdWVzdCB0byByZXR1cm4gaXMgcmVjZWl2ZWQgYnkgdXMgd2l0aGluIDMwIGRheXMgb2YgcmVjZWlwdCBvZiBpdGVtIGFuZCBhcmUgcmV0dXJuZWQgdG8gdXMgaW4gb3JpZ2luYWwgcGFja2FnaW5nLCB1bnVzZWQsIGFuZCBpbiByZXNlbGxhYmxlIGNvbmRpdGlvbi48YnIgXC8+UmV0dXJuIHNoaXBwaW5nIHdpbGwgYmUgcGFpZCBhdCB0aGUgY3VzdG9tZXIncyBleHBlbnNlIGFuZCB3aWxsIGJlIHJlcXVpcmVkIHRvIGFycmFuZ2UgdGhlaXIgb3duIHNoaXBwaW5nLjxiciBcLz5PbmNlIHJldHVybnMgYXJlIHJlY2VpdmVkIGFuZCBhY2NlcHRlZCwgcmVmdW5kcyB3aWxsIGJlIHByb2Nlc3NlZCB0byBzdG9yZSBjcmVkaXQgZm9yIGEgZnV0dXJlIHB1cmNoYXNlLiBXZSB3aWxsIG5vdGlmeSB5b3Ugb25jZSB0aGlzIGhhcyBiZWVuIGNvbXBsZXRlZCB0aHJvdWdoIGVtYWlsLjxiciBcLz4oR2luZXNpcyBQcm9kdWN0cykgd2lsbCByZWZ1bmQgdGhlIHZhbHVlIG9mIHRoZSBnb29kcyByZXR1cm5lZCBidXQgd2lsbCBOT1QgcmVmdW5kIHRoZSB2YWx1ZSBvZiBhbnkgc2hpcHBpbmcgcGFpZC48YnIgXC8+PHN0cm9uZz4zLjIgV2FycmFudHkgUmV0dXJuczxcL3N0cm9uZz48YnIgXC8+R2luZXNpcyBQcm9kdWN0cyB3aWxsIGhhcHBpbHkgaG9ub3IgYW55IHZhbGlkIHdhcnJhbnR5IGNsYWltcywgcHJvdmlkZWQgYSBjbGFpbSBpcyBzdWJtaXR0ZWQgd2l0aGluIDkwIGRheXMgb2YgcmVjZWlwdCBvZiBpdGVtcy48YnIgXC8+Q3VzdG9tZXJzIHdpbGwgYmUgcmVxdWlyZWQgdG8gcHJlLXBheSB0aGUgcmV0dXJuIHNoaXBwaW5nLCBob3dldmVyLCB3ZSB3aWxsIHJlaW1idXJzZSB5b3UgdXBvbiBzdWNjZXNzZnVsIHdhcnJhbnR5IGNsYWltLjxiciBcLz5VcG9uIHJldHVybiByZWNlaXB0IG9mIGl0ZW1zIGZvciBhIHdhcnJhbnR5IGNsYWltLCB5b3UgY2FuIGV4cGVjdCBHaW5lc2lzIFByb2R1Y3RzIHRvIHByb2Nlc3MgeW91ciB3YXJyYW50eSBjbGFpbSB3aXRoaW4gNyBkYXlzLjxiciBcLz5PbmNlIHRoZSB3YXJyYW50eSBjbGFpbSBpcyBjb25maXJtZWQsIHlvdSB3aWxsIHJlY2VpdmUgdGhlIGNob2ljZSBvZjo8YnIgXC8+KGEpIHJlZnVuZCB0byB5b3VyIHBheW1lbnQgbWV0aG9kPGJyIFwvPihiKSBhIHJlZnVuZCBpbiBzdG9yZSBjcmVkaXQ8YnIgXC8+KGMpIGEgcmVwbGFjZW1lbnQgaXRlbSBzZW50IHRvIHlvdSAoaWYgc3RvY2sgaXMgYXZhaWxhYmxlKTxcL3A+PHA+PHN0cm9uZz40LiBEZWxpdmVyeSBUZXJtczxcL3N0cm9uZz48YnIgXC8+PHN0cm9uZz40LjEgVHJhbnNpdCBUaW1lIERvbWVzdGljYWxseTxcL3N0cm9uZz48YnIgXC8+SW4gZ2VuZXJhbCwgZG9tZXN0aWMgc2hpcG1lbnRzIGFyZSBpbiB0cmFuc2l0IGZvciAyIC0gNyBkYXlzPGJyIFwvPjxzdHJvbmc+NC4yIFRyYW5zaXQgVGltZSBJbnRlcm5hdGlvbmFsbHk8XC9zdHJvbmc+PGJyIFwvPkdlbmVyYWxseSwgb3JkZXJzIHNoaXBwZWQgaW50ZXJuYXRpb25hbGx5IGFyZSBpbiB0cmFuc2l0IGZvciA0IC0gMjIgZGF5cy4gVGhpcyB2YXJpZXMgZ3JlYXRseSBkZXBlbmRpbmcgb24gdGhlIGNvdXJpZXIgeW91IGhhdmUgc2VsZWN0ZWQuIFdlIGFyZSBhYmxlIHRvIG9mZmVyIGEgbW9yZSBzcGVjaWZpYyBlc3RpbWF0ZSB3aGVuIHlvdSBhcmUgY2hvb3NpbmcgeW91ciBjb3VyaWVyIGF0IHRoZSBjaGVja291dC48YnIgXC8+PHN0cm9uZz40LjMgRGlzcGF0Y2ggVGltZTxcL3N0cm9uZz48YnIgXC8+T3JkZXJzIGFyZSB1c3VhbGx5IGRpc3BhdGNoZWQgd2l0aGluIDIgYnVzaW5lc3MgZGF5cyBvZiBwYXltZW50IG9mIHRoZSBvcmRlcjxiciBcLz5PdXIgd2FyZWhvdXNlIG9wZXJhdGVzIG9uIE1vbmRheSAtIEZyaWRheSBkdXJpbmcgc3RhbmRhcmQgYnVzaW5lc3MgaG91cnMsIGV4Y2VwdCBvbiBuYXRpb25hbCBob2xpZGF5cyBhdCB3aGljaCB0aW1lIHRoZSB3YXJlaG91c2Ugd2lsbCBiZSBjbG9zZWQuIEluIHRoZXNlIGluc3RhbmNlcywgd2UgdGFrZSBzdGVwcyB0byBlbnN1cmUgc2hpcG1lbnQgZGVsYXlzIHdpbGwgYmUga2VwdCB0byBhIG1pbmltdW0uPGJyIFwvPjxzdHJvbmc+NC40IENoYW5nZSBPZiBEZWxpdmVyeSBBZGRyZXNzPFwvc3Ryb25nPjxiciBcLz5Gb3IgY2hhbmdlIG9mIGRlbGl2ZXJ5IGFkZHJlc3MgcmVxdWVzdHMsIHdlIGFyZSBhYmxlIHRvIGNoYW5nZSB0aGUgYWRkcmVzcyBhdCBhbnkgdGltZSBiZWZvcmUgdGhlIG9yZGVyIGhhcyBiZWVuIGRpc3BhdGNoZWQuPGJyIFwvPjxzdHJvbmc+NC41IFAuTy4gQm94IFNoaXBwaW5nPFwvc3Ryb25nPjxiciBcLz5HaW5lc2lzIFByb2R1Y3RzIGRvZXMgbm90IG9mZmVyIHNoaXBwaW5nIHRvIHBvIGJveGVzLjxiciBcLz48c3Ryb25nPjQuNiBNaWxpdGFyeSBBZGRyZXNzIFNoaXBwaW5nPFwvc3Ryb25nPjxiciBcLz5XZSBhcmUgdW5hYmxlIHRvIHNoaXAgdG8gbWlsaXRhcnkgYWRkcmVzc2VzLjxiciBcLz48c3Ryb25nPjQuNyBJdGVtcyBPdXQgT2YgU3RvY2s8XC9zdHJvbmc+PGJyIFwvPklmIGFuIGl0ZW0gaXMgb3V0IG9mIHN0b2NrLCB3ZSB3aWxsIGRpc3BhdGNoIHRoZSBpbi1zdG9jayBpdGVtcyBpbW1lZGlhdGVseSBhbmQgc2VuZCB0aGUgcmVtYWluaW5nIGl0ZW1zIG9uY2UgdGhleSByZXR1cm4gdG8gc3RvY2suPGJyIFwvPjxzdHJvbmc+NC44IERlbGl2ZXJ5IFRpbWUgRXhjZWVkZWQ8XC9zdHJvbmc+PGJyIFwvPklmIGRlbGl2ZXJ5IHRpbWUgaGFzIGV4Y2VlZGVkIHRoZSBmb3JlY2FzdGVkIHRpbWUsIHBsZWFzZSBjb250YWN0IHVzIHNvIHRoYXQgd2UgY2FuIGNvbmR1Y3QgYW4gaW52ZXN0aWdhdGlvbi48YnIgXC8+PGJyIFwvPjxzdHJvbmc+NS4gVHJhY2tpbmcgTm90aWZpY2F0aW9uczxcL3N0cm9uZz48YnIgXC8+VXBvbiBkaXNwYXRjaCwgY3VzdG9tZXJzIHdpbGwgcmVjZWl2ZSBhIHRyYWNraW5nIGxpbmsgZnJvbSB3aGljaCB0aGV5IHdpbGwgYmUgYWJsZSB0byBmb2xsb3cgdGhlIHByb2dyZXNzIG9mIHRoZWlyIHNoaXBtZW50IGJhc2VkIG9uIHRoZSBsYXRlc3QgdXBkYXRlcyBtYWRlIGF2YWlsYWJsZSBieSB0aGUgc2hpcHBpbmcgcHJvdmlkZXIuPGJyIFwvPjxiciBcLz48c3Ryb25nPjYuIFBhcmNlbHMgRGFtYWdlZCBJbiBUcmFuc2l0PFwvc3Ryb25nPjxiciBcLz5JZiB5b3UgZmluZCBhIHBhcmNlbCBpcyBkYW1hZ2VkIGluLXRyYW5zaXQsIGlmIHBvc3NpYmxlLCBwbGVhc2UgcmVqZWN0IHRoZSBwYXJjZWwgZnJvbSB0aGUgY291cmllciBhbmQgZ2V0IGluIHRvdWNoIHdpdGggb3VyIGN1c3RvbWVyIHNlcnZpY2UuIElmIHRoZSBwYXJjZWwgaGFzIGJlZW4gZGVsaXZlcmVkIHdpdGhvdXQgeW91IGJlaW5nIHByZXNlbnQsIHBsZWFzZSBjb250YWN0IGN1c3RvbWVyIHNlcnZpY2Ugd2l0aCBuZXh0IHN0ZXBzLjxiciBcLz48YnIgXC8+PHN0cm9uZz43LiBJbXBvcnQgRHV0aWVzICZhbXA7IFRheGVzPFwvc3Ryb25nPjxiciBcLz5JbXBvcnQgZHV0aWVzIGFuZCB0YXhlcyBmb3IgaW50ZXJuYXRpb25hbCBzaGlwbWVudHMgbWF5IGJlIGxpYWJsZSB0byBiZSBwYWlkIHVwb24gYXJyaXZhbCBpbiBkZXN0aW5hdGlvbiBjb3VudHJ5LiBUaGlzIHZhcmllcyBieSBjb3VudHJ5LCBhbmQgR2luZXNpcyBQcm9kdWN0cyBlbmNvdXJhZ2UgeW91IHRvIGJlIGF3YXJlIG9mIHRoZXNlIHBvdGVudGlhbCBjb3N0cyBiZWZvcmUgcGxhY2luZyBhbiBvcmRlciB3aXRoIHVzLjxiciBcLz5JZiB5b3UgcmVmdXNlIHRvIHRvIHBheSBkdXRpZXMgYW5kIHRheGVzIHVwb24gYXJyaXZhbCBhdCB5b3VyIGRlc3RpbmF0aW9uIGNvdW50cnksIHRoZSBnb29kcyB3aWxsIGJlIHJldHVybmVkIHRvIEdpbmVzaXMgUHJvZHVjdHMgYXQgdGhlIGN1c3RvbWVycyBleHBlbnNlLCBhbmQgdGhlIGN1c3RvbWVyIHdpbGwgcmVjZWl2ZSBhIHJlZnVuZCBmb3IgdGhlIHZhbHVlIG9mIGdvb2RzIHBhaWQsIG1pbnVzIHRoZSBjb3N0IG9mIHRoZSByZXR1cm4gc2hpcHBpbmcuIFRoZSBjb3N0IG9mIHRoZSBpbml0aWFsIHNoaXBwaW5nIHdpbGwgbm90IGJlIHJlZnVuZGVkLjxiciBcLz48YnIgXC8+PHN0cm9uZz44LiBDYW5jZWxsYXRpb25zPFwvc3Ryb25nPjxiciBcLz5JZiB5b3UgY2hhbmdlIHlvdXIgbWluZCBiZWZvcmUgeW91IGhhdmUgcmVjZWl2ZWQgeW91ciBvcmRlciwgd2UgYXJlIGFibGUgdG8gYWNjZXB0IGNhbmNlbGxhdGlvbnMgYXQgYW55IHRpbWUgYmVmb3JlIHRoZSBvcmRlciBoYXMgYmVlbiBkaXNwYXRjaGVkLiBJZiBhbiBvcmRlcjxiciBcLz5oYXMgYWxyZWFkeSBiZWVuIGRpc3BhdGNoZWQsIHBsZWFzZSByZWZlciB0byBvdXIgcmVmdW5kIHBvbGljeS48YnIgXC8+PGJyIFwvPjxzdHJvbmc+OS4gSW5zdXJhbmNlPFwvc3Ryb25nPjxiciBcLz5QYXJjZWxzIGFyZSBpbnN1cmVkIGZvciBsb3NzIGFuZCBkYW1hZ2UgdXAgdG8gdGhlIHZhbHVlIGFzIHN0YXRlZCBieSB0aGUgY291cmllci48YnIgXC8+PHN0cm9uZz45LjEgUHJvY2VzcyBmb3IgUGFyY2VsIERhbWFnZWQgSW4gVHJhbnNpdDxcL3N0cm9uZz48YnIgXC8+V2Ugd2lsbCBwcm9jZXNzIGEgcmVmdW5kIG9yIHJlcGxhY2VtZW50IGFzIHNvb24gYXMgdGhlIGNvdXJpZXIgaGFzIGNvbXBsZXRlZCB0aGVpciBpbnZlc3RpZ2F0aW9uIGludG8gdGhlIGNsYWltLjxiciBcLz48c3Ryb25nPjkuMiBQcm9jZXNzIGZvciBQYXJjZWwgTG9zdCBpbiBUcmFuc2l0PFwvc3Ryb25nPjxiciBcLz5XZSB3aWxsIHByb2Nlc3MgYSByZWZ1bmQgb3IgcmVwbGFjZW1lbnQgYXMgc29vbiBhcyB0aGUgY291cmllciBoYXMgaW52ZXN0aWdhdGVkIGFuZCBkZWVtZWQgdGhlIHBhcmNlbCBsb3N0LjxiciBcLz48YnIgXC8+PHN0cm9uZz4xMC4gQ3VzdG9tZXIgU2VydmljZTxcL3N0cm9uZz48YnIgXC8+Rm9yIGFsbCBjdXN0b21lciBzZXJ2aWNlIGlucXVpcmllcywgcGxlYXNlIGVtYWlsIHVzIGF0IDxzdHJvbmc+Z2luZXNpc0BnaW5lc2lzLmNvbTxcL3N0cm9uZz48XC9wPiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-3ac570f\\\" data-id=\\\"3ac570f\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(196474,184198,'_elementor_page_assets','a:0:{}'),(196475,70,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:33:\"widget-woocommerce-product-images\";i:1;s:14:\"widget-heading\";i:2;s:32:\"widget-woocommerce-product-price\";i:3;s:38:\"widget-woocommerce-product-add-to-cart\";i:4;s:27:\"widget-woocommerce-products\";i:5;s:31:\"widget-woocommerce-product-meta\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(196476,70,'_elementor_css','a:6:{s:4:\"time\";i:1785408070;s:5:\"fonts\";a:5:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:14:\"Archivo Narrow\";i:3;s:12:\"Merriweather\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:8:\"5d0e4318\";i:1;s:8:\"692549d8\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196477,70,'_elementor_element_cache','{\"timeout\":1785494470,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-661ec577 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"661ec577\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wide\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-423ec2b8\\\" data-id=\\\"423ec2b8\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImE0ZWUzZmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiaW1hZ2VfYm9yZGVyX2NvbG9yIjoiIzAwMDAwMCIsInNhbGVfZmxhc2giOiIiLCJzcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3b29jb21tZXJjZS1wcm9kdWN0LWltYWdlcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1cda4335\\\" data-id=\\\"1cda4335\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6Ijc5NjExYTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXh0X2NvbG9yIjoiIzVCQzUwMCIsImxpbmtfY29sb3IiOiIjN2E3YTdhIiwidGV4dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSYWxld2F5IiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxN30sInRleHRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsInRleHRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjd9LCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtYnJlYWRjcnVtYiJ9\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjVkMGU0MzE4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiX19keW5hbWljX18iOnsidGl0bGUiOiJbZWxlbWVudG9yLXRhZyBpZD1cIlwiIG5hbWU9XCJ3b29jb21tZXJjZS1wcm9kdWN0LXRpdGxlLXRhZ1wiIHNldHRpbmdzPVwiJTdCJTIyYmVmb3JlJTIyJTNBJTIyJTIyJTJDJTIyYWZ0ZXIlMjIlM0ElMjIlMjIlMkMlMjJmYWxsYmFjayUyMiUzQSUyMiUyMiU3RFwiXSJ9LCJ0aXRsZSI6IkFkZCBZb3VyIEhlYWRpbmcgVGV4dCBIZXJlIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJhbGV3YXkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MH0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0aXRsZV9jb2xvciI6IiM1QkM1MDAiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdC10aXRsZSJ9\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjUxZTE0YTUwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsidGV4dF9hbGlnbiI6ImxlZnQiLCJ0ZXh0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTd9LCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidGV4dF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuN30sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdC1zaG9ydC1kZXNjcmlwdGlvbiJ9\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjNhZjYyNTMzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsidGV4dF9hbGlnbiI6ImxlZnQiLCJwcmljZV9jb2xvciI6IiM3YTdhN2EiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyM30sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjo1LjQwMDAwMDAwMDAwMDAwMDR9LCJzYWxlX3ByaWNlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MH0sInByaWNlX2Jsb2NrIjoieWVzIiwic2FsZV9wcmljZV9jb2xvciI6IiMwYzBjMGMiLCJzYWxlX3ByaWNlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNhbGVfcHJpY2VfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjN9LCJzYWxlX3ByaWNlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJzYWxlX3ByaWNlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0Iiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Indvb2NvbW1lcmNlLXByb2R1Y3QtcHJpY2UifQ==\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjFhNTgyOGMwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYnV0dG9uX2FsaWduIjoiY2VudGVyIiwiYnV0dG9uX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMTQiLCJyaWdodCI6IjAzNSIsImJvdHRvbSI6IjE0IiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwiYnV0dG9uX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImJ1dHRvbl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjZmZmZmZmIiwiYnV0dG9uX2JnX2NvbG9yIjoiIzVCQzUwMCIsImJ1dHRvbl9ib3JkZXJfY29sb3IiOiIjNUJDNTAwIiwiYnV0dG9uX3RleHRfY29sb3JfaG92ZXIiOiIjRkZGRkZGIiwiYnV0dG9uX2JnX2NvbG9yX2hvdmVyIjoiIzkwOTA5MCIsImJ1dHRvbl9ib3JkZXJfY29sb3JfaG92ZXIiOiIjMDAwMDAwIiwicXVhbnRpdHlfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJxdWFudGl0eV90ZXh0X2NvbG9yIjoiIzAwMDAwMCIsInF1YW50aXR5X2JnX2NvbG9yIjoicmdiYSgyNTUsMjU1LDI1NSwwLjA4KSIsInF1YW50aXR5X2JvcmRlcl9jb2xvciI6IiMwMDAwMDAiLCJxdWFudGl0eV90ZXh0X2NvbG9yX2ZvY3VzIjoiIzAwMDAwMCIsImJ1dHRvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJidXR0b25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkFyY2hpdm8gTmFycm93Iiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Indvb2NvbW1lcmNlLXByb2R1Y3QtYWRkLXRvLWNhcnQifQ==\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImQzOWY2M2QiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwb3N0c19wZXJfcGFnZSI6MywiY29sdW1ucyI6MywiYWxpZ24iOiJsZWZ0IiwiaGVhZGluZ19jb2xvciI6IiMwMDAwMDAiLCJoZWFkaW5nX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImhlYWRpbmdfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1lcnJpd2VhdGhlciIsImhlYWRpbmdfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTV9LCJoZWFkaW5nX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI5MDAiLCJpbWFnZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiaW1hZ2VfYm9yZGVyX2NvbG9yIjoiI2ZmZmZmZiIsInRpdGxlX2NvbG9yIjoiIzAwMDAwMCIsInByaWNlX2NvbG9yIjoiIzAwMDAwMCIsIm9sZF9wcmljZV9jb2xvciI6IiM4OTg5ODkiLCJidXR0b25fYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowfSwiYm94X2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhlYWRpbmdfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUmFsZXdheSIsInByaWNlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInByaWNlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSYWxld2F5IiwiYnV0dG9uX2JhY2tncm91bmRfY29sb3IiOiIjNUJDNTAwIiwiYnV0dG9uX2JvcmRlcl9jb2xvciI6IiNiYWJhYmEiLCJoZWFkaW5nX3RleHRfYWxpZ24iOiJsZWZ0IiwiYnV0dG9uX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImJ1dHRvbl90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUmFsZXdheSIsIm9yZGVyYnkiOiJ0aXRsZSIsInN0YXJfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119LCJidXR0b25fdGV4dF9jb2xvciI6IiNGRkZGRkYiLCJidXR0b25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sImJ1dHRvbl90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImJ1dHRvbl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuOTAwMDAwMDAwMDAwMDAwMDIsInNpemVzIjpbXX0sInZpZXdfY2FydF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ2aWV3X2NhcnRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInZpZXdfY2FydF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiaGlkZV9kZXNrdG9wIjoiaGlkZGVuLWRlc2t0b3AiLCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdC1yZWxhdGVkIn0=\\\"]\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-2de17205 elementor-section-content-middle elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2de17205\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2d0614cb\\\" data-id=\\\"2d0614cb\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjY5MjU0OWQ4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiX19keW5hbWljX18iOnsidGl0bGUiOiJbZWxlbWVudG9yLXRhZyBpZD1cIlwiIG5hbWU9XCJ3b29jb21tZXJjZS1wcm9kdWN0LXRpdGxlLXRhZ1wiIHNldHRpbmdzPVwiJTdCJTIyYmVmb3JlJTIyJTNBJTIyJTIyJTJDJTIyYWZ0ZXIlMjIlM0ElMjIlMjIlMkMlMjJmYWxsYmFjayUyMiUzQSUyMiUyMiU3RFwiXSJ9LCJ0aXRsZSI6IkFkZCBZb3VyIEhlYWRpbmcgVGV4dCBIZXJlIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1lcnJpd2VhdGhlciIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE1fSwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJ0aXRsZV9jb2xvciI6IiM1QkM1MDAiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdC10aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5919d0c0\\\" data-id=\\\"5919d0c0\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjdiNWYxYjNlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsidGV4dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNZXJyaXdlYXRoZXIiLCJ0ZXh0X2NvbG9yIjoiIzdhN2E3YSIsImxpbmtfY29sb3IiOiIjMDAwMDAwIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMn0sIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3b29jb21tZXJjZS1wcm9kdWN0LW1ldGEifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-ec6fa16 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"ec6fa16\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-806c9bd\\\" data-id=\\\"806c9bd\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6Ijc2MTg5ZDFjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsicG9zdHNfcGVyX3BhZ2UiOjMsImNvbHVtbnMiOjMsImFsaWduIjoibGVmdCIsImhlYWRpbmdfY29sb3IiOiIjMDAwMDAwIiwiaGVhZGluZ190eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJoZWFkaW5nX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNZXJyaXdlYXRoZXIiLCJoZWFkaW5nX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE1fSwiaGVhZGluZ190eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiOTAwIiwiaW1hZ2VfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sImltYWdlX2JvcmRlcl9jb2xvciI6IiNmZmZmZmYiLCJ0aXRsZV9jb2xvciI6IiMwMDAwMDAiLCJwcmljZV9jb2xvciI6IiMwMDAwMDAiLCJvbGRfcHJpY2VfY29sb3IiOiIjODk4OTg5IiwiYnV0dG9uX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImJ1dHRvbl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MH0sImJveF9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjB9LCJoZWFkaW5nX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJwcmljZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJwcmljZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImJ1dHRvbl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzVCQzUwMCIsImJ1dHRvbl9ib3JkZXJfY29sb3IiOiIjYmFiYWJhIiwiaGVhZGluZ190ZXh0X2FsaWduIjoibGVmdCIsImJ1dHRvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJidXR0b25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJhbGV3YXkiLCJvcmRlcmJ5IjoibWVudV9vcmRlciIsInN0YXJfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119LCJidXR0b25fdGV4dF9jb2xvciI6IiNGRkZGRkYiLCJidXR0b25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sImJ1dHRvbl90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImJ1dHRvbl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuOTAwMDAwMDAwMDAwMDAwMDIsInNpemVzIjpbXX0sInZpZXdfY2FydF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ2aWV3X2NhcnRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInZpZXdfY2FydF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiaGlkZV9tb2JpbGUiOiJoaWRkZW4tcGhvbmUiLCJvcmRlciI6ImFzYyIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJvbGRfcHJpY2VfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwib2xkX3ByaWNlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0Iiwib2xkX3ByaWNlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sIm9sZF9wcmljZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsInNob3dfb25zYWxlX2ZsYXNoIjoiIiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Indvb2NvbW1lcmNlLXByb2R1Y3QtcmVsYXRlZCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(196478,184194,'_elementor_page_assets','a:0:{}'),(196479,184192,'_elementor_page_assets','a:0:{}'),(196480,47,'_elementor_page_assets','a:0:{}'),(196481,184196,'_elementor_page_assets','a:0:{}'),(196482,184199,'_elementor_page_assets','a:0:{}'),(196483,46,'_elementor_page_assets','a:0:{}'),(196484,48,'_elementor_page_assets','a:0:{}'),(196485,184201,'_elementor_page_assets','a:0:{}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=184400 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (11,2,'2021-03-18 18:49:02','2021-03-18 18:49:02','','Default Kit','','publish','closed','closed','','default-kit','','','2026-01-13 20:33:45','2026-01-13 20:33:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?elementor_library=default-kit',0,'elementor_library','',0),(12,2,'2021-03-18 18:49:08','2021-03-18 18:49:08','','cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107','','inherit','open','closed','','cropped-larada_lcoa-inline-logo-wtag-1-1-300x107','','','2021-03-18 18:49:08','2021-03-18 18:49:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png',0,'attachment','image/png',0),(16,2,'2021-03-18 19:12:37','2021-03-18 19:12:37','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your Username and Password are the same as the Ginesis product store. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','publish','closed','closed','','home-login','','','2026-01-13 20:48:24','2026-01-13 20:48:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=16',0,'page','',0),(18,2,'2021-03-18 19:25:18','2021-03-18 19:25:18','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2021-03-18 19:25:18','2021-03-18 19:25:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/woocommerce-placeholder.png',0,'attachment','image/png',0),(20,1,'2021-03-18 19:25:19','2021-03-18 19:25:19','<!-- wp:shortcode -->\r\n<p>[woocommerce_cart]</p>\r\n<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2021-07-23 16:16:25','2021-07-23 16:16:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/cart/',0,'page','',0),(21,1,'2021-03-18 19:25:19','2021-03-18 19:25:19','<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\"mailto:accounting@liceclinicsofamerica.com\">accounting@liceclinicsofamerica.com</a></strong></p><!-- wp:shortcode -->\n<p>[woocommerce_checkout]</p>\n<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2026-01-21 16:22:08','2026-01-21 16:22:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/checkout/',0,'page','',0),(22,1,'2021-03-18 19:25:19','2021-03-18 19:25:19','<!-- wp:shortcode -->\r\n<p>[woocommerce_my_account]</p>\r\n<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2024-06-18 04:53:31','2024-06-18 04:53:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/my-account/',0,'page','',0),(25,2,'2021-03-25 18:36:23','2021-03-25 18:36:23','','ActiveRinse8oz','','inherit','open','closed','','activerinse8oz','','','2021-03-25 18:36:23','2021-03-25 18:36:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/ActiveRinse8oz.jpg',0,'attachment','image/jpeg',0),(26,2,'2021-03-25 18:36:23','2021-03-25 18:36:23','','ActiveRinse16oz','','inherit','open','closed','','activerinse16oz','','','2021-03-25 18:36:23','2021-03-25 18:36:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/ActiveRinse16oz.jpg',0,'attachment','image/jpeg',0),(27,2,'2021-03-25 18:36:24','2021-03-25 18:36:24','','CombOutMousse','','inherit','open','closed','','comboutmousse','','','2021-03-25 18:36:24','2021-03-25 18:36:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/CombOutMousse.jpg',0,'attachment','image/jpeg',0),(28,2,'2021-03-25 18:36:24','2021-03-25 18:36:24','','LRK','','inherit','open','closed','','lrk','','','2021-03-25 18:36:24','2021-03-25 18:36:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LRK.jpg',0,'attachment','image/jpeg',0),(29,2,'2021-03-25 18:36:25','2021-03-25 18:36:25','','PreventativeDetanglingSpray','','inherit','open','closed','','preventativedetanglingspray','','','2021-03-25 18:36:25','2021-03-25 18:36:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventativeDetanglingSpray.jpg',0,'attachment','image/jpeg',0),(30,2,'2021-03-25 18:36:25','2021-03-25 18:36:25','','PreventativeSpray','','inherit','open','closed','','preventativespray','','','2021-03-25 18:36:25','2021-03-25 18:36:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventativeSpray.jpg',0,'attachment','image/jpeg',0),(31,2,'2021-03-25 18:36:26','2021-03-25 18:36:26','','PreventiveConditioner','','inherit','open','closed','','preventiveconditioner','','','2021-03-25 18:36:26','2021-03-25 18:36:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveConditioner.jpg',0,'attachment','image/jpeg',0),(32,2,'2021-03-25 18:36:26','2021-03-25 18:36:26','','PreventiveHairbands','','inherit','open','closed','','preventivehairbands','','','2021-03-25 18:36:26','2021-03-25 18:36:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveHairbands.jpg',0,'attachment','image/jpeg',0),(33,2,'2021-03-25 18:36:27','2021-03-25 18:36:27','','PreventiveKit','','inherit','open','closed','','preventivekit','','','2021-03-25 18:36:27','2021-03-25 18:36:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveKit.jpg',0,'attachment','image/jpeg',0),(34,2,'2021-03-25 18:36:27','2021-03-25 18:36:27','','PreventiveShampoo','','inherit','open','closed','','preventiveshampoo','','','2021-03-25 18:36:27','2021-03-25 18:36:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveShampoo.jpg',0,'attachment','image/jpeg',0),(35,2,'2021-03-25 18:36:28','2021-03-25 18:36:28','','TerminatorComb','','inherit','open','closed','','terminatorcomb','','','2021-03-25 18:36:28','2021-03-25 18:36:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/TerminatorComb.jpg',0,'attachment','image/jpeg',0),(46,2,'2021-03-25 18:38:02','2021-03-25 18:38:02','','Lice Remover Kit<br>(Case of 6)','Our Lice Remover Kit was developed through years of research in our urgent care lice clinics. Optimized for home use with everything you need to treat lice safely and effectively. Non-toxic &amp; pesticide-free. Treats one person.\r\n\r\n<strong>Case of 6 Kits</strong>','publish','closed','closed','','lice-remover-kit','','','2025-09-23 15:03:50','2025-09-23 15:03:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=46',15,'product','',0),(47,2,'2021-03-25 18:38:02','2021-03-25 18:38:02','','OneCure Lice Treatment<br>(Case of 3)','<div>One and done! Be lice free in about an hour. The revolutionary OneCure uses the same intelligent heated-air technology used in our clinics to dehydrate and kill live lice and their eggs (nits). This complete kit treats two and is 100% guaranteed. The device is reusable with the purchase of additional single-use tips. Safe and easy to use for ages 4+.</div>\r\n<div><strong>Case of 3 Kits</strong></div>','publish','closed','closed','','onecure-lice-treatment','','','2025-09-23 15:04:13','2025-09-23 15:04:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=47',16,'product','',0),(48,2,'2021-03-25 18:38:02','2021-03-25 18:38:02','','OneCure Tip Kit<br>(Case of 12)','If you already have the OneCure, treat additional cases with this refill tip kit (OneCure device, gel dispenser, and nit comb not included). Includes a single-use OneCure tip and a bottle of the liquid super gel. Treats one.\r\nBox includes:\r\n1 treatment tip\r\n1 bottle of liquid gel\r\n\r\n<strong>Case of 12 Kits</strong>','publish','closed','closed','','onecure-tip-kit','','','2025-09-23 15:04:30','2025-09-23 15:04:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=48',17,'product','',0),(52,2,'2021-03-25 18:38:03','2021-03-25 18:38:03','','ActiveRinse8oz-1.jpg','','inherit','open','closed','','activerinse8oz-1-jpg','','','2021-03-25 18:38:03','2021-03-25 18:38:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/ActiveRinse8oz-1.jpg',0,'attachment','image/jpeg',0),(53,2,'2021-03-25 18:38:04','2021-03-25 18:38:04','','ActiveRinse16oz-1.jpg','','inherit','open','closed','','activerinse16oz-1-jpg','','','2021-03-25 18:38:04','2021-03-25 18:38:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/ActiveRinse16oz-1.jpg',0,'attachment','image/jpeg',0),(54,2,'2021-03-25 18:38:04','2021-03-25 18:38:04','','PreventiveShampoo-1.jpg','','inherit','open','closed','','preventiveshampoo-1-jpg','','','2021-03-25 18:38:04','2021-03-25 18:38:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveShampoo-1.jpg',0,'attachment','image/jpeg',0),(55,2,'2021-03-25 18:38:05','2021-03-25 18:38:05','','PreventiveConditioner-1.jpg','','inherit','open','closed','','preventiveconditioner-1-jpg','','','2021-03-25 18:38:05','2021-03-25 18:38:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveConditioner-1.jpg',0,'attachment','image/jpeg',0),(56,2,'2021-03-25 18:38:06','2021-03-25 18:38:06','','TerminatorComb-1.jpg','','inherit','open','closed','','terminatorcomb-1-jpg','','','2021-03-25 18:38:06','2021-03-25 18:38:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/TerminatorComb-1.jpg',0,'attachment','image/jpeg',0),(57,2,'2021-03-25 18:38:06','2021-03-25 18:38:06','','CombOutMousse-1.jpg','','inherit','open','closed','','comboutmousse-1-jpg','','','2021-03-25 18:38:06','2021-03-25 18:38:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/CombOutMousse-1.jpg',0,'attachment','image/jpeg',0),(58,2,'2021-03-25 18:38:07','2021-03-25 18:38:07','','PreventativeSpray-1.jpg','','inherit','open','closed','','preventativespray-1-jpg','','','2021-03-25 18:38:07','2021-03-25 18:38:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventativeSpray-1.jpg',0,'attachment','image/jpeg',0),(59,2,'2021-03-25 18:38:07','2021-03-25 18:38:07','','PreventiveKit-1.jpg','','inherit','open','closed','','preventivekit-1-jpg','','','2021-03-25 18:38:07','2021-03-25 18:38:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveKit-1.jpg',0,'attachment','image/jpeg',0),(60,2,'2021-03-25 18:38:08','2021-03-25 18:38:08','','ClarifyingShampoo.jpg','','inherit','open','closed','','clarifyingshampoo-jpg','','','2021-03-25 18:38:08','2021-03-25 18:38:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/ClarifyingShampoo.jpg',0,'attachment','image/jpeg',0),(61,2,'2021-03-25 18:38:09','2021-03-25 18:38:09','','LRK-1.jpg','','inherit','open','closed','','lrk-1-jpg','','','2021-03-25 18:38:09','2021-03-25 18:38:09','',46,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LRK-1.jpg',0,'attachment','image/jpeg',0),(62,2,'2021-03-25 18:38:09','2021-03-25 18:38:09','','OneCure.jpg','','inherit','open','closed','','onecure-jpg','','','2021-03-25 18:38:09','2021-03-25 18:38:09','',47,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/OneCure.jpg',0,'attachment','image/jpeg',0),(63,2,'2021-03-25 18:38:10','2021-03-25 18:38:10','','OneCureTipKit.jpg','','inherit','open','closed','','onecuretipkit-jpg','','','2021-03-25 18:38:10','2021-03-25 18:38:10','',48,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/OneCureTipKit.jpg',0,'attachment','image/jpeg',0),(64,2,'2021-03-25 18:38:11','2021-03-25 18:38:11','','PreventativeDetanglingSpray-1.jpg','','inherit','open','closed','','preventativedetanglingspray-1-jpg','','','2021-03-25 18:38:11','2021-03-25 18:38:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventativeDetanglingSpray-1.jpg',0,'attachment','image/jpeg',0),(65,2,'2021-03-25 18:38:11','2021-03-25 18:38:11','','PreventiveHairbands-1.jpg','','inherit','open','closed','','preventivehairbands-1-jpg','','','2021-03-25 18:38:11','2021-03-25 18:38:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveHairbands-1.jpg',0,'attachment','image/jpeg',0),(66,2,'2021-03-25 18:38:12','2021-03-25 18:38:12','','UrgentCareKit.jpg','','inherit','open','closed','','urgentcarekit-jpg','','','2021-03-25 18:38:12','2021-03-25 18:38:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/UrgentCareKit.jpg',0,'attachment','image/jpeg',0),(70,2,'2021-03-25 18:48:32','2021-03-25 18:48:32','','Product Template Page','','publish','closed','closed','','product-template-page','','','2024-01-11 20:42:26','2024-01-11 20:42:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=elementor_library&#038;p=70',0,'elementor_library','',0),(94,2,'2021-03-26 21:02:25','2021-03-26 21:02:25','','BulkPortalActiveRinse32oz100','','inherit','open','closed','','bulkportalactiverinse32oz100','','','2021-03-26 21:02:25','2021-03-26 21:02:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/BulkPortalActiveRinse32oz100.jpg',0,'attachment','image/jpeg',0),(96,2,'2021-03-26 21:03:44','2021-03-26 21:03:44','','BulkPortalActiveRinse32oz5050','','inherit','open','closed','','bulkportalactiverinse32oz5050','','','2021-03-26 21:03:44','2021-03-26 21:03:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/BulkPortalActiveRinse32oz5050.jpg',0,'attachment','image/jpeg',0),(98,2,'2021-03-26 21:05:33','2021-03-26 21:05:33','','BulkPortalPreventiveSprayGallon','','inherit','open','closed','','bulkportalpreventivespraygallon','','','2021-03-26 21:05:33','2021-03-26 21:05:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/BulkPortalPreventiveSprayGallon.jpg',0,'attachment','image/jpeg',0),(100,2,'2021-03-26 21:07:00','2021-03-26 21:07:00','','BulkPortalMousseGallon','','inherit','open','closed','','bulkportalmoussegallon','','','2021-03-26 21:07:00','2021-03-26 21:07:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/BulkPortalMousseGallon.jpg',0,'attachment','image/jpeg',0),(102,2,'2021-03-26 21:08:36','2021-03-26 21:08:36','','Bulk Empty Rinse-1483467026','','inherit','open','closed','','bulk-empty-rinse-1483467026','','','2021-03-26 21:08:36','2021-03-26 21:08:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/Bulk-Empty-Rinse-1483467026.jpg',0,'attachment','image/jpeg',0),(104,2,'2021-03-26 21:09:57','2021-03-26 21:09:57','','Bulk Empty Foamer-1483467050','','inherit','open','closed','','bulk-empty-foamer-1483467050','','','2021-03-26 21:09:57','2021-03-26 21:09:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/Bulk-Empty-Foamer-1483467050.jpg',0,'attachment','image/jpeg',0),(106,2,'2021-03-26 21:11:25','2021-03-26 21:11:25','','PortalLogo-1530631821','','inherit','open','closed','','portallogo-1530631821','','','2021-03-26 21:11:25','2021-03-26 21:11:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg',0,'attachment','image/jpeg',0),(112,2,'2021-03-28 17:00:26','2021-03-28 17:00:26','<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n							<img width=\"1000\" height=\"318\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />								</a>','LCA Portal Store Header','','publish','closed','closed','','lca-portal-store-header','','','2026-04-08 15:21:18','2026-04-08 15:21:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=elementor_library&#038;p=112',0,'elementor_library','',0),(113,2,'2021-03-28 15:42:36','2021-03-28 15:42:36','','DESIGNFORM-Logo.png','','inherit','open','closed','','designform-logo-png','','','2021-03-28 15:42:36','2021-03-28 15:42:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/DESIGNFORM-Logo.png',0,'attachment','image/png',0),(115,2,'2021-03-28 18:25:00','2021-03-28 18:25:00','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>AirAllé Device PRODUCTS</h2>','Shop Now','','publish','closed','closed','','shop-now','','','2026-01-13 22:18:42','2026-01-13 22:18:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=115',0,'page','',0),(117,2,'2021-03-28 18:39:42','2021-03-28 18:39:42','','PortalActiveRinseSample2oz','','inherit','open','closed','','portalactiverinsesample2oz','','','2021-03-28 18:39:42','2021-03-28 18:39:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalActiveRinseSample2oz.jpg',0,'attachment','image/jpeg',0),(119,2,'2021-03-28 18:44:05','2021-03-28 18:44:05','','PortalPROKitUrgentPrevent','','inherit','open','closed','','portalprokiturgentprevent','','','2021-03-28 18:44:05','2021-03-28 18:44:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalPROKitUrgentPrevent.jpg',0,'attachment','image/jpeg',0),(121,2,'2021-03-28 18:48:33','2021-03-28 18:48:33','','PortalPreventiveSpray2oz','','inherit','open','closed','','portalpreventivespray2oz','','','2021-03-28 18:48:33','2021-03-28 18:48:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalPreventiveSpray2oz.jpg',0,'attachment','image/jpeg',0),(125,2,'2026-01-13 19:59:24','2021-03-28 19:25:57','','SHOP NOW','','publish','closed','closed','','shop-now','','','2026-01-13 19:59:24','2026-01-13 19:59:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=125',2,'nav_menu_item','',0),(126,2,'2026-01-13 19:59:24','2021-03-28 19:25:57','','MY ACCOUNT','','publish','closed','closed','','my-account','','','2026-01-13 19:59:24','2026-01-13 19:59:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=126',3,'nav_menu_item','',0),(132,2,'2021-03-30 14:28:48','2021-03-30 14:28:48','','capes','','inherit','open','closed','','capes','','','2021-03-30 14:28:48','2021-03-30 14:28:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/capes.jpg',0,'attachment','image/jpeg',0),(134,2,'2021-03-30 14:33:15','2021-03-30 14:33:15','','Head Bands','','inherit','open','closed','','head-bands','','','2021-03-30 14:33:15','2021-03-30 14:33:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/Head-Bands.jpg',0,'attachment','image/jpeg',0),(136,2,'2021-03-30 14:40:06','2021-03-30 14:40:06','','Clips','','inherit','open','closed','','clips','','','2021-03-30 14:40:06','2021-03-30 14:40:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/Clips.jpg',0,'attachment','image/jpeg',0),(139,2,'2021-03-30 14:50:39','2021-03-30 14:50:39','','yhst-60093691062574_2246_27282157','','inherit','open','closed','','yhst-60093691062574_2246_27282157','','','2021-03-30 14:50:39','2021-03-30 14:50:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/yhst-60093691062574_2246_27282157.gif',0,'attachment','image/gif',0),(141,2,'2021-03-30 15:08:46','2021-03-30 15:08:46','','Wet Brushes','','inherit','open','closed','','wet-brushes','','','2021-03-30 15:08:46','2021-03-30 15:08:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/Wet-Brushes.jpg',0,'attachment','image/jpeg',0),(143,2,'2021-03-30 15:17:02','2021-03-30 15:17:02','','6\'sidedetangler','','inherit','open','closed','','6sidedetangler','','','2021-03-30 15:17:02','2021-03-30 15:17:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/6sidedetangler.jpg',0,'attachment','image/jpeg',0),(145,2,'2021-03-30 15:18:46','2021-03-30 15:18:46','','3905','','inherit','open','closed','','3905','','','2021-03-30 15:18:46','2021-03-30 15:18:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/3905.jpg',0,'attachment','image/jpeg',0),(147,2,'2021-03-30 15:21:10','2021-03-30 15:21:10','','9\'detangler','','inherit','open','closed','','9detangler','','','2021-03-30 15:21:10','2021-03-30 15:21:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/9detangler.jpg',0,'attachment','image/jpeg',0),(149,2,'2021-03-30 17:17:39','2021-03-30 17:17:39','','wet-brush-disney-princesses','','inherit','open','closed','','wet-brush-disney-princesses','','','2021-03-30 17:17:39','2021-03-30 17:17:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/wet-brush-disney-princesses.png',0,'attachment','image/png',0),(158,2,'2021-04-08 16:05:41','2021-04-08 16:05:41','<h2>Shipping Policy</h2>\r\n<strong>1. General</strong>\r\nSubject to stock availability. We will fulfill the available products to you, and contact you about whether you would prefer to await restocking of the back-ordered item or if you would prefer for us to process a refund.\r\n\r\n<strong>2. Shipping Costs</strong>\r\nShipping costs are calculated during checkout based on weight, dimensions, and destination of the items in the order. Payment for shipping will be collected with the purchase.\r\nThis price will be the final price for shipping cost to the customer.\r\n\r\n<strong>3. Returns</strong>\r\n<strong>3.1 Return Due to Change Of Mind</strong>\r\nGinesis Products will happily accept returns due to a change of mind as long as a request to return is received by us within 30 days of receipt of item and are returned to us in original packaging, unused, and in resellable condition.\r\nReturn shipping will be paid at the customer\'s expense and will be required to arrange their own shipping.\r\nOnce returns are received and accepted, refunds will be processed to store credit for a future purchase. We will notify you once this has been completed through email.\r\n(Ginesis Products) will refund the value of the goods returned but will NOT refund the value of any shipping paid.\r\n<strong>3.2 Warranty Returns</strong>\r\nGinesis Products will happily honor any valid warranty claims, provided a claim is submitted within 90 days of receipt of items.\r\nCustomers will be required to pre-pay the return shipping, however, we will reimburse you upon successful warranty claim.\r\nUpon return receipt of items for a warranty claim, you can expect Ginesis Products to process your warranty claim within 7 days.\r\nOnce the warranty claim is confirmed, you will receive the choice of:\r\n(a) refund to your payment method\r\n(b) a refund in store credit\r\n(c) a replacement item sent to you (if stock is available)\r\n\r\n<strong>4. Delivery Terms</strong>\r\n<strong>4.1 Transit Time Domestically</strong>\r\nIn general, domestic shipments are in transit for 2 - 7 days\r\n<strong>4.2 Transit Time Internationally</strong>\r\nGenerally, orders shipped internationally are in transit for 4 - 22 days. This varies greatly depending on the courier you have selected. We are able to offer a more specific estimate when you are choosing your courier at the checkout.\r\n<strong>4.3 Dispatch Time</strong>\r\nOrders are usually dispatched within 2 business days of payment of the order\r\nOur warehouse operates on Monday - Friday during standard business hours, except on national holidays at which time the warehouse will be closed. In these instances, we take steps to ensure shipment delays will be kept to a minimum.\r\n<strong>4.4 Change Of Delivery Address</strong>\r\nFor change of delivery address requests, we are able to change the address at any time before the order has been dispatched.\r\n<strong>4.5 P.O. Box Shipping</strong>\r\nGinesis Products does not offer shipping to po boxes.\r\n<strong>4.6 Military Address Shipping</strong>\r\nWe are unable to ship to military addresses.\r\n<strong>4.7 Items Out Of Stock</strong>\r\nIf an item is out of stock, we will dispatch the in-stock items immediately and send the remaining items once they return to stock.\r\n<strong>4.8 Delivery Time Exceeded</strong>\r\nIf delivery time has exceeded the forecasted time, please contact us so that we can conduct an investigation.\r\n\r\n<strong>5. Tracking Notifications</strong>\r\nUpon dispatch, customers will receive a tracking link from which they will be able to follow the progress of their shipment based on the latest updates made available by the shipping provider.\r\n\r\n<strong>6. Parcels Damaged In Transit</strong>\r\nIf you find a parcel is damaged in-transit, if possible, please reject the parcel from the courier and get in touch with our customer service. If the parcel has been delivered without you being present, please contact customer service with next steps.\r\n\r\n<strong>7. Import Duties &amp; Taxes</strong>\r\nImport duties and taxes for international shipments may be liable to be paid upon arrival in destination country. This varies by country, and Ginesis Products encourage you to be aware of these potential costs before placing an order with us.\r\nIf you refuse to to pay duties and taxes upon arrival at your destination country, the goods will be returned to Ginesis Products at the customers expense, and the customer will receive a refund for the value of goods paid, minus the cost of the return shipping. The cost of the initial shipping will not be refunded.\r\n\r\n<strong>8. Cancellations</strong>\r\nIf you change your mind before you have received your order, we are able to accept cancellations at any time before the order has been dispatched. If an order\r\nhas already been dispatched, please refer to our refund policy.\r\n\r\n<strong>9. Insurance</strong>\r\nParcels are insured for loss and damage up to the value as stated by the courier.\r\n<strong>9.1 Process for Parcel Damaged In Transit</strong>\r\nWe will process a refund or replacement as soon as the courier has completed their investigation into the claim.\r\n<strong>9.2 Process for Parcel Lost in Transit</strong>\r\nWe will process a refund or replacement as soon as the courier has investigated and deemed the parcel lost.\r\n\r\n<strong>10. Customer Service</strong>\r\nFor all customer service inquiries, please email us at <strong>ginesis@ginesis.com</strong>','Shipping Policy','','publish','closed','closed','','shipping-policy','','','2021-07-23 16:17:15','2021-07-23 16:17:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=158',0,'page','',0),(161,2,'2021-04-01 17:58:23','2021-04-01 17:58:23','','CLINIC OWNER','','publish','closed','closed','','frantf','','','2021-07-13 14:34:46','2021-07-13 14:34:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_membership_plan&#038;p=161',0,'wc_membership_plan','',0),(162,2,'2021-04-01 18:50:09','2021-04-01 18:50:09','','Auto Draft','','wcm-active','closed','closed','um_606615d20dd19','auto-draft','','','2023-07-31 17:17:35','2023-07-31 17:17:35','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=162',0,'wc_user_membership','',0),(171,1,'2021-04-07 19:35:39','2021-04-07 19:35:39','','Refund &ndash; Apr 07, 2021 @ 07:35 PM','','trash','closed','closed','wc_order_KzZMscsEorVw6','refund-apr-07-2021-0735-pm','','','2021-04-07 19:35:39','2021-04-07 19:35:39','',170,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=171',0,'shop_order_refund','',0),(174,1,'2021-04-07 19:41:01','2021-04-07 19:41:01','','Refund &ndash; Apr 07, 2021 @ 07:41 PM','','trash','closed','closed','wc_order_mzbJX5G3B6s80','refund-apr-07-2021-0741-pm','','','2021-04-07 19:41:01','2021-04-07 19:41:01','',173,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=174',0,'shop_order_refund','',0),(181,2,'2021-04-08 16:34:08','2021-04-08 16:34:08','<h2>Refund Policy</h2>\r\nWe have a 30-day return policy, which means you have 30 days after receiving your item to request a return.\r\nTo be eligible for a return, your item must be in the same condition that you received it, in its original packaging. You’ll also need the receipt or proof of purchase.\r\nTo start a return, you can contact us at <strong>ginesis@ginesis.com</strong>. Items sent back to us without first requesting a return will not be accepted.\r\nYou can always contact us for any return question at <strong>ginesis@ginesis.com</strong>.\r\n\r\n<strong>Damages and Issues</strong>\r\nPlease inspect your order upon reception and contact us immediately if the item is defective, damaged or if you receive the wrong item so that we can evaluate the issue and make it right.\r\n\r\n<strong>Refunds</strong>\r\nWe will notify you once we’ve received and inspected your return, and let you know if the refund was approved or not. If approved, you’ll be automatically refunded on your original payment method. Please remember it can take some time for your bank or credit card company to process and post the refund too.','Refund Policy','','publish','closed','closed','','refund-policy','','','2021-07-23 16:17:10','2021-07-23 16:17:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=181',0,'page','',0),(182,2,'2021-04-08 16:37:27','2021-04-08 16:37:27','<h2>Terms of Service</h2>\r\n<strong>OVERVIEW</strong>\r\nThis website is operated by Ginesis Products. Throughout the site, the terms “we”, “us” and “our” refer to Ginesis Products. Ginesis Products offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.\r\n\r\nBy visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.\r\n\r\nPlease read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.\r\n\r\nAny new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.\r\n\r\nOur store is hosted on Shopify Inc. They provide us with the online e-commerce platform that allows us to sell our products and services to you.\r\n\r\n<strong>SECTION 1 - ONLINE STORE TERMS</strong>\r\nBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.\r\nYou may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).\r\nYou must not transmit any worms or viruses or any code of a destructive nature.\r\nA breach or violation of any of the Terms will result in an immediate termination of your Services.\r\n\r\n<strong>SECTION 2 - GENERAL CONDITIONS</strong>\r\nWe reserve the right to refuse service to anyone for any reason at any time.\r\nYou understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.\r\nYou agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.\r\nThe headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.\r\n\r\n<strong>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION</strong>\r\nWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.\r\nThis site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.\r\n\r\n<strong>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES</strong>\r\nPrices for our products are subject to change without notice.\r\nWe reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.\r\nWe shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.\r\n\r\n<strong>SECTION 5 - PRODUCTS OR SERVICES (if applicable)</strong>\r\nCertain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.\r\nWe have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.\r\nWe reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.\r\nWe do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.\r\n\r\n<strong>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION</strong>\r\nWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.\r\n\r\nYou agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.\r\n\r\nFor more detail, please review our Returns Policy.\r\n\r\n<strong>SECTION 7 - OPTIONAL TOOLS</strong>\r\nWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.\r\nYou acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.\r\nAny use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).\r\nWe may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.\r\n\r\n<strong>SECTION 8 - THIRD-PARTY LINKS</strong>\r\nCertain content, products and services available via our Service may include materials from third-parties.\r\nThird-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.\r\nWe are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.\r\n\r\n<strong>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS</strong>\r\nIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.\r\nWe may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.\r\nYou agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.\r\n\r\n<strong>SECTION 10 - PERSONAL INFORMATION</strong>\r\nYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.\r\n\r\n<strong>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS</strong>\r\nOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).\r\nWe undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.\r\n\r\n<strong>SECTION 12 - PROHIBITED USES</strong>\r\nIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.\r\n\r\n<strong>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY</strong>\r\nWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.\r\nWe do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.\r\nYou agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.\r\nYou expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.\r\nIn no case shall Ginesis Products, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.\r\n\r\nSECTION 14 - INDEMNIFICATION\r\nYou agree to indemnify, defend and hold harmless Ginesis Products and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.\r\n\r\n<strong>SECTION 15 - SEVERABILITY</strong>\r\nIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.\r\n\r\n<strong>SECTION 16 - TERMINATION</strong>\r\nThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.\r\nThese Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.\r\nIf in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).\r\n\r\n<strong>SECTION 17 - ENTIRE AGREEMENT</strong>\r\nThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.\r\nThese Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).\r\nAny ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.\r\n\r\n<strong>SECTION 18 - GOVERNING LAW</strong>\r\nThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of United States.\r\n\r\n<strong>SECTION 19 - CHANGES TO TERMS OF SERVICE</strong>\r\nYou can review the most current version of the Terms of Service at any time at this page.\r\nWe reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.\r\n\r\n<strong>SECTION 20 - CONTACT INFORMATION</strong>\r\nQuestions about the Terms of Service should be sent to us at <strong>ginesis@ginesis.com</strong>.','Terms of Service','','publish','closed','closed','','terms-of-service','','','2021-07-23 16:17:33','2021-07-23 16:17:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=182',0,'page','',0),(183,2,'2021-04-08 16:29:15','2021-04-08 16:29:15','<h2>Privacy Policy</h2>\r\nAt Ginesis Products, we respect your privacy. We are the sole owners of the personal information we gather on this site and will never sell, rent or trade it to third parties.\r\n\r\n<strong>Information We Gather</strong>\r\nLike most websites, our server logs record visitor activity on our site, such as IP address, browser type, pages viewed, from where a visitor came, where the visitor went after leaving our site, etc. This information provides us with site statistics, but not personally identifiable information. We also make use of browser “cookies” to enable you to navigate around the website. None of the cookies we use enable third parties to access any of your information.\r\nIf you fill out a form on our site, you may be required to provide some of your contact information (such as name, email address, and phone number). We may use that information to contact you via email or phone.\r\nIf you order or buy a product using our forms or shopping cart, we will secure your personal information from unauthorized access, use or disclosure. When personal information (such as a credit card number or personal data) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Socket Layer (SSL) protocol.\r\nIf you have an account on our site, you will log in securely using your username and password.\r\n\r\n<strong>How We Use Information</strong>\r\nIf you provide us with contact information, we may send you periodic emails from time to time regarding our company and products. Users that don’t want these communications can opt-out, either through links in the emails or by sending a request to ginesis@ginesis.com\r\n\r\n<strong>Changes to Our Policy</strong>\r\nGinesis Products reserves the right to amend or replace this privacy policy at any time and from time to time without prior notice. Any updated or new privacy policy will be posted on this site.','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2021-07-23 16:17:05','2021-07-23 16:17:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=183',0,'page','',0),(184,2,'2021-04-08 18:21:27','2021-04-08 18:21:27','<img width=\"800\" height=\"254\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n		<p>CUSTOMER SERVICE</p><p><strong>Lice Clinics of America</strong><br />4873 S State St<br />Murray, UT 84107<br />Phone - (855) 706-5423<br />Email - productsales@liceclinicsofamerica.com</p><p>ADDITIONAL LINKS</p><p><a style=\"color: #5bc500;\" href=\"https://clinicstore.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://clinicstore.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://clinicstore.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://clinicstore.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','publish','closed','closed','','footer','','','2026-01-13 21:58:47','2026-01-13 21:58:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=elementor_library&#038;p=184',0,'elementor_library','',0),(190,3,'2021-04-08 19:52:26','2021-04-08 19:52:26','','','','wcm-active','closed','closed','um_606f5efa03fd1','190','','','2021-07-29 14:20:31','2021-07-29 14:20:31','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=190',0,'wc_user_membership','',0),(191,4,'2021-04-08 19:54:57','2021-04-08 19:54:57','','','','wcm-active','closed','closed','um_606f5f9177d8c','191','','','2025-09-05 18:58:53','2025-09-05 18:58:53','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=191',0,'wc_user_membership','',0),(192,5,'2021-04-08 20:00:29','2021-04-08 20:00:29','','','','wcm-active','closed','closed','um_606f60ddcbf11','192','','','2021-08-24 15:41:15','2021-08-24 15:41:15','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=192',0,'wc_user_membership','',0),(198,2,'2021-04-09 15:24:19','2021-04-09 15:24:19','','PortalPROKitUrgentPreventSq','','inherit','open','closed','','portalprokiturgentpreventsq','','','2021-04-09 15:24:19','2021-04-09 15:24:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalPROKitUrgentPreventSq.jpg',0,'attachment','image/jpeg',0),(199,2,'2021-04-09 15:24:21','2021-04-09 15:24:21','','PortalPROKitUrgentSq','','inherit','open','closed','','portalprokiturgentsq','','','2021-04-09 15:24:21','2021-04-09 15:24:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalPROKitUrgentSq.jpg',0,'attachment','image/jpeg',0),(200,2,'2021-04-09 15:29:20','2021-04-09 15:29:20','','Capes','','inherit','open','closed','','microsoftteams-image','','','2021-04-09 15:29:32','2021-04-09 15:29:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/MicrosoftTeams-image.jpg',0,'attachment','image/jpeg',0),(214,1,'2021-04-13 16:20:50','2021-04-13 16:20:50','','Refund &ndash; Apr 13, 2021 @ 04:20 PM','','trash','closed','closed','wc_order_EEgmUCyal8kBi','refund-apr-13-2021-0420-pm','','','2021-04-13 16:20:50','2021-04-13 16:20:50','',213,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=214',0,'shop_order_refund','',0),(215,6,'2021-04-16 17:39:54','2021-04-16 17:39:54','','','','wcm-active','closed','closed','um_6079cbeadd449','215','','','2021-07-20 05:52:15','2021-07-20 05:52:15','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=215',0,'wc_user_membership','',0),(216,7,'2021-04-16 17:48:49','2021-04-16 17:48:49','','','','wcm-active','closed','closed','um_6079ce0131b18','216','','','2023-05-31 17:42:25','2023-05-31 17:42:25','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=216',0,'wc_user_membership','',0),(217,8,'2021-04-16 17:56:34','2021-04-16 17:56:34','','','','wcm-active','closed','closed','um_6079cfd2b0b3d','217','','','2025-01-22 21:03:13','2025-01-22 21:03:13','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=217',0,'wc_user_membership','',0),(218,9,'2021-04-16 18:01:08','2021-04-16 18:01:08','','','','wcm-active','open','closed','um_6079d0e4b659f','218','','','2021-04-16 18:01:08','2021-04-16 18:01:08','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=218',0,'wc_user_membership','',0),(219,10,'2021-04-16 18:05:00','2021-04-16 18:05:00','','','','wcm-active','open','closed','um_6079d1cc5014c','219','','','2021-04-16 18:05:00','2021-04-16 18:05:00','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=219',0,'wc_user_membership','',0),(220,11,'2021-04-16 18:07:51','2021-04-16 18:07:51','','','','wcm-active','closed','closed','um_6079d277d2f29','220','','','2021-07-19 16:50:45','2021-07-19 16:50:45','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=220',0,'wc_user_membership','',0),(221,12,'2021-04-16 18:10:42','2021-04-16 18:10:42','','','','wcm-active','open','closed','um_6079d32280bad','221','','','2021-04-16 18:10:42','2021-04-16 18:10:42','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=221',0,'wc_user_membership','',0),(222,13,'2021-04-16 18:14:06','2021-04-16 18:14:06','','','','wcm-active','open','closed','um_6079d3eeaeccd','222','','','2021-04-16 18:14:06','2021-04-16 18:14:06','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=222',0,'wc_user_membership','',0),(223,14,'2021-04-16 18:18:33','2021-04-16 18:18:33','','','','wcm-active','open','closed','um_6079d4f9d83af','223','','','2021-04-16 18:18:33','2021-04-16 18:18:33','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=223',0,'wc_user_membership','',0),(224,15,'2021-04-18 14:33:06','2021-04-18 14:33:06','','','','wcm-active','closed','closed','um_607c4322dd4a2','224','','','2022-03-03 16:44:10','2022-03-03 16:44:10','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=224',0,'wc_user_membership','',0),(226,17,'2021-04-18 14:50:12','2021-04-18 14:50:12','','','','wcm-active','closed','closed','um_607c47244494c','226','','','2022-03-16 00:08:57','2022-03-16 00:08:57','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=226',0,'wc_user_membership','',0),(227,18,'2021-04-18 14:55:36','2021-04-18 14:55:36','','','','wcm-active','open','closed','um_607c48681c383','227','','','2021-04-18 14:55:36','2021-04-18 14:55:36','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=227',0,'wc_user_membership','',0),(228,19,'2021-04-18 15:07:12','2021-04-18 15:07:12','','','','wcm-active','open','closed','um_607c4b20928c7','228','','','2021-04-18 15:07:12','2021-04-18 15:07:12','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=228',0,'wc_user_membership','',0),(230,21,'2021-04-18 15:15:45','2021-04-18 15:15:45','','','','wcm-active','closed','closed','um_607c4d210b1b3','230','','','2022-06-07 15:26:06','2022-06-07 15:26:06','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=230',0,'wc_user_membership','',0),(231,22,'2021-04-18 15:19:20','2021-04-18 15:19:20','','','','wcm-active','open','closed','um_607c4df8b3a44','231','','','2021-04-18 15:19:20','2021-04-18 15:19:20','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=231',0,'wc_user_membership','',0),(232,23,'2021-04-18 15:25:32','2021-04-18 15:25:32','','','','wcm-active','closed','closed','um_607c4f6c33d5d','232','','','2022-08-31 18:58:32','2022-08-31 18:58:32','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=232',0,'wc_user_membership','',0),(233,24,'2021-04-18 15:27:25','2021-04-18 15:27:25','','','','wcm-active','open','closed','um_607c4fdd0d20f','233','','','2021-04-18 15:27:25','2021-04-18 15:27:25','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=233',0,'wc_user_membership','',0),(234,25,'2021-04-18 15:32:47','2021-04-18 15:32:47','','','','wcm-active','closed','closed','um_607c511feb2c3','234','','','2021-10-07 15:32:19','2021-10-07 15:32:19','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=234',0,'wc_user_membership','',0),(235,26,'2021-04-18 15:34:59','2021-04-18 15:34:59','','','','wcm-active','closed','closed','um_607c51a35c247','235','','','2024-02-13 17:04:52','2024-02-13 17:04:52','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=235',0,'wc_user_membership','',0),(236,27,'2021-04-18 15:39:32','2021-04-18 15:39:32','','','','wcm-active','open','closed','um_607c52b447446','236','','','2021-04-18 15:39:32','2021-04-18 15:39:32','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=236',0,'wc_user_membership','',0),(237,28,'2021-04-18 15:42:54','2021-04-18 15:42:54','','','','wcm-active','closed','closed','um_607c537e9654f','237','','','2022-08-31 18:57:32','2022-08-31 18:57:32','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=237',0,'wc_user_membership','',0),(238,29,'2021-04-18 15:45:37','2021-04-18 15:45:37','','','','wcm-active','closed','closed','um_607c5421135c5','238','','','2021-07-19 16:51:16','2021-07-19 16:51:16','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=238',0,'wc_user_membership','',0),(239,30,'2021-04-18 15:48:03','2021-04-18 15:48:03','','','','wcm-active','open','closed','um_607c54b37b004','239','','','2021-04-18 15:48:03','2021-04-18 15:48:03','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=239',0,'wc_user_membership','',0),(240,31,'2021-04-18 15:51:21','2021-04-18 15:51:21','','','','wcm-active','open','closed','um_607c5579e139c','240','','','2021-04-18 15:51:21','2021-04-18 15:51:21','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=240',0,'wc_user_membership','',0),(241,32,'2021-04-18 15:59:29','2021-04-18 15:59:29','','','','wcm-active','open','closed','um_607c57610b768','241','','','2021-04-18 15:59:29','2021-04-18 15:59:29','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=241',0,'wc_user_membership','',0),(242,33,'2021-04-18 16:03:23','2021-04-18 16:03:23','','','','wcm-active','open','closed','um_607c584bb14f2','242','','','2021-04-18 16:03:23','2021-04-18 16:03:23','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=242',0,'wc_user_membership','',0),(243,34,'2021-04-18 16:05:33','2021-04-18 16:05:33','','','','wcm-active','open','closed','um_607c58cd059b2','243','','','2021-04-18 16:05:33','2021-04-18 16:05:33','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=243',0,'wc_user_membership','',0),(244,35,'2021-04-18 16:08:41','2021-04-18 16:08:41','','','','wcm-active','open','closed','um_607c59896605f','244','','','2021-04-18 16:08:41','2021-04-18 16:08:41','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=244',0,'wc_user_membership','',0),(246,37,'2021-04-18 16:13:03','2021-04-18 16:13:03','','','','wcm-active','closed','closed','um_607c5a8feb7ea','246','','','2022-07-25 18:12:23','2022-07-25 18:12:23','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=246',0,'wc_user_membership','',0),(247,38,'2021-04-18 16:16:32','2021-04-18 16:16:32','','','','wcm-active','closed','closed','um_607c5b6033481','247','','','2024-01-10 18:29:03','2024-01-10 18:29:03','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=247',0,'wc_user_membership','',0),(248,39,'2021-04-18 16:20:05','2021-04-18 16:20:05','','','','wcm-active','open','closed','um_607c5c3581b4b','248','','','2021-04-18 16:20:05','2021-04-18 16:20:05','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=248',0,'wc_user_membership','',0),(249,40,'2021-04-18 16:22:32','2021-04-18 16:22:32','','','','wcm-active','closed','closed','um_607c5cc882369','249','','','2022-08-31 18:59:15','2022-08-31 18:59:15','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=249',0,'wc_user_membership','',0),(250,41,'2021-04-18 16:24:35','2021-04-18 16:24:35','','','','wcm-active','open','closed','um_607c5d43bd4b1','250','','','2021-04-18 16:24:35','2021-04-18 16:24:35','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=250',0,'wc_user_membership','',0),(251,42,'2021-04-18 16:26:50','2021-04-18 16:26:50','','','','wcm-active','open','closed','um_607c5dcab46e2','251','','','2021-04-18 16:26:50','2021-04-18 16:26:50','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=251',0,'wc_user_membership','',0),(252,43,'2021-04-18 16:30:32','2021-04-18 16:30:32','','','','wcm-active','closed','closed','um_607c5ea83f353','252','','','2024-01-29 15:36:41','2024-01-29 15:36:41','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=252',0,'wc_user_membership','',0),(253,44,'2021-04-18 16:33:01','2021-04-18 16:33:01','','','','wcm-active','open','closed','um_607c5f3ded687','253','','','2021-04-18 16:33:01','2021-04-18 16:33:01','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=253',0,'wc_user_membership','',0),(254,45,'2021-04-18 16:36:13','2021-04-18 16:36:13','','','','wcm-active','open','closed','um_607c5ffd834f7','254','','','2021-04-18 16:36:13','2021-04-18 16:36:13','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=254',0,'wc_user_membership','',0),(255,46,'2021-04-18 16:39:13','2021-04-18 16:39:13','','','','wcm-active','closed','closed','um_607c60b15008c','255','','','2022-03-04 22:07:36','2022-03-04 22:07:36','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=255',0,'wc_user_membership','',0),(256,47,'2021-04-18 16:41:44','2021-04-18 16:41:44','','','','wcm-active','closed','closed','um_607c6148107a0','256','','','2021-08-24 15:44:14','2021-08-24 15:44:14','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=256',0,'wc_user_membership','',0),(257,48,'2021-04-18 16:44:42','2021-04-18 16:44:42','','','','wcm-active','open','closed','um_607c61fab4aff','257','','','2021-04-18 16:44:42','2021-04-18 16:44:42','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=257',0,'wc_user_membership','',0),(258,49,'2021-04-18 17:56:10','2021-04-18 17:56:10','','','','wcm-active','closed','closed','um_607c72ba6a3c7','258','','','2022-09-01 15:22:06','2022-09-01 15:22:06','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=258',0,'wc_user_membership','',0),(259,50,'2021-04-19 01:33:53','2021-04-19 01:33:53','','','','wcm-active','closed','closed','um_607cde013cb15','259','','','2023-09-19 14:22:25','2023-09-19 14:22:25','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=259',0,'wc_user_membership','',0),(260,51,'2021-04-19 02:23:17','2021-04-19 02:23:17','','','','wcm-active','closed','closed','um_607ce995dcbbc','260','','','2022-09-01 19:39:36','2022-09-01 19:39:36','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=260',0,'wc_user_membership','',0),(261,52,'2021-04-19 02:46:12','2021-04-19 02:46:12','','','','wcm-active','closed','closed','um_607ceef4d9360','261','','','2021-11-22 15:31:06','2021-11-22 15:31:06','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=261',0,'wc_user_membership','',0),(262,53,'2021-04-19 02:49:57','2021-04-19 02:49:57','','','','wcm-active','open','closed','um_607cefd50ecff','262','','','2021-04-19 02:49:57','2021-04-19 02:49:57','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=262',0,'wc_user_membership','',0),(263,54,'2021-04-19 03:10:33','2021-04-19 03:10:33','','','','wcm-active','closed','closed','um_607cf4a9e9e39','263','','','2022-09-14 00:09:28','2022-09-14 00:09:28','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=263',0,'wc_user_membership','',0),(264,55,'2021-04-19 03:16:26','2021-04-19 03:16:26','','','','wcm-active','open','closed','um_607cf60ae66c2','264','','','2021-04-19 03:16:26','2021-04-19 03:16:26','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=264',0,'wc_user_membership','',0),(265,56,'2021-04-19 03:38:32','2021-04-19 03:38:32','','','','wcm-active','open','closed','um_607cfb38795ed','265','','','2021-04-19 03:38:32','2021-04-19 03:38:32','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=265',0,'wc_user_membership','',0),(266,57,'2021-04-19 03:50:10','2021-04-19 03:50:10','','','','wcm-active','closed','closed','um_607cfdf22fef2','266','','','2024-04-19 21:44:18','2024-04-19 21:44:18','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=266',0,'wc_user_membership','',0),(267,58,'2021-04-19 03:54:22','2021-04-19 03:54:22','','','','wcm-active','closed','closed','um_607cfeee034f4','267','','','2021-10-27 14:36:23','2021-10-27 14:36:23','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=267',0,'wc_user_membership','',0),(268,59,'2021-04-19 04:00:25','2021-04-19 04:00:25','','','','wcm-active','closed','closed','um_607d00597aed5','268','','','2025-08-21 04:17:53','2025-08-21 04:17:53','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=268',0,'wc_user_membership','',0),(269,60,'2021-04-19 04:03:18','2021-04-19 04:03:18','','','','wcm-active','closed','closed','um_607d01061ed37','269','','','2025-05-08 20:42:21','2025-05-08 20:42:21','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=269',0,'wc_user_membership','',0),(270,61,'2021-04-19 04:06:52','2021-04-19 04:06:52','','','','wcm-active','closed','closed','um_607d01dc52189','270','','','2021-08-24 15:42:25','2021-08-24 15:42:25','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=270',0,'wc_user_membership','',0),(271,62,'2021-04-19 04:12:47','2021-04-19 04:12:47','','','','wcm-active','open','closed','um_607d033f73f32','271','','','2021-04-19 04:12:47','2021-04-19 04:12:47','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=271',0,'wc_user_membership','',0),(273,64,'2021-04-19 04:21:37','2021-04-19 04:21:37','','','','wcm-active','closed','closed','um_607d05518afe9','273','','','2023-06-12 22:49:07','2023-06-12 22:49:07','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=273',0,'wc_user_membership','',0),(274,65,'2021-04-19 04:26:44','2021-04-19 04:26:44','','','','wcm-active','closed','closed','um_607d0684a1e39','274','','','2023-10-31 16:15:15','2023-10-31 16:15:15','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=274',0,'wc_user_membership','',0),(275,66,'2021-04-19 04:34:54','2021-04-19 04:34:54','','','','wcm-active','closed','closed','um_607d086e5143f','275','','','2022-08-31 18:55:28','2022-08-31 18:55:28','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=275',0,'wc_user_membership','',0),(276,67,'2021-04-19 04:39:50','2021-04-19 04:39:50','','','','wcm-active','closed','closed','um_607d09961a610','276','','','2022-01-28 16:56:43','2022-01-28 16:56:43','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=276',0,'wc_user_membership','',0),(277,68,'2021-04-19 04:45:04','2021-04-19 04:45:04','','','','wcm-active','open','closed','um_607d0ad0435a1','277','','','2021-04-19 04:45:04','2021-04-19 04:45:04','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=277',0,'wc_user_membership','',0),(278,69,'2021-04-19 04:48:55','2021-04-19 04:48:55','','','','wcm-active','open','closed','um_607d0bb720d4a','278','','','2021-04-19 04:48:55','2021-04-19 04:48:55','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=278',0,'wc_user_membership','',0),(279,70,'2021-04-19 04:53:06','2021-04-19 04:53:06','','','','wcm-active','open','closed','um_607d0cb2a3e55','279','','','2021-04-19 04:53:06','2021-04-19 04:53:06','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=279',0,'wc_user_membership','',0),(280,71,'2021-04-19 04:57:40','2021-04-19 04:57:40','','','','wcm-active','open','closed','um_607d0dc4a87eb','280','','','2021-04-19 04:57:40','2021-04-19 04:57:40','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=280',0,'wc_user_membership','',0),(281,72,'2021-04-19 05:06:55','2021-04-19 05:06:55','','','','wcm-active','open','closed','um_607d0fef4c7aa','281','','','2021-04-19 05:06:55','2021-04-19 05:06:55','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=281',0,'wc_user_membership','',0),(282,73,'2021-04-19 05:10:51','2021-04-19 05:10:51','','','','wcm-active','closed','closed','um_607d10db7f592','282','','','2023-03-20 21:51:29','2023-03-20 21:51:29','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=282',0,'wc_user_membership','',0),(283,74,'2021-04-19 05:14:15','2021-04-19 05:14:15','','','','wcm-active','closed','closed','um_607d11a7a010c','283','','','2022-08-31 18:54:43','2022-08-31 18:54:43','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=283',0,'wc_user_membership','',0),(284,75,'2021-04-19 05:17:50','2021-04-19 05:17:50','','','','wcm-active','closed','closed','um_607d127e482c9','284','','','2021-10-27 15:33:46','2021-10-27 15:33:46','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=284',0,'wc_user_membership','',0),(285,76,'2021-04-19 05:23:11','2021-04-19 05:23:11','','','','wcm-active','closed','closed','um_607d13bf34473','285','','','2023-09-19 14:22:47','2023-09-19 14:22:47','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=285',0,'wc_user_membership','',0),(286,77,'2021-04-19 05:26:24','2021-04-19 05:26:24','','','','wcm-active','closed','closed','um_607d14804ba81','286','','','2021-07-19 16:50:04','2021-07-19 16:50:04','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=286',0,'wc_user_membership','',0),(287,78,'2021-04-19 05:29:36','2021-04-19 05:29:36','','','','wcm-active','closed','closed','um_607d1540483fd','287','','','2023-05-25 20:05:25','2023-05-25 20:05:25','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=287',0,'wc_user_membership','',0),(288,79,'2021-04-19 05:36:32','2021-04-19 05:36:32','','','','wcm-active','closed','closed','um_607d16e03129a','288','','','2021-11-16 15:34:12','2021-11-16 15:34:12','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=288',0,'wc_user_membership','',0),(289,80,'2021-04-19 05:42:14','2021-04-19 05:42:14','','','','wcm-active','open','closed','um_607d1836873a3','289','','','2021-04-19 05:42:14','2021-04-19 05:42:14','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=289',0,'wc_user_membership','',0),(290,81,'2021-04-19 05:48:24','2021-04-19 05:48:24','','','','wcm-active','open','closed','um_607d19a892158','290','','','2021-04-19 05:48:24','2021-04-19 05:48:24','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=290',0,'wc_user_membership','',0),(291,82,'2021-04-19 05:53:48','2021-04-19 05:53:48','','','','wcm-active','closed','closed','um_607d1aecaeffa','291','','','2022-08-31 18:52:40','2022-08-31 18:52:40','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=291',0,'wc_user_membership','',0),(292,83,'2021-04-19 05:58:35','2021-04-19 05:58:35','','','','wcm-active','closed','closed','um_607d1c0bde664','292','','','2022-08-31 18:54:17','2022-08-31 18:54:17','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=292',0,'wc_user_membership','',0),(293,84,'2021-04-19 06:01:40','2021-04-19 06:01:40','','','','wcm-active','closed','closed','um_607d1cc47c1a5','293','','','2022-07-05 17:51:46','2022-07-05 17:51:46','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=293',0,'wc_user_membership','',0),(295,86,'2021-04-19 06:08:54','2021-04-19 06:08:54','','','','wcm-active','open','closed','um_607d1e76128b7','295','','','2021-04-19 06:08:54','2021-04-19 06:08:54','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=295',0,'wc_user_membership','',0),(296,87,'2021-04-19 06:13:00','2021-04-19 06:13:00','','','','wcm-active','closed','closed','um_607d1f6c6025f','296','','','2021-07-19 16:51:02','2021-07-19 16:51:02','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=296',0,'wc_user_membership','',0),(298,88,'2021-04-21 14:39:05','2021-04-21 14:39:05','','','','wcm-active','closed','closed','um_6080390971bd0','298','','','2023-10-31 16:14:47','2023-10-31 16:14:47','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=298',0,'wc_user_membership','',0),(299,90,'2021-04-21 15:08:45','2021-04-21 15:08:45','','','','wcm-active','closed','closed','um_60803ffd66f1c','299','','','2023-10-20 15:29:20','2023-10-20 15:29:20','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=299',0,'wc_user_membership','',0),(319,2,'2021-04-26 18:15:28','2021-04-26 18:15:28','','Goomies','','inherit','open','closed','','goomies','','','2021-04-26 18:15:28','2021-04-26 18:15:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/04/Goomies.jpg',0,'attachment','image/jpeg',0),(321,2,'2021-04-26 18:18:32','2021-04-26 18:18:32','','wet comb','','inherit','open','closed','','wet-comb-2','','','2021-04-26 18:18:32','2021-04-26 18:18:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/04/wet-comb.jpg',0,'attachment','image/jpeg',0),(322,2,'2021-04-26 18:24:27','2021-04-26 18:24:27','','wb_ogl_squirts_item_1__16904.1434399206.1280.1280','','inherit','open','closed','','wb_ogl_squirts_item_1__16904-1434399206-1280-1280','','','2021-04-26 18:24:27','2021-04-26 18:24:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/wb_ogl_squirts_item_1__16904.1434399206.1280.1280.jpg',0,'attachment','image/jpeg',0),(323,92,'2021-04-26 19:26:48','2021-04-26 19:26:48','','','','wcm-active','closed','closed','um_608713f8bbbf5','323','','','2023-03-20 21:50:04','2023-03-20 21:50:04','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=323',0,'wc_user_membership','',0),(356,1,'2021-05-06 15:35:47','2021-05-06 15:35:47','','Refund &ndash; May 06, 2021 @ 03:35 PM','','trash','closed','closed','wc_order_sMu7JUtczSD7z','refund-may-06-2021-0335-pm','','','2021-05-06 15:35:47','2021-05-06 15:35:47','',354,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=356',0,'shop_order_refund','',0),(456,93,'2021-06-25 14:26:39','2021-06-25 14:26:39','','','','wcm-active','closed','closed','um_60d5e79fd8b61','456','','','2023-05-02 15:56:02','2023-05-02 15:56:02','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=456',0,'wc_user_membership','',0),(486,2,'2021-07-13 14:35:39','2021-07-13 14:35:39','','FranRM','','publish','closed','closed','','franrm','','','2024-06-14 15:41:30','2024-06-14 15:41:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_membership_plan&#038;p=486',0,'wc_membership_plan','',0),(503,20,'2021-07-19 16:48:51','2021-07-19 16:48:51','','Auto Draft','','wcm-active','closed','closed','um_60f5ace5025f2','auto-draft-2','','','2021-07-19 16:48:51','2021-07-19 16:48:51','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=503',0,'wc_user_membership','',0),(515,2,'2021-07-22 15:11:17','2021-07-22 15:11:17','','ShipHawaii','','publish','closed','closed','','shiphawaii','','','2021-07-22 15:12:16','2021-07-22 15:12:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=515',0,'shop_coupon','',0),(610,2,'2021-08-23 21:46:53','2021-08-23 21:46:53','<img width=\"300\" height=\"107\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\" alt=\"\" loading=\"lazy\" />															\n		<strong>PLEASE NOTE - There has been an increase in pricing for Dimethicone based products due to supply chain issues.</strong>		\n												<a href=\"\">Click to Learn More</a>\n					<p>We received notice from Ginesis that prices on all products using Dimethicone as an ingredient will increase starting today. This is the result of a dimethicone shortage across the country caused by supply chain interruptions, tariffs, and trade embargos. This is completely out of our control. Ginesis is working with multiple suppliers and also working to find alternatives. Please see below for the statement we received from Jeff Hester, President and Owner of Ginesis.<br><br>Due to tariffs and recent trade embargos, there is severely limited feed-stock for the raw materials required to produce Dimethicone 350SF. Currently there is no material stateside and vessels on the water have been delayed again. New orders for the material ETA are November 2021 and shortages are expected through Q2 2022.&nbsp;</p>\n<p>As a result, prices have recently more than doubled from the already inflated prices earlier this year and Dimethicone 350SF is still difficult to source. We apologize for the inconvenience this supply chain disruption is&nbsp;causing and look forward to the market stabilizing for this material.</p>','Dimethicon Price Increase','','publish','closed','closed','','dimethicon-price-increase','','','2022-11-18 20:40:59','2022-11-18 20:40:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=elementor_library&#038;p=610',0,'elementor_library','',0),(617,1,'2021-08-24 13:50:17','2021-08-24 13:50:17','','Refund &ndash; Aug 24, 2021 @ 01:50 PM','','trash','closed','closed','wc_order_kV6M26oMLlIaq','refund-aug-24-2021-0150-pm','','','2021-08-24 13:50:17','2021-08-24 13:50:17','',614,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=617',0,'shop_order_refund','',0),(618,1,'2021-08-24 13:50:56','2021-08-24 13:50:56','','Refund &ndash; Aug 24, 2021 @ 01:50 PM','','trash','closed','closed','wc_order_PDUVDSJXf1CgH','refund-aug-24-2021-0150-pm-2','','','2021-08-24 13:50:56','2021-08-24 13:50:56','',613,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=618',0,'shop_order_refund','',0),(619,1,'2021-08-24 13:52:07','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','draft','closed','closed','','refund_returns','','','2021-08-24 13:52:07','0000-00-00 00:00:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=619',0,'page','',0),(627,1,'2021-08-24 21:13:27','2021-08-24 21:13:27','','Refund &ndash; Aug 24, 2021 @ 09:13 PM','','trash','closed','closed','wc_order_VI4DS2BqI7US2','refund-aug-24-2021-0913-pm','','','2021-08-24 21:13:27','2021-08-24 21:13:27','',621,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=627',0,'shop_order_refund','',0),(628,1,'2021-08-24 21:14:16','2021-08-24 21:14:16','','Refund &ndash; Aug 24, 2021 @ 09:14 PM','','trash','closed','closed','wc_order_tkdX2HKtS3A2S','refund-aug-24-2021-0914-pm','','','2021-08-24 21:14:16','2021-08-24 21:14:16','',622,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=628',0,'shop_order_refund','',0),(629,1,'2021-08-24 21:15:14','2021-08-24 21:15:14','','Refund &ndash; Aug 24, 2021 @ 09:15 PM','','trash','closed','closed','wc_order_sMbSY2hzjOFYW','refund-aug-24-2021-0915-pm','','','2021-08-24 21:15:14','2021-08-24 21:15:14','',623,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=629',0,'shop_order_refund','',0),(630,1,'2021-08-24 21:15:51','2021-08-24 21:15:51','','Refund &ndash; Aug 24, 2021 @ 09:15 PM','','trash','closed','closed','wc_order_lQnx9yIJJ34z1','refund-aug-24-2021-0915-pm-2','','','2021-08-24 21:15:51','2021-08-24 21:15:51','',624,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=630',0,'shop_order_refund','',0),(631,1,'2021-08-24 21:16:06','2021-08-24 21:16:06','','Refund &ndash; Aug 24, 2021 @ 09:16 PM','','trash','closed','closed','wc_order_c2t97GJLBw7VZ','refund-aug-24-2021-0916-pm','','','2021-08-24 21:16:06','2021-08-24 21:16:06','',625,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=631',0,'shop_order_refund','',0),(632,1,'2021-08-24 21:17:14','2021-08-24 21:17:14','','Refund &ndash; Aug 24, 2021 @ 09:17 PM','','trash','closed','closed','wc_order_nhEoVwP6zr57z','refund-aug-24-2021-0917-pm','','','2021-08-24 21:17:14','2021-08-24 21:17:14','',626,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=632',0,'shop_order_refund','',0),(712,94,'2021-09-29 17:52:03','2021-09-29 17:52:03','','','','wcm-active','closed','closed','um_6154a7c34869f','712','','','2022-07-18 14:53:25','2022-07-18 14:53:25','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=712',0,'wc_user_membership','',0),(1052,96,'2022-03-08 16:18:46','2022-03-08 16:18:46','','','','wcm-active','closed','closed','um_622781e6bff2f','1052','','','2023-07-27 12:44:47','2023-07-27 12:44:47','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=1052',0,'wc_user_membership','',0),(1348,97,'2022-07-28 14:10:58','2022-07-28 14:10:58','','Auto Draft','','wcm-active','closed','closed','um_62e298ed966ac','auto-draft-3','','','2022-07-28 14:10:58','2022-07-28 14:10:58','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=1348',0,'wc_user_membership','',0),(2012,98,'2023-07-17 16:04:07','2023-07-17 16:04:07','','','','wcm-active','closed','closed','um_64b56677d8f91','2012','','','2023-07-17 16:04:28','2023-07-17 16:04:28','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=2012',0,'wc_user_membership','',0),(2111,2,'2023-09-05 19:45:39','2023-09-05 19:45:39','','ExtraActiveRinse8oz','','inherit','open','closed','','extraactiverinse8oz','','','2023-09-05 19:45:39','2023-09-05 19:45:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/ExtraActiveRinse8oz.jpg',0,'attachment','image/jpeg',0),(2112,2,'2023-09-05 19:45:40','2023-09-05 19:45:40','','ExtraActiveRinse16oz','','inherit','open','closed','','extraactiverinse16oz','','','2023-09-05 19:45:40','2023-09-05 19:45:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/ExtraActiveRinse16oz.jpg',0,'attachment','image/jpeg',0),(2114,2,'2023-09-05 19:49:46','2023-09-05 19:49:46','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 19:49:46','2023-09-05 19:49:46','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2114',0,'revision','',0),(2115,2,'2023-09-05 19:49:46','2023-09-05 19:49:46','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 19:49:46','2023-09-05 19:49:46','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2115',0,'revision','',0),(2116,2,'2023-09-05 19:49:46','2023-09-05 19:49:46','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 19:49:46','2023-09-05 19:49:46','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2116',0,'revision','',0),(2121,2,'2023-09-05 20:03:26','2023-09-05 20:03:26','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 20:03:26','2023-09-05 20:03:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2121',0,'revision','',0),(2122,2,'2023-09-05 20:03:26','2023-09-05 20:03:26','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 20:03:26','2023-09-05 20:03:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2122',0,'revision','',0),(2123,2,'2023-09-05 20:03:26','2023-09-05 20:03:26','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 20:03:26','2023-09-05 20:03:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2123',0,'revision','',0),(2130,2,'2023-09-06 19:00:59','2023-09-06 19:00:59','','ExtraActiveRinse8ozNew','','inherit','open','closed','','extraactiverinse8oznew','','','2023-09-06 19:00:59','2023-09-06 19:00:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/ExtraActiveRinse8ozNew.webp',0,'attachment','image/webp',0),(2131,2,'2023-09-06 19:01:00','2023-09-06 19:01:00','','ExtraActiveRinse16ozNew','','inherit','open','closed','','extraactiverinse16oznew','','','2023-09-06 19:01:00','2023-09-06 19:01:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/ExtraActiveRinse16ozNew.webp',0,'attachment','image/webp',0),(2168,100,'2023-09-25 14:50:07','2023-09-25 14:50:07','','','','wcm-active','closed','closed','um_65119e1fd7228','2168','','','2023-09-25 15:10:16','2023-09-25 15:10:16','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=2168',0,'wc_user_membership','',0),(2169,101,'2023-09-25 15:05:07','2023-09-25 15:05:07','','','','wcm-active','closed','closed','um_6511a1a37e3c7','2169','','','2023-09-25 15:10:12','2023-09-25 15:10:12','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=2169',0,'wc_user_membership','',0),(2234,2,'2023-10-19 18:59:45','2023-10-19 18:59:45','','freeshipamanda','','publish','closed','closed','','freeshipamanda','','','2023-10-19 18:59:54','2023-10-19 18:59:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=2234',0,'shop_coupon','',0),(2312,2,'2023-11-29 16:57:19','2023-11-29 16:57:19','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:57:19','2023-11-29 16:57:19','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2312',0,'revision','',0),(2313,2,'2023-11-29 16:57:19','2023-11-29 16:57:19','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:57:19','2023-11-29 16:57:19','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2313',0,'revision','',0),(2314,2,'2023-11-29 16:57:19','2023-11-29 16:57:19','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:57:19','2023-11-29 16:57:19','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2314',0,'revision','',0),(2315,2,'2023-11-29 16:59:22','2023-11-29 16:59:22','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:59:22','2023-11-29 16:59:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2315',0,'revision','',0),(2316,2,'2023-11-29 16:59:22','2023-11-29 16:59:22','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:59:22','2023-11-29 16:59:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2316',0,'revision','',0),(2317,2,'2023-11-29 16:59:22','2023-11-29 16:59:22','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:59:22','2023-11-29 16:59:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2317',0,'revision','',0),(2324,2,'2023-12-01 17:18:13','2023-12-01 17:18:13','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 17:18:13','2023-12-01 17:18:13','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2324',0,'revision','',0),(2325,2,'2023-12-01 17:18:13','2023-12-01 17:18:13','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 17:18:13','2023-12-01 17:18:13','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2325',0,'revision','',0),(2326,2,'2023-12-01 17:18:13','2023-12-01 17:18:13','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 17:18:13','2023-12-01 17:18:13','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2326',0,'revision','',0),(2327,2,'2023-12-01 18:33:57','2023-12-01 18:33:57','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 18:33:57','2023-12-01 18:33:57','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2327',0,'revision','',0),(2328,2,'2023-12-01 18:33:57','2023-12-01 18:33:57','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 18:33:57','2023-12-01 18:33:57','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2328',0,'revision','',0),(2329,2,'2023-12-01 18:33:58','2023-12-01 18:33:58','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 18:33:58','2023-12-01 18:33:58','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2329',0,'revision','',0),(2398,2,'2024-01-11 20:26:10','2024-01-11 20:26:10','','KitPreventive100','','inherit','open','closed','','kitpreventive100','','','2024-01-11 20:26:10','2024-01-11 20:26:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/KitPreventive100.jpg',0,'attachment','image/jpeg',0),(2399,2,'2024-01-11 20:26:11','2024-01-11 20:26:11','','KitUrgentCare100','','inherit','open','closed','','kiturgentcare100','','','2024-01-11 20:26:11','2024-01-11 20:26:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/KitUrgentCare100.jpg',0,'attachment','image/jpeg',0),(2401,2,'2024-01-11 20:33:12','2024-01-11 20:33:12','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:33:12','2024-01-11 20:33:12','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2401',0,'revision','',0),(2402,2,'2024-01-11 20:33:13','2024-01-11 20:33:13','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:33:13','2024-01-11 20:33:13','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2402',0,'revision','',0),(2403,2,'2024-01-11 20:33:36','2024-01-11 20:33:36','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:33:36','2024-01-11 20:33:36','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2403',0,'revision','',0),(2404,2,'2024-01-11 20:40:50','2024-01-11 20:40:50','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:40:50','2024-01-11 20:40:50','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2404',0,'revision','',0),(2405,2,'2024-01-11 20:41:31','2024-01-11 20:41:31','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:41:31','2024-01-11 20:41:31','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2405',0,'revision','',0),(2406,2,'2024-01-11 20:42:26','2024-01-11 20:42:26','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:42:26','2024-01-11 20:42:26','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2406',0,'revision','',0),(2410,2,'2024-01-11 20:50:20','2024-01-11 20:50:20','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2024-01-11 20:50:20','2024-01-11 20:50:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2410',0,'revision','',0),(2411,2,'2024-01-11 20:50:20','2024-01-11 20:50:20','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2024-01-11 20:50:20','2024-01-11 20:50:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2411',0,'revision','',0),(2412,2,'2024-01-11 20:50:20','2024-01-11 20:50:20','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2024-01-11 20:50:20','2024-01-11 20:50:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2412',0,'revision','',0),(2413,2,'2024-01-11 20:53:56','2024-01-11 20:53:56','','KitPreventive100New','','inherit','open','closed','','kitpreventive100new','','','2024-01-11 20:53:56','2024-01-11 20:53:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/KitPreventive100New.jpg',0,'attachment','image/jpeg',0),(2414,2,'2024-01-11 20:53:57','2024-01-11 20:53:57','','KitUrgentCare100New','','inherit','open','closed','','kiturgentcare100new','','','2024-01-11 20:53:57','2024-01-11 20:53:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/KitUrgentCare100New.jpg',0,'attachment','image/jpeg',0),(2521,2,'2024-03-05 02:54:40','2024-03-05 02:54:40','','HPC10','10% off Order','publish','closed','closed','','hpc10','','','2024-03-05 02:54:40','2024-03-05 02:54:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=2521',0,'shop_coupon','',0),(2563,2,'2024-03-19 16:39:58','2024-03-19 16:39:58','','Free Shipping 500','','publish','closed','closed','','2563','','','2024-04-11 16:28:37','2024-04-11 16:28:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wafs&#038;p=2563',0,'wafs','',0),(2591,103,'2024-04-11 16:11:26','2024-04-11 16:11:26','','','','wcm-active','closed','closed','um_66180bae6bdd8','2591','','','2024-04-11 16:15:20','2024-04-11 16:15:20','',2592,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=2591',0,'wc_user_membership','',0),(2592,2,'2024-04-11 16:14:27','2024-04-11 16:14:27','','FranRM International','','publish','closed','closed','','franrm-int','','','2024-04-11 16:15:03','2024-04-11 16:15:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_membership_plan&#038;p=2592',0,'wc_membership_plan','',0),(2631,104,'2024-05-02 16:02:17','2024-05-02 16:02:17','','','','wcm-active','open','closed','um_6633b909cdf85','2631','','','2024-05-02 16:02:17','2024-05-02 16:02:17','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=2631',0,'wc_user_membership','',0),(2658,105,'2024-05-15 20:53:56','2024-05-15 20:53:56','','','','wcm-active','closed','closed','um_664520e4e7278','2658','','','2024-05-15 20:55:04','2024-05-15 20:55:04','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=2658',0,'wc_user_membership','',0),(2719,95,'2024-06-18 04:53:31','2024-06-18 04:53:31','<!-- wp:shortcode -->\r\n<p>[woocommerce_my_account]</p>\r\n<!-- /wp:shortcode -->','My account','','inherit','closed','closed','','22-revision-v1','','','2024-06-18 04:53:31','2024-06-18 04:53:31','',22,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2719',0,'revision','',0),(2801,2,'2024-07-23 20:57:13','2024-07-23 20:57:13','','Default Kit','','inherit','closed','closed','','11-revision-v1','','','2024-07-23 20:57:13','2024-07-23 20:57:13','',11,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2801',0,'revision','',0),(2802,2,'2024-07-23 20:57:13','2024-07-23 20:57:13','','Default Kit','','inherit','closed','closed','','11-revision-v1','','','2024-07-23 20:57:13','2024-07-23 20:57:13','',11,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2802',0,'revision','',0),(2821,2,'2024-08-02 20:23:12','2024-08-02 20:23:12','','2024KitUrgent100','','inherit','open','closed','','2024kiturgent100','','','2024-08-02 20:23:12','2024-08-02 20:23:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/2024KitUrgent100.webp',0,'attachment','image/webp',0),(2822,2,'2024-08-02 20:40:52','2024-08-02 20:40:52','','2024KitUrgentAndPrevent100','','inherit','open','closed','','2024kiturgentandprevent100','','','2024-08-02 20:40:52','2024-08-02 20:40:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/2024KitUrgentAndPrevent100.webp',0,'attachment','image/webp',0),(2823,2,'2024-08-02 20:42:52','2024-08-02 20:42:52','','2024ActiveRinse16oz100','','inherit','open','closed','','2024activerinse16oz100','','','2024-08-02 20:42:52','2024-08-02 20:42:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/2024ActiveRinse16oz100.webp',0,'attachment','image/webp',0),(2824,2,'2024-08-02 20:43:24','2024-08-02 20:43:24','','2024ActiveRinse8oz100','','inherit','open','closed','','2024activerinse8oz100','','','2024-08-02 20:43:24','2024-08-02 20:43:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/2024ActiveRinse8oz100.webp',0,'attachment','image/webp',0),(2825,2,'2024-08-02 20:47:49','2024-08-02 20:47:49','','2024ActiveRinse2oz','','inherit','open','closed','','2024activerinse2oz','','','2024-08-02 20:47:49','2024-08-02 20:47:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse2oz.webp',0,'attachment','image/webp',0),(2826,2,'2024-08-02 20:48:25','2024-08-02 20:48:25','','2024KitUrgentAndPrevent5050','','inherit','open','closed','','2024kiturgentandprevent5050','','','2024-08-02 20:48:25','2024-08-02 20:48:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024KitUrgentAndPrevent5050.webp',0,'attachment','image/webp',0),(2827,2,'2024-08-02 20:49:48','2024-08-02 20:49:48','','2024ActiveRinse8oz5050','','inherit','open','closed','','2024activerinse8oz5050','','','2024-08-02 20:49:48','2024-08-02 20:49:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse8oz5050.webp',0,'attachment','image/webp',0),(2828,2,'2024-08-02 20:50:27','2024-08-02 20:50:27','','2024KitUrgent5050','','inherit','open','closed','','2024kiturgent5050','','','2024-08-02 20:50:27','2024-08-02 20:50:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024KitUrgent5050.webp',0,'attachment','image/webp',0),(2829,2,'2024-08-02 20:51:44','2024-08-02 20:51:44','','2024PreventativeDetanglingSpray','','inherit','open','closed','','2024preventativedetanglingspray','','','2024-08-02 20:51:44','2024-08-02 20:51:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventativeDetanglingSpray.webp',0,'attachment','image/webp',0),(2830,2,'2024-08-02 20:52:10','2024-08-02 20:52:10','','2024ClarifyingShampoo','','inherit','open','closed','','2024clarifyingshampoo','','','2024-08-02 20:52:10','2024-08-02 20:52:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ClarifyingShampoo.webp',0,'attachment','image/webp',0),(2831,2,'2024-08-02 20:52:33','2024-08-02 20:52:33','','2024KitPreventive','','inherit','open','closed','','2024kitpreventive','','','2024-08-02 20:52:33','2024-08-02 20:52:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024KitPreventive.webp',0,'attachment','image/webp',0),(2832,2,'2024-08-02 20:53:06','2024-08-02 20:53:06','','2024CombOutMousse','','inherit','open','closed','','2024comboutmousse','','','2024-08-02 20:53:06','2024-08-02 20:53:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024CombOutMousse.webp',0,'attachment','image/webp',0),(2833,2,'2024-08-02 20:53:31','2024-08-02 20:53:31','','2024PreventativeSpray','','inherit','open','closed','','2024preventativespray','','','2024-08-02 20:53:31','2024-08-02 20:53:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventativeSpray.webp',0,'attachment','image/webp',0),(2834,2,'2024-08-02 20:59:55','2024-08-02 20:59:55','','2024PreventiveConditioner','','inherit','open','closed','','2024preventiveconditioner','','','2024-08-02 20:59:55','2024-08-02 20:59:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveConditioner.webp',0,'attachment','image/webp',0),(2835,2,'2024-08-02 21:06:40','2024-08-02 21:06:40','','2024TerminatorComb','','inherit','open','closed','','2024terminatorcomb','','','2024-08-02 21:06:40','2024-08-02 21:06:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024TerminatorComb.webp',0,'attachment','image/webp',0),(2836,2,'2024-08-02 21:07:01','2024-08-02 21:07:01','','2024PreventiveShampoo','','inherit','open','closed','','2024preventiveshampoo','','','2024-08-02 21:07:01','2024-08-02 21:07:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveShampoo.webp',0,'attachment','image/webp',0),(2837,2,'2024-08-02 21:07:26','2024-08-02 21:07:26','','2024ActiveRinse16oz5050','','inherit','open','closed','','2024activerinse16oz5050','','','2024-08-02 21:07:26','2024-08-02 21:07:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse16oz5050.webp',0,'attachment','image/webp',0),(2842,2,'2024-08-05 16:58:27','2024-08-05 16:58:27','','2024ActiveRinse16oz5050','','inherit','open','closed','','2024activerinse16oz5050-2','','','2024-08-05 16:58:27','2024-08-05 16:58:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse16oz5050-1.webp',0,'attachment','image/webp',0),(2850,2,'2024-08-08 19:18:47','2024-08-08 19:18:47','','2024CombOutMousse','','inherit','open','closed','','2024comboutmousse-2','','','2024-08-08 19:18:47','2024-08-08 19:18:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024CombOutMousse-1.webp',0,'attachment','image/webp',0),(2851,2,'2024-08-08 19:19:54','2024-08-08 19:19:54','','2024ActiveRinse2oz','','inherit','open','closed','','2024activerinse2oz-2','','','2024-08-08 19:19:54','2024-08-08 19:19:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse2oz-1.webp',0,'attachment','image/webp',0),(2852,2,'2024-08-08 19:20:47','2024-08-08 19:20:47','','2024ActiveRinse8oz5050','','inherit','open','closed','','2024activerinse8oz5050-2','','','2024-08-08 19:20:47','2024-08-08 19:20:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse8oz5050-1.webp',0,'attachment','image/webp',0),(2853,2,'2024-08-08 19:21:26','2024-08-08 19:21:26','','2024ActiveRinse16oz100','','inherit','open','closed','','2024activerinse16oz100-2','','','2024-08-08 19:21:26','2024-08-08 19:21:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/2024ActiveRinse16oz100-1.webp',0,'attachment','image/webp',0),(2855,2,'2024-08-08 19:27:43','2024-08-08 19:27:43','','2024PreventativeSpray2oz','','inherit','open','closed','','2024preventativespray2oz','','','2024-08-08 19:27:43','2024-08-08 19:27:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventativeSpray2oz.webp',0,'attachment','image/webp',0),(2930,95,'2024-09-13 19:18:26','2024-09-13 19:18:26','','Elementor-post-screenshot_70_2024-09-13-19-18-26_784c5267.png','','inherit','open','closed','','elementor-post-screenshot_70_2024-09-13-19-18-26_784c5267-png','','','2024-09-13 19:18:26','2024-09-13 19:18:26','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_70_2024-09-13-19-18-26_784c5267.png',0,'attachment','image/png',0),(2931,95,'2024-09-13 19:18:54','2024-09-13 19:18:54','<img width=\"300\" height=\"107\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\" alt=\"\" loading=\"lazy\" />','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2024-09-13 19:18:54','2024-09-13 19:18:54','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2931',0,'revision','',0),(2932,95,'2024-09-13 19:18:54','2024-09-13 19:18:54','<img width=\"300\" height=\"107\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\" alt=\"\" />','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2024-09-13 19:18:54','2024-09-13 19:18:54','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2932',0,'revision','',0),(3106,2,'2024-12-18 04:04:02','2024-12-18 04:04:01','{\"scan\":{\"dir\":\"\\/storage\\/v12674\\/lcaginesisstore\\/public_html\",\"start\":1734494642,\"type\":\"Complete Scan\",\"settings\":{\"check\":[\"db_scan\",\"htaccess\",\"timthumb\",\"known\",\"wp_core\"],\"msg_position\":[\"80px\",\"40px\",\"400px\",\"600px\"],\"scan_what\":2,\"scan_depth\":-1,\"exclude_ext\":[\"png\",\"jpg\",\"jpeg\",\"gif\",\"bmp\",\"tif\",\"tiff\",\"psd\",\"svg\",\"webp\",\"doc\",\"docx\",\"otf\",\"ttf\",\"fla\",\"flv\",\"mov\",\"mp3\",\"pdf\",\"css\",\"pot\",\"po\",\"mo\",\"so\",\"exe\",\"zip\",\"7z\",\"gz\",\"rar\"],\"check_custom\":\"\",\"exclude_dir\":[],\"user_can\":\"activate_plugins\",\"dont_check\":[],\"scan_level\":3,\"auto_UPDATE_definitions\":1,\"skip_quarantine\":0}}}','Complete Scan of public_html on 2024-12-18 was not finished!','','publish','open','open','','21fa7edf9a41af9874397cc3e7e7f51b','','','2024-12-18 04:04:02','0000-00-00 00:00:00','',0,'',0,'gotmls_results','',0),(3280,1,'2025-03-31 18:19:41','2025-03-31 18:19:41','[woocommerce_select_multiple_addresses]','Shipping Addresses','','publish','closed','closed','','shipping-addresses','','','2025-03-31 18:19:41','2025-03-31 18:19:41','',21,'https://lcaportalstoreg.liceclinicsofamerica.com/checkout/shipping-addresses/',0,'page','',0),(3281,1,'2025-03-31 18:19:41','2025-03-31 18:19:41','[woocommerce_account_addresses]','Shipping Addresses','','publish','closed','closed','','account-addresses','','','2025-03-31 18:19:41','2025-03-31 18:19:41','',22,'https://lcaportalstoreg.liceclinicsofamerica.com/my-account/account-addresses/',0,'page','',0),(3350,2,'2025-05-09 13:40:35','2025-05-09 13:40:35','','2024ActiveRinse16oz100NS','','inherit','open','closed','','2024activerinse16oz100ns','','','2025-05-09 13:40:35','2025-05-09 13:40:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/2024ActiveRinse16oz100NS.webp',0,'attachment','image/webp',0),(3351,2,'2025-05-09 13:41:50','2025-05-09 13:41:50','','2024ActiveRinse8oz100NS','','inherit','open','closed','','2024activerinse8oz100ns','','','2025-05-09 13:41:50','2025-05-09 13:41:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/2024ActiveRinse8oz100NS.webp',0,'attachment','image/webp',0),(3353,2,'2025-05-09 13:48:44','2025-05-09 13:48:44','','2024PreventiveSpray16ozNS','','inherit','open','closed','','2024preventivespray16ozns','','','2025-05-09 13:48:44','2025-05-09 13:48:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024PreventiveSpray16ozNS.webp',0,'attachment','image/webp',0),(3355,2,'2025-05-09 13:57:10','2025-05-09 13:57:10','','2024PreventiveDetangleSpray16ozNS','','inherit','open','closed','','2024preventivedetanglespray16ozns','','','2025-05-09 13:57:10','2025-05-09 13:57:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024PreventiveDetangleSpray16ozNS.webp',0,'attachment','image/webp',0),(3357,2,'2025-05-09 14:00:43','2025-05-09 14:00:43','','2024PreventiveShampoo16ozNS','','inherit','open','closed','','2024preventiveshampoo16ozns','','','2025-05-09 14:00:43','2025-05-09 14:00:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024PreventiveShampoo16ozNS.webp',0,'attachment','image/webp',0),(3359,2,'2025-05-09 14:03:25','2025-05-09 14:03:25','','2024PreventiveConditioner16ozNS','','inherit','open','closed','','2024preventiveconditioner16ozns','','','2025-05-09 14:03:25','2025-05-09 14:03:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024PreventiveConditioner16ozNS.webp',0,'attachment','image/webp',0),(3361,2,'2025-05-09 14:08:24','2025-05-09 14:08:24','','2024Rosemary16ozNS','','inherit','open','closed','','2024rosemary16ozns','','','2025-05-09 14:08:24','2025-05-09 14:08:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024Rosemary16ozNS.webp',0,'attachment','image/webp',0),(3363,2,'2025-05-09 14:11:14','2025-05-09 14:11:14','','2024Rosemary8ozNS','','inherit','open','closed','','2024rosemary8ozns','','','2025-05-09 14:11:14','2025-05-09 14:11:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024Rosemary8ozNS.webp',0,'attachment','image/webp',0),(3364,2,'2025-05-09 14:16:40','2025-05-09 14:16:40','','2024TerminatorComb','','inherit','open','closed','','2024terminatorcomb-2','','','2025-05-09 14:16:40','2025-05-09 14:16:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024TerminatorComb-1.webp',0,'attachment','image/webp',0),(3365,2,'2025-05-09 14:18:05','2025-05-09 14:18:05','','2024ActiveRinse8oz5050NS','','inherit','open','closed','','2024activerinse8oz5050ns','','','2025-05-09 14:18:05','2025-05-09 14:18:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse8oz5050NS.webp',0,'attachment','image/webp',0),(3366,2,'2025-05-09 14:18:59','2025-05-09 14:18:59','','2024ActiveRinse16oz5050NS','','inherit','open','closed','','2024activerinse16oz5050ns','','','2025-05-09 14:18:59','2025-05-09 14:18:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse16oz5050NS.webp',0,'attachment','image/webp',0),(3367,2,'2025-05-09 14:19:39','2025-05-09 14:19:39','','2024CombOutMousse4ozNS','','inherit','open','closed','','2024comboutmousse4ozns','','','2025-05-09 14:19:39','2025-05-09 14:19:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024CombOutMousse4ozNS.webp',0,'attachment','image/webp',0),(3368,2,'2025-05-09 14:20:17','2025-05-09 14:20:17','','2024PreventiveConditioner8ozNS','','inherit','open','closed','','2024preventiveconditioner8ozns','','','2025-05-09 14:20:17','2025-05-09 14:20:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveConditioner8ozNS.webp',0,'attachment','image/webp',0),(3369,2,'2025-05-09 14:21:11','2025-05-09 14:21:11','','2024PreventiveDetanglingSpray8ozNS','','inherit','open','closed','','2024preventivedetanglingspray8ozns','','','2025-05-09 14:21:11','2025-05-09 14:21:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveDetanglingSpray8ozNS.webp',0,'attachment','image/webp',0),(3370,2,'2025-05-09 14:21:45','2025-05-09 14:21:45','','2024PreventiveShampoo8ozNS','','inherit','open','closed','','2024preventiveshampoo8ozns','','','2025-05-09 14:21:45','2025-05-09 14:21:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveShampoo8ozNS.webp',0,'attachment','image/webp',0),(3371,2,'2025-05-09 14:23:02','2025-05-09 14:23:02','','2024PreventiveSpray2ozNS','','inherit','open','closed','','2024preventivespray2ozns','','','2025-05-09 14:23:02','2025-05-09 14:23:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveSpray2ozNS.webp',0,'attachment','image/webp',0),(3372,2,'2025-05-09 14:23:36','2025-05-09 14:23:36','','2024PreventiveSpray8ozNS','','inherit','open','closed','','2024preventivespray8ozns','','','2025-05-09 14:23:36','2025-05-09 14:23:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveSpray8ozNS.webp',0,'attachment','image/webp',0),(3373,2,'2025-05-09 14:24:57','2025-05-09 14:24:57','','2024ClarifyingShampooNS','','inherit','open','closed','','2024clarifyingshampoons','','','2025-05-09 14:24:57','2025-05-09 14:24:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ClarifyingShampooNS.webp',0,'attachment','image/webp',0),(3377,2,'2025-05-09 14:39:26','2025-05-09 14:39:26','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 14:39:26','2025-05-09 14:39:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3377',0,'revision','',0),(3379,2,'2025-05-09 14:39:26','2025-05-09 14:39:26','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 14:39:26','2025-05-09 14:39:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3379',0,'revision','',0),(3380,2,'2025-05-09 14:39:26','2025-05-09 14:39:26','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 14:39:26','2025-05-09 14:39:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3380',0,'revision','',0),(3381,2,'2025-05-09 15:00:17','2025-05-09 15:00:17','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:00:17','2025-05-09 15:00:17','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3381',0,'revision','',0),(3382,2,'2025-05-09 15:00:17','2025-05-09 15:00:17','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:00:17','2025-05-09 15:00:17','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3382',0,'revision','',0),(3383,2,'2025-05-09 15:00:18','2025-05-09 15:00:18','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:00:18','2025-05-09 15:00:18','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3383',0,'revision','',0),(3388,2,'2025-05-09 15:44:11','2025-05-09 15:44:11','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:44:11','2025-05-09 15:44:11','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3388',0,'revision','',0),(3389,2,'2025-05-09 15:44:11','2025-05-09 15:44:11','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:44:11','2025-05-09 15:44:11','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3389',0,'revision','',0),(3390,2,'2025-05-09 15:44:12','2025-05-09 15:44:12','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:44:12','2025-05-09 15:44:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3390',0,'revision','',0),(3397,2,'2025-05-09 15:49:41','2025-05-09 15:49:41','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:49:41','2025-05-09 15:49:41','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3397',0,'revision','',0),(3398,2,'2025-05-09 15:49:41','2025-05-09 15:49:41','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:49:41','2025-05-09 15:49:41','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3398',0,'revision','',0),(3399,2,'2025-05-09 15:49:41','2025-05-09 15:49:41','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:49:41','2025-05-09 15:49:41','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3399',0,'revision','',0),(3413,2,'2025-05-14 18:15:24','2025-05-14 18:15:24','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:15:24','2025-05-14 18:15:24','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3413',0,'revision','',0),(3414,2,'2025-05-14 18:15:24','2025-05-14 18:15:24','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:15:24','2025-05-14 18:15:24','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3414',0,'revision','',0),(3415,2,'2025-05-14 18:15:25','2025-05-14 18:15:25','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:15:25','2025-05-14 18:15:25','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3415',0,'revision','',0),(3416,2,'2025-05-14 18:56:31','2025-05-14 18:56:31','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:31','2025-05-14 18:56:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3416',0,'revision','',0),(3417,2,'2025-05-14 18:56:31','2025-05-14 18:56:31','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:31','2025-05-14 18:56:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3417',0,'revision','',0),(3418,2,'2025-05-14 18:56:31','2025-05-14 18:56:31','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:31','2025-05-14 18:56:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3418',0,'revision','',0),(3419,2,'2025-05-14 18:56:43','2025-05-14 18:56:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:43','2025-05-14 18:56:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3419',0,'revision','',0),(3420,2,'2025-05-14 18:56:43','2025-05-14 18:56:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:43','2025-05-14 18:56:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3420',0,'revision','',0),(3421,2,'2025-05-14 18:56:43','2025-05-14 18:56:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:43','2025-05-14 18:56:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3421',0,'revision','',0),(3422,2,'2025-05-14 18:57:20','2025-05-14 18:57:20','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:20','2025-05-14 18:57:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3422',0,'revision','',0),(3423,2,'2025-05-14 18:57:20','2025-05-14 18:57:20','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:20','2025-05-14 18:57:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3423',0,'revision','',0),(3424,2,'2025-05-14 18:57:20','2025-05-14 18:57:20','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*</h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:20','2025-05-14 18:57:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3424',0,'revision','',0),(3425,2,'2025-05-14 18:57:29','2025-05-14 18:57:29','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*</h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:29','2025-05-14 18:57:29','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3425',0,'revision','',0),(3426,2,'2025-05-14 18:57:29','2025-05-14 18:57:29','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*</h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:29','2025-05-14 18:57:29','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3426',0,'revision','',0),(3427,2,'2025-05-14 18:57:29','2025-05-14 18:57:29','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:29','2025-05-14 18:57:29','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3427',0,'revision','',0),(3428,2,'2025-05-14 18:57:39','2025-05-14 18:57:39','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:39','2025-05-14 18:57:39','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3428',0,'revision','',0),(3429,2,'2025-05-14 18:57:39','2025-05-14 18:57:39','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:39','2025-05-14 18:57:39','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3429',0,'revision','',0),(3430,2,'2025-05-14 18:57:39','2025-05-14 18:57:39','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:39','2025-05-14 18:57:39','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3430',0,'revision','',0),(3477,2,'2025-06-11 20:44:36','2025-06-11 20:44:36','','TerminatorCombThinHair25Pack copy','','inherit','open','closed','','terminatorcombthinhair25pack-copy','','','2025-06-11 20:44:36','2025-06-11 20:44:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/TerminatorCombThinHair25Pack-copy.webp',0,'attachment','image/webp',0),(3478,2,'2025-06-11 20:44:37','2025-06-11 20:44:37','','TerminatorCombThinHair12Pack','','inherit','open','closed','','terminatorcombthinhair12pack','','','2025-06-11 20:44:37','2025-06-11 20:44:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/TerminatorCombThinHair12Pack.webp',0,'attachment','image/webp',0),(3479,2,'2025-06-11 20:46:45','2025-06-11 20:46:45','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-11 20:46:45','2025-06-11 20:46:45','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3479',0,'revision','',0),(3480,2,'2025-06-11 20:46:45','2025-06-11 20:46:45','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-11 20:46:45','2025-06-11 20:46:45','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3480',0,'revision','',0),(3481,2,'2025-06-11 20:46:46','2025-06-11 20:46:46','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-11 20:46:46','2025-06-11 20:46:46','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3481',0,'revision','',0),(3500,2,'2025-06-16 15:22:01','2025-06-16 15:22:01','','TerminatorCombOriginal12Pack','','inherit','open','closed','','terminatorcomboriginal12pack','','','2025-06-16 15:22:01','2025-06-16 15:22:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/TerminatorCombOriginal12Pack.webp',0,'attachment','image/webp',0),(3508,2,'2025-06-17 18:39:21','2025-06-17 18:39:21','','Jr Lice Comb 50','','inherit','open','closed','','jr-lice-comb-50','','','2025-06-17 18:39:21','2025-06-17 18:39:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/Jr-Lice-Comb-50.jpg',0,'attachment','image/jpeg',0),(3509,2,'2025-06-17 18:42:43','2025-06-17 18:42:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-17 18:42:43','2025-06-17 18:42:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3509',0,'revision','',0),(3510,2,'2025-06-17 18:42:43','2025-06-17 18:42:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-17 18:42:43','2025-06-17 18:42:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3510',0,'revision','',0),(3511,2,'2025-06-17 18:42:43','2025-06-17 18:42:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-17 18:42:43','2025-06-17 18:42:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3511',0,'revision','',0),(3516,2,'2025-06-18 17:55:26','2025-06-18 17:55:26','','TerminatorMini50Pack','','inherit','open','closed','','terminatormini50pack','','','2025-06-18 17:55:26','2025-06-18 17:55:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/TerminatorMini50Pack.jpg',0,'attachment','image/jpeg',0),(3522,1,'2025-06-23 21:04:31','2025-06-23 21:04:31','','Order &ndash; Jun 23, 2025 @ 09:04 PM','','wc-completed','open','closed','wcms_order_shipment_0_sW28RxuayTfDL','order-jun-23-2025-0904-pm','','','2025-06-24 21:19:22','2025-06-24 21:19:22','',3521,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3522',0,'order_shipment','',3),(3523,1,'2025-06-23 21:04:31','2025-06-23 21:04:31','','Order &ndash; Jun 23, 2025 @ 09:04 PM','','wc-completed','open','closed','wcms_order_shipment_1_sW28RxuayTfDL','order-jun-23-2025-0904-pm-2','','','2025-06-24 21:19:22','2025-06-24 21:19:22','',3521,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3523',0,'order_shipment','',3),(3526,2,'2025-06-25 21:22:37','2025-06-25 21:22:37','','2025DandruffShampoo8ozNS','','inherit','open','closed','','2025dandruffshampoo8ozns','','','2025-06-25 21:22:37','2025-06-25 21:22:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/2025DandruffShampoo8ozNS.webp',0,'attachment','image/webp',0),(3527,2,'2025-06-25 21:22:38','2025-06-25 21:22:38','','2025DandruffShampoo16ozNS','','inherit','open','closed','','2025dandruffshampoo16ozns','','','2025-06-25 21:22:38','2025-06-25 21:22:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/2025DandruffShampoo16ozNS.webp',0,'attachment','image/webp',0),(3528,2,'2025-06-25 21:29:30','2025-06-25 21:29:30','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-25 21:29:30','2025-06-25 21:29:30','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3528',0,'revision','',0),(3529,2,'2025-06-25 21:29:31','2025-06-25 21:29:31','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-25 21:29:31','2025-06-25 21:29:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3529',0,'revision','',0),(3530,2,'2025-06-25 21:29:31','2025-06-25 21:29:31','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-25 21:29:31','2025-06-25 21:29:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3530',0,'revision','',0),(3535,1,'2025-06-26 16:57:49','2025-06-26 16:57:49','','Order &ndash; Jun 26, 2025 @ 04:57 PM','','wc-completed','open','closed','wcms_order_shipment_0_SyteGW2t2f7in','order-jun-26-2025-0457-pm','','','2025-07-04 03:14:48','2025-07-04 03:14:48','',3534,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3535',0,'order_shipment','',3),(3536,1,'2025-06-26 16:57:49','2025-06-26 16:57:49','','Order &ndash; Jun 26, 2025 @ 04:57 PM','','wc-completed','open','closed','wcms_order_shipment_1_SyteGW2t2f7in','order-jun-26-2025-0457-pm-2','','','2025-07-04 03:14:48','2025-07-04 03:14:48','',3534,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3536',0,'order_shipment','',3),(3542,1,'2025-06-28 14:08:37','2025-06-28 14:08:37','','Order &ndash; Jun 28, 2025 @ 02:08 PM','','wc-completed','open','closed','wcms_order_shipment_0_K62qhuELeRfNk','order-jun-28-2025-0208-pm','','','2025-06-30 19:50:40','2025-06-30 19:50:40','',3541,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3542',0,'order_shipment','',3),(3543,1,'2025-06-28 14:08:37','2025-06-28 14:08:37','','Order &ndash; Jun 28, 2025 @ 02:08 PM','','wc-completed','open','closed','wcms_order_shipment_1_K62qhuELeRfNk','order-jun-28-2025-0208-pm-2','','','2025-06-30 19:50:40','2025-06-30 19:50:40','',3541,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3543',0,'order_shipment','',3),(3544,1,'2025-06-28 14:08:37','2025-06-28 14:08:37','','Order &ndash; Jun 28, 2025 @ 02:08 PM','','wc-completed','open','closed','wcms_order_shipment_2_K62qhuELeRfNk','order-jun-28-2025-0208-pm-3','','','2025-06-30 19:50:40','2025-06-30 19:50:40','',3541,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3544',0,'order_shipment','',3),(3563,107,'2025-07-09 20:58:07','2025-07-09 20:58:07','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 20:58:07','2025-07-09 20:58:07','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3563',0,'revision','',0),(3564,107,'2025-07-09 20:58:07','2025-07-09 20:58:07','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 20:58:07','2025-07-09 20:58:07','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3564',0,'revision','',0),(3565,107,'2025-07-09 20:58:08','2025-07-09 20:58:08','<h2>NEW VOLUME DISCOUNTS</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 20:58:08','2025-07-09 20:58:08','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3565',0,'revision','',0),(3567,107,'2025-07-09 21:14:31','2025-07-09 21:14:31','<h2>NEW VOLUME DISCOUNTS</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:14:31','2025-07-09 21:14:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3567',0,'revision','',0),(3568,107,'2025-07-09 21:14:31','2025-07-09 21:14:31','<h2>NEW VOLUME DISCOUNTS</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:14:31','2025-07-09 21:14:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3568',0,'revision','',0),(3569,107,'2025-07-09 21:14:31','2025-07-09 21:14:31','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:14:31','2025-07-09 21:14:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3569',0,'revision','',0),(3570,107,'2025-07-09 21:15:52','2025-07-09 21:15:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:15:52','2025-07-09 21:15:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3570',0,'revision','',0),(3571,107,'2025-07-09 21:15:52','2025-07-09 21:15:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:15:52','2025-07-09 21:15:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3571',0,'revision','',0),(3572,107,'2025-07-09 21:15:52','2025-07-09 21:15:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:15:52','2025-07-09 21:15:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3572',0,'revision','',0),(3573,107,'2025-07-09 21:16:14','2025-07-09 21:16:14','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:16:14','2025-07-09 21:16:14','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3573',0,'revision','',0),(3574,107,'2025-07-09 21:16:14','2025-07-09 21:16:14','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:16:14','2025-07-09 21:16:14','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3574',0,'revision','',0),(3575,107,'2025-07-09 21:16:15','2025-07-09 21:16:15','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:16:15','2025-07-09 21:16:15','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3575',0,'revision','',0),(3577,107,'2025-07-09 21:24:06','2025-07-09 21:24:06','','LCA-Horizontal-Logo_RGB','','inherit','open','closed','','lca-horizontal-logo_rgb','','','2025-07-09 21:24:06','2025-07-09 21:24:06','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png',0,'attachment','image/png',0),(3578,107,'2025-07-09 21:25:37','2025-07-09 21:25:37','<img width=\"1000\" height=\"318\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2025-07-09 21:25:37','2025-07-09 21:25:37','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3578',0,'revision','',0),(3579,107,'2025-07-09 21:27:51','2025-07-09 21:27:51','<img width=\"1000\" height=\"318\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2025-07-09 21:27:51','2025-07-09 21:27:51','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3579',0,'revision','',0),(3581,107,'2025-07-09 21:29:27','2025-07-09 21:29:27','','Default Kit','','inherit','closed','closed','','11-revision-v1','','','2025-07-09 21:29:27','2025-07-09 21:29:27','',11,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3581',0,'revision','',0),(3582,107,'2025-07-09 21:35:47','2025-07-09 21:35:47','<h2>CUSTOMER SERVICE</h2>		\n		<p><strong>Ginesis Products</strong><br />2501 County Road 8<br />Waterloo, AL 35677<br />Ph# 800-492-4818<br />Email ginesis@ginesis.com</p>		\n			<h2>ADDITIONAL LINKS</h2>		\n		<p><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','inherit','closed','closed','','184-revision-v1','','','2025-07-09 21:35:47','2025-07-09 21:35:47','',184,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3582',0,'revision','',0),(3583,107,'2025-07-09 21:35:47','2025-07-09 21:35:47','CUSTOMER SERVICE<br><br>\n<strong>Ginesis Products</strong><br>\n2501 County Road 8<br>\nWaterloo, AL 35677<br>\nPhone - 800-492-4818<br>\nEmail - Ginesis@Ginesis.com<p>ADDITIONAL LINKS<br /><br /><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','inherit','closed','closed','','184-revision-v1','','','2025-07-09 21:35:47','2025-07-09 21:35:47','',184,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3583',0,'revision','',0),(3587,2,'2025-07-10 18:31:44','2025-07-10 18:31:44','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.','1 Shop Header','','publish','closed','closed','','1-shop-header','','','2025-07-10 18:31:44','2025-07-10 18:31:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?elementor_library=1-shop-header',0,'elementor_library','',0),(3588,2,'2025-07-10 18:31:44','2025-07-10 18:31:44','','1 Shop Header','','inherit','closed','closed','','3587-revision-v1','','','2025-07-10 18:31:44','2025-07-10 18:31:44','',3587,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3588',0,'revision','',0),(3589,2,'2025-07-10 18:31:44','2025-07-10 18:31:44','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.','1 Shop Header','','inherit','closed','closed','','3587-revision-v1','','','2025-07-10 18:31:44','2025-07-10 18:31:44','',3587,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3589',0,'revision','',0),(3594,2,'2025-07-10 18:41:11','2025-07-10 18:41:11','<h2>NEW VOLUME DISCOUNT</h2>\r\n<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>\r\nDiscount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\r\n<h2>LICE TREATMENT PRODUCTS</h2>\r\n<h2>LICE PREVENTION PRODUCTS</h2>\r\n<h2>BULK CLINIC SUPPLIES</h2>\r\n<h2>BRUSHES AND ACCESSORIES</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 18:41:11','2025-07-10 18:41:11','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3594',0,'revision','',0),(3598,2,'2025-07-10 18:43:14','2025-07-10 18:43:14','<h2>NEW VOLUME DISCOUNT</h2>\r\n<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>\r\nDiscount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\r\n<h2>LICE TREATMENT PRODUCTS</h2>\r\n<h2>LICE PREVENTION PRODUCTS</h2>\r\n<h2>BULK CLINIC SUPPLIES</h2>\r\n<h2>BRUSHES AND ACCESSORIES</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 18:43:14','2025-07-10 18:43:14','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3598',0,'revision','',0),(3599,2,'2025-07-10 18:43:14','2025-07-10 18:43:14','<h2>NEW VOLUME DISCOUNT</h2>\r\n<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>\r\nDiscount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\r\n<h2>LICE TREATMENT PRODUCTS</h2>\r\n<h2>LICE PREVENTION PRODUCTS</h2>\r\n<h2>BULK CLINIC SUPPLIES</h2>\r\n<h2>BRUSHES AND ACCESSORIES</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 18:43:14','2025-07-10 18:43:14','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3599',0,'revision','',0),(3600,2,'2025-07-10 18:43:14','2025-07-10 18:43:14','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 18:43:14','2025-07-10 18:43:14','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3600',0,'revision','',0),(3601,2,'2025-07-10 19:02:49','2025-07-10 19:02:49','','RM Bulk Section','','publish','closed','closed','','rm-bulk-section','','','2025-07-10 19:02:49','2025-07-10 19:02:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?elementor_library=rm-bulk-section',0,'elementor_library','',0),(3602,2,'2025-07-10 19:02:49','2025-07-10 19:02:49','','RM Bulk Section','','inherit','closed','closed','','3601-revision-v1','','','2025-07-10 19:02:49','2025-07-10 19:02:49','',3601,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3602',0,'revision','',0),(3603,2,'2025-07-10 19:02:49','2025-07-10 19:02:49','','RM Bulk Section','','inherit','closed','closed','','3601-revision-v1','','','2025-07-10 19:02:49','2025-07-10 19:02:49','',3601,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3603',0,'revision','',0),(3605,2,'2025-07-10 19:05:12','2025-07-10 19:05:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 19:05:12','2025-07-10 19:05:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3605',0,'revision','',0),(3606,2,'2025-07-10 19:05:12','2025-07-10 19:05:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 19:05:12','2025-07-10 19:05:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3606',0,'revision','',0),(3607,2,'2025-07-10 19:05:12','2025-07-10 19:05:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 19:05:12','2025-07-10 19:05:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3607',0,'revision','',0),(3613,108,'2025-07-14 00:48:02','2025-07-14 00:48:02','','Auto Draft','','wcm-active','closed','closed','um_687453ac2a836','auto-draft-4','','','2025-07-14 00:48:02','2025-07-14 00:48:02','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=3613',0,'wc_user_membership','',0),(3673,2,'2025-08-11 18:49:12','2025-08-11 18:49:12','','Gallon Active Rinse 100 new600x600','','inherit','open','closed','','gallon-active-rinse-100-new600x600','','','2025-08-11 18:49:12','2025-08-11 18:49:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/08/Gallon-Active-Rinse-100-new600x600.webp',0,'attachment','image/webp',0),(3675,2,'2025-08-11 19:04:12','2025-08-11 19:04:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-11 19:04:12','2025-08-11 19:04:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3675',0,'revision','',0),(3676,2,'2025-08-11 19:04:12','2025-08-11 19:04:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-11 19:04:12','2025-08-11 19:04:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3676',0,'revision','',0),(3677,2,'2025-08-11 19:04:12','2025-08-11 19:04:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-11 19:04:12','2025-08-11 19:04:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3677',0,'revision','',0),(3682,2,'2025-08-13 17:55:32','2025-08-13 17:55:32','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-13 17:55:32','2025-08-13 17:55:32','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3682',0,'revision','',0),(3683,2,'2025-08-13 17:55:32','2025-08-13 17:55:32','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-13 17:55:32','2025-08-13 17:55:32','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3683',0,'revision','',0),(3684,2,'2025-08-13 17:55:32','2025-08-13 17:55:32','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-13 17:55:32','2025-08-13 17:55:32','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3684',0,'revision','',0),(3692,2,'2025-08-14 19:06:52','2025-08-14 19:06:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:06:52','2025-08-14 19:06:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3692',0,'revision','',0),(3693,2,'2025-08-14 19:06:52','2025-08-14 19:06:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:06:52','2025-08-14 19:06:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3693',0,'revision','',0),(3694,2,'2025-08-14 19:06:52','2025-08-14 19:06:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:06:52','2025-08-14 19:06:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3694',0,'revision','',0),(3697,2,'2025-08-14 19:18:16','2025-08-14 19:18:16','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:18:16','2025-08-14 19:18:16','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3697',0,'revision','',0),(3698,2,'2025-08-14 19:18:16','2025-08-14 19:18:16','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:18:16','2025-08-14 19:18:16','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3698',0,'revision','',0),(3699,2,'2025-08-14 19:18:16','2025-08-14 19:18:16','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:18:16','2025-08-14 19:18:16','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3699',0,'revision','',0),(3700,2,'2025-08-14 19:21:18','2025-08-14 19:21:18','','active 100','','inherit','open','closed','','active-100','','','2025-08-14 19:21:18','2025-08-14 19:21:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/07/active-100.webp',0,'attachment','image/webp',0),(3701,2,'2025-08-14 19:21:34','2025-08-14 19:21:34','','active 50','','inherit','open','closed','','active-50','','','2025-08-14 19:21:34','2025-08-14 19:21:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/07/active-50.webp',0,'attachment','image/webp',0),(3702,2,'2025-08-14 19:21:50','2025-08-14 19:21:50','','detangler','','inherit','open','closed','','detangler','','','2025-08-14 19:21:50','2025-08-14 19:21:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/07/detangler.webp',0,'attachment','image/webp',0),(3703,2,'2025-08-14 19:22:04','2025-08-14 19:22:04','','Mousse','','inherit','open','closed','','mousse','','','2025-08-14 19:22:04','2025-08-14 19:22:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/07/Mousse.webp',0,'attachment','image/webp',0),(3707,2,'2025-08-14 21:40:22','2025-08-14 21:40:22','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 21:40:22','2025-08-14 21:40:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3707',0,'revision','',0),(3708,2,'2025-08-14 21:40:22','2025-08-14 21:40:22','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 21:40:22','2025-08-14 21:40:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3708',0,'revision','',0),(3709,2,'2025-08-14 21:40:22','2025-08-14 21:40:22','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 21:40:22','2025-08-14 21:40:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3709',0,'revision','',0),(3735,109,'2025-08-29 16:58:31','2025-08-29 16:58:31','','','','wcm-active','closed','closed','um_68b1dc374e7bf','3735','','','2025-08-29 16:58:56','2025-08-29 16:58:56','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=3735',0,'wc_user_membership','',0),(3736,2,'2025-08-29 17:00:30','2025-08-29 17:00:30','','sonia_free','Free Shipping for Sonia','publish','closed','closed','','sonia_free','','','2025-08-29 17:00:30','2025-08-29 17:00:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=3736',0,'shop_coupon','',0),(184153,2,'2025-09-17 16:39:00','2025-09-17 16:39:00','<img width=\"1000\" height=\"318\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2025-09-17 16:39:00','2025-09-17 16:39:00','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184153',0,'revision','',0),(184158,2,'2025-09-17 16:42:38','2025-09-17 16:42:38','','Elementor Header #184158','','publish','closed','closed','','elementor-header-184158','','','2025-09-17 16:50:25','2025-09-17 16:50:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=elementor_library&#038;p=184158',0,'elementor_library','',0),(184159,2,'2025-09-17 16:42:38','2025-09-17 16:42:38','','Elementor Header #184158','','inherit','closed','closed','','184158-revision-v1','','','2025-09-17 16:42:38','2025-09-17 16:42:38','',184158,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184159',0,'revision','',0),(184161,2,'2025-09-17 16:43:56','2025-09-17 16:43:56','','Elementor Header #184158','','inherit','closed','closed','','184158-revision-v1','','','2025-09-17 16:43:56','2025-09-17 16:43:56','',184158,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184161',0,'revision','',0),(184163,2,'2025-09-17 16:45:29','2025-09-17 16:45:29','CUSTOMER SERVICE<br><br>\n<strong>Ginesis Products</strong><br>\n2501 County Road 8<br>\nWaterloo, AL 35677<br>\nPhone - 800-492-4818<br>\nEmail - Ginesis@Ginesis.com<p>ADDITIONAL LINKS<br /><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','inherit','closed','closed','','184-revision-v1','','','2025-09-17 16:45:29','2025-09-17 16:45:29','',184,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184163',0,'revision','',0),(184170,2,'2025-09-17 16:50:25','2025-09-17 16:50:25','','Elementor Header #184158','','inherit','closed','closed','','184158-revision-v1','','','2025-09-17 16:50:25','2025-09-17 16:50:25','',184158,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184170',0,'revision','',0),(184172,2,'2025-09-17 16:53:42','2025-09-17 16:53:42','','Hair outlined background','','inherit','open','closed','','hair-outlined-background','','','2025-09-17 16:53:42','2025-09-17 16:53:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/09/AdobeStock_57235117.jpeg',0,'attachment','image/jpeg',0),(184187,1,'2025-09-19 13:26:25','2025-09-19 13:26:25','[addify-quote-request-page]','Request an Order','','publish','closed','closed','','request-a-quote','','','2025-10-06 17:43:04','2025-10-06 17:43:04','',0,'https://clinicstore.liceclinicsofamerica.com/request-a-quote/',0,'page','',0),(184188,95,'2025-09-19 13:26:25','2025-09-19 13:26:25','','First Name','','publish','closed','closed','','first-name','','','2025-12-17 19:21:58','2025-12-17 19:21:58','',0,'https://clinicstore.liceclinicsofamerica.com/addify_rfq_fields/first-name/',1,'addify_rfq_fields','',0),(184189,95,'2025-09-19 13:26:25','2025-09-19 13:26:25','','Last Name','','trash','closed','closed','','last-name__trashed','','','2025-12-17 19:21:28','2025-12-17 19:21:28','',0,'https://clinicstore.liceclinicsofamerica.com/addify_rfq_fields/last-name/',2,'addify_rfq_fields','',0),(184190,95,'2025-09-19 13:26:25','2025-09-19 13:26:25','','Email','','publish','closed','closed','','email','','','2025-10-29 16:02:07','2025-10-29 16:02:07','',0,'https://clinicstore.liceclinicsofamerica.com/addify_rfq_fields/email/',4,'addify_rfq_fields','',0),(184191,95,'2025-09-19 13:52:46','2025-09-19 13:52:46','','Phone Number','','publish','closed','closed','','184191','','','2025-10-29 16:02:11','2025-10-29 16:02:11','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184191',3,'addify_rfq_fields','',0),(184192,95,'2025-09-23 18:34:21','2025-09-23 18:34:21','','AirAllé Applicator Tips<br>(Case of 100)','UP TO 2-WEEK LEAD TIME','publish','closed','closed','','airalle-applicator-tips','','','2026-04-01 23:19:40','2026-04-01 23:19:40','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=product&#038;p=184192',0,'product','',0),(184193,95,'2025-09-23 18:29:56','2025-09-23 18:29:56','','210331LeadTimePortalApplicatorTip-1617980234','','inherit','open','closed','','210331leadtimeportalapplicatortip-1617980234','','','2025-09-23 18:29:56','2025-09-23 18:29:56','',184192,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/210331LeadTimePortalApplicatorTip-1617980234.jpg',0,'attachment','image/jpeg',0),(184194,95,'2025-09-23 18:35:55','2025-09-23 18:35:55','','AirAllé Treatment Hose<br>(Case of 1)','UP TO 4-WEEK LEAD TIME','publish','closed','closed','','airalle-treatment-hose','','','2026-04-01 23:13:25','2026-04-01 23:13:25','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=product&#038;p=184194',0,'product','',0),(184195,95,'2025-09-23 18:40:03','2025-09-23 18:40:03','','210331LeadTimePortalTreatmentHose-1617980269','','inherit','open','closed','','210331leadtimeportaltreatmenthose-1617980269','','','2025-09-23 18:40:03','2025-09-23 18:40:03','',184194,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/210331LeadTimePortalTreatmentHose-1617980269.jpg',0,'attachment','image/jpeg',0),(184196,95,'2025-09-23 18:43:44','2025-09-23 18:43:44','','AirAllé Air Filter<br>(Case of 1)','UP TO 4-WEEKS LEAD TIME','publish','closed','closed','','airalle-air-filtercase-of-1','','','2026-04-01 23:14:28','2026-04-01 23:14:28','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=product&#038;p=184196',0,'product','',0),(184197,95,'2025-09-23 18:42:52','2025-09-23 18:42:52','','210331LeadTimePortalAirFilter-1617980167','','inherit','open','closed','','210331leadtimeportalairfilter-1617980167','','','2025-09-23 18:42:52','2025-09-23 18:42:52','',184196,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/210331LeadTimePortalAirFilter-1617980167.jpg',0,'attachment','image/jpeg',0),(184198,95,'2025-09-23 18:45:27','2025-09-23 18:45:27','','AirAllé Applicator Base<br>(Case of 1)','UP TO 4-WEEK LEAD TIME','publish','closed','closed','','airalle-applicator-basecase-of-1','','','2026-04-01 23:14:15','2026-04-01 23:14:15','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=product&#038;p=184198',0,'product','',0),(184199,95,'2025-09-23 18:48:43','2025-09-23 18:48:43','','AirAllé Power Cord','Case of 1\r\n4-DAY LEAD TIME','publish','closed','closed','','airalle-power-cord','','','2026-04-01 23:14:03','2026-04-01 23:14:03','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=product&#038;p=184199',0,'product','',0),(184200,95,'2025-09-23 18:47:26','2025-09-23 18:47:26','','210331LeadTimePortalPowerCord-1617980256','','inherit','open','closed','','210331leadtimeportalpowercord-1617980256','','','2025-09-23 18:47:26','2025-09-23 18:47:26','',184199,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/210331LeadTimePortalPowerCord-1617980256.jpg',0,'attachment','image/jpeg',0),(184201,95,'2025-09-23 18:50:35','2025-09-23 18:50:35','','AirAllé Device','UP TO 4-WEEK LEAD TIME','publish','closed','closed','','airalle-device','','','2026-07-27 21:07:13','2026-07-27 21:07:13','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=product&#038;p=184201',0,'product','',0),(184202,95,'2025-09-23 18:49:49','2025-09-23 18:49:49','','210331LeadTimePortalAirAlleDevice-1617980119','','inherit','open','closed','','210331leadtimeportalairalledevice-1617980119','','','2025-09-23 18:49:49','2025-09-23 18:49:49','',184201,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/210331LeadTimePortalAirAlleDevice-1617980119.jpg',0,'attachment','image/jpeg',0),(184204,95,'2025-09-23 18:55:11','2025-09-23 18:55:11','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-09-23 18:55:11','2025-09-23 18:55:11','',115,'https://clinicstore.liceclinicsofamerica.com/?p=184204',0,'revision','',0),(184205,95,'2025-09-23 18:55:11','2025-09-23 18:55:11','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-09-23 18:55:11','2025-09-23 18:55:11','',115,'https://clinicstore.liceclinicsofamerica.com/?p=184205',0,'revision','',0),(184206,95,'2025-09-23 18:55:11','2025-09-23 18:55:11','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>AirAllé Device PRODUCTS</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-09-23 18:55:11','2025-09-23 18:55:11','',115,'https://clinicstore.liceclinicsofamerica.com/?p=184206',0,'revision','',0),(184208,95,'2025-09-23 19:02:11','2025-09-23 19:02:11','','Elementor-post-screenshot_184158_2025-09-23-19-02-11_1d794507.png','','inherit','open','closed','','elementor-post-screenshot_184158_2025-09-23-19-02-11_1d794507-png','','','2025-09-23 19:02:11','2025-09-23 19:02:11','',184158,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184158_2025-09-23-19-02-11_1d794507.png',0,'attachment','image/png',0),(184210,95,'2025-09-23 19:08:47','2025-09-23 19:08:47','<p>CUSTOMER SERVICE<br /><br /><strong>Lice Clinics of America</strong><br />4873 S State St<br />Murray, UT 84107<br />Phone - (855) 706-5423<br />Email - productsales@liceclinicsofamerica.com</p><p>ADDITIONAL LINKS<br /><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','inherit','closed','closed','','184-revision-v1','','','2025-09-23 19:08:47','2025-09-23 19:08:47','',184,'https://clinicstore.liceclinicsofamerica.com/?p=184210',0,'revision','',0),(184211,95,'2025-09-23 19:09:53','2025-09-23 19:09:53','','210331LeadTimePortalApplicatorBase-1617980183','','inherit','open','closed','','210331leadtimeportalapplicatorbase-1617980183','','','2025-09-23 19:09:53','2025-09-23 19:09:53','',184198,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/210331LeadTimePortalApplicatorBase-1617980183.jpg',0,'attachment','image/jpeg',0),(184212,95,'2025-09-23 19:49:06','2025-09-23 19:49:06','','Request Order','','publish','closed','closed','','request-quote','','','2025-10-06 17:41:12','2025-10-06 17:41:12','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq&#038;p=184212',10,'addify_rfq','',0),(184216,95,'2026-01-13 19:59:24','2025-09-23 20:04:51','','PORTAL','','publish','closed','closed','','portal-2','','','2026-01-13 19:59:24','2026-01-13 19:59:24','',0,'https://clinicstore.liceclinicsofamerica.com/?p=184216',1,'nav_menu_item','',0),(184221,2,'2025-09-25 13:09:27','2025-09-25 13:09:27','<img src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" alt=\"\" width=\"300\" height=\"200\" />\r\nYour UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4/21/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\"mailto:techsupport@laradasciences.com\">techsupport@laradasciences.com</a>\r\n<a role=\"button\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/\">\r\nSHOP NOW\r\n</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2025-09-25 13:09:27','2025-09-25 13:09:27','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184221',0,'revision','',0),(184222,2,'2025-09-25 13:09:27','2025-09-25 13:09:27','<img src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" alt=\"\" width=\"300\" height=\"200\" />\r\nYour UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4/21/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\"mailto:techsupport@laradasciences.com\">techsupport@laradasciences.com</a>\r\n<a role=\"button\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/\">\r\nSHOP NOW\r\n</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2025-09-25 13:09:27','2025-09-25 13:09:27','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184222',0,'revision','',0),(184223,2,'2025-09-25 13:09:27','2025-09-25 13:09:27','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4/21/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2025-09-25 13:09:27','2025-09-25 13:09:27','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184223',0,'revision','',0),(184226,2,'2025-09-26 13:56:35','2025-09-26 13:56:35','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-hello-elementor','','','2025-09-26 13:56:35','2025-09-26 13:56:35','',0,'https://clinicstore.liceclinicsofamerica.com/wp-global-styles-hello-elementor/',0,'wp_global_styles','',0),(184235,95,'2025-10-06 17:39:04','2025-10-06 17:39:04','<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n							<img width=\"1000\" height=\"318\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />								</a>','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2025-10-06 17:39:04','2025-10-06 17:39:04','',112,'https://clinicstore.liceclinicsofamerica.com/?p=184235',0,'revision','',0),(184237,95,'2025-10-06 17:42:24','2025-10-06 17:42:24','[addify-quote-request-page]','Request an Order','','inherit','closed','closed','','184187-revision-v1','','','2025-10-06 17:42:24','2025-10-06 17:42:24','',184187,'https://clinicstore.liceclinicsofamerica.com/?p=184237',0,'revision','',0),(184238,95,'2025-10-06 17:43:03','2025-10-06 17:43:03','[addify-quote-request-page]','Request an Order','','inherit','closed','closed','','184187-revision-v1','','','2025-10-06 17:43:03','2025-10-06 17:43:03','',184187,'https://clinicstore.liceclinicsofamerica.com/?p=184238',0,'revision','',0),(184239,95,'2025-10-06 17:43:04','2025-10-06 17:43:04','[addify-quote-request-page]','Request an Order','','inherit','closed','closed','','184187-revision-v1','','','2025-10-06 17:43:04','2025-10-06 17:43:04','',184187,'https://clinicstore.liceclinicsofamerica.com/?p=184239',0,'revision','',0),(184240,95,'2025-10-06 17:43:04','2025-10-06 17:43:04','[addify-quote-request-page]','Request an Order','','inherit','closed','closed','','184187-revision-v1','','','2025-10-06 17:43:04','2025-10-06 17:43:04','',184187,'https://clinicstore.liceclinicsofamerica.com/?p=184240',0,'revision','',0),(184241,95,'2025-10-06 17:46:47','2025-10-06 17:46:47','<h2>THANK YOU FOR YOUR ORDER!</h2>				\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>\n		<p>Your order was succesfully submitted. A confirmation invoice will be emailed to you within 48 hours of placing this order and shipping costs will be added at that time. For questions, please email orders@laradasciences.com.</p><p><i>Standard Domestic Shipping - (10-14 Business Days)<br />AirAllé Device - $40 (10-14 Business Days)<br />AirAllé Accessories - (Determined by Weight)<br />Case of 100 Tips - $35 (10-14 Business Days)<br />Topical Products - $20 for every 25 lbs (5-7 Business Days)</i><a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">.</a></p>','Order Thank You','','publish','closed','closed','','order-thank-you','','','2025-10-07 18:01:08','2025-10-07 18:01:08','',0,'https://clinicstore.liceclinicsofamerica.com/?page_id=184241',0,'page','',0),(184242,95,'2025-10-06 17:46:47','2025-10-06 17:46:47','','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 17:46:47','2025-10-06 17:46:47','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184242',0,'revision','',0),(184244,95,'2025-10-06 17:53:32','2025-10-06 17:53:32','','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 17:53:32','2025-10-06 17:53:32','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184244',0,'revision','',0),(184245,95,'2025-10-06 17:53:32','2025-10-06 17:53:32','','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 17:53:32','2025-10-06 17:53:32','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184245',0,'revision','',0),(184246,95,'2025-10-06 17:53:32','2025-10-06 17:53:32','<h2>THANK YOU FOR YOUR ODER!</h2>				\n		<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">orders@liceclinicsofamerica.com.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 17:53:32','2025-10-06 17:53:32','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184246',0,'revision','',0),(184247,95,'2025-10-06 17:53:59','2025-10-06 17:53:59','<h2>THANK YOU FOR YOUR ODER!</h2>				\n		<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">orders@liceclinicsofamerica.com.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 17:53:59','2025-10-06 17:53:59','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184247',0,'revision','',0),(184248,95,'2025-10-06 17:53:59','2025-10-06 17:53:59','<h2>THANK YOU FOR YOUR ODER!</h2>				\n		<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">orders@liceclinicsofamerica.com.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 17:53:59','2025-10-06 17:53:59','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184248',0,'revision','',0),(184249,95,'2025-10-06 17:54:00','2025-10-06 17:54:00','<h2>THANK YOU FOR YOUR ODER!</h2>				\n		<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">orders@liceclinicsofamerica.com.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 17:54:00','2025-10-06 17:54:00','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184249',0,'revision','',0),(184254,95,'2025-10-06 18:26:58','2025-10-06 18:26:58','<h2>THANK YOU FOR YOUR ODER!</h2>				\n		<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">orders@liceclinicsofamerica.com.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 18:26:58','2025-10-06 18:26:58','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184254',0,'revision','',0),(184255,95,'2025-10-06 18:26:58','2025-10-06 18:26:58','<h2>THANK YOU FOR YOUR ODER!</h2>				\n		<p>Your order was succesfully submitted. Please allow up tp 24 hours for a response. Orders are not final till payment is processed. If you have any questions or concerns please feel free to email use at <a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">orders@liceclinicsofamerica.com.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 18:26:58','2025-10-06 18:26:58','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184255',0,'revision','',0),(184256,95,'2025-10-06 18:26:58','2025-10-06 18:26:58','<h2>THANK YOU FOR YOUR ORDER!</h2>				\n		<p>Your order was succesfully submitted. Please allow up to 24 hours for a response. Orders are not final untill payment is processed. If you have any questions or concerns please feel free to email use at <a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">orders@liceclinicsofamerica.com.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 18:26:58','2025-10-06 18:26:58','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184256',0,'revision','',0),(184259,95,'2025-10-06 18:32:56','2025-10-06 18:32:56','<p>CUSTOMER SERVICE<br /><br /><strong>Lice Clinics of America</strong><br />4873 S State St<br />Murray, UT 84107<br />Phone - (855) 706-5423<br />Email - productsales@liceclinicsofamerica.com</p><p>ADDITIONAL LINKS</p><p><a style=\"color: #5bc500;\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','inherit','closed','closed','','184-revision-v1','','','2025-10-06 18:32:56','2025-10-06 18:32:56','',184,'https://clinicstore.liceclinicsofamerica.com/?p=184259',0,'revision','',0),(184260,95,'2025-10-06 19:18:58','2025-10-06 19:18:58','<h2>THANK YOU FOR YOUR ORDER!</h2>				\n		<p>Your order was succesfully submitted. Please allow up to 24 hours for a response. Orders are not final untill payment is processed. If you have any questions or concerns please feel free to email use at <a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">orders@liceclinicsofamerica.com.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 19:18:58','2025-10-06 19:18:58','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184260',0,'revision','',0),(184261,95,'2025-10-06 19:18:58','2025-10-06 19:18:58','<h2>THANK YOU FOR YOUR ORDER!</h2>				\n		<p>Your order was succesfully submitted. Please allow up to 24 hours for a response. Orders are not final untill payment is processed. If you have any questions or concerns please feel free to email use at <a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">orders@liceclinicsofamerica.com.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 19:18:58','2025-10-06 19:18:58','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184261',0,'revision','',0),(184262,95,'2025-10-06 19:18:58','2025-10-06 19:18:58','<h2>THANK YOU FOR YOUR ORDER!</h2>				\n		<p>Your order was succesfully submitted. A confirmation invoice will be emailed to you within 48 hours of placing this order and shipping costs will be added at that time. For questions, please email orders@laradasciences.com.<br /><br /><i>Standard Domestic Shipping:<br />AirAllé Device - $35 (10-14 Business Days)<br />Case of 100 Tips - $35 (10-14 Business Days)<br />Topical Products - $20 for every 25 lbs (5-7 Business Days)</i><a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-06 19:18:58','2025-10-06 19:18:58','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184262',0,'revision','',0),(184263,2,'2025-10-07 18:01:08','2025-10-07 18:01:08','<h2>THANK YOU FOR YOUR ORDER!</h2>				\n		<p>Your order was succesfully submitted. A confirmation invoice will be emailed to you within 48 hours of placing this order and shipping costs will be added at that time. For questions, please email orders@laradasciences.com.<br /><br /><i>Standard Domestic Shipping:<br />AirAllé Device - $35 (10-14 Business Days)<br />Case of 100 Tips - $35 (10-14 Business Days)<br />Topical Products - $20 for every 25 lbs (5-7 Business Days)</i><a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-07 18:01:08','2025-10-07 18:01:08','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184263',0,'revision','',0),(184264,2,'2025-10-07 18:01:08','2025-10-07 18:01:08','<h2>THANK YOU FOR YOUR ORDER!</h2>				\n		<p>Your order was succesfully submitted. A confirmation invoice will be emailed to you within 48 hours of placing this order and shipping costs will be added at that time. For questions, please email orders@laradasciences.com.<br /><br /><i>Standard Domestic Shipping:<br />AirAllé Device - $35 (10-14 Business Days)<br />Case of 100 Tips - $35 (10-14 Business Days)<br />Topical Products - $20 for every 25 lbs (5-7 Business Days)</i><a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">.</a></p>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-07 18:01:08','2025-10-07 18:01:08','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184264',0,'revision','',0),(184265,2,'2025-10-07 18:01:08','2025-10-07 18:01:08','<h2>THANK YOU FOR YOUR ORDER!</h2>				\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									Return to Store\n					</a>\n		<p>Your order was succesfully submitted. A confirmation invoice will be emailed to you within 48 hours of placing this order and shipping costs will be added at that time. For questions, please email orders@laradasciences.com.</p><p><i>Standard Domestic Shipping - (10-14 Business Days)<br />AirAllé Device - $40 (10-14 Business Days)<br />AirAllé Accessories - (Determined by Weight)<br />Case of 100 Tips - $35 (10-14 Business Days)<br />Topical Products - $20 for every 25 lbs (5-7 Business Days)</i><a style=\"color: #5bc500;\" href=\"mailto:orders@liceclinicsofamerica.com\">.</a></p>','Order Thank You','','inherit','closed','closed','','184241-revision-v1','','','2025-10-07 18:01:08','2025-10-07 18:01:08','',184241,'https://clinicstore.liceclinicsofamerica.com/?p=184265',0,'revision','',0),(184266,106,'2025-10-08 22:31:21','2025-10-08 22:31:21','','( 184266 )','','publish','closed','closed','','184266','','','2025-10-22 13:15:26','2025-10-22 13:15:26','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184266/',0,'addify_quote','',0),(184269,2,'2025-10-13 14:55:33','2025-10-13 14:55:33','','( 184269 )','','publish','closed','closed','','184269','','','2025-10-21 17:34:24','2025-10-21 17:34:24','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184269/',0,'addify_quote','',0),(184273,2,'2025-10-29 15:59:23','2025-10-29 15:59:23','','Company Name','','publish','closed','closed','','184273','','','2025-11-05 19:38:37','2025-11-05 19:38:37','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184273',4,'addify_rfq_fields','',0),(184274,2,'2025-10-29 16:00:35','2025-10-29 16:00:35','','Shipping Address','','publish','closed','closed','','184274','','','2026-01-08 16:04:52','2026-01-08 16:04:52','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184274',11,'addify_rfq_fields','',0),(184275,2,'2025-10-29 16:01:04','2025-10-29 16:01:04','','Shipping Address 2','','publish','closed','closed','','shipping-address-2','','','2026-01-08 16:04:49','2026-01-08 16:04:49','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184275',12,'addify_rfq_fields','',0),(184276,2,'2025-10-29 16:04:48','2025-10-29 16:04:48','','Shipping City & State','','publish','closed','closed','','shipping-city','','','2026-01-08 16:04:46','2026-01-08 16:04:46','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184276',13,'addify_rfq_fields','',0),(184277,2,'2025-10-29 16:05:29','2025-10-29 16:05:29','','Shipping State','','trash','closed','closed','','shipping-state__trashed','','','2025-12-17 19:24:27','2025-12-17 19:24:27','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184277',14,'addify_rfq_fields','',0),(184278,2,'2025-10-29 16:06:34','2025-10-29 16:06:34','','Shipping Zip','','publish','closed','closed','','shipping-zip','','','2026-01-08 16:05:10','2026-01-08 16:05:10','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184278',15,'addify_rfq_fields','',0),(184280,106,'2025-11-05 19:52:24','2025-11-05 19:52:24','','( 184280 )','','publish','closed','closed','','184280','','','2025-11-05 20:32:36','2025-11-05 20:32:36','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184280/',0,'addify_quote','',0),(184281,1,'2025-11-05 20:32:37','2025-11-05 20:32:37','','Order &ndash; November 5, 2025 @ 08:32 PM','','trash','open','closed','wc_order_kkrDjMtVQ47LZ','order-nov-05-2025-0832-pm__trashed','','','2025-12-16 22:10:49','2025-12-16 22:10:49','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184281',0,'shop_order','',1),(184282,106,'2025-11-15 22:00:14','2025-11-15 22:00:14','','( 184282 )','','publish','closed','closed','','184282','','','2025-11-17 18:38:00','2025-11-17 18:38:00','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184282/',0,'addify_quote','',0),(184284,1,'2025-11-17 18:38:00','2025-11-17 18:38:00','','Order &ndash; November 17, 2025 @ 06:38 PM','','trash','closed','closed','wc_order_7ecsJAiCuhYB4','order-nov-17-2025-0638-pm__trashed','','','2025-12-16 22:10:48','2025-12-16 22:10:48','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184284',0,'shop_order','',1),(184286,67,'2025-11-25 14:57:49','2025-11-25 14:57:49','','Marnie Murray( 184286 )','','trash','closed','closed','','184286__trashed','','','2025-12-17 16:20:21','2025-12-17 16:20:21','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184286/',0,'addify_quote','',0),(184287,106,'2025-12-02 04:19:16','2025-12-02 04:19:16','','( 184287 )','','publish','closed','closed','','184287','','','2025-12-17 17:02:46','2025-12-17 17:02:46','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184287/',0,'addify_quote','',0),(184288,106,'2025-12-04 15:37:51','2025-12-04 15:37:51','','( 184288 )','','publish','closed','closed','','184288','','','2025-12-18 17:51:52','2025-12-18 17:51:52','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184288/',0,'addify_quote','',0),(184290,106,'2025-12-15 20:01:07','2025-12-15 20:01:07','','( 184290 )','','publish','closed','closed','','184290','','','2025-12-17 16:15:57','2025-12-17 16:15:57','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184290/',0,'addify_quote','',0),(184291,67,'2025-12-15 22:07:07','2025-12-15 22:07:07','','Marnie Murray( 184291 )','','trash','closed','closed','','184291__trashed','','','2025-12-17 16:20:21','2025-12-17 16:20:21','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184291/',0,'addify_quote','',0),(184292,67,'2025-12-16 14:16:44','2025-12-16 14:16:44','','Marnie Murray( 184292 )','','publish','closed','closed','','184292','','','2025-12-17 16:13:50','2025-12-17 16:13:50','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184292/',0,'addify_quote','',0),(184294,1,'2025-12-17 16:13:50','2025-12-17 16:13:50','','Order &ndash; December 17, 2025 @ 04:13 PM','','wc-completed','open','closed','wc_order_MF8MkupfmYg8D','order-dec-17-2025-0413-pm','','','2026-01-13 19:56:19','2026-01-13 19:56:19','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184294',0,'shop_order','',3),(184295,1,'2025-12-17 16:15:57','2025-12-17 16:15:57','','Order &ndash; December 17, 2025 @ 04:15 PM','','wc-completed','open','closed','wc_order_3PWSrCSeb9gb9','order-dec-17-2025-0415-pm','','','2026-01-13 19:56:20','2026-01-13 19:56:20','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184295',0,'shop_order','',3),(184297,1,'2025-12-17 17:02:46','2025-12-17 17:02:46','','Order &ndash; December 17, 2025 @ 05:02 PM','','wc-completed','open','closed','wc_order_T1AeYhbj6n55p','order-dec-17-2025-0502-pm','','','2026-01-13 19:56:21','2026-01-13 19:56:21','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184297',0,'shop_order','',3),(184298,2,'2025-12-17 19:14:16','2025-12-17 19:14:16','','Billing Name','','publish','closed','closed','','billing-name','','','2025-12-17 19:28:25','2025-12-17 19:28:25','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184298',5,'addify_rfq_fields','',0),(184299,2,'2025-12-17 19:15:17','2025-12-17 19:15:17','','Billing Address','','publish','closed','closed','','billing-address','','','2025-12-17 19:28:31','2025-12-17 19:28:31','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184299',6,'addify_rfq_fields','',0),(184300,2,'2025-12-17 19:16:02','2025-12-17 19:16:02','','Billing Address 2','','publish','closed','closed','','billing-address-2','','','2025-12-17 19:26:54','2025-12-17 19:26:54','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184300',7,'addify_rfq_fields','',0),(184301,2,'2025-12-17 19:16:26','2025-12-17 19:16:26','','Billing City','','publish','closed','closed','','billing-city','','','2025-12-17 19:26:18','2025-12-17 19:26:18','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184301',8,'addify_rfq_fields','',0),(184302,2,'2025-12-17 19:16:49','2025-12-17 19:16:49','','Billing Zip Code','','publish','closed','closed','','billing-state','','','2025-12-17 19:23:23','2025-12-17 19:23:23','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184302',9,'addify_rfq_fields','',0),(184303,2,'2025-12-17 19:17:34','2025-12-17 19:17:34','','Billing Zip Code','','trash','closed','closed','','billing-zip-code__trashed','','','2025-12-17 19:22:36','2025-12-17 19:22:36','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=addify_rfq_fields&#038;p=184303',10,'addify_rfq_fields','',0),(184304,1,'2025-12-18 17:51:52','2025-12-18 17:51:52','','Order &ndash; December 18, 2025 @ 05:51 PM','','wc-completed','open','closed','wc_order_cN3hzvMptt4F4','order-dec-18-2025-0551-pm','','','2026-01-13 19:56:22','2026-01-13 19:56:22','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184304',0,'shop_order','',3),(184305,2,'2025-12-31 00:19:23','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2025-12-31 00:19:23','0000-00-00 00:00:00','',0,'https://clinicstore.liceclinicsofamerica.com/?p=184305',0,'post','',0),(184306,106,'2026-01-08 16:07:27','2026-01-08 16:07:27','','( 184306 )','','publish','closed','closed','','184306','','','2026-01-09 01:50:12','2026-01-09 01:50:12','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184306/',0,'addify_quote','',0),(184307,1,'2026-01-09 01:50:12','2026-01-09 01:50:12','','Order &ndash; January 9, 2026 @ 01:50 AM','','wc-completed','open','closed','wc_order_r9ZStLwheJM8u','order-jan-09-2026-0150-am','','','2026-01-13 19:56:22','2026-01-13 19:56:22','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184307',0,'shop_order','',3),(184308,0,'2026-01-13 18:09:18','2026-01-13 18:09:18','','( 184308 )','','publish','closed','closed','','184308','','','2026-01-13 18:09:18','2026-01-13 18:09:18','',0,'https://clinicstore.liceclinicsofamerica.com/addify_quote/184308/',0,'addify_quote','',0),(184309,95,'2026-01-13 19:35:09','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-01-13 19:35:09','0000-00-00 00:00:00','',0,'https://clinicstore.liceclinicsofamerica.com/?p=184309',0,'post','',0),(184310,2,'2026-01-13 19:53:07','2026-01-13 19:53:07','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4/21/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2026-01-13 19:53:07','2026-01-13 19:53:07','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184310',0,'revision','',0),(184311,2,'2026-01-13 19:53:07','2026-01-13 19:53:07','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4/21/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2026-01-13 19:53:07','2026-01-13 19:53:07','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184311',0,'revision','',0),(184312,2,'2026-01-13 19:53:07','2026-01-13 19:53:07','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2026-01-13 19:53:07','2026-01-13 19:53:07','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184312',0,'revision','',0),(184313,2,'2026-01-13 19:53:53','2026-01-13 19:53:53','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2026-01-13 19:53:53','2026-01-13 19:53:53','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184313',0,'revision','',0),(184314,2,'2026-01-13 19:53:53','2026-01-13 19:53:53','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2026-01-13 19:53:53','2026-01-13 19:53:53','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184314',0,'revision','',0),(184315,2,'2026-01-13 19:53:53','2026-01-13 19:53:53','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2026-01-13 19:53:53','2026-01-13 19:53:53','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184315',0,'revision','',0),(184317,2,'2026-01-13 19:54:40','2026-01-13 19:54:40','<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n							<img width=\"1000\" height=\"318\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />								</a>','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2026-01-13 19:54:40','2026-01-13 19:54:40','',112,'https://clinicstore.liceclinicsofamerica.com/?p=184317',0,'revision','',0),(184318,2,'2026-01-13 19:55:57','2026-01-13 19:55:57','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>AirAllé Device PRODUCTS</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2026-01-13 19:55:57','2026-01-13 19:55:57','',115,'https://clinicstore.liceclinicsofamerica.com/?p=184318',0,'revision','',0),(184319,2,'2026-01-13 19:55:57','2026-01-13 19:55:57','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>AirAllé Device PRODUCTS</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2026-01-13 19:55:57','2026-01-13 19:55:57','',115,'https://clinicstore.liceclinicsofamerica.com/?p=184319',0,'revision','',0),(184320,2,'2026-01-13 19:55:57','2026-01-13 19:55:57','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>AirAllé Device PRODUCTS</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2026-01-13 19:55:57','2026-01-13 19:55:57','',115,'https://clinicstore.liceclinicsofamerica.com/?p=184320',0,'revision','',0),(184322,2,'2026-01-13 19:59:24','2026-01-13 19:59:24','','CART','','publish','closed','closed','','cart','','','2026-01-13 19:59:24','2026-01-13 19:59:24','',0,'https://clinicstore.liceclinicsofamerica.com/?p=184322',4,'nav_menu_item','',0),(184323,2,'2026-01-13 20:02:06','2026-01-13 20:02:06','<p><strong>This system uses PayPal to process payments. You can use your credit card to pay without having a PayPal account or you can use your PayPal account to pay.</strong></p>\r\n<!-- wp:shortcode -->\r\n<p>[woocommerce_checkout]</p>\r\n<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','21-revision-v1','','','2026-01-13 20:02:06','2026-01-13 20:02:06','',21,'https://clinicstore.liceclinicsofamerica.com/?p=184323',0,'revision','',0),(184324,2,'2026-01-13 20:02:06','2026-01-13 20:02:06','<p><strong>This system uses PayPal to process payments. You can use your credit card to pay without having a PayPal account or you can use your PayPal account to pay.</strong></p>\r\n<!-- wp:shortcode -->\r\n<p>[woocommerce_checkout]</p>\r\n<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','21-revision-v1','','','2026-01-13 20:02:06','2026-01-13 20:02:06','',21,'https://clinicstore.liceclinicsofamerica.com/?p=184324',0,'revision','',0),(184325,2,'2026-01-13 20:02:06','2026-01-13 20:02:06','<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\"mailto:accounting@liceclinicsofamerica.com\">accounting@liceclinicsofamerica.com</a></strong></p><!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','21-revision-v1','','','2026-01-13 20:02:06','2026-01-13 20:02:06','',21,'https://clinicstore.liceclinicsofamerica.com/?p=184325',0,'revision','',0),(184326,2,'2026-01-13 20:02:49','2026-01-13 20:02:49','<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\"mailto:accounting@liceclinicsofamerica.com\">accounting@liceclinicsofamerica.com</a></strong></p><!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','21-revision-v1','','','2026-01-13 20:02:49','2026-01-13 20:02:49','',21,'https://clinicstore.liceclinicsofamerica.com/?p=184326',0,'revision','',0),(184327,2,'2026-01-13 20:02:49','2026-01-13 20:02:49','<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\"mailto:accounting@liceclinicsofamerica.com\">accounting@liceclinicsofamerica.com</a></strong></p><!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','21-revision-v1','','','2026-01-13 20:02:49','2026-01-13 20:02:49','',21,'https://clinicstore.liceclinicsofamerica.com/?p=184327',0,'revision','',0),(184328,2,'2026-01-13 20:02:49','2026-01-13 20:02:49','<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\"mailto:accounting@liceclinicsofamerica.com\">accounting@liceclinicsofamerica.com</a></strong></p><!-- wp:shortcode -->\n<p>[woocommerce_checkout]</p>\n<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','21-revision-v1','','','2026-01-13 20:02:49','2026-01-13 20:02:49','',21,'https://clinicstore.liceclinicsofamerica.com/?p=184328',0,'revision','',0),(184329,1,'2026-01-13 20:03:07','2026-01-13 20:03:07','','Order &ndash; January 13, 2026 @ 08:03 PM','','trash','open','closed','wc_order_HReqn93Rg0VG0','order-jan-13-2026-0803-pm__trashed','','','2026-01-13 20:37:07','2026-01-13 20:37:07','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184329',0,'shop_order','',1),(184331,1,'2026-01-13 20:37:59','2026-01-13 20:37:59','','Order &ndash; January 13, 2026 @ 08:37 PM','','trash','open','closed','wc_order_HRTvw5udVnZ1o','order-jan-13-2026-0837-pm__trashed','','','2026-01-13 20:45:41','2026-01-13 20:45:41','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184331',0,'shop_order','',0),(184332,1,'2026-01-13 20:46:47','2026-01-13 20:46:47','','Order &ndash; January 13, 2026 @ 08:46 PM','','trash','open','closed','wc_order_bQws3sDdH1sEv','order-jan-13-2026-0846-pm__trashed','','','2026-01-13 20:49:29','2026-01-13 20:49:29','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184332',0,'shop_order','',1),(184333,2,'2026-01-13 20:48:24','2026-01-13 20:48:24','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2026-01-13 20:48:24','2026-01-13 20:48:24','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184333',0,'revision','',0),(184334,2,'2026-01-13 20:48:24','2026-01-13 20:48:24','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your UN and PW are the same as the Ginesis product store. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2026-01-13 20:48:24','2026-01-13 20:48:24','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184334',0,'revision','',0),(184335,2,'2026-01-13 20:48:24','2026-01-13 20:48:24','<img width=\"300\" height=\"200\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n		Your Username and Password are the same as the Ginesis product store. If you need assistance please contact <a href=\"mailto:support@liceclinicsofamerica.com\">support@liceclinicsofamerica.com</a>		\n					<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n									SHOP NOW\n					</a>','Home Login','','inherit','closed','closed','','16-revision-v1','','','2026-01-13 20:48:24','2026-01-13 20:48:24','',16,'https://clinicstore.liceclinicsofamerica.com/?p=184335',0,'revision','',0),(184336,2,'2026-01-13 21:26:25','2026-01-13 21:26:25','<img width=\"800\" height=\"254\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n		<p>CUSTOMER SERVICE</p><p><strong>Lice Clinics of America</strong><br />4873 S State St<br />Murray, UT 84107<br />Phone - (855) 706-5423<br />Email - productsales@liceclinicsofamerica.com</p><p>ADDITIONAL LINKS</p><p><a style=\"color: #5bc500;\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','inherit','closed','closed','','184-revision-v1','','','2026-01-13 21:26:25','2026-01-13 21:26:25','',184,'https://clinicstore.liceclinicsofamerica.com/?p=184336',0,'revision','',0),(184337,2,'2026-01-13 21:27:10','2026-01-13 21:27:10','{\n    \"woocommerce_demo_store_notice\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2026-01-13 21:27:10\"\n    }\n}','','','trash','closed','closed','','cba49a1f-aa2c-43b1-aab8-4414dcea99ca','','','2026-01-13 21:27:10','2026-01-13 21:27:10','',0,'https://clinicstore.liceclinicsofamerica.com/cba49a1f-aa2c-43b1-aab8-4414dcea99ca/',0,'customize_changeset','',0),(184339,2,'2026-01-13 21:58:47','2026-01-13 21:58:47','<img width=\"800\" height=\"254\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n		<p>CUSTOMER SERVICE</p><p><strong>Lice Clinics of America</strong><br />4873 S State St<br />Murray, UT 84107<br />Phone - (855) 706-5423<br />Email - productsales@liceclinicsofamerica.com</p><p>ADDITIONAL LINKS</p><p><a style=\"color: #5bc500;\" href=\"https://clinicstore.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://clinicstore.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://clinicstore.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a style=\"color: #5bc500;\" href=\"https://clinicstore.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','inherit','closed','closed','','184-revision-v1','','','2026-01-13 21:58:47','2026-01-13 21:58:47','',184,'https://clinicstore.liceclinicsofamerica.com/?p=184339',0,'revision','',0),(184340,2,'2026-01-13 22:09:06','2026-01-13 22:09:06','','Elementor-post-screenshot_184_2026-01-13-22-09-06_4684497a.png','','inherit','open','closed','','elementor-post-screenshot_184_2026-01-13-22-09-06_4684497a-png','','','2026-01-13 22:09:06','2026-01-13 22:09:06','',184,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184_2026-01-13-22-09-06_4684497a.png',0,'attachment','image/png',0),(184342,2,'2026-01-13 22:16:41','2026-01-13 22:16:41','<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n							<img width=\"1000\" height=\"318\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />								</a>','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2026-01-13 22:16:41','2026-01-13 22:16:41','',112,'https://clinicstore.liceclinicsofamerica.com/?p=184342',0,'revision','',0),(184343,2,'2026-01-13 22:18:41','2026-01-13 22:18:41','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>AirAllé Device PRODUCTS</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2026-01-13 22:18:41','2026-01-13 22:18:41','',115,'https://clinicstore.liceclinicsofamerica.com/?p=184343',0,'revision','',0),(184344,2,'2026-01-13 22:18:41','2026-01-13 22:18:41','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>AirAllé Device PRODUCTS</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2026-01-13 22:18:41','2026-01-13 22:18:41','',115,'https://clinicstore.liceclinicsofamerica.com/?p=184344',0,'revision','',0),(184345,2,'2026-01-13 22:18:42','2026-01-13 22:18:42','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>AirAllé Device PRODUCTS</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2026-01-13 22:18:42','2026-01-13 22:18:42','',115,'https://clinicstore.liceclinicsofamerica.com/?p=184345',0,'revision','',0),(184346,1,'2026-01-20 20:06:22','2026-01-20 20:06:22','','Order &ndash; January 20, 2026 @ 08:06 PM','','wc-completed','closed','closed','wc_order_GwGiI6nH1DPXw','order-jan-20-2026-0806-pm','','','2026-01-22 14:38:09','2026-01-22 14:38:09','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184346',0,'shop_order','',2),(184348,2,'2026-01-21 16:22:08','2026-01-21 16:22:08','<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\"mailto:accounting@liceclinicsofamerica.com\">accounting@liceclinicsofamerica.com</a></strong></p><!-- wp:shortcode -->\n<p>[woocommerce_checkout]</p>\n<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','21-revision-v1','','','2026-01-21 16:22:08','2026-01-21 16:22:08','',21,'https://clinicstore.liceclinicsofamerica.com/?p=184348',0,'revision','',0),(184349,2,'2026-01-21 16:22:08','2026-01-21 16:22:08','<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\"mailto:accounting@liceclinicsofamerica.com\">accounting@liceclinicsofamerica.com</a></strong></p><!-- wp:shortcode -->\n<p>[woocommerce_checkout]</p>\n<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','21-revision-v1','','','2026-01-21 16:22:08','2026-01-21 16:22:08','',21,'https://clinicstore.liceclinicsofamerica.com/?p=184349',0,'revision','',0),(184350,2,'2026-01-21 16:22:08','2026-01-21 16:22:08','<p><strong>Once orders have been placed, the order will be processed and billed through Quickbooks using your credit card on file. If you have any questions please contact <a href=\"mailto:accounting@liceclinicsofamerica.com\">accounting@liceclinicsofamerica.com</a></strong></p><!-- wp:shortcode -->\n<p>[woocommerce_checkout]</p>\n<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','21-revision-v1','','','2026-01-21 16:22:08','2026-01-21 16:22:08','',21,'https://clinicstore.liceclinicsofamerica.com/?p=184350',0,'revision','',0),(184351,1,'2026-01-22 17:00:07','2026-01-22 17:00:07','','Order &ndash; January 22, 2026 @ 05:00 PM','','wc-completed','closed','closed','wc_order_8dZkgDqVOSIDe','order-jan-22-2026-0500-pm','','','2026-02-03 17:05:24','2026-02-03 17:05:24','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184351',0,'shop_order','',4),(184352,106,'2026-01-27 15:27:41','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-01-27 15:27:41','0000-00-00 00:00:00','',0,'https://clinicstore.liceclinicsofamerica.com/?p=184352',0,'post','',0),(184353,1,'2026-02-04 19:52:47','2026-02-04 19:52:47','','Order &ndash; February 4, 2026 @ 07:52 PM','','wc-completed','closed','closed','wc_order_Vh4LsHdob2mAE','order-feb-04-2026-0752-pm','','','2026-02-10 19:09:36','2026-02-10 19:09:36','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184353',0,'shop_order','',3),(184354,1,'2026-02-09 17:30:17','2026-02-09 17:30:17','','Order &ndash; February 9, 2026 @ 05:30 PM','','wc-completed','closed','closed','wc_order_lLBUWuUcpA4bw','order-feb-09-2026-0530-pm','','','2026-02-18 17:56:44','2026-02-18 17:56:44','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184354',0,'shop_order','',4),(184355,1,'2026-02-09 21:27:11','2026-02-09 21:27:11','','Order &ndash; February 9, 2026 @ 09:27 PM','','wc-completed','closed','closed','wc_order_S0XUZQy7jY7EC','order-feb-09-2026-0927-pm','','','2026-02-20 20:26:33','2026-02-20 20:26:33','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184355',0,'shop_order','',6),(184356,1,'2026-02-19 19:38:09','2026-02-19 19:38:09','','Order &ndash; February 19, 2026 @ 07:38 PM','','wc-completed','closed','closed','wc_order_npk5sB7MkxuSO','order-feb-19-2026-0738-pm','','','2026-02-27 20:06:12','2026-02-27 20:06:12','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184356',0,'shop_order','',5),(184357,1,'2026-02-24 15:38:52','2026-02-24 15:38:52','','Order &ndash; February 24, 2026 @ 03:38 PM','','wc-completed','closed','closed','wc_order_5oikTKI2MgUdS','order-feb-24-2026-0338-pm','','','2026-02-27 19:00:37','2026-02-27 19:00:37','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184357',0,'shop_order','',5),(184358,1,'2026-03-05 22:33:40','2026-03-05 22:33:40','','Order &ndash; March 5, 2026 @ 10:33 PM','Do not leave delivery outside. Please make contact with employee. Please call Kristen at (559) 304-6305 with questions','wc-completed','closed','closed','wc_order_MO68VyRtxhc7e','order-mar-05-2026-1033-pm','','','2026-03-19 19:29:28','2026-03-19 19:29:28','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184358',0,'shop_order','',4),(184359,1,'2026-03-05 23:09:33','2026-03-05 23:09:33','','Order &ndash; March 5, 2026 @ 11:09 PM','','wc-completed','closed','closed','wc_order_zYv4W0g6clGMn','order-mar-05-2026-1109-pm','','','2026-03-19 19:30:46','2026-03-19 19:30:46','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184359',0,'shop_order','',4),(184360,1,'2026-03-11 16:26:58','2026-03-11 16:26:58','','Order &ndash; March 11, 2026 @ 04:26 PM','','wc-completed','closed','closed','wc_order_RsnbcGn0J7Hvk','order-mar-11-2026-0426-pm','','','2026-03-19 19:31:52','2026-03-19 19:31:52','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184360',0,'shop_order','',4),(184361,1,'2026-03-18 16:47:54','2026-03-18 16:47:54','','Order &ndash; March 18, 2026 @ 04:47 PM','','wc-completed','closed','closed','wc_order_9I4qJruo7Xl8Q','order-mar-18-2026-0447-pm','','','2026-03-30 16:19:07','2026-03-30 16:19:07','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184361',0,'shop_order','',4),(184362,1,'2026-03-27 16:35:00','2026-03-27 16:35:00','','Order &ndash; March 27, 2026 @ 04:35 PM','','wc-completed','closed','closed','wc_order_4cIvv9FgLrnvb','order-mar-27-2026-0435-pm','','','2026-04-06 12:25:59','2026-04-06 12:25:59','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184362',0,'shop_order','',3),(184363,1,'2026-03-27 18:08:42','2026-03-27 18:08:42','','Order &ndash; March 27, 2026 @ 06:08 PM','','wc-completed','closed','closed','wc_order_faE3Nk4d8znFz','order-mar-27-2026-0608-pm','','','2026-04-06 12:24:53','2026-04-06 12:24:53','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184363',0,'shop_order','',3),(184364,2,'2026-04-01 19:17:18','2026-04-01 19:17:18','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>AirAllé Device PRODUCTS</h2>','Shop Now','','inherit','closed','closed','','115-autosave-v1','','','2026-04-01 19:17:18','2026-04-01 19:17:18','',115,'https://clinicstore.liceclinicsofamerica.com/?p=184364',0,'revision','',0),(184365,2,'2026-04-01 19:35:10','2026-04-01 19:35:10','','SquareTreatmentHose','','inherit','open','closed','','squaretreatmenthose','','','2026-04-01 19:35:10','2026-04-01 19:35:10','',184201,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/SquareTreatmentHose.webp',0,'attachment','image/webp',0),(184366,2,'2026-04-01 19:37:02','2026-04-01 19:37:02','','SquareTreatmentHose','','inherit','open','closed','','squaretreatmenthose-2','','','2026-04-01 19:37:02','2026-04-01 19:37:02','',184201,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/SquareTreatmentHose-1.webp',0,'attachment','image/webp',0),(184367,2,'2026-04-01 21:41:03','2026-04-01 21:41:03','','SquareAirAlleDevice','','inherit','open','closed','','squareairalledevice','','','2026-04-01 21:41:03','2026-04-01 21:41:03','',184201,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/SquareAirAlleDevice.webp',0,'attachment','image/webp',0),(184368,2,'2026-04-01 23:00:48','2026-04-01 23:00:48','','SquareAirAlleDevice','','inherit','open','closed','','squareairalledevice-2','','','2026-04-01 23:00:48','2026-04-01 23:00:48','',184201,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/SquareAirAlleDevice-1.webp',0,'attachment','image/webp',0),(184369,2,'2026-04-01 23:03:34','2026-04-01 23:03:34','','SquarePowerCord','','inherit','open','closed','','squarepowercord','','','2026-04-01 23:03:34','2026-04-01 23:03:34','',184199,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/SquarePowerCord.webp',0,'attachment','image/webp',0),(184370,2,'2026-04-01 23:06:00','2026-04-01 23:06:00','','SquareApplicatorBase','','inherit','open','closed','','squareapplicatorbase','','','2026-04-01 23:06:00','2026-04-01 23:06:00','',184198,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/SquareApplicatorBase.webp',0,'attachment','image/webp',0),(184371,2,'2026-04-01 23:10:23','2026-04-01 23:10:23','','SquareFilter','','inherit','open','closed','','squarefilter','','','2026-04-01 23:10:23','2026-04-01 23:10:23','',184196,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/SquareFilter.webp',0,'attachment','image/webp',0),(184372,2,'2026-04-01 23:19:35','2026-04-01 23:19:35','','SquareTips','','inherit','open','closed','','squaretips','','','2026-04-01 23:19:35','2026-04-01 23:19:35','',184192,'https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2025/09/SquareTips.webp',0,'attachment','image/webp',0),(184373,1,'2026-04-07 15:20:41','2026-04-07 15:20:41','','Order &ndash; April 7, 2026 @ 03:20 PM','','wc-completed','closed','closed','wc_order_QkwwkBsT6w7O8','order-apr-07-2026-0320-pm','','','2026-04-10 13:35:50','2026-04-10 13:35:50','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184373',0,'shop_order','',3),(184374,2,'2026-04-08 15:01:10','2026-04-08 15:01:10','<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n							<img width=\"1000\" height=\"318\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />								</a>','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2026-04-08 15:01:10','2026-04-08 15:01:10','',112,'https://clinicstore.liceclinicsofamerica.com/?p=184374',0,'revision','',0),(184375,2,'2026-04-08 15:02:14','2026-04-08 15:02:14','<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n							<img width=\"1000\" height=\"318\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />								</a>','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2026-04-08 15:02:14','2026-04-08 15:02:14','',112,'https://clinicstore.liceclinicsofamerica.com/?p=184375',0,'revision','',0),(184377,2,'2026-04-08 15:19:42','2026-04-08 15:19:42','<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n							<img width=\"1000\" height=\"318\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />								</a>','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2026-04-08 15:19:42','2026-04-08 15:19:42','',112,'https://clinicstore.liceclinicsofamerica.com/?p=184377',0,'revision','',0),(184378,2,'2026-04-08 15:21:18','2026-04-08 15:21:18','<a href=\"https://clinicstore.liceclinicsofamerica.com/shop-now/\">\n							<img width=\"1000\" height=\"318\" src=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://clinicstore.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />								</a>','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2026-04-08 15:21:18','2026-04-08 15:21:18','',112,'https://clinicstore.liceclinicsofamerica.com/?p=184378',0,'revision','',0),(184379,1,'2026-04-09 17:12:19','2026-04-09 17:12:19','','Order &ndash; April 9, 2026 @ 05:12 PM','','wc-completed','closed','closed','wc_order_UM5fInklQpLMl','order-apr-09-2026-0512-pm','','','2026-04-10 16:38:44','2026-04-10 16:38:44','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184379',0,'shop_order','',5),(184380,1,'2026-04-10 00:41:38','2026-04-10 00:41:38','','Order &ndash; April 10, 2026 @ 12:41 AM','','wc-completed','closed','closed','wc_order_nwjmCkabEXNVx','order-apr-10-2026-1241-am','','','2026-04-16 13:00:02','2026-04-16 13:00:02','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184380',0,'shop_order','',5),(184382,1,'2026-05-07 12:50:32','2026-05-07 12:50:32','','Order &ndash; May 7, 2026 @ 12:50 PM','','wc-completed','closed','closed','wc_order_VDOk7plWxSd2t','order-may-07-2026-1250-pm','','','2026-05-12 13:19:35','2026-05-12 13:19:35','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184382',0,'shop_order','',4),(184383,1,'2026-05-07 12:51:50','2026-05-07 12:51:50','','Order &ndash; May 7, 2026 @ 12:51 PM','','wc-completed','closed','closed','wc_order_ydXilE7lgAr6f','order-may-07-2026-1251-pm','','','2026-05-12 13:20:42','2026-05-12 13:20:42','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184383',0,'shop_order','',3),(184384,1,'2026-05-11 18:47:40','2026-05-11 18:47:40','','Order &ndash; May 11, 2026 @ 06:47 PM','','wc-completed','closed','closed','wc_order_bdxjEzPB4huuM','order-may-11-2026-0647-pm','','','2026-05-14 12:41:01','2026-05-14 12:41:01','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184384',0,'shop_order','',4),(184385,1,'2026-05-11 19:42:23','2026-05-11 19:42:23','','Order &ndash; May 11, 2026 @ 07:42 PM','','wc-completed','closed','closed','wc_order_0fBjXr0ZoMCBA','order-may-11-2026-0742-pm','','','2026-05-15 17:34:14','2026-05-15 17:34:14','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184385',0,'shop_order','',4),(184386,1,'2026-05-18 18:22:51','2026-05-18 18:22:51','','Order &ndash; May 18, 2026 @ 06:22 PM','','wc-completed','closed','closed','wc_order_AlC71JpoEWSOP','order-may-18-2026-0622-pm','','','2026-05-20 16:12:09','2026-05-20 16:12:09','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184386',0,'shop_order','',4),(184387,1,'2026-05-19 12:38:14','2026-05-19 12:38:14','','Order &ndash; May 19, 2026 @ 12:38 PM','','wc-completed','closed','closed','wc_order_Og7f7jNCmnAot','order-may-19-2026-1238-pm','','','2026-05-22 14:28:00','2026-05-22 14:28:00','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184387',0,'shop_order','',4),(184388,1,'2026-05-26 14:49:37','2026-05-26 14:49:37','','Order &ndash; May 26, 2026 @ 02:49 PM','','wc-completed','closed','closed','wc_order_T1KHZMLqTljTs','order-may-26-2026-0249-pm','','','2026-06-03 18:59:35','2026-06-03 18:59:35','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184388',0,'shop_order','',5),(184389,2,'2026-05-29 15:13:45','2026-05-29 15:13:45','','Darlene1600','','publish','closed','closed','','darlene1600','','','2026-05-29 15:13:45','2026-05-29 15:13:45','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=184389',0,'shop_coupon','',0),(184390,1,'2026-05-29 15:36:17','2026-05-29 15:36:17','','Order &ndash; May 29, 2026 @ 03:36 PM','','wc-completed','closed','closed','wc_order_mJ4xvNhRANeWl','order-may-29-2026-0336-pm','','','2026-06-03 19:00:59','2026-06-03 19:00:59','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184390',0,'shop_order','',5),(184391,1,'2026-06-01 16:33:28','2026-06-01 16:33:28','','Order &ndash; June 1, 2026 @ 04:33 PM','','wc-completed','closed','closed','wc_order_2xfZ5N5ADuAxI','order-jun-01-2026-0433-pm','','','2026-06-12 15:54:09','2026-06-12 15:54:09','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184391',0,'shop_order','',6),(184392,1,'2026-06-02 21:32:03','2026-06-02 21:32:03','','Order &ndash; June 2, 2026 @ 09:32 PM','','wc-completed','closed','closed','wc_order_5xLFwKzFg4Jrl','order-jun-02-2026-0932-pm','','','2026-06-05 17:36:56','2026-06-05 17:36:56','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184392',0,'shop_order','',6),(184393,1,'2026-06-06 18:37:13','2026-06-06 18:37:13','','Order &ndash; June 6, 2026 @ 06:37 PM','','wc-completed','closed','closed','wc_order_XTP1XnutXbDZZ','order-jun-06-2026-0637-pm','','','2026-06-22 13:09:29','2026-06-22 13:09:29','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184393',0,'shop_order','',5),(184394,1,'2026-07-01 20:11:43','2026-07-01 20:11:43','','Order &ndash; July 1, 2026 @ 08:11 PM','','wc-completed','closed','closed','wc_order_ArYRHCp1zXWdg','order-jul-01-2026-0811-pm','','','2026-07-13 20:17:00','2026-07-13 20:17:00','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184394',0,'shop_order','',5),(184395,1,'2026-07-09 12:17:43','2026-07-09 12:17:43','','Order &ndash; July 9, 2026 @ 12:17 PM','','wc-completed','closed','closed','wc_order_sd7IWGlTNz49t','order-jul-09-2026-1217-pm','','','2026-07-13 20:18:15','2026-07-13 20:18:15','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184395',0,'shop_order','',6),(184396,1,'2026-07-13 15:47:09','2026-07-13 15:47:09','','Order &ndash; July 13, 2026 @ 03:47 PM','Please put attention to Jessie Foley\r\n\r\nIs it possible to ship 3 to OKC location?\r\n4001 North Classen Blvd, Suite 116\r\nOKC, OK 73118\r\n\r\nThe rest can come to Tulsa. Thank you! - Jessie','wc-completed','closed','closed','wc_order_Ii65gzSyPv4QB','order-jul-13-2026-0347-pm','','','2026-07-17 15:58:46','2026-07-17 15:58:46','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184396',0,'shop_order','',6),(184397,1,'2026-07-14 00:51:50','2026-07-14 00:51:50','','Order &ndash; July 14, 2026 @ 12:51 AM','','wc-completed','closed','closed','wc_order_fSui3Lh0tmIug','order-jul-14-2026-1251-am','','','2026-07-17 15:29:43','2026-07-17 15:29:43','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184397',0,'shop_order','',5),(184398,1,'2026-07-21 21:28:12','2026-07-21 21:28:12','','Order &ndash; July 21, 2026 @ 09:28 PM','','wc-completed','closed','closed','wc_order_czWhHvzQqFF0M','order-jul-21-2026-0928-pm','','','2026-07-24 14:18:11','2026-07-24 14:18:11','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184398',0,'shop_order','',4),(184399,1,'2026-07-23 18:25:29','2026-07-23 18:25:29','','Order &ndash; July 23, 2026 @ 06:25 PM','','wc-processing','closed','closed','wc_order_0YkozyBllFizr','order-jul-23-2026-0625-pm','','','2026-07-24 14:43:05','2026-07-24 14:43:05','',0,'https://clinicstore.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184399',0,'shop_order','',3);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_snippets`
--

DROP TABLE IF EXISTS `wp_snippets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_snippets` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` tinytext NOT NULL,
  `description` text NOT NULL,
  `code` longtext NOT NULL,
  `tags` longtext NOT NULL,
  `scope` varchar(15) NOT NULL DEFAULT 'global',
  `condition_id` bigint(20) NOT NULL DEFAULT 0,
  `priority` smallint(6) NOT NULL DEFAULT 10,
  `active` tinyint(1) NOT NULL DEFAULT 0,
  `modified` datetime NOT NULL DEFAULT current_timestamp(),
  `revision` bigint(20) NOT NULL DEFAULT 1,
  `cloud_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `scope` (`scope`),
  KEY `active` (`active`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_snippets`
--

LOCK TABLES `wp_snippets` WRITE;
/*!40000 ALTER TABLE `wp_snippets` DISABLE KEYS */;
INSERT INTO `wp_snippets` VALUES (1,'Make upload filenames lowercase','Makes sure that image and file uploads have lowercase filenames.\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','add_filter( \'sanitize_file_name\', \'mb_strtolower\' );','sample, media','global',0,10,-1,'2026-01-13 20:06:50',1,NULL),(2,'Disable admin bar','Turns off the WordPress admin bar for everyone except administrators.\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','add_action( \'wp\', function () {\n	if ( ! current_user_can( \'manage_options\' ) ) {\n		show_admin_bar( false );\n	}\n} );','sample, admin-bar','front-end',0,10,-1,'2026-01-13 20:06:50',1,NULL),(3,'Allow smilies','Allows smiley conversion in obscure places.\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','add_filter( \'widget_text\', \'convert_smilies\' );\nadd_filter( \'the_title\', \'convert_smilies\' );\nadd_filter( \'wp_title\', \'convert_smilies\' );\nadd_filter( \'get_bloginfo\', \'convert_smilies\' );','sample','global',0,10,-1,'2026-01-13 20:06:50',1,NULL),(4,'Current year','Shortcode for inserting the current year into a post or page..\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','<?php echo date( \'Y\' ); ?>','sample, dates','content',0,10,-1,'2026-01-13 20:06:50',1,NULL),(5,'Force Bill My Account to Pending Payment','','add_filter( \'woocommerce_default_order_status\', function( $status, $order ) {\n\n    // If no order was passed, bail safely.\n    if ( ! $order || ! is_object( $order ) ) {\n        return $status;\n    }\n\n    // Woo sometimes passes an order ID; convert if needed.\n    if ( is_numeric( $order ) ) {\n        $order = wc_get_order( (int) $order );\n        if ( ! $order ) {\n            return $status;\n        }\n    }\n\n    // Ensure we have a WC_Order.\n    if ( ! is_a( $order, \'WC_Order\' ) ) {\n        return $status;\n    }\n\n    // Only change for Check Payments (cheque).\n    if ( \'cheque\' === $order->get_payment_method() ) {\n        return \'pending\';\n    }\n\n    return $status;\n\n}, 10, 2 );\n','','global',0,10,-1,'2026-01-13 20:30:43',1,NULL);
/*!40000 ALTER TABLE `wp_snippets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (46,2,0),(46,32,0),(47,2,0),(47,32,0),(48,2,0),(48,32,0),(70,22,0),(112,26,0),(125,28,0),(126,28,0),(152,22,0),(184,29,0),(187,29,0),(515,34,0),(610,35,0),(611,35,0),(2234,34,0),(2521,34,0),(3576,26,0),(3580,29,0),(3587,36,0),(3601,37,0),(184158,26,0),(184192,2,0),(184192,38,0),(184194,2,0),(184194,38,0),(184196,2,0),(184196,38,0),(184198,2,0),(184198,38,0),(184199,2,0),(184199,38,0),(184201,2,0),(184201,38,0),(184209,29,0),(184216,28,0),(184226,39,0),(184322,28,0),(184341,26,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'product_type','',0,9),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,0),(16,16,'product_cat','',0,0),(17,17,'product_cat','',0,0),(18,18,'product_cat','',0,0),(19,19,'product_cat','',0,0),(20,20,'product_cat','',0,0),(21,21,'product_cat','',0,0),(22,22,'elementor_library_type','',0,1),(23,23,'product_cat','',0,0),(24,24,'product_cat','',0,0),(25,25,'product_cat','',0,0),(26,26,'elementor_library_type','',0,2),(27,27,'elementor_library_type','',0,0),(28,28,'nav_menu','',0,4),(29,29,'elementor_library_type','',0,1),(30,30,'product_shipping_class','Bulk Ordered Items',0,0),(31,31,'product_cat','',0,0),(32,32,'product_cat','',0,3),(33,33,'product_shipping_class','Non Bulk Products',0,0),(34,34,'shop_coupon_cat','',0,3),(35,35,'elementor_library_type','',0,1),(36,36,'elementor_library_type','',0,1),(37,37,'elementor_library_type','',0,1),(38,38,'product_cat','',0,6),(39,39,'wp_theme','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,15,'product_count_product_cat','0'),(2,16,'order','0'),(3,17,'order','0'),(4,18,'order','0'),(5,19,'order','0'),(6,20,'order','0'),(7,21,'order','0'),(8,16,'product_count_product_cat','0'),(9,17,'product_count_product_cat','0'),(10,18,'product_count_product_cat','0'),(11,19,'product_count_product_cat','0'),(12,20,'product_count_product_cat','0'),(13,21,'product_count_product_cat','0'),(14,23,'order','0'),(15,24,'order','0'),(16,23,'product_count_product_cat','0'),(17,24,'product_count_product_cat','0'),(18,25,'order','0'),(19,25,'product_count_product_cat','0'),(20,31,'order','0'),(21,32,'order','0'),(22,31,'product_count_product_cat','0'),(23,32,'product_count_product_cat','3'),(24,36,'group_of_quantity',''),(25,36,'minimum_allowed_quantity',''),(26,36,'maximum_allowed_quantity',''),(27,37,'group_of_quantity',''),(28,37,'minimum_allowed_quantity',''),(29,37,'maximum_allowed_quantity',''),(30,28,'group_of_quantity',''),(31,28,'minimum_allowed_quantity',''),(32,28,'maximum_allowed_quantity',''),(33,38,'order','0'),(34,38,'product_count_product_cat','6');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(16,'Active Rinse','active-rinse',0),(17,'Shampoo &amp; Conditioner','shampoo-conditioner',0),(18,'Lice Combs &amp; Accessories','lice-combs-accessories',0),(19,'Hair Product','hair-product',0),(20,'Lice Prevention Kits','lice-prevention-kits',0),(21,'Lice Removal','lice-removal',0),(22,'product','product',0),(23,'Lice Treatment Products','lice-treatment-products',0),(24,'Lice Prevention Products','lice-prevention-products',0),(25,'Clinic Supplies','clinic-supplies',0),(26,'header','header',0),(27,'product-archive','product-archive',0),(28,'Main Menu','main-menu',0),(29,'footer','footer',0),(30,'Bulk Order Items','bulk',0),(31,'Ginesis','ginesis',0),(32,'LCA','lca',0),(33,'Standard Stock Items','stock',0),(34,'Uncategorized','uncategorized',0),(35,'popup','popup',0),(36,'container','container',0),(37,'section','section',0),(38,'AirAllé','airalle',0),(39,'hello-elementor','hello-elementor',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=17072 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','lcaportalstore'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','modern'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"98.201.40.0\";}'),(19,2,'nickname','lcaadmin'),(20,2,'first_name','Brice'),(21,2,'last_name','Blackerby'),(22,2,'description',''),(23,2,'rich_editing','true'),(24,2,'syntax_highlighting','true'),(25,2,'comment_shortcuts','false'),(26,2,'admin_color','modern'),(27,2,'use_ssl','0'),(28,2,'show_admin_bar_front','true'),(29,2,'locale',''),(30,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(31,2,'wp_user_level','10'),(32,2,'dismissed_wp_pointers','theme_editor_notice,mw_wc_qbo_syncqb_online_sync'),(34,2,'wp_dashboard_quick_press_last_post_id','184305'),(35,2,'community-events-location','a:1:{s:2:\"ip\";s:13:\"169.224.199.0\";}'),(36,2,'wp_elementor_connect_common_data','a:0:{}'),(37,2,'wp_user-settings','libraryContent=browse&editor=tinymce'),(38,2,'wp_user-settings-time','1761067993'),(39,2,'_woocommerce_tracks_anon_id','woo:zLf8wYOpcDBj5QiuDI4NZrYc'),(40,2,'last_update','1775070707'),(42,2,'wc_last_active','1785186403'),(46,2,'wp_woocommerce_product_import_mapping','a:39:{i:0;s:2:\"id\";i:1;s:4:\"type\";i:2;s:3:\"sku\";i:3;s:4:\"name\";i:4;s:9:\"published\";i:5;s:8:\"featured\";i:6;s:18:\"catalog_visibility\";i:7;s:17:\"short_description\";i:8;s:11:\"description\";i:9;s:17:\"date_on_sale_from\";i:10;s:15:\"date_on_sale_to\";i:11;s:10:\"tax_status\";i:12;s:9:\"tax_class\";i:13;s:12:\"stock_status\";i:14;s:14:\"stock_quantity\";i:15;s:16:\"low_stock_amount\";i:16;s:10:\"backorders\";i:17;s:17:\"sold_individually\";i:18;s:6:\"weight\";i:19;s:6:\"length\";i:20;s:5:\"width\";i:21;s:6:\"height\";i:22;s:15:\"reviews_allowed\";i:23;s:13:\"purchase_note\";i:24;s:10:\"sale_price\";i:25;s:13:\"regular_price\";i:26;s:12:\"category_ids\";i:27;s:7:\"tag_ids\";i:28;s:17:\"shipping_class_id\";i:29;s:6:\"images\";i:30;s:14:\"download_limit\";i:31;s:15:\"download_expiry\";i:32;s:9:\"parent_id\";i:33;s:16:\"grouped_products\";i:34;s:10:\"upsell_ids\";i:35;s:14:\"cross_sell_ids\";i:36;s:11:\"product_url\";i:37;s:11:\"button_text\";i:38;s:10:\"menu_order\";}'),(47,2,'wp_product_import_error_log','a:0:{}'),(49,2,'meta-box-order_product','a:3:{s:4:\"side\";s:108:\"submitdiv,product_catdiv,tagsdiv-product_tag,astra_settings_meta_box,postimagediv,woocommerce-product-images\";s:6:\"normal\";s:95:\"woocommerce-product-data,wc-memberships-product-memberships-data,postexcerpt,postcustom,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(50,2,'screen_layout_product','2'),(52,2,'edit_product_per_page','100'),(54,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(55,2,'metaboxhidden_nav-menus','a:7:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:21:\"add-post-type-product\";i:2;s:33:\"add-post-type-astra-advanced-hook\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:15:\"add-product_cat\";i:6;s:15:\"add-product_tag\";}'),(59,2,'woocommerce_admin_task_list_tracked_started_tasks','{\"tax\":1}'),(61,2,'_wc_memberships_show_admin_restricted_content_notice','no'),(62,2,'nav_menu_recently_edited','28'),(64,2,'_wc_memberships_hidden_profile_field_columns','a:0:{}'),(70,2,'theme-min-version-notice-min-ver','4.11.8'),(71,2,'_wc_plugin_framework_memberships_dismissed_messages','a:4:{s:23:\"membership-plan-created\";b:1;s:23:\"user-membership-created\";b:1;s:20:\"wc_memberships_setup\";b:1;s:40:\"wc-memberships-members-directory-enabled\";b:1;}'),(73,2,'billing_first_name','Brice'),(74,2,'billing_last_name','Blackerby'),(75,2,'billing_address_1','806 Friars Lane'),(76,2,'billing_city','Baytown'),(77,2,'billing_state','TX'),(78,2,'billing_postcode','77521'),(79,2,'billing_country','US'),(80,2,'billing_email','bblackerby424@gmail.com'),(81,2,'billing_phone','8325603726'),(82,2,'shipping_first_name','Brice'),(83,2,'shipping_last_name','Blackerby'),(84,2,'shipping_address_1','806 Friars Lane'),(85,2,'shipping_city','Baytown'),(86,2,'shipping_state','TX'),(87,2,'shipping_postcode','77521'),(88,2,'shipping_country','US'),(89,2,'shipping_method',''),(92,2,'paying_customer','1'),(102,3,'nickname','lca_mckinney'),(103,3,'first_name','Amanda'),(104,3,'last_name','Westerman'),(105,3,'description',''),(106,3,'rich_editing','true'),(107,3,'syntax_highlighting','true'),(108,3,'comment_shortcuts','false'),(109,3,'admin_color','modern'),(110,3,'use_ssl','0'),(111,3,'show_admin_bar_front','true'),(112,3,'locale',''),(113,3,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(114,3,'wp_user_level','0'),(115,3,'dismissed_wp_pointers',''),(116,3,'last_update','1783599463'),(117,4,'nickname','lca_slc'),(118,4,'first_name','Harley'),(119,4,'last_name','Ruelle'),(120,4,'description',''),(121,4,'rich_editing','true'),(122,4,'syntax_highlighting','true'),(123,4,'comment_shortcuts','false'),(124,4,'admin_color','modern'),(125,4,'use_ssl','0'),(126,4,'show_admin_bar_front','true'),(127,4,'locale',''),(128,4,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(129,4,'wp_user_level','0'),(130,4,'dismissed_wp_pointers',''),(131,4,'last_update','1784669292'),(134,4,'billing_first_name','Lice Clinic'),(135,4,'billing_last_name','Salt Lake City'),(136,4,'billing_company','Larada Sciences (LCA)'),(137,4,'billing_address_1','4873 South State St.'),(138,4,'billing_address_2',''),(139,4,'billing_city','Murray'),(140,4,'billing_postcode','84107'),(141,4,'billing_country','US'),(142,4,'billing_state','UT'),(143,4,'billing_phone','8019197428'),(144,4,'billing_email','info@slc.liceclinicsofamerica.com'),(145,4,'shipping_first_name','Lice Clinic'),(146,4,'shipping_last_name','Salt Lake City'),(147,4,'shipping_company','Larada Sciences (LCA)'),(148,4,'shipping_address_1','4873 South State St.'),(149,4,'shipping_address_2',''),(150,4,'shipping_city','Murray'),(151,4,'shipping_postcode','84107'),(152,4,'shipping_country','US'),(153,4,'shipping_state','UT'),(154,5,'nickname','lca_northwest'),(155,5,'first_name','Mark'),(156,5,'last_name','Meyer'),(157,5,'description',''),(158,5,'rich_editing','true'),(159,5,'syntax_highlighting','true'),(160,5,'comment_shortcuts','false'),(161,5,'admin_color','modern'),(162,5,'use_ssl','0'),(163,5,'show_admin_bar_front','true'),(164,5,'locale',''),(165,5,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(166,5,'wp_user_level','0'),(167,5,'dismissed_wp_pointers',''),(168,5,'last_update','1758213088'),(175,5,'wc_last_active','1775080815'),(178,5,'billing_first_name','Mark'),(179,5,'billing_last_name','Meyer'),(180,5,'billing_company','lice clinics of america- portland'),(181,5,'billing_address_1','5201 SW Westgate Dr suite 106'),(182,5,'billing_address_2','Suite 106'),(183,5,'billing_city','portland'),(184,5,'billing_state','OR'),(185,5,'billing_postcode','97221'),(186,5,'billing_country','US'),(187,5,'billing_email','noemi.and.mark@nwliceclinics.com'),(188,5,'billing_phone','15038012848'),(191,5,'shipping_first_name','Becky'),(192,5,'shipping_last_name','Williams'),(193,5,'shipping_company','lice clinics of america- Tacoma'),(194,5,'shipping_address_1','1018 139th St E'),(195,5,'shipping_address_2',''),(196,5,'shipping_city','Tacoma'),(197,5,'shipping_state','WA'),(198,5,'shipping_postcode','98445'),(199,5,'shipping_country','US'),(200,5,'thwma_custom_address','a:4:{s:8:\"shipping\";a:8:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Becky\";s:18:\"shipping_last_name\";s:8:\"Williams\";s:16:\"shipping_company\";s:31:\"lice clinics of america- Tacoma\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1018 139th St E\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Tacoma\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98445\";s:16:\"shipping_heading\";a:8:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:33:\"lice clinics of america- portland\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:29:\"5201 SW Westgate Dr suite 106\";s:18:\"shipping_address_2\";s:3:\"106\";s:13:\"shipping_city\";s:8:\"portland\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97221\";s:16:\"shipping_heading\";a:8:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:27:\"1444 NW College Way Suite 6\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97703\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:9:\"LCA Salem\";s:18:\"shipping_address_1\";s:19:\"3601 Macleay Ave NE\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Salem\";s:17:\"shipping_postcode\";s:5:\"97317\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"OR\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:6:\"Clinic\";s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"1444 NW College Way\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97703\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Clackamas\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:26:\"16058 Southeast 82nd Drive\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Clackamas\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97015\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:12:\"LCA Portland\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:29:\"5201 Southwest Westgate Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 106\";s:13:\"shipping_city\";s:8:\"Portland\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97221\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Vancouver\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:36:\"11818 Southeast Mill Plain Boulevard\";s:18:\"shipping_address_2\";s:9:\"Suite 407\";s:13:\"shipping_city\";s:9:\"Vancouver\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98684\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:11:\"Brandi Home\";s:19:\"shipping_first_name\";s:6:\"Brandi\";s:18:\"shipping_last_name\";s:5:\"Cuneo\";s:16:\"shipping_company\";s:11:\"LCA - Salem\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"765 S Grice Loop\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Jefferson\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97352\";}s:9:\"address_7\";a:10:{s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:27:\"1444 NW College Way Suite 6\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97003\";s:16:\"shipping_heading\";s:0:\"\";}}}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:9:\"LCA Salem\";s:18:\"shipping_address_1\";s:19:\"3601 Macleay Ave NE\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Salem\";s:17:\"shipping_postcode\";s:5:\"97317\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"OR\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:6:\"Clinic\";s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"1444 NW College Way\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97703\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Clackamas\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:26:\"16058 Southeast 82nd Drive\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Clackamas\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97015\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:12:\"LCA Portland\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:29:\"5201 Southwest Westgate Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 106\";s:13:\"shipping_city\";s:8:\"Portland\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97221\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Vancouver\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:36:\"11818 Southeast Mill Plain Boulevard\";s:18:\"shipping_address_2\";s:9:\"Suite 407\";s:13:\"shipping_city\";s:9:\"Vancouver\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98684\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:11:\"Brandi Home\";s:19:\"shipping_first_name\";s:6:\"Brandi\";s:18:\"shipping_last_name\";s:5:\"Cuneo\";s:16:\"shipping_company\";s:11:\"LCA - Salem\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"765 S Grice Loop\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Jefferson\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97352\";}s:9:\"address_7\";a:10:{s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:27:\"1444 NW College Way Suite 6\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97003\";s:16:\"shipping_heading\";s:0:\"\";}}}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:9:\"LCA Salem\";s:18:\"shipping_address_1\";s:19:\"3601 Macleay Ave NE\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Salem\";s:17:\"shipping_postcode\";s:5:\"97317\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"OR\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:6:\"Clinic\";s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"1444 NW College Way\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97703\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Clackamas\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:26:\"16058 Southeast 82nd Drive\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Clackamas\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97015\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:12:\"LCA Portland\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:29:\"5201 Southwest Westgate Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 106\";s:13:\"shipping_city\";s:8:\"Portland\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97221\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Vancouver\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:36:\"11818 Southeast Mill Plain Boulevard\";s:18:\"shipping_address_2\";s:9:\"Suite 407\";s:13:\"shipping_city\";s:9:\"Vancouver\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98684\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:11:\"Brandi Home\";s:19:\"shipping_first_name\";s:6:\"Brandi\";s:18:\"shipping_last_name\";s:5:\"Cuneo\";s:16:\"shipping_company\";s:11:\"LCA - Salem\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"765 S Grice Loop\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Jefferson\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97352\";}s:9:\"address_7\";a:10:{s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:27:\"1444 NW College Way Suite 6\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97003\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_0\";s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:4:\"Mark\";s:17:\"billing_last_name\";s:5:\"Meyer\";s:15:\"billing_company\";s:33:\"lice clinics of america- portland\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:29:\"5201 SW Westgate Dr suite 106\";s:17:\"billing_address_2\";s:9:\"Suite 106\";s:12:\"billing_city\";s:8:\"portland\";s:13:\"billing_state\";s:2:\"OR\";s:16:\"billing_postcode\";s:5:\"97221\";s:13:\"billing_phone\";s:11:\"15038012848\";s:13:\"billing_email\";s:32:\"noemi.and.mark@nwliceclinics.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:11:{s:18:\"billing_first_name\";s:4:\"Mark\";s:17:\"billing_last_name\";s:5:\"Meyer\";s:15:\"billing_company\";s:13:\"LCA Northwest\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:12:\"PO Box 25829\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:8:\"Portland\";s:13:\"billing_state\";s:2:\"OR\";s:16:\"billing_postcode\";s:5:\"97298\";s:13:\"billing_phone\";s:10:\"5037244204\";s:13:\"billing_email\";s:22:\"mark@nwliceclinics.com\";}}s:15:\"default_billing\";s:9:\"address_0\";}'),(201,5,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(210,3,'thwma_custom_address','a:4:{s:8:\"shipping\";a:7:{s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:6:\"Amanda\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:32:\"Lice Clinics of America McKinney\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"3120 Hudson Crossing\";s:18:\"shipping_address_2\";s:8:\"Suite A2\";s:13:\"shipping_city\";s:8:\"MCKINNEY\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75070\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_3\";a:10:{s:19:\"shipping_first_name\";s:6:\"amanda\";s:18:\"shipping_last_name\";s:9:\"westerman\";s:16:\"shipping_company\";s:32:\"Lice Clinics of America McKinney\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"3120 HUDSON XING\";s:18:\"shipping_address_2\";s:8:\"Suite A2\";s:13:\"shipping_city\";s:8:\"MCKINNEY\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75070\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:6:\"Amanda\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:32:\"Lice Clinics of America- Addison\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"4002 BELT LINE RD\";s:18:\"shipping_address_2\";s:7:\"STE 140\";s:13:\"shipping_city\";s:7:\"Addison\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75001\";}s:9:\"address_5\";a:10:{s:19:\"shipping_first_name\";s:6:\"AMANDA\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1709 Damian Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Richardson\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75081\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_6\";a:10:{s:19:\"shipping_first_name\";s:6:\"AMANDA\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1709 Damian Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Richardson\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75081\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_7\";a:10:{s:19:\"shipping_first_name\";s:6:\"AMANDA\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1709 Damian Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Richardson\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75081\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_8\";a:10:{s:19:\"shipping_first_name\";s:6:\"AMANDA\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1709 Damian Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Richardson\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75081\";s:16:\"shipping_heading\";s:0:\"\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:6:\"amanda\";s:17:\"billing_last_name\";s:9:\"westerman\";s:15:\"billing_company\";s:30:\"Lice Clinics of America Dallas\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:16:\"3120 HUDSON XING\";s:17:\"billing_address_2\";s:8:\"Suite A2\";s:12:\"billing_city\";s:8:\"MCKINNEY\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"75070\";s:13:\"billing_phone\";s:11:\"12144175741\";s:13:\"billing_email\";s:24:\"awesterman1103@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:15:\"billing_heading\";s:0:\"\";s:18:\"billing_first_name\";s:6:\"Amanda\";s:17:\"billing_last_name\";s:9:\"Westerman\";s:15:\"billing_company\";s:31:\"Lice Clinics of America-Addison\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:17:\"4002 BELT LINE RD\";s:17:\"billing_address_2\";s:7:\"STE 140\";s:12:\"billing_city\";s:7:\"Addison\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"75001\";s:13:\"billing_phone\";s:12:\"214-417-5741\";s:13:\"billing_email\";s:24:\"awesterman1103@gmail.com\";}}s:15:\"default_billing\";s:9:\"address_0\";s:16:\"default_shipping\";s:9:\"address_3\";}'),(213,3,'billing_first_name','amanda'),(214,3,'billing_last_name','westerman'),(215,3,'billing_company','Lice Clinics of America Dallas'),(216,3,'billing_address_1','3120 HUDSON XING'),(217,3,'billing_address_2','Suite A2'),(218,3,'billing_city','MCKINNEY'),(219,3,'billing_postcode','75070'),(220,3,'billing_country','US'),(221,3,'billing_state','TX'),(222,3,'billing_phone','12144175741'),(223,3,'billing_email','awesterman1103@gmail.com'),(224,3,'shipping_first_name','amanda'),(225,3,'shipping_last_name','westerman'),(226,3,'shipping_company','Lice Clinics of America McKinney'),(227,3,'shipping_address_1','1709 Damian Way'),(228,3,'shipping_address_2',''),(229,3,'shipping_city','Richardson'),(230,3,'shipping_postcode','75081'),(231,3,'shipping_country','US'),(232,3,'shipping_state','TX'),(235,6,'nickname','lca_modesto'),(236,6,'first_name','Amira'),(237,6,'last_name','Purto'),(238,6,'description',''),(239,6,'rich_editing','true'),(240,6,'syntax_highlighting','true'),(241,6,'comment_shortcuts','false'),(242,6,'admin_color','modern'),(243,6,'use_ssl','0'),(244,6,'show_admin_bar_front','true'),(245,6,'locale',''),(246,6,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(247,6,'wp_user_level','0'),(248,6,'dismissed_wp_pointers',''),(249,6,'last_update','1756257389'),(250,6,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:5:\"Amira\";s:18:\"shipping_last_name\";s:5:\"Purto\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"2520 Chandon Circle\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Modesto\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"95355\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Amira\";s:18:\"shipping_last_name\";s:5:\"Purto\";s:16:\"shipping_company\";s:11:\"LCA Modesto\";s:18:\"shipping_address_1\";s:15:\"937 Coffee Road\";s:18:\"shipping_address_2\";s:9:\"Suite 800\";s:13:\"shipping_city\";s:7:\"Modesto\";s:17:\"shipping_postcode\";s:5:\"95355\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Amira\";s:18:\"shipping_last_name\";s:5:\"Purto\";s:16:\"shipping_company\";s:12:\"LCA Stockton\";s:18:\"shipping_address_1\";s:20:\"1625 West March Lane\";s:18:\"shipping_address_2\";s:9:\"Suite 202\";s:13:\"shipping_city\";s:8:\"Stockton\";s:17:\"shipping_postcode\";s:5:\"95207\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}s:16:\"default_shipping\";s:9:\"address_1\";}'),(253,6,'billing_first_name','Amira'),(254,6,'billing_last_name','Purto'),(255,6,'billing_company',''),(256,6,'billing_address_1','2520 Chandon Circle'),(257,6,'billing_address_2',''),(258,6,'billing_city','Modesto'),(259,6,'billing_postcode','95355'),(260,6,'billing_country','US'),(261,6,'billing_state','CA'),(262,6,'billing_phone','2096422061'),(263,6,'billing_email','amira77@sbcglobal.net'),(264,6,'shipping_first_name','Amira'),(265,6,'shipping_last_name','Purto'),(266,6,'shipping_company',''),(267,6,'shipping_address_1','2520 Chandon Circle'),(268,6,'shipping_address_2',''),(269,6,'shipping_city','Modesto'),(270,6,'shipping_postcode','95355'),(271,6,'shipping_country','US'),(272,6,'shipping_state','CA'),(273,7,'nickname','lca_gilroy'),(274,7,'first_name','Amy'),(275,7,'last_name','Allen'),(276,7,'description',''),(277,7,'rich_editing','true'),(278,7,'syntax_highlighting','true'),(279,7,'comment_shortcuts','false'),(280,7,'admin_color','modern'),(281,7,'use_ssl','0'),(282,7,'show_admin_bar_front','true'),(283,7,'locale',''),(284,7,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(285,7,'wp_user_level','0'),(286,7,'dismissed_wp_pointers',''),(287,7,'last_update','1780771033'),(290,7,'billing_first_name','Amy'),(291,7,'billing_last_name','Allen'),(292,7,'billing_company','Lice Clinics Of America'),(293,7,'billing_address_1','30 Hummingbird Court'),(294,7,'billing_address_2',''),(295,7,'billing_city','Hollister'),(296,7,'billing_postcode','95023'),(297,7,'billing_country','US'),(298,7,'billing_state','CA'),(299,7,'billing_phone','4085005537'),(300,7,'billing_email','lca.gilroy@gmail.com'),(301,7,'shipping_first_name','Amy'),(302,7,'shipping_last_name','Allen'),(303,7,'shipping_company','Lice Clinics Of America - Gilroy'),(304,7,'shipping_address_1','7680 Monterey St Ste 104'),(305,7,'shipping_address_2',''),(306,7,'shipping_city','Gilroy'),(307,7,'shipping_postcode','95020'),(308,7,'shipping_country','US'),(309,7,'shipping_state','CA'),(310,8,'nickname','lca_nitwits'),(311,8,'first_name','Barbara'),(312,8,'last_name','Frieden'),(313,8,'description',''),(314,8,'rich_editing','true'),(315,8,'syntax_highlighting','true'),(316,8,'comment_shortcuts','false'),(317,8,'admin_color','modern'),(318,8,'use_ssl','0'),(319,8,'show_admin_bar_front','true'),(320,8,'locale',''),(321,8,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(322,8,'wp_user_level','0'),(323,8,'dismissed_wp_pointers',''),(324,8,'last_update','1756736085'),(327,8,'billing_first_name','Amy'),(328,8,'billing_last_name','Sharp'),(329,8,'billing_company','Nit Wits'),(330,8,'billing_address_1','6002 Sweetbay Dr'),(331,8,'billing_address_2',''),(332,8,'billing_city','Crestwood'),(333,8,'billing_postcode','40014'),(334,8,'billing_country','US'),(335,8,'billing_state','KY'),(336,8,'billing_phone','15023109281'),(337,8,'billing_email','asharp@ht-school.org'),(338,8,'shipping_first_name','Amy'),(339,8,'shipping_last_name','Sharp'),(340,8,'shipping_company','LCA Nit Wits'),(341,8,'shipping_address_1','9302 New LaGrange Road'),(342,8,'shipping_address_2','Unit H'),(343,8,'shipping_city','Louisville'),(344,8,'shipping_postcode','40242'),(345,8,'shipping_country','US'),(346,8,'shipping_state','KY'),(347,9,'nickname','lca_medway'),(348,9,'first_name','Brenda'),(349,9,'last_name','Howard'),(350,9,'description',''),(351,9,'rich_editing','true'),(352,9,'syntax_highlighting','true'),(353,9,'comment_shortcuts','false'),(354,9,'admin_color','modern'),(355,9,'use_ssl','0'),(356,9,'show_admin_bar_front','true'),(357,9,'locale',''),(358,9,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(359,9,'wp_user_level','0'),(360,9,'dismissed_wp_pointers',''),(361,9,'last_update','1634852412'),(364,9,'billing_first_name','Brenda'),(365,9,'billing_last_name','Howard'),(366,9,'billing_company','Lice Clinics Medway'),(367,9,'billing_address_1','165 Main St'),(368,9,'billing_address_2','Suite 111A'),(369,9,'billing_city','Medway'),(370,9,'billing_postcode','02053'),(371,9,'billing_country','US'),(372,9,'billing_state','MA'),(373,9,'billing_phone','15082926761'),(374,9,'billing_email','info@electricchecks.com'),(375,9,'shipping_first_name','Brenda'),(376,9,'shipping_last_name','Howard'),(377,9,'shipping_company','Lice Clinics Medway'),(378,9,'shipping_address_1','165 Main St'),(379,9,'shipping_address_2','Suite 111A'),(380,9,'shipping_city','Medway'),(381,9,'shipping_postcode','02053'),(382,9,'shipping_country','US'),(383,9,'shipping_state','MA'),(384,10,'nickname','lca_northseattle'),(385,10,'first_name','Chris'),(386,10,'last_name','Parker'),(387,10,'description',''),(388,10,'rich_editing','true'),(389,10,'syntax_highlighting','true'),(390,10,'comment_shortcuts','false'),(391,10,'admin_color','modern'),(392,10,'use_ssl','0'),(393,10,'show_admin_bar_front','true'),(394,10,'locale',''),(395,10,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(396,10,'wp_user_level','0'),(397,10,'dismissed_wp_pointers',''),(398,10,'last_update','1618596393'),(401,10,'billing_first_name','Chris'),(402,10,'billing_last_name','Parker'),(403,10,'billing_company',''),(404,10,'billing_address_1',''),(405,10,'billing_address_2',''),(406,10,'billing_city',''),(407,10,'billing_postcode',''),(408,10,'billing_country',''),(409,10,'billing_state',''),(410,10,'billing_phone',''),(411,10,'billing_email','info@liceclinicsnorthseattle.com'),(412,10,'shipping_first_name','Chris'),(413,10,'shipping_last_name','Parker'),(414,10,'shipping_company','LCA North Seattle'),(415,10,'shipping_address_1','10537 Greenwood Avenue N.'),(416,10,'shipping_address_2',''),(417,10,'shipping_city','Seattle'),(418,10,'shipping_postcode','98133'),(419,10,'shipping_country','US'),(420,10,'shipping_state','WA'),(421,11,'nickname','lca_bowlinggreen'),(422,11,'first_name','David'),(423,11,'last_name','Collett'),(424,11,'description',''),(425,11,'rich_editing','true'),(426,11,'syntax_highlighting','true'),(427,11,'comment_shortcuts','false'),(428,11,'admin_color','modern'),(429,11,'use_ssl','0'),(430,11,'show_admin_bar_front','true'),(431,11,'locale',''),(432,11,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(433,11,'wp_user_level','0'),(434,11,'dismissed_wp_pointers',''),(435,11,'last_update','1749826701'),(438,11,'billing_first_name','Tina'),(439,11,'billing_last_name','Hunt'),(440,11,'billing_company','Lice Clinics of America'),(441,11,'billing_address_1','830 Fairview Ave.'),(442,11,'billing_address_2','Suite A-4'),(443,11,'billing_city','Bowling Green'),(444,11,'billing_postcode','42101'),(445,11,'billing_country','US'),(446,11,'billing_state','KY'),(447,11,'billing_phone','2709996803'),(448,11,'billing_email','lcbgky12@gmail.com'),(449,11,'shipping_first_name','Tina'),(450,11,'shipping_last_name','Hunt'),(451,11,'shipping_company','LCBG, LLC'),(452,11,'shipping_address_1','830 Fairview Ave.'),(453,11,'shipping_address_2','Suite A-4'),(454,11,'shipping_city','Bowling Green'),(455,11,'shipping_postcode','42101'),(456,11,'shipping_country','US'),(457,11,'shipping_state','KY'),(458,12,'nickname','lca_arnold'),(459,12,'first_name','Eric'),(460,12,'last_name','Kluempers'),(461,12,'description',''),(462,12,'rich_editing','true'),(463,12,'syntax_highlighting','true'),(464,12,'comment_shortcuts','false'),(465,12,'admin_color','modern'),(466,12,'use_ssl','0'),(467,12,'show_admin_bar_front','true'),(468,12,'locale',''),(469,12,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(470,12,'wp_user_level','0'),(471,12,'dismissed_wp_pointers',''),(472,12,'last_update','1618596764'),(475,12,'billing_first_name','Eric'),(476,12,'billing_last_name','Kluempers'),(477,12,'billing_company',''),(478,12,'billing_address_1',''),(479,12,'billing_address_2',''),(480,12,'billing_city',''),(481,12,'billing_postcode',''),(482,12,'billing_country',''),(483,12,'billing_state',''),(484,12,'billing_phone',''),(485,12,'billing_email','info@liceclinicsarnold.com'),(486,12,'shipping_first_name','Eric'),(487,12,'shipping_last_name','Kluempers'),(488,12,'shipping_company','LCA Arnold'),(489,12,'shipping_address_1','39 Fox Valley'),(490,12,'shipping_address_2',''),(491,12,'shipping_city','Arnold'),(492,12,'shipping_postcode','63010'),(493,12,'shipping_country','US'),(494,12,'shipping_state','MO'),(495,13,'nickname','lca_tucson'),(496,13,'first_name','Erich'),(497,13,'last_name','Deines'),(498,13,'description',''),(499,13,'rich_editing','true'),(500,13,'syntax_highlighting','true'),(501,13,'comment_shortcuts','false'),(502,13,'admin_color','modern'),(503,13,'use_ssl','0'),(504,13,'show_admin_bar_front','true'),(505,13,'locale',''),(506,13,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(507,13,'wp_user_level','0'),(508,13,'dismissed_wp_pointers',''),(509,13,'last_update','1639221373'),(512,13,'billing_first_name','Erich'),(513,13,'billing_last_name','Deines'),(514,13,'billing_company',''),(515,13,'billing_address_1','15801 S. 48th St'),(516,13,'billing_address_2','3110'),(517,13,'billing_city','Phoenix'),(518,13,'billing_postcode','85048'),(519,13,'billing_country','US'),(520,13,'billing_state','AZ'),(521,13,'billing_phone','8087280533'),(522,13,'billing_email','info@liceclinicstucson.com'),(523,13,'shipping_first_name','Erich'),(524,13,'shipping_last_name','Deines'),(525,13,'shipping_company','LCA Tucson'),(526,13,'shipping_address_1','5300 E. Erickson Drive'),(527,13,'shipping_address_2','Suite 104'),(528,13,'shipping_city','Tucson'),(529,13,'shipping_postcode','85712'),(530,13,'shipping_country','US'),(531,13,'shipping_state','AZ'),(532,14,'nickname','lca_charlottesville'),(533,14,'first_name','Gerry'),(534,14,'last_name','Wolburg'),(535,14,'description',''),(536,14,'rich_editing','true'),(537,14,'syntax_highlighting','true'),(538,14,'comment_shortcuts','false'),(539,14,'admin_color','modern'),(540,14,'use_ssl','0'),(541,14,'show_admin_bar_front','true'),(542,14,'locale',''),(543,14,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(544,14,'wp_user_level','0'),(545,14,'dismissed_wp_pointers',''),(546,14,'last_update','1618597403'),(549,14,'billing_first_name','Gerry'),(550,14,'billing_last_name','Wolburg'),(551,14,'billing_company',''),(552,14,'billing_address_1',''),(553,14,'billing_address_2',''),(554,14,'billing_city',''),(555,14,'billing_postcode',''),(556,14,'billing_country',''),(557,14,'billing_state',''),(558,14,'billing_phone',''),(559,14,'billing_email','info@liceclinicscharlottesville.com'),(560,14,'shipping_first_name','Gerry'),(561,14,'shipping_last_name','Wolburg'),(562,14,'shipping_company','LCA Charlottesville'),(563,14,'shipping_address_1','1110 East Market Street'),(564,14,'shipping_address_2','Suite 10K'),(565,14,'shipping_city','Charlottesville'),(566,14,'shipping_postcode','22902'),(567,14,'shipping_country','US'),(568,14,'shipping_state','VA'),(570,15,'nickname','lca_milwaukee'),(571,15,'first_name','Andrea'),(572,15,'last_name','Florsheim'),(573,15,'description',''),(574,15,'rich_editing','true'),(575,15,'syntax_highlighting','true'),(576,15,'comment_shortcuts','false'),(577,15,'admin_color','modern'),(578,15,'use_ssl','0'),(579,15,'show_admin_bar_front','true'),(580,15,'locale',''),(581,15,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(582,15,'wp_user_level','0'),(583,15,'dismissed_wp_pointers',''),(584,15,'last_update','1742573465'),(585,15,'thwma_custom_address','a:2:{s:8:\"shipping\";a:6:{s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:6:\"Andrea\";s:18:\"shipping_last_name\";s:9:\"Florsheim\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"124 N. Broadway\";s:18:\"shipping_address_2\";s:8:\"Suite L1\";s:13:\"shipping_city\";s:7:\"De Pere\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"54115\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:6:\"andrea\";s:18:\"shipping_last_name\";s:9:\"florsheim\";s:16:\"shipping_company\";s:12:\"LCA Waukesha\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:21:\"N4W22370 Bluemound Rd\";s:18:\"shipping_address_2\";s:9:\"Suite 203\";s:13:\"shipping_city\";s:8:\"Waukesha\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"53186\";s:16:\"shipping_heading\";s:15:\"Clinic Location\";}s:9:\"address_4\";a:10:{s:19:\"shipping_first_name\";s:6:\"Andrea\";s:18:\"shipping_last_name\";s:9:\"Florsheim\";s:16:\"shipping_company\";s:13:\"LCA Green Bay\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"124 N. Broadway\";s:18:\"shipping_address_2\";s:8:\"Suite L1\";s:13:\"shipping_city\";s:7:\"De Pere\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"54115\";s:16:\"shipping_heading\";s:15:\"Clinic Location\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:9:\"LCA Omaha\";s:18:\"shipping_address_1\";s:21:\"8424 West Center Road\";s:18:\"shipping_address_2\";s:9:\"Suite 212\";s:13:\"shipping_city\";s:5:\"Omaha\";s:17:\"shipping_postcode\";s:5:\"68124\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NE\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:10:\"LCA Racine\";s:18:\"shipping_address_1\";s:19:\"6216 Washington Ave\";s:18:\"shipping_address_2\";s:7:\"Suite B\";s:13:\"shipping_city\";s:12:\"Mt. Pleasant\";s:17:\"shipping_postcode\";s:5:\"53406\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WI\";}s:9:\"address_7\";a:10:{s:19:\"shipping_first_name\";s:6:\"Andrea\";s:18:\"shipping_last_name\";s:9:\"Florsheim\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"758 N. Broadway\";s:18:\"shipping_address_2\";s:8:\"APT 1204\";s:13:\"shipping_city\";s:9:\"Milwaukee\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"53202\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_1\";}'),(588,15,'billing_first_name','Andrea'),(589,15,'billing_last_name','Florsheim'),(590,15,'billing_company','Lice Clincs of America'),(591,15,'billing_address_1','777 n van buren st'),(592,15,'billing_address_2','APT 3402'),(593,15,'billing_city','Milwaukee'),(594,15,'billing_postcode','53202'),(595,15,'billing_country','US'),(596,15,'billing_state','WI'),(597,15,'billing_phone','4143354315'),(598,15,'billing_email','andrea@liceclinicscentral.com'),(599,15,'shipping_first_name','Andrea'),(600,15,'shipping_last_name','Florsheim'),(601,15,'shipping_company','LCA'),(602,15,'shipping_address_1','124 N. Broadway'),(603,15,'shipping_address_2','Suite L1'),(604,15,'shipping_city','De Pere'),(605,15,'shipping_postcode','54115'),(606,15,'shipping_country','US'),(607,15,'shipping_state','WI'),(623,17,'nickname','lca_northerniowa'),(624,17,'first_name','Bess'),(625,17,'last_name','Hayes'),(626,17,'description',''),(627,17,'rich_editing','true'),(628,17,'syntax_highlighting','true'),(629,17,'comment_shortcuts','false'),(630,17,'admin_color','modern'),(631,17,'use_ssl','0'),(632,17,'show_admin_bar_front','true'),(633,17,'locale',''),(634,17,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(635,17,'wp_user_level','0'),(636,17,'dismissed_wp_pointers',''),(637,17,'last_update','1647369391'),(638,17,'thwma_custom_address','a:2:{s:8:\"shipping\";a:2:{s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:4:\"Bess\";s:18:\"shipping_last_name\";s:5:\"Hayes\";s:16:\"shipping_company\";s:11:\"LCA Dubuque\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"7753 S. Westbrook Dr\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Dubuque\";s:14:\"shipping_state\";s:2:\"IA\";s:17:\"shipping_postcode\";s:5:\"52002\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Bess\";s:18:\"shipping_last_name\";s:5:\"Hayes\";s:16:\"shipping_company\";s:11:\"LCA Dubuque\";s:18:\"shipping_address_1\";s:16:\"2728 Asbury Road\";s:18:\"shipping_address_2\";s:9:\"Suite 650\";s:13:\"shipping_city\";s:7:\"Dubuque\";s:17:\"shipping_postcode\";s:5:\"52001\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"IA\";}}s:16:\"default_shipping\";s:9:\"address_1\";}'),(641,17,'billing_first_name','Bess'),(642,17,'billing_last_name','Hayes'),(643,17,'billing_company','LCA Des Moines'),(644,17,'billing_address_1','7753 S. Westbrook Dr'),(645,17,'billing_address_2',''),(646,17,'billing_city','Dubuque'),(647,17,'billing_postcode','52002'),(648,17,'billing_country','US'),(649,17,'billing_state','IA'),(650,17,'billing_phone','5635646764'),(651,17,'billing_email','info@liceclinicsnortherniowa.com'),(652,17,'shipping_first_name','Bess'),(653,17,'shipping_last_name','Hayes'),(654,17,'shipping_company','LCA Dubuque'),(655,17,'shipping_address_1','7753 S. Westbrook Dr'),(656,17,'shipping_address_2',''),(657,17,'shipping_city','Dubuque'),(658,17,'shipping_postcode','52002'),(659,17,'shipping_country','US'),(660,17,'shipping_state','IA'),(661,18,'nickname','lca_houston'),(662,18,'first_name','Jen'),(663,18,'last_name','Mortensen'),(664,18,'description',''),(665,18,'rich_editing','true'),(666,18,'syntax_highlighting','true'),(667,18,'comment_shortcuts','false'),(668,18,'admin_color','modern'),(669,18,'use_ssl','0'),(670,18,'show_admin_bar_front','true'),(671,18,'locale',''),(672,18,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(673,18,'wp_user_level','0'),(674,18,'dismissed_wp_pointers',''),(675,18,'last_update','1618758281'),(676,18,'thwma_custom_address','a:1:{s:8:\"shipping\";a:6:{s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:11:\"LCA Baytown\";s:18:\"shipping_address_1\";s:22:\"1600 James Bowie Drive\";s:18:\"shipping_address_2\";s:10:\"Suite D109\";s:13:\"shipping_city\";s:7:\"Baytown\";s:17:\"shipping_postcode\";s:5:\"77520\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:12:\"LCA Beaumont\";s:18:\"shipping_address_1\";s:18:\"6465 Calder Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 105\";s:13:\"shipping_city\";s:8:\"Beaumont\";s:17:\"shipping_postcode\";s:5:\"77707\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:11:\"LCA Cypress\";s:18:\"shipping_address_1\";s:22:\"11111 McCracken Circle\";s:18:\"shipping_address_2\";s:7:\"Suite E\";s:13:\"shipping_city\";s:7:\"Cypress\";s:17:\"shipping_postcode\";s:5:\"77429\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:12:\"LCA Kingwood\";s:18:\"shipping_address_1\";s:25:\"2330 Timber Shadows Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 102\";s:13:\"shipping_city\";s:8:\"Kingwood\";s:17:\"shipping_postcode\";s:5:\"77339\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:15:\"LCA The Heights\";s:18:\"shipping_address_1\";s:18:\"1924 W 18th Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Houston\";s:17:\"shipping_postcode\";s:5:\"77008\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:12:\"LCA Pearland\";s:18:\"shipping_address_1\";s:20:\"4420 Broadway Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Pearland\";s:17:\"shipping_postcode\";s:5:\"77581\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}}}'),(679,18,'billing_first_name','Jen'),(680,18,'billing_last_name','Mortensen'),(681,18,'billing_company',''),(682,18,'billing_address_1',''),(683,18,'billing_address_2',''),(684,18,'billing_city',''),(685,18,'billing_postcode',''),(686,18,'billing_country',''),(687,18,'billing_state',''),(688,18,'billing_phone',''),(689,18,'billing_email','info@liceclinicshouston.com'),(690,18,'shipping_first_name',''),(691,18,'shipping_last_name',''),(692,18,'shipping_company',''),(693,18,'shipping_address_1',''),(694,18,'shipping_address_2',''),(695,18,'shipping_city',''),(696,18,'shipping_postcode',''),(697,18,'shipping_country',''),(698,18,'shipping_state',''),(699,19,'nickname','lca_albuquerque'),(700,19,'first_name','Gretchen'),(701,19,'last_name','Collins'),(702,19,'description',''),(703,19,'rich_editing','true'),(704,19,'syntax_highlighting','true'),(705,19,'comment_shortcuts','false'),(706,19,'admin_color','modern'),(707,19,'use_ssl','0'),(708,19,'show_admin_bar_front','true'),(709,19,'locale',''),(710,19,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(711,19,'wp_user_level','0'),(712,19,'dismissed_wp_pointers',''),(713,19,'last_update','1618758534'),(716,19,'billing_first_name','Gretchen'),(717,19,'billing_last_name','Collins'),(718,19,'billing_company',''),(719,19,'billing_address_1',''),(720,19,'billing_address_2',''),(721,19,'billing_city',''),(722,19,'billing_postcode',''),(723,19,'billing_country',''),(724,19,'billing_state',''),(725,19,'billing_phone',''),(726,19,'billing_email','info@liceclinicsalbuquerque.com'),(727,19,'shipping_first_name','Gretchen'),(728,19,'shipping_last_name','Collins'),(729,19,'shipping_company','LCA Albuquerque'),(730,19,'shipping_address_1','6001 San Mateo Blvd. NE'),(731,19,'shipping_address_2','Suite E-1'),(732,19,'shipping_city','Albuquerque'),(733,19,'shipping_postcode','87109'),(734,19,'shipping_country','US'),(735,19,'shipping_state','NM'),(736,20,'nickname','lca_santaclarita'),(737,20,'first_name','Hasani'),(738,20,'last_name','Thompson'),(739,20,'description',''),(740,20,'rich_editing','true'),(741,20,'syntax_highlighting','true'),(742,20,'comment_shortcuts','false'),(743,20,'admin_color','modern'),(744,20,'use_ssl','0'),(745,20,'show_admin_bar_front','true'),(746,20,'locale',''),(747,20,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(748,20,'wp_user_level','0'),(749,20,'dismissed_wp_pointers',''),(750,20,'last_update','1756532776'),(753,20,'billing_first_name','Hasani'),(754,20,'billing_last_name','Thompson'),(755,20,'billing_company','Heat in Hair'),(756,20,'billing_address_1','12840 Riverside Dr'),(757,20,'billing_address_2','1D'),(758,20,'billing_city','North Hollywood'),(759,20,'billing_postcode','91607'),(760,20,'billing_country','US'),(761,20,'billing_state','CA'),(762,20,'billing_phone','6615850263'),(763,20,'billing_email','info@liceclinicssantaclarita.com'),(764,20,'shipping_first_name','Hasani'),(765,20,'shipping_last_name','Thompson'),(766,20,'shipping_company','Heat in Hair'),(767,20,'shipping_address_1','5145 Nightsky pl'),(768,20,'shipping_address_2',''),(769,20,'shipping_city','5145 nightsky pl'),(770,20,'shipping_postcode','93552'),(771,20,'shipping_country','US'),(772,20,'shipping_state','CA'),(773,21,'nickname','lca_littlerock'),(774,21,'first_name','Heidi'),(775,21,'last_name','Merritt'),(776,21,'description',''),(777,21,'rich_editing','true'),(778,21,'syntax_highlighting','true'),(779,21,'comment_shortcuts','false'),(780,21,'admin_color','modern'),(781,21,'use_ssl','0'),(782,21,'show_admin_bar_front','true'),(783,21,'locale',''),(784,21,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(785,21,'wp_user_level','0'),(786,21,'dismissed_wp_pointers',''),(787,21,'last_update','1748890226'),(790,21,'billing_first_name','LCA'),(791,21,'billing_last_name','Arkansas'),(792,21,'billing_company','LCA - Central Arkansas'),(793,21,'billing_address_1','1011 N. 2nd St., Ste. D'),(794,21,'billing_address_2',''),(795,21,'billing_city','Cabot'),(796,21,'billing_postcode','72023'),(797,21,'billing_country','US'),(798,21,'billing_state','AR'),(799,21,'billing_phone','15014249396'),(800,21,'billing_email','liceclinicslittlerock@gmail.com'),(801,21,'shipping_first_name','LCA'),(802,21,'shipping_last_name','Arkansas'),(803,21,'shipping_company','LCA - Central Arkansas'),(804,21,'shipping_address_1','1011 N. 2nd St., Ste. D'),(805,21,'shipping_address_2',''),(806,21,'shipping_city','Cabot'),(807,21,'shipping_postcode','72023'),(808,21,'shipping_country','US'),(809,21,'shipping_state','AR'),(810,22,'nickname','lca_disentangle'),(811,22,'first_name','Jaclyn'),(812,22,'last_name','O\'Connell'),(813,22,'description',''),(814,22,'rich_editing','true'),(815,22,'syntax_highlighting','true'),(816,22,'comment_shortcuts','false'),(817,22,'admin_color','modern'),(818,22,'use_ssl','0'),(819,22,'show_admin_bar_front','true'),(820,22,'locale',''),(821,22,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(822,22,'wp_user_level','0'),(823,22,'dismissed_wp_pointers',''),(824,22,'last_update','1631654882'),(827,22,'billing_first_name','Jaclyn'),(828,22,'billing_last_name','O\'Connell'),(829,22,'billing_company','Disentangle'),(830,22,'billing_address_1','11104 S. Kedzie'),(831,22,'billing_address_2',''),(832,22,'billing_city','Chicago'),(833,22,'billing_postcode','60655'),(834,22,'billing_country','US'),(835,22,'billing_state','IL'),(836,22,'billing_phone','773-507-0951'),(837,22,'billing_email','jpcarey84@gmail.com'),(838,22,'shipping_first_name','Jaclyn'),(839,22,'shipping_last_name','O\'Connell'),(840,22,'shipping_company','LCA Disentangle Lice - Chicago'),(841,22,'shipping_address_1','10354 S. Hamlin'),(842,22,'shipping_address_2',''),(843,22,'shipping_city','Chicago'),(844,22,'shipping_postcode','60655'),(845,22,'shipping_country','US'),(846,22,'shipping_state','IL'),(847,23,'nickname','lca_ssf'),(848,23,'first_name','Jacqueline'),(849,23,'last_name','Huynh'),(850,23,'description',''),(851,23,'rich_editing','true'),(852,23,'syntax_highlighting','true'),(853,23,'comment_shortcuts','false'),(854,23,'admin_color','modern'),(855,23,'use_ssl','0'),(856,23,'show_admin_bar_front','true'),(857,23,'locale',''),(858,23,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(859,23,'wp_user_level','0'),(860,23,'dismissed_wp_pointers',''),(861,23,'last_update','1783990310'),(862,24,'nickname','lca_lakecountry'),(863,24,'first_name','Jamie'),(864,24,'last_name','Jauregui'),(865,24,'description',''),(866,24,'rich_editing','true'),(867,24,'syntax_highlighting','true'),(868,24,'comment_shortcuts','false'),(869,24,'admin_color','modern'),(870,24,'use_ssl','0'),(871,24,'show_admin_bar_front','true'),(872,24,'locale',''),(873,24,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(874,24,'wp_user_level','0'),(875,24,'dismissed_wp_pointers',''),(876,24,'last_update','1618759869'),(879,24,'billing_first_name','Jamie'),(880,24,'billing_last_name','Jauregui'),(881,24,'billing_company',''),(882,24,'billing_address_1',''),(883,24,'billing_address_2',''),(884,24,'billing_city',''),(885,24,'billing_postcode',''),(886,24,'billing_country',''),(887,24,'billing_state',''),(888,24,'billing_phone',''),(889,24,'billing_email','info@liceclinicslakecountry.com'),(890,24,'shipping_first_name','Jamie'),(891,24,'shipping_last_name','Jauregui'),(892,24,'shipping_company','LCA Lake Country'),(893,24,'shipping_address_1','N27 W23957 Paul Rd'),(894,24,'shipping_address_2','Suite 205'),(895,24,'shipping_city','Pewaukee'),(896,24,'shipping_postcode','53072'),(897,24,'shipping_country','US'),(898,24,'shipping_state','WI'),(899,25,'nickname','lca_hattiesburg'),(900,25,'first_name','Jason'),(901,25,'last_name','McQueen'),(902,25,'description',''),(903,25,'rich_editing','true'),(904,25,'syntax_highlighting','true'),(905,25,'comment_shortcuts','false'),(906,25,'admin_color','modern'),(907,25,'use_ssl','0'),(908,25,'show_admin_bar_front','true'),(909,25,'locale',''),(910,25,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(911,25,'wp_user_level','0'),(912,25,'dismissed_wp_pointers',''),(913,25,'last_update','1697753511'),(916,25,'billing_first_name','Blaine'),(917,25,'billing_last_name','Tyrone'),(918,25,'billing_company',''),(919,25,'billing_address_1','529 N Main St'),(920,25,'billing_address_2',''),(921,25,'billing_city','Picayune'),(922,25,'billing_postcode','39466'),(923,25,'billing_country','US'),(924,25,'billing_state','MS'),(925,25,'billing_phone','6623227518'),(926,25,'billing_email','info@liceclinicssouthms.com'),(927,25,'shipping_first_name','Blaine'),(928,25,'shipping_last_name','Tyrone'),(929,25,'shipping_company',''),(930,25,'shipping_address_1','529 N Main St'),(931,25,'shipping_address_2',''),(932,25,'shipping_city','Picayune'),(933,25,'shipping_postcode','39466'),(934,25,'shipping_country','US'),(935,25,'shipping_state','MS'),(936,26,'nickname','lca_augusta'),(937,26,'first_name','Jennifer'),(938,26,'last_name','Crumrine'),(939,26,'description',''),(940,26,'rich_editing','true'),(941,26,'syntax_highlighting','true'),(942,26,'comment_shortcuts','false'),(943,26,'admin_color','modern'),(944,26,'use_ssl','0'),(945,26,'show_admin_bar_front','true'),(946,26,'locale',''),(947,26,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(948,26,'wp_user_level','0'),(949,26,'dismissed_wp_pointers',''),(950,26,'last_update','1708129685'),(953,26,'billing_first_name','Andrew'),(954,26,'billing_last_name','Crumrine'),(955,26,'billing_company',''),(956,26,'billing_address_1','3537 Stevens Way'),(957,26,'billing_address_2',''),(958,26,'billing_city','Augusta'),(959,26,'billing_postcode','30907'),(960,26,'billing_country','US'),(961,26,'billing_state','GA'),(962,26,'billing_phone','7063064588'),(963,26,'billing_email','augustagalice@gmail.com'),(964,26,'shipping_first_name','Andrew'),(965,26,'shipping_last_name','Crumrine'),(966,26,'shipping_company',''),(967,26,'shipping_address_1','3537 Stevens Way'),(968,26,'shipping_address_2',''),(969,26,'shipping_city','Augusta'),(970,26,'shipping_postcode','30907'),(971,26,'shipping_country','US'),(972,26,'shipping_state','GA'),(973,27,'nickname','lca_knoxville'),(974,27,'first_name','Jennifer'),(975,27,'last_name','Fribourg'),(976,27,'description',''),(977,27,'rich_editing','true'),(978,27,'syntax_highlighting','true'),(979,27,'comment_shortcuts','false'),(980,27,'admin_color','modern'),(981,27,'use_ssl','0'),(982,27,'show_admin_bar_front','true'),(983,27,'locale',''),(984,27,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(985,27,'wp_user_level','0'),(986,27,'dismissed_wp_pointers',''),(987,27,'last_update','1618760466'),(990,27,'billing_first_name','Jennifer'),(991,27,'billing_last_name','Fribourg'),(992,27,'billing_company',''),(993,27,'billing_address_1',''),(994,27,'billing_address_2',''),(995,27,'billing_city',''),(996,27,'billing_postcode',''),(997,27,'billing_country',''),(998,27,'billing_state',''),(999,27,'billing_phone',''),(1000,27,'billing_email','info@knoxvilleliceclinic.com'),(1001,27,'shipping_first_name','Jennifer'),(1002,27,'shipping_last_name','Fribourg'),(1003,27,'shipping_company','LCA Knoxville'),(1004,27,'shipping_address_1','4006 Sutherland Avenue'),(1005,27,'shipping_address_2',''),(1006,27,'shipping_city','Knoxville'),(1007,27,'shipping_postcode','37919'),(1008,27,'shipping_country','US'),(1009,27,'shipping_state','TN'),(1010,28,'nickname','lca_temecula'),(1011,28,'first_name','Kelli'),(1012,28,'last_name','Washington'),(1013,28,'description',''),(1014,28,'rich_editing','true'),(1015,28,'syntax_highlighting','true'),(1016,28,'comment_shortcuts','false'),(1017,28,'admin_color','modern'),(1018,28,'use_ssl','0'),(1019,28,'show_admin_bar_front','true'),(1020,28,'locale',''),(1021,28,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1022,28,'wp_user_level','0'),(1023,28,'dismissed_wp_pointers',''),(1024,28,'last_update','1720814526'),(1025,2,'users_per_page','200'),(1028,28,'billing_first_name','Kelli'),(1029,28,'billing_last_name','Washington'),(1030,28,'billing_company','Lice Clinics of America - Temecula'),(1031,28,'billing_address_1','2438 Bear Rock Gln.'),(1032,28,'billing_address_2',''),(1033,28,'billing_city','Escondido'),(1034,28,'billing_postcode','92026'),(1035,28,'billing_country','US'),(1036,28,'billing_state','CA'),(1037,28,'billing_phone','7606255580'),(1038,28,'billing_email','info@liceclinicstemecula.com'),(1039,28,'shipping_first_name','Kelli'),(1040,28,'shipping_last_name','Washington'),(1041,28,'shipping_company','Lice Clinics of America - Temecula'),(1042,28,'shipping_address_1','2438 Bear Rock Gln.'),(1043,28,'shipping_address_2',''),(1044,28,'shipping_city','Escondido'),(1045,28,'shipping_postcode','92026'),(1046,28,'shipping_country','US'),(1047,28,'shipping_state','CA'),(1048,29,'nickname','lca_lansdale'),(1049,29,'first_name','Kevin'),(1050,29,'last_name','Reilly'),(1051,29,'description',''),(1052,29,'rich_editing','true'),(1053,29,'syntax_highlighting','true'),(1054,29,'comment_shortcuts','false'),(1055,29,'admin_color','modern'),(1056,29,'use_ssl','0'),(1057,29,'show_admin_bar_front','true'),(1058,29,'locale',''),(1059,29,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1060,29,'wp_user_level','0'),(1061,29,'dismissed_wp_pointers',''),(1062,29,'last_update','1755385227'),(1065,29,'billing_first_name','Nicole'),(1066,29,'billing_last_name','Reilly'),(1067,29,'billing_company',''),(1068,29,'billing_address_1','5460 Richie Ct'),(1069,29,'billing_address_2',''),(1070,29,'billing_city','Pipersville'),(1071,29,'billing_postcode','18947'),(1072,29,'billing_country','US'),(1073,29,'billing_state','PA'),(1074,29,'billing_phone','2156941408'),(1075,29,'billing_email','info@liceclinicslansdale.com'),(1076,29,'shipping_first_name','Nicole'),(1077,29,'shipping_last_name','Reilly'),(1078,29,'shipping_company','LCA Lansdale'),(1079,29,'shipping_address_1','2131 North Broad Street'),(1080,29,'shipping_address_2','Suite 101'),(1081,29,'shipping_city','Lansdale'),(1082,29,'shipping_postcode','19446'),(1083,29,'shipping_country','US'),(1084,29,'shipping_state','PA'),(1085,30,'nickname','lca_bellingham'),(1086,30,'first_name','Trish'),(1087,30,'last_name','Tatro'),(1088,30,'description',''),(1089,30,'rich_editing','true'),(1090,30,'syntax_highlighting','true'),(1091,30,'comment_shortcuts','false'),(1092,30,'admin_color','modern'),(1093,30,'use_ssl','0'),(1094,30,'show_admin_bar_front','true'),(1095,30,'locale',''),(1096,30,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1097,30,'wp_user_level','0'),(1098,30,'dismissed_wp_pointers',''),(1099,30,'last_update','1618760967'),(1102,30,'billing_first_name','Trish'),(1103,30,'billing_last_name','Tatro'),(1104,30,'billing_company',''),(1105,30,'billing_address_1',''),(1106,30,'billing_address_2',''),(1107,30,'billing_city',''),(1108,30,'billing_postcode',''),(1109,30,'billing_country',''),(1110,30,'billing_state',''),(1111,30,'billing_phone',''),(1112,30,'billing_email','info@liceclinicsbellingham.com'),(1113,30,'shipping_first_name','Trish'),(1114,30,'shipping_last_name','Tatro'),(1115,30,'shipping_company','LCA Bellingham'),(1116,30,'shipping_address_1','4202 Meridian Street'),(1117,30,'shipping_address_2','Suite 200'),(1118,30,'shipping_city','Bellingham'),(1119,30,'shipping_postcode','98226'),(1120,30,'shipping_country','US'),(1121,30,'shipping_state','WA'),(1122,31,'nickname','lca_fortwalton'),(1123,31,'first_name','Lesley'),(1124,31,'last_name','Prince'),(1125,31,'description',''),(1126,31,'rich_editing','true'),(1127,31,'syntax_highlighting','true'),(1128,31,'comment_shortcuts','false'),(1129,31,'admin_color','modern'),(1130,31,'use_ssl','0'),(1131,31,'show_admin_bar_front','true'),(1132,31,'locale',''),(1133,31,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1134,31,'wp_user_level','0'),(1135,31,'dismissed_wp_pointers',''),(1136,31,'last_update','1638297163'),(1139,31,'billing_first_name','Lesley'),(1140,31,'billing_last_name','Prince'),(1141,31,'billing_company','LCA Emerald Coast'),(1142,31,'billing_address_1','128 Eglin Parkway SE'),(1143,31,'billing_address_2',''),(1144,31,'billing_city','Fort Walton Beach'),(1145,31,'billing_postcode','32548'),(1146,31,'billing_country','US'),(1147,31,'billing_state','FL'),(1148,31,'billing_phone','6018321465'),(1149,31,'billing_email','info@liceclinicsemeraldcoast.com'),(1150,31,'shipping_first_name','Lesley'),(1151,31,'shipping_last_name','Prince'),(1152,31,'shipping_company','LCA Fort Walton Beach'),(1153,31,'shipping_address_1','128 Eglin Pkwy SE'),(1154,31,'shipping_address_2',''),(1155,31,'shipping_city','Fort Walton Beach'),(1156,31,'shipping_postcode','32548'),(1157,31,'shipping_country','US'),(1158,31,'shipping_state','FL'),(1159,32,'nickname','lca_licebusters'),(1160,32,'first_name','Libby'),(1161,32,'last_name','Lutz'),(1162,32,'description',''),(1163,32,'rich_editing','true'),(1164,32,'syntax_highlighting','true'),(1165,32,'comment_shortcuts','false'),(1166,32,'admin_color','modern'),(1167,32,'use_ssl','0'),(1168,32,'show_admin_bar_front','true'),(1169,32,'locale',''),(1170,32,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1171,32,'wp_user_level','0'),(1172,32,'dismissed_wp_pointers',''),(1173,32,'last_update','1779293529'),(1176,32,'billing_first_name','Elizabeth'),(1177,32,'billing_last_name','Lutz'),(1178,32,'billing_company','LiceBusters St. Louis'),(1179,32,'billing_address_1','7923 Big Bend Blvd'),(1180,32,'billing_address_2',''),(1181,32,'billing_city','Webster Groves'),(1182,32,'billing_postcode','63119'),(1183,32,'billing_country','US'),(1184,32,'billing_state','MO'),(1185,32,'billing_phone','314-9739837'),(1186,32,'billing_email','help@licebusters-stl.com'),(1187,32,'shipping_first_name','Elizabeth'),(1188,32,'shipping_last_name','Lutz'),(1189,32,'shipping_company','LCA Lice Busters - St. Louis'),(1190,32,'shipping_address_1','7923 Big Bend Blvd.'),(1191,32,'shipping_address_2',''),(1192,32,'shipping_city','St. Louis'),(1193,32,'shipping_postcode','63119'),(1194,32,'shipping_country','US'),(1195,32,'shipping_state','MO'),(1196,33,'nickname','lca_lowell'),(1197,33,'first_name','Lynn'),(1198,33,'last_name','Smith'),(1199,33,'description',''),(1200,33,'rich_editing','true'),(1201,33,'syntax_highlighting','true'),(1202,33,'comment_shortcuts','false'),(1203,33,'admin_color','modern'),(1204,33,'use_ssl','0'),(1205,33,'show_admin_bar_front','true'),(1206,33,'locale',''),(1207,33,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1208,33,'wp_user_level','0'),(1209,33,'dismissed_wp_pointers',''),(1210,33,'last_update','1618761804'),(1211,34,'nickname','lca_reno'),(1212,34,'first_name','Margaret'),(1213,34,'last_name','Torres-Wilson'),(1214,34,'description',''),(1215,34,'rich_editing','true'),(1216,34,'syntax_highlighting','true'),(1217,34,'comment_shortcuts','false'),(1218,34,'admin_color','modern'),(1219,34,'use_ssl','0'),(1220,34,'show_admin_bar_front','true'),(1221,34,'locale',''),(1222,34,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1223,34,'wp_user_level','0'),(1224,34,'dismissed_wp_pointers',''),(1225,34,'last_update','1622482810'),(1228,34,'billing_first_name','Margaret'),(1229,34,'billing_last_name','Torres-Wilson'),(1230,34,'billing_company',''),(1231,34,'billing_address_1','1055 W Moana'),(1232,34,'billing_address_2',''),(1233,34,'billing_city','Reno'),(1234,34,'billing_postcode','89508'),(1235,34,'billing_country','US'),(1236,34,'billing_state','NV'),(1237,34,'billing_phone','(775)357-7523'),(1238,34,'billing_email','lcarenoshop@gmail.com'),(1239,34,'shipping_first_name','Margaret'),(1240,34,'shipping_last_name','Torres-Wilson'),(1241,34,'shipping_company',''),(1242,34,'shipping_address_1','3375 Becard lane'),(1243,34,'shipping_address_2',''),(1244,34,'shipping_city','Reno'),(1245,34,'shipping_postcode','89508'),(1246,34,'shipping_country','US'),(1247,34,'shipping_state','NV'),(1248,35,'nickname','lca_marietta'),(1249,35,'first_name','Mary'),(1250,35,'last_name','Hammock'),(1251,35,'description',''),(1252,35,'rich_editing','true'),(1253,35,'syntax_highlighting','true'),(1254,35,'comment_shortcuts','false'),(1255,35,'admin_color','modern'),(1256,35,'use_ssl','0'),(1257,35,'show_admin_bar_front','true'),(1258,35,'locale',''),(1259,35,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1260,35,'wp_user_level','0'),(1261,35,'dismissed_wp_pointers',''),(1262,35,'last_update','1618762182'),(1265,35,'billing_first_name','Mary'),(1266,35,'billing_last_name','Hammock'),(1267,35,'billing_company',''),(1268,35,'billing_address_1',''),(1269,35,'billing_address_2',''),(1270,35,'billing_city',''),(1271,35,'billing_postcode',''),(1272,35,'billing_country',''),(1273,35,'billing_state',''),(1274,35,'billing_phone',''),(1275,35,'billing_email','info@liceclinicsmarietta.com'),(1276,35,'shipping_first_name','Mary'),(1277,35,'shipping_last_name','Hammock'),(1278,35,'shipping_company','LCA Marietta'),(1279,35,'shipping_address_1','3911 Mary Eliza Trace'),(1280,35,'shipping_address_2','Suite 250'),(1281,35,'shipping_city','Marietta'),(1282,35,'shipping_postcode','30064'),(1283,35,'shipping_country','US'),(1284,35,'shipping_state','GA'),(1285,36,'nickname','lca_bakersfield'),(1286,36,'first_name','Melanie'),(1287,36,'last_name','Sherman'),(1288,36,'description',''),(1289,36,'rich_editing','true'),(1290,36,'syntax_highlighting','true'),(1291,36,'comment_shortcuts','false'),(1292,36,'admin_color','modern'),(1293,36,'use_ssl','0'),(1294,36,'show_admin_bar_front','true'),(1295,36,'locale',''),(1296,36,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1297,36,'wp_user_level','0'),(1298,36,'dismissed_wp_pointers',''),(1299,36,'last_update','1651524549'),(1300,37,'nickname','lca_fhc'),(1301,37,'first_name','Melody'),(1302,37,'last_name','Carter'),(1303,37,'description',''),(1304,37,'rich_editing','true'),(1305,37,'syntax_highlighting','true'),(1306,37,'comment_shortcuts','false'),(1307,37,'admin_color','modern'),(1308,37,'use_ssl','0'),(1309,37,'show_admin_bar_front','true'),(1310,37,'locale',''),(1311,37,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1312,37,'wp_user_level','0'),(1313,37,'dismissed_wp_pointers',''),(1314,37,'last_update','1739897585'),(1317,37,'billing_first_name','Marilou'),(1318,37,'billing_last_name','Vitale'),(1319,37,'billing_company','Family Hair Clinic of South Ga LLC'),(1320,37,'billing_address_1','4510 Timberbrook Trail'),(1321,37,'billing_address_2',''),(1322,37,'billing_city','Valdosta'),(1323,37,'billing_postcode','31602'),(1324,37,'billing_country','US'),(1325,37,'billing_state','GA'),(1326,37,'billing_phone','2294151748'),(1327,37,'billing_email','familyhairclinic@gmail.com'),(1328,37,'shipping_first_name','Marilou'),(1329,37,'shipping_last_name','Vitale'),(1330,37,'shipping_company','Family Hair Clinic of South Ga LLC'),(1331,37,'shipping_address_1','4510 Timberbrook Trail'),(1332,37,'shipping_address_2',''),(1333,37,'shipping_city','Valdosta'),(1334,37,'shipping_postcode','31602'),(1335,37,'shipping_country','US'),(1336,37,'shipping_state','GA'),(1339,36,'billing_first_name','Melanie'),(1340,36,'billing_last_name','Sherman'),(1341,36,'billing_company','Lice Clinics of Bakersfield'),(1342,36,'billing_address_1','2920 F ST'),(1343,36,'billing_address_2','G-9'),(1344,36,'billing_city','Bakersfield'),(1345,36,'billing_postcode','93301'),(1346,36,'billing_country','US'),(1347,36,'billing_state','CA'),(1348,36,'billing_phone','661-616-8900'),(1349,36,'billing_email','2920lca@gmail.com'),(1350,36,'shipping_first_name','Melanie'),(1351,36,'shipping_last_name','Sherman'),(1352,36,'shipping_company','Lice Clinics of Bakersfield'),(1353,36,'shipping_address_1','2920 F ST'),(1354,36,'shipping_address_2','G-9'),(1355,36,'shipping_city','Bakersfield'),(1356,36,'shipping_postcode','93301'),(1357,36,'shipping_country','US'),(1358,36,'shipping_state','CA'),(1359,38,'nickname','lca_northpitts'),(1360,38,'first_name','Michael'),(1361,38,'last_name','Mantia'),(1362,38,'description',''),(1363,38,'rich_editing','true'),(1364,38,'syntax_highlighting','true'),(1365,38,'comment_shortcuts','false'),(1366,38,'admin_color','modern'),(1367,38,'use_ssl','0'),(1368,38,'show_admin_bar_front','true'),(1369,38,'locale',''),(1370,38,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1371,38,'wp_user_level','0'),(1372,38,'dismissed_wp_pointers',''),(1373,38,'last_update','1704773219'),(1376,38,'billing_first_name','Tami'),(1377,38,'billing_last_name','Mantia'),(1378,38,'billing_company','Lice Solutions'),(1379,38,'billing_address_1','636 Ruby Trust Way'),(1380,38,'billing_address_2',''),(1381,38,'billing_city','Castle Rock'),(1382,38,'billing_postcode','80108'),(1383,38,'billing_country','US'),(1384,38,'billing_state','CO'),(1385,38,'billing_phone','3033196924'),(1386,38,'billing_email','tamimantia@gmail.com'),(1387,38,'shipping_first_name','Melissa'),(1388,38,'shipping_last_name','Mantia'),(1389,38,'shipping_company','LCA North Pittsburgh'),(1390,38,'shipping_address_1','2213 Temperance Drive'),(1391,38,'shipping_address_2',''),(1392,38,'shipping_city','Pittsburgh'),(1393,38,'shipping_postcode','15237'),(1394,38,'shipping_country','US'),(1395,38,'shipping_state','PA'),(1396,39,'nickname','lca_brightside'),(1397,39,'first_name','Patty'),(1398,39,'last_name','Ziegler'),(1399,39,'description',''),(1400,39,'rich_editing','true'),(1401,39,'syntax_highlighting','true'),(1402,39,'comment_shortcuts','false'),(1403,39,'admin_color','modern'),(1404,39,'use_ssl','0'),(1405,39,'show_admin_bar_front','true'),(1406,39,'locale',''),(1407,39,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1408,39,'wp_user_level','0'),(1409,39,'dismissed_wp_pointers',''),(1410,39,'last_update','1769101207'),(1413,39,'billing_first_name','Patty'),(1414,39,'billing_last_name','Ziegler'),(1415,39,'billing_company',''),(1416,39,'billing_address_1','3090 Saddle Brook Tr'),(1417,39,'billing_address_2',''),(1418,39,'billing_city','Sun Prairie'),(1419,39,'billing_postcode','53590'),(1420,39,'billing_country','US'),(1421,39,'billing_state','WI'),(1422,39,'billing_phone','6088258255'),(1423,39,'billing_email','liceremovalwisconsin@gmail.com'),(1424,39,'shipping_first_name','Patty'),(1425,39,'shipping_last_name','Ziegler'),(1426,39,'shipping_company',''),(1427,39,'shipping_address_1','3090 Saddle Brook Tr'),(1428,39,'shipping_address_2',''),(1429,39,'shipping_city','Sun Prairie'),(1430,39,'shipping_postcode','53590'),(1431,39,'shipping_country','US'),(1432,39,'shipping_state','WI'),(1433,40,'nickname','lca_kent'),(1434,40,'first_name','Paul'),(1435,40,'last_name','Cunningham'),(1436,40,'description',''),(1437,40,'rich_editing','true'),(1438,40,'syntax_highlighting','true'),(1439,40,'comment_shortcuts','false'),(1440,40,'admin_color','modern'),(1441,40,'use_ssl','0'),(1442,40,'show_admin_bar_front','true'),(1443,40,'locale',''),(1444,40,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1445,40,'wp_user_level','0'),(1446,40,'dismissed_wp_pointers',''),(1447,40,'last_update','1658350572'),(1450,40,'billing_first_name','PAUL'),(1451,40,'billing_last_name','Cunningham'),(1452,40,'billing_company',''),(1453,40,'billing_address_1','25606 180th AVE SE'),(1454,40,'billing_address_2',''),(1455,40,'billing_city','Covington'),(1456,40,'billing_postcode','98042'),(1457,40,'billing_country','US'),(1458,40,'billing_state','WA'),(1459,40,'billing_phone','2064128444'),(1460,40,'billing_email','cjp104@gmail.com'),(1461,40,'shipping_first_name','PAUL'),(1462,40,'shipping_last_name','Cunningham'),(1463,40,'shipping_company',''),(1464,40,'shipping_address_1','25606 180th AVE SE'),(1465,40,'shipping_address_2',''),(1466,40,'shipping_city','Covington'),(1467,40,'shipping_postcode','98042'),(1468,40,'shipping_country','US'),(1469,40,'shipping_state','WA'),(1470,41,'nickname','lca_stcloud'),(1471,41,'first_name','Rainya'),(1472,41,'last_name','Strack'),(1473,41,'description',''),(1474,41,'rich_editing','true'),(1475,41,'syntax_highlighting','true'),(1476,41,'comment_shortcuts','false'),(1477,41,'admin_color','modern'),(1478,41,'use_ssl','0'),(1479,41,'show_admin_bar_front','true'),(1480,41,'locale',''),(1481,41,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1482,41,'wp_user_level','0'),(1483,41,'dismissed_wp_pointers',''),(1484,41,'last_update','1630601890'),(1487,41,'billing_first_name','Rainya'),(1488,41,'billing_last_name','Strack'),(1489,41,'billing_company','Lice Clinic- St.Cloud'),(1490,41,'billing_address_1','509 5th St SW'),(1491,41,'billing_address_2',''),(1492,41,'billing_city','Little Falls'),(1493,41,'billing_postcode','56345'),(1494,41,'billing_country','US'),(1495,41,'billing_state','MN'),(1496,41,'billing_phone','+13204231652'),(1497,41,'billing_email','info@liceclinicstcloud.com'),(1498,41,'shipping_first_name','Rainya'),(1499,41,'shipping_last_name','Strack'),(1500,41,'shipping_company','LCA St. Cloud'),(1501,41,'shipping_address_1','509 Fifth St SW'),(1502,41,'shipping_address_2',''),(1503,41,'shipping_city','Little Falls'),(1504,41,'shipping_postcode','56345'),(1505,41,'shipping_country','US'),(1506,41,'shipping_state','MN'),(1507,42,'nickname','lca_sanluisobispo'),(1508,42,'first_name','Rose'),(1509,42,'last_name','Moore'),(1510,42,'description',''),(1511,42,'rich_editing','true'),(1512,42,'syntax_highlighting','true'),(1513,42,'comment_shortcuts','false'),(1514,42,'admin_color','modern'),(1515,42,'use_ssl','0'),(1516,42,'show_admin_bar_front','true'),(1517,42,'locale',''),(1518,42,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1519,42,'wp_user_level','0'),(1520,42,'dismissed_wp_pointers',''),(1521,42,'last_update','1618763282'),(1524,42,'billing_first_name','Rose'),(1525,42,'billing_last_name','Moore'),(1526,42,'billing_company',''),(1527,42,'billing_address_1',''),(1528,42,'billing_address_2',''),(1529,42,'billing_city',''),(1530,42,'billing_postcode',''),(1531,42,'billing_country',''),(1532,42,'billing_state',''),(1533,42,'billing_phone',''),(1534,42,'billing_email','info@liceclinicsanluisobispo.com'),(1535,42,'shipping_first_name','Rose'),(1536,42,'shipping_last_name','Moore'),(1537,42,'shipping_company','LCA San Luis Obispo'),(1538,42,'shipping_address_1','171 North 13th Street'),(1539,42,'shipping_address_2','Suite A'),(1540,42,'shipping_city','Grover Beach'),(1541,42,'shipping_postcode','93433'),(1542,42,'shipping_country','US'),(1543,42,'shipping_state','CA'),(1544,43,'nickname','lca_bonitasprings'),(1545,43,'first_name','Ryan'),(1546,43,'last_name','Nelson'),(1547,43,'description',''),(1548,43,'rich_editing','true'),(1549,43,'syntax_highlighting','true'),(1550,43,'comment_shortcuts','false'),(1551,43,'admin_color','modern'),(1552,43,'use_ssl','0'),(1553,43,'show_admin_bar_front','true'),(1554,43,'locale',''),(1555,43,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1556,43,'wp_user_level','0'),(1557,43,'dismissed_wp_pointers',''),(1558,43,'last_update','1736360852'),(1561,43,'billing_first_name','Ryan'),(1562,43,'billing_last_name','Nelson'),(1563,43,'billing_company',''),(1564,43,'billing_address_1','140 Flame Vine drive'),(1565,43,'billing_address_2',''),(1566,43,'billing_city','Naples'),(1567,43,'billing_postcode','34110'),(1568,43,'billing_country','US'),(1569,43,'billing_state','FL'),(1570,43,'billing_phone','2392810719'),(1571,43,'billing_email','Rjnelson73@gmail.com'),(1572,43,'shipping_first_name','Ryan'),(1573,43,'shipping_last_name','Nelson'),(1574,43,'shipping_company',''),(1575,43,'shipping_address_1','5800 Bonita Beach rd.'),(1576,43,'shipping_address_2','2805'),(1577,43,'shipping_city','Bonita Springs'),(1578,43,'shipping_postcode','34134'),(1579,43,'shipping_country','US'),(1580,43,'shipping_state','FL'),(1581,44,'nickname','lca_boise'),(1582,44,'first_name','SaLeah'),(1583,44,'last_name','Snelling'),(1584,44,'description',''),(1585,44,'rich_editing','true'),(1586,44,'syntax_highlighting','true'),(1587,44,'comment_shortcuts','false'),(1588,44,'admin_color','modern'),(1589,44,'use_ssl','0'),(1590,44,'show_admin_bar_front','true'),(1591,44,'locale',''),(1592,44,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1593,44,'wp_user_level','0'),(1594,44,'dismissed_wp_pointers',''),(1595,44,'last_update','1638981137'),(1598,44,'billing_first_name','SaLeah'),(1599,44,'billing_last_name','Snelling'),(1600,44,'billing_company',''),(1601,44,'billing_address_1','11024 W. Inglin Dr'),(1602,44,'billing_address_2',''),(1603,44,'billing_city','Boise'),(1604,44,'billing_postcode','83709'),(1605,44,'billing_country','US'),(1606,44,'billing_state','ID'),(1607,44,'billing_phone','2088302070'),(1608,44,'billing_email','info@liceclinicsboise.com'),(1609,44,'shipping_first_name','SaLeah'),(1610,44,'shipping_last_name','Snelling'),(1611,44,'shipping_company',''),(1612,44,'shipping_address_1','2650 South Eagle Road'),(1613,44,'shipping_address_2','Ste 120'),(1614,44,'shipping_city','Meridian'),(1615,44,'shipping_postcode','83642'),(1616,44,'shipping_country','US'),(1617,44,'shipping_state','ID'),(1618,45,'nickname','lca_wilmingtonde'),(1619,45,'first_name','Savanna'),(1620,45,'last_name','Mitchell'),(1621,45,'description',''),(1622,45,'rich_editing','true'),(1623,45,'syntax_highlighting','true'),(1624,45,'comment_shortcuts','false'),(1625,45,'admin_color','modern'),(1626,45,'use_ssl','0'),(1627,45,'show_admin_bar_front','true'),(1628,45,'locale',''),(1629,45,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1630,45,'wp_user_level','0'),(1631,45,'dismissed_wp_pointers',''),(1632,45,'last_update','1618763849'),(1635,45,'billing_first_name','Savanna'),(1636,45,'billing_last_name','Mitchell'),(1637,45,'billing_company',''),(1638,45,'billing_address_1',''),(1639,45,'billing_address_2',''),(1640,45,'billing_city',''),(1641,45,'billing_postcode',''),(1642,45,'billing_country',''),(1643,45,'billing_state',''),(1644,45,'billing_phone',''),(1645,45,'billing_email','info@liceclinicswilmingtonde.com'),(1646,45,'shipping_first_name','Savanna'),(1647,45,'shipping_last_name','Mitchell'),(1648,45,'shipping_company','LCA Wilmington DE'),(1649,45,'shipping_address_1','234 Philadelphia Pike'),(1650,45,'shipping_address_2','Suite 7'),(1651,45,'shipping_city','Wilmington'),(1652,45,'shipping_postcode','19809'),(1653,45,'shipping_country','US'),(1654,45,'shipping_state','DE'),(1655,46,'nickname','lca_jonesboro'),(1656,46,'first_name','Ashe'),(1657,46,'last_name','Montalvo'),(1658,46,'description',''),(1659,46,'rich_editing','true'),(1660,46,'syntax_highlighting','true'),(1661,46,'comment_shortcuts','false'),(1662,46,'admin_color','modern'),(1663,46,'use_ssl','0'),(1664,46,'show_admin_bar_front','true'),(1665,46,'locale',''),(1666,46,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1667,46,'wp_user_level','0'),(1668,46,'dismissed_wp_pointers',''),(1669,46,'last_update','1757603559'),(1672,46,'billing_first_name','Ashe'),(1673,46,'billing_last_name','montalvo'),(1674,46,'billing_company','lice clincs of america jonesboro'),(1675,46,'billing_address_1','1406 Market Place'),(1676,46,'billing_address_2','Apartment 10'),(1677,46,'billing_city','Jonesboro'),(1678,46,'billing_postcode','72404'),(1679,46,'billing_country','US'),(1680,46,'billing_state','AR'),(1681,46,'billing_phone','8706132520'),(1682,46,'billing_email','bsdashlynf@gmail.com'),(1683,46,'shipping_first_name','Ashe'),(1684,46,'shipping_last_name','montalvo'),(1685,46,'shipping_company','lice clincs of america jonesboro'),(1686,46,'shipping_address_1','3114 Fox Road'),(1687,46,'shipping_address_2','suite D'),(1688,46,'shipping_city','Jonesboro'),(1689,46,'shipping_postcode','72404'),(1690,46,'shipping_country','US'),(1691,46,'shipping_state','AR'),(1692,47,'nickname','lca_sanantonio'),(1693,47,'first_name','Sheli'),(1694,47,'last_name','Schomer'),(1695,47,'description',''),(1696,47,'rich_editing','true'),(1697,47,'syntax_highlighting','true'),(1698,47,'comment_shortcuts','false'),(1699,47,'admin_color','modern'),(1700,47,'use_ssl','0'),(1701,47,'show_admin_bar_front','true'),(1702,47,'locale',''),(1703,47,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1704,47,'wp_user_level','0'),(1705,47,'dismissed_wp_pointers',''),(1706,47,'last_update','1753560230'),(1709,47,'billing_first_name','Tracy'),(1710,47,'billing_last_name','Copeland'),(1711,47,'billing_company','LCA San Antonio WEST'),(1712,47,'billing_address_1','14223 Silverhollow'),(1713,47,'billing_address_2',''),(1714,47,'billing_city','San Antonio'),(1715,47,'billing_postcode','78232'),(1716,47,'billing_country','US'),(1717,47,'billing_state','TX'),(1718,47,'billing_phone','2103135033'),(1719,47,'billing_email','info@liceclinicsofsanantonio.com'),(1720,47,'shipping_first_name','Tracy'),(1721,47,'shipping_last_name','Copeland'),(1722,47,'shipping_company','LCA San Antonio WEST'),(1723,47,'shipping_address_1','6391 De Zavala'),(1724,47,'shipping_address_2','Suite 2205'),(1725,47,'shipping_city','San Antonio'),(1726,47,'shipping_postcode','78249'),(1727,47,'shipping_country','US'),(1728,47,'shipping_state','TX'),(1729,48,'nickname','lca_evansville'),(1730,48,'first_name','Suzanne'),(1731,48,'last_name','McCutchan'),(1732,48,'description',''),(1733,48,'rich_editing','true'),(1734,48,'syntax_highlighting','true'),(1735,48,'comment_shortcuts','false'),(1736,48,'admin_color','modern'),(1737,48,'use_ssl','0'),(1738,48,'show_admin_bar_front','true'),(1739,48,'locale',''),(1740,48,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1741,48,'wp_user_level','0'),(1742,48,'dismissed_wp_pointers',''),(1743,48,'last_update','1639493667'),(1746,48,'billing_first_name','Suzanne'),(1747,48,'billing_last_name','McCutchan'),(1748,48,'billing_company',''),(1749,48,'billing_address_1','7206 OAK HILL RD'),(1750,48,'billing_address_2',''),(1751,48,'billing_city','Evansville'),(1752,48,'billing_postcode','47725'),(1753,48,'billing_country','US'),(1754,48,'billing_state','IN'),(1755,48,'billing_phone','8127468389'),(1756,48,'billing_email','suzannemccutchan@outlook.com'),(1757,48,'shipping_first_name','Suzanne'),(1758,48,'shipping_last_name','McCutchan'),(1759,48,'shipping_company',''),(1760,48,'shipping_address_1','7206 Oak Hill Rd'),(1761,48,'shipping_address_2',''),(1762,48,'shipping_city','Evansville'),(1763,48,'shipping_postcode','47725'),(1764,48,'shipping_country','US'),(1765,48,'shipping_state','IN'),(1766,49,'nickname','lca_northernvirginia'),(1767,49,'first_name','Chris'),(1768,49,'last_name','Winkler'),(1769,49,'description',''),(1770,49,'rich_editing','true'),(1771,49,'syntax_highlighting','true'),(1772,49,'comment_shortcuts','false'),(1773,49,'admin_color','modern'),(1774,49,'use_ssl','0'),(1775,49,'show_admin_bar_front','true'),(1776,49,'locale',''),(1777,49,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1778,49,'wp_user_level','0'),(1779,49,'dismissed_wp_pointers',''),(1780,49,'last_update','1708702906'),(1783,49,'billing_first_name','Kristi'),(1784,49,'billing_last_name','Winkler'),(1785,49,'billing_company','LCA - Manassas'),(1786,49,'billing_address_1','8633 Belle Grove'),(1787,49,'billing_address_2',''),(1788,49,'billing_city','Manassas'),(1789,49,'billing_postcode','20110'),(1790,49,'billing_country','US'),(1791,49,'billing_state','VA'),(1792,49,'billing_phone','8587520975'),(1793,49,'billing_email','info@northernvirginialiceclinics.com'),(1794,49,'shipping_first_name','Michelle'),(1795,49,'shipping_last_name','Winkler'),(1796,49,'shipping_company','Lice Clinics of America - Manassas'),(1797,49,'shipping_address_1','8633 Belle Grove Way'),(1798,49,'shipping_address_2',''),(1799,49,'shipping_city','Manassas'),(1800,49,'shipping_postcode','20110'),(1801,49,'shipping_country','US'),(1802,49,'shipping_state','VA'),(1803,49,'thwma_custom_address','a:2:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:7:\"Winkler\";s:16:\"shipping_company\";s:34:\"Lice Clinics of America - Manassas\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"8633 Belle Grove Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Manassas\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:5:\"20110\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Chris\";s:18:\"shipping_last_name\";s:7:\"Winkler\";s:16:\"shipping_company\";s:12:\"LCA Stafford\";s:18:\"shipping_address_1\";s:24:\"2781 JEFFERSON DAVIS HWY\";s:18:\"shipping_address_2\";s:9:\"SUITE 107\";s:13:\"shipping_city\";s:8:\"STAFFORD\";s:17:\"shipping_postcode\";s:5:\"22554\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"VA\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(1805,50,'nickname','lca_newhampshire'),(1806,50,'first_name','Christine'),(1807,50,'last_name','Cherry'),(1808,50,'description',''),(1809,50,'rich_editing','true'),(1810,50,'syntax_highlighting','true'),(1811,50,'comment_shortcuts','false'),(1812,50,'admin_color','modern'),(1813,50,'use_ssl','0'),(1814,50,'show_admin_bar_front','true'),(1815,50,'locale',''),(1816,50,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1817,50,'wp_user_level','0'),(1818,50,'dismissed_wp_pointers',''),(1819,50,'last_update','1757258803'),(1822,50,'billing_first_name','Christine'),(1823,50,'billing_last_name','Cherry'),(1824,50,'billing_company','NITS END'),(1825,50,'billing_address_1','PO BOX 1092'),(1826,50,'billing_address_2','Suite 401A'),(1827,50,'billing_city','Campton'),(1828,50,'billing_postcode','03223'),(1829,50,'billing_country','US'),(1830,50,'billing_state','NH'),(1831,50,'billing_phone','16034983390'),(1832,50,'billing_email','info@liceclinicsplaistow.com'),(1833,50,'shipping_first_name','Christine'),(1834,50,'shipping_last_name','Cherry'),(1835,50,'shipping_company','C/O Linda Brann LCA/Nits End'),(1836,50,'shipping_address_1','16 Toppan Drive'),(1837,50,'shipping_address_2',''),(1838,50,'shipping_city','Gorham'),(1839,50,'shipping_postcode','04038'),(1840,50,'shipping_country','US'),(1841,50,'shipping_state','ME'),(1842,50,'thwma_custom_address','a:2:{s:8:\"shipping\";a:5:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:9:\"Christine\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:28:\"C/O Linda Brann LCA/Nits End\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"16 Toppan Drive\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Gorham\";s:14:\"shipping_state\";s:2:\"ME\";s:17:\"shipping_postcode\";s:5:\"04038\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:9:\"Christine\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:10:\"LCA Nashua\";s:18:\"shipping_address_1\";s:18:\"71 Spit Brook Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Nashua\";s:17:\"shipping_postcode\";s:5:\"03060\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NH\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:9:\"Christine\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:11:\"LCA Concord\";s:18:\"shipping_address_1\";s:14:\"114 Dover Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Chichester\";s:17:\"shipping_postcode\";s:5:\"03258\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NH\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:9:\"Christine\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:15:\"LCA Portland ME\";s:18:\"shipping_address_1\";s:19:\"640 Brighton Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Portland\";s:17:\"shipping_postcode\";s:5:\"04101\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"ME\";}s:9:\"address_4\";a:9:{s:19:\"shipping_first_name\";s:5:\"Megan\";s:18:\"shipping_last_name\";s:6:\"O\'Neil\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:10:\"22 Main St\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Atkinson\";s:14:\"shipping_state\";s:2:\"NH\";s:17:\"shipping_postcode\";s:5:\"03811\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(1843,51,'nickname','lca_wpb'),(1844,51,'first_name','Corie'),(1845,51,'last_name','Kaniamos'),(1846,51,'description',''),(1847,51,'rich_editing','true'),(1848,51,'syntax_highlighting','true'),(1849,51,'comment_shortcuts','false'),(1850,51,'admin_color','modern'),(1851,51,'use_ssl','0'),(1852,51,'show_admin_bar_front','true'),(1853,51,'locale',''),(1854,51,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1855,51,'wp_user_level','0'),(1856,51,'dismissed_wp_pointers',''),(1857,51,'last_update','1662048147'),(1860,51,'billing_first_name','Corie'),(1861,51,'billing_last_name','Kaniamos'),(1862,51,'billing_company',''),(1863,51,'billing_address_1','5026 Tildens Grove Blvd'),(1864,51,'billing_address_2',''),(1865,51,'billing_city','Windermere'),(1866,51,'billing_postcode','34786'),(1867,51,'billing_country','US'),(1868,51,'billing_state','FL'),(1869,51,'billing_phone','6163406321'),(1870,51,'billing_email','corie@liceclinicsofflorida.com'),(1871,51,'shipping_first_name','Maria'),(1872,51,'shipping_last_name','Hagg'),(1873,51,'shipping_company','LCA - STUART'),(1874,51,'shipping_address_1','130 SE Taho Ter.'),(1875,51,'shipping_address_2',''),(1876,51,'shipping_city','Stuart'),(1877,51,'shipping_postcode','34997'),(1878,51,'shipping_country','US'),(1879,51,'shipping_state','FL'),(1880,51,'thwma_custom_address','a:4:{s:8:\"shipping\";a:4:{s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Corie\";s:18:\"shipping_last_name\";s:8:\"Kaniamos\";s:16:\"shipping_company\";s:10:\"LCA Stuart\";s:18:\"shipping_address_1\";s:24:\"2602 SE Willoughby Blvd.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Stuart\";s:17:\"shipping_postcode\";s:5:\"34994\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:5:\"Maria\";s:18:\"shipping_last_name\";s:4:\"Hagg\";s:16:\"shipping_company\";s:12:\"LCA - STUART\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"130 SE Taho Ter.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Stuart\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"34997\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_4\";a:10:{s:19:\"shipping_first_name\";s:5:\"Catie\";s:18:\"shipping_last_name\";s:5:\"Carny\";s:16:\"shipping_company\";s:19:\"LCA West Palm Beach\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"4977 B Alder Dr\";s:18:\"shipping_address_2\";s:15:\"Foxwood Estates\";s:13:\"shipping_city\";s:3:\"WPB\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"33417\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_5\";a:10:{s:19:\"shipping_first_name\";s:5:\"Catie\";s:18:\"shipping_last_name\";s:6:\"Carney\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"4977 B Alder Dr.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:15:\"West Palm Beach\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"33417\";s:16:\"shipping_heading\";s:0:\"\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Corie\";s:17:\"billing_last_name\";s:8:\"Kaniamos\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:23:\"5026 Tildens Grove Blvd\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:10:\"Windermere\";s:13:\"billing_state\";s:2:\"FL\";s:16:\"billing_postcode\";s:5:\"34786\";s:13:\"billing_phone\";s:10:\"6163406321\";s:13:\"billing_email\";s:30:\"corie@liceclinicsofflorida.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:11:{s:18:\"billing_first_name\";s:5:\"Maria\";s:17:\"billing_last_name\";s:4:\"Hagg\";s:15:\"billing_company\";s:10:\"LCA Stuart\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:22:\"17 S. Via Lucindia Dr.\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:6:\"Stuart\";s:13:\"billing_state\";s:2:\"FL\";s:16:\"billing_postcode\";s:5:\"34996\";s:13:\"billing_phone\";s:10:\"9546323303\";s:13:\"billing_email\";s:22:\"maria@dishculinary.com\";}}s:15:\"default_billing\";s:9:\"address_0\";s:16:\"default_shipping\";s:9:\"address_2\";}'),(1881,52,'nickname','lca_nova'),(1882,52,'first_name','Darlene'),(1883,52,'last_name','La Framboise'),(1884,52,'description',''),(1885,52,'rich_editing','true'),(1886,52,'syntax_highlighting','true'),(1887,52,'comment_shortcuts','false'),(1888,52,'admin_color','modern'),(1889,52,'use_ssl','0'),(1890,52,'show_admin_bar_front','true'),(1891,52,'locale',''),(1892,52,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1893,52,'wp_user_level','0'),(1894,52,'dismissed_wp_pointers',''),(1895,52,'last_update','1780068977'),(1898,52,'billing_first_name','Darlene'),(1899,52,'billing_last_name','LaFramboise'),(1900,52,'billing_company','LCA-NOVA'),(1901,52,'billing_address_1','25473 Tomey Ct'),(1902,52,'billing_address_2',''),(1903,52,'billing_city','Aldie'),(1904,52,'billing_postcode','20105-3048'),(1905,52,'billing_country','US'),(1906,52,'billing_state','VA'),(1907,52,'billing_phone','7033031576'),(1908,52,'billing_email','info@liceremovalnova.com'),(1909,52,'shipping_first_name','Darlene'),(1910,52,'shipping_last_name','LaFramboise'),(1911,52,'shipping_company','LCA-NOVA'),(1912,52,'shipping_address_1','25473 Tomey Ct'),(1913,52,'shipping_address_2',''),(1914,52,'shipping_city','Aldie'),(1915,52,'shipping_postcode','20105-3048'),(1916,52,'shipping_country','US'),(1917,52,'shipping_state','VA'),(1918,52,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Darlene\";s:18:\"shipping_last_name\";s:11:\"LaFramboise\";s:16:\"shipping_company\";s:8:\"LCA-NOVA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"25473 Tomey Ct\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Aldie\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:10:\"20105-3048\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Darlene\";s:18:\"shipping_last_name\";s:12:\"La Framboise\";s:16:\"shipping_company\";s:16:\"LCA Falls Church\";s:18:\"shipping_address_1\";s:19:\"450 W. Broad Street\";s:18:\"shipping_address_2\";s:9:\"Suite 320\";s:13:\"shipping_city\";s:12:\"Falls Church\";s:17:\"shipping_postcode\";s:5:\"22046\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"VA\";}}}'),(1919,53,'nickname','lca_scharlotte'),(1920,53,'first_name','Dena'),(1921,53,'last_name','Black'),(1922,53,'description',''),(1923,53,'rich_editing','true'),(1924,53,'syntax_highlighting','true'),(1925,53,'comment_shortcuts','false'),(1926,53,'admin_color','modern'),(1927,53,'use_ssl','0'),(1928,53,'show_admin_bar_front','true'),(1929,53,'locale',''),(1930,53,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1931,53,'wp_user_level','0'),(1932,53,'dismissed_wp_pointers',''),(1933,53,'last_update','1633712260'),(1936,53,'billing_first_name','DENA'),(1937,53,'billing_last_name','BLACK'),(1938,53,'billing_company','LCA'),(1939,53,'billing_address_1','8216 CURICO LANE'),(1940,53,'billing_address_2',''),(1941,53,'billing_city','CHARLOTTE'),(1942,53,'billing_postcode','28227'),(1943,53,'billing_country','US'),(1944,53,'billing_state','NC'),(1945,53,'billing_phone','9102647141'),(1946,53,'billing_email','dblack1960@gmail.com'),(1947,53,'shipping_first_name','KATHRYN'),(1948,53,'shipping_last_name','FERRAH'),(1949,53,'shipping_company','LCA'),(1950,53,'shipping_address_1','4503 CODDINGTON LOOP'),(1951,53,'shipping_address_2','#106'),(1952,53,'shipping_city','WILMINGTON'),(1953,53,'shipping_postcode','28405'),(1954,53,'shipping_country','US'),(1955,53,'shipping_state','NC'),(1956,53,'thwma_custom_address','a:4:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"KATHRYN\";s:18:\"shipping_last_name\";s:6:\"FERRAH\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"4503 CODDINGTON LOOP\";s:18:\"shipping_address_2\";s:4:\"#106\";s:13:\"shipping_city\";s:10:\"WILMINGTON\";s:14:\"shipping_state\";s:2:\"NC\";s:17:\"shipping_postcode\";s:5:\"28405\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Dena\";s:18:\"shipping_last_name\";s:5:\"Black\";s:16:\"shipping_company\";s:14:\"LCA Wilmington\";s:18:\"shipping_address_1\";s:19:\"5725 Oleander Drive\";s:18:\"shipping_address_2\";s:9:\"Suite A-6\";s:13:\"shipping_city\";s:10:\"Wilmington\";s:17:\"shipping_postcode\";s:5:\"28403\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NC\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:4:\"DENA\";s:18:\"shipping_last_name\";s:5:\"BLACK\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"8216 CURICO LANE\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"CHARLOTTE\";s:14:\"shipping_state\";s:2:\"NC\";s:17:\"shipping_postcode\";s:5:\"28227\";}}s:16:\"default_shipping\";s:9:\"address_0\";s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:15:\"billing_heading\";s:0:\"\";s:18:\"billing_first_name\";s:4:\"DENA\";s:17:\"billing_last_name\";s:5:\"BLACK\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:16:\"8216 CURICO LANE\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:9:\"CHARLOTTE\";s:13:\"billing_state\";s:2:\"NC\";s:16:\"billing_postcode\";s:5:\"28227\";s:13:\"billing_phone\";s:10:\"9102647141\";s:13:\"billing_email\";s:20:\"DBLACK1960@GMAIL.COM\";}s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:4:\"DENA\";s:17:\"billing_last_name\";s:5:\"BLACK\";s:15:\"billing_company\";s:3:\"LCA\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:16:\"8216 CURICO LANE\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:9:\"CHARLOTTE\";s:13:\"billing_state\";s:2:\"NC\";s:16:\"billing_postcode\";s:5:\"28227\";s:13:\"billing_phone\";s:10:\"9102647141\";s:13:\"billing_email\";s:20:\"dblack1960@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}}s:15:\"default_billing\";s:9:\"address_1\";}'),(1957,54,'nickname','lca_northernil'),(1958,54,'first_name','Erin'),(1959,54,'last_name','Hawn'),(1960,54,'description',''),(1961,54,'rich_editing','true'),(1962,54,'syntax_highlighting','true'),(1963,54,'comment_shortcuts','false'),(1964,54,'admin_color','modern'),(1965,54,'use_ssl','0'),(1966,54,'show_admin_bar_front','true'),(1967,54,'locale',''),(1968,54,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1969,54,'wp_user_level','0'),(1970,54,'dismissed_wp_pointers',''),(1971,54,'last_update','1757250985'),(1974,54,'billing_first_name','Erin'),(1975,54,'billing_last_name','Hawn'),(1976,54,'billing_company',''),(1977,54,'billing_address_1','10 W Phillip Rd'),(1978,54,'billing_address_2','Suite 123'),(1979,54,'billing_city','Vernon Hills'),(1980,54,'billing_postcode','60061'),(1981,54,'billing_country','US'),(1982,54,'billing_state','IL'),(1983,54,'billing_phone','8475960408'),(1984,54,'billing_email','info@liceclinicsvernonhills.com'),(1985,54,'shipping_first_name','Erin'),(1986,54,'shipping_last_name','Hawn'),(1987,54,'shipping_company',''),(1988,54,'shipping_address_1','1491 S Amarias Dr'),(1989,54,'shipping_address_2',''),(1990,54,'shipping_city','Round lake'),(1991,54,'shipping_postcode','60073'),(1992,54,'shipping_country','US'),(1993,54,'shipping_state','IL'),(1994,54,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Erin\";s:18:\"shipping_last_name\";s:4:\"Hawn\";s:16:\"shipping_company\";s:16:\"LCA Vernon Hills\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"10 West Phillip Road\";s:18:\"shipping_address_2\";s:9:\"Suite 123\";s:13:\"shipping_city\";s:12:\"Vernon Hills\";s:14:\"shipping_state\";s:2:\"IL\";s:17:\"shipping_postcode\";s:5:\"60061\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Erin\";s:18:\"shipping_last_name\";s:4:\"Hawn\";s:16:\"shipping_company\";s:16:\"LCA Spring Grove\";s:18:\"shipping_address_1\";s:23:\"2503 Spring Ridge Drive\";s:18:\"shipping_address_2\";s:8:\"Suite C1\";s:13:\"shipping_city\";s:12:\"Spring Grove\";s:17:\"shipping_postcode\";s:5:\"60081\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"IL\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:4:\"Erin\";s:18:\"shipping_last_name\";s:4:\"Hawn\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1491 S Amarias Dr\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Round lake\";s:14:\"shipping_state\";s:2:\"IL\";s:17:\"shipping_postcode\";s:5:\"60073\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_2\";}'),(1995,55,'nickname','lca_connecticut'),(1996,55,'first_name','Greg'),(1997,55,'last_name','Eisen'),(1998,55,'description',''),(1999,55,'rich_editing','true'),(2000,55,'syntax_highlighting','true'),(2001,55,'comment_shortcuts','false'),(2002,55,'admin_color','modern'),(2003,55,'use_ssl','0'),(2004,55,'show_admin_bar_front','true'),(2005,55,'locale',''),(2006,55,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2007,55,'wp_user_level','0'),(2008,55,'dismissed_wp_pointers',''),(2009,55,'last_update','1657557563'),(2011,55,'billing_first_name','Stephanie'),(2012,55,'billing_last_name','Knecht'),(2013,55,'billing_company','Lice Clinics of America'),(2014,55,'billing_address_1','67 Prospect Avenue Suite 301'),(2015,55,'billing_address_2',''),(2016,55,'billing_city','Hartford'),(2017,55,'billing_postcode','06106'),(2018,55,'billing_country','US'),(2019,55,'billing_state','CT'),(2020,55,'billing_phone','9144565000'),(2021,55,'billing_email','stephanieknecht@lcaconnecticut.com'),(2022,55,'shipping_first_name','Stephanie'),(2023,55,'shipping_last_name','Knecht'),(2024,55,'shipping_company','Lice Clinics Of America'),(2025,55,'shipping_address_1','1207 Route 9, Suite 8'),(2026,55,'shipping_address_2',''),(2027,55,'shipping_city','Wappinger Falls'),(2028,55,'shipping_postcode','12590'),(2029,55,'shipping_country','US'),(2030,55,'shipping_state','NY'),(2031,55,'thwma_custom_address','a:4:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:9:\"Stephanie\";s:18:\"shipping_last_name\";s:6:\"Knecht\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:21:\"1207 Route 9, Suite 8\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:15:\"Wappinger Falls\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"12590\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Greg\";s:18:\"shipping_last_name\";s:5:\"Eisen\";s:16:\"shipping_company\";s:10:\"LCA Orange\";s:18:\"shipping_address_1\";s:20:\"109 Boston Post Road\";s:18:\"shipping_address_2\";s:9:\"Suite 201\";s:13:\"shipping_city\";s:6:\"Orange\";s:17:\"shipping_postcode\";s:5:\"06477\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CT\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Greg\";s:18:\"shipping_last_name\";s:5:\"Eisen\";s:16:\"shipping_company\";s:17:\"LCA West Hartford\";s:18:\"shipping_address_1\";s:18:\"67 Prospect Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 301\";s:13:\"shipping_city\";s:13:\"West Hartford\";s:17:\"shipping_postcode\";s:5:\"06106\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CT\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Greg\";s:18:\"shipping_last_name\";s:5:\"Eisen\";s:16:\"shipping_company\";s:17:\"LCA Hudson Valley\";s:18:\"shipping_address_1\";s:12:\"1207 Route 9\";s:18:\"shipping_address_2\";s:7:\"Suite 8\";s:13:\"shipping_city\";s:16:\"Wappingers Falls\";s:17:\"shipping_postcode\";s:5:\"12590\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}}s:7:\"billing\";a:4:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:9:\"Stephanie\";s:17:\"billing_last_name\";s:6:\"Knecht\";s:15:\"billing_company\";s:23:\"Lice Clinics of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:28:\"67 Prospect Avenue Suite 301\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:8:\"Hartford\";s:13:\"billing_state\";s:2:\"CT\";s:16:\"billing_postcode\";s:5:\"06106\";s:13:\"billing_phone\";s:10:\"9144565000\";s:13:\"billing_email\";s:34:\"stephanieknecht@lcaconnecticut.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:15:\"billing_heading\";s:13:\"West Hartford\";s:18:\"billing_first_name\";s:9:\"Stephanie\";s:17:\"billing_last_name\";s:6:\"Knecht\";s:15:\"billing_company\";s:23:\"Lice Clinics of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:28:\"67 Prospect Avenue Suite 301\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:8:\"Hartford\";s:13:\"billing_state\";s:2:\"CT\";s:16:\"billing_postcode\";s:5:\"06106\";s:13:\"billing_phone\";s:10:\"9144565000\";s:13:\"billing_email\";s:34:\"stephanieknecht@lcaconnecticut.com\";}s:9:\"address_2\";a:12:{s:15:\"billing_heading\";s:6:\"Orange\";s:18:\"billing_first_name\";s:9:\"Stephanie\";s:17:\"billing_last_name\";s:6:\"Knecht\";s:15:\"billing_company\";s:23:\"Lice Clinics of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:31:\"109 Boston Post Road, Suite 201\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:6:\"Orange\";s:13:\"billing_state\";s:2:\"CT\";s:16:\"billing_postcode\";s:5:\"06477\";s:13:\"billing_phone\";s:10:\"9144565000\";s:13:\"billing_email\";s:34:\"stephanieknecht@lcaconnecticut.com\";}s:9:\"address_3\";a:12:{s:15:\"billing_heading\";s:15:\"Wappinger Falls\";s:18:\"billing_first_name\";s:9:\"Stephanie\";s:17:\"billing_last_name\";s:6:\"Knecht\";s:15:\"billing_company\";s:23:\"Lice Clinics Of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:21:\"1207 Route 9, Suite 8\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:15:\"Wappinger Falls\";s:13:\"billing_state\";s:2:\"NY\";s:16:\"billing_postcode\";s:5:\"12590\";s:13:\"billing_phone\";s:10:\"9144565000\";s:13:\"billing_email\";s:34:\"stephanieknecht@lcaconnecticut.com\";}}s:15:\"default_billing\";s:9:\"address_0\";s:16:\"default_shipping\";s:9:\"address_0\";}'),(2033,56,'nickname','lca_dfw'),(2034,56,'first_name','Gus'),(2035,56,'last_name','Romero'),(2036,56,'description',''),(2037,56,'rich_editing','true'),(2038,56,'syntax_highlighting','true'),(2039,56,'comment_shortcuts','false'),(2040,56,'admin_color','modern'),(2041,56,'use_ssl','0'),(2042,56,'show_admin_bar_front','true'),(2043,56,'locale',''),(2044,56,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2045,56,'wp_user_level','0'),(2046,56,'dismissed_wp_pointers',''),(2047,56,'last_update','1631746889'),(2050,56,'billing_first_name','Gus'),(2051,56,'billing_last_name','Romero'),(2052,56,'billing_company','Ditta Solutions LLC'),(2053,56,'billing_address_1','2104 Aristocrat Dr'),(2054,56,'billing_address_2',''),(2055,56,'billing_city','Irving'),(2056,56,'billing_postcode','75063'),(2057,56,'billing_country','US'),(2058,56,'billing_state','TX'),(2059,56,'billing_phone','214-325-0466'),(2060,56,'billing_email','gus@liceclinicsdfw.com'),(2061,56,'shipping_first_name','Gus'),(2062,56,'shipping_last_name','Romero'),(2063,56,'shipping_company','Ditta Solutions LLC'),(2064,56,'shipping_address_1','2104 Aristocrat Dr'),(2065,56,'shipping_address_2',''),(2066,56,'shipping_city','Irving'),(2067,56,'shipping_postcode','75063'),(2068,56,'shipping_country','US'),(2069,56,'shipping_state','TX'),(2070,56,'thwma_custom_address','a:3:{s:8:\"shipping\";a:5:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:3:\"Gus\";s:18:\"shipping_last_name\";s:6:\"Romero\";s:16:\"shipping_company\";s:19:\"Ditta Solutions LLC\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"2104 Aristocrat Dr\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Irving\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75063\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Gus\";s:18:\"shipping_last_name\";s:6:\"Romero\";s:16:\"shipping_company\";s:9:\"LCA Plano\";s:18:\"shipping_address_1\";s:20:\"6300 Stonewood Drive\";s:18:\"shipping_address_2\";s:10:\"Suite 106A\";s:13:\"shipping_city\";s:5:\"Plano\";s:17:\"shipping_postcode\";s:5:\"75024\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Gus\";s:18:\"shipping_last_name\";s:6:\"Romero\";s:16:\"shipping_company\";s:24:\"LCA North Richland Hills\";s:18:\"shipping_address_1\";s:21:\"8241 Mid Cities Blvd.\";s:18:\"shipping_address_2\";s:9:\"Suite 101\";s:13:\"shipping_city\";s:20:\"North Richland Hills\";s:17:\"shipping_postcode\";s:5:\"76182\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Gus\";s:18:\"shipping_last_name\";s:6:\"Romero\";s:16:\"shipping_company\";s:14:\"LCA Lewisville\";s:18:\"shipping_address_1\";s:21:\"1850 Lakepointe Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 350\";s:13:\"shipping_city\";s:10:\"Lewisville\";s:17:\"shipping_postcode\";s:5:\"75057\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Gus\";s:18:\"shipping_last_name\";s:6:\"Romero\";s:16:\"shipping_company\";s:14:\"LCA Fort Worth\";s:18:\"shipping_address_1\";s:18:\"4200 South Freeway\";s:18:\"shipping_address_2\";s:9:\"Suite 225\";s:13:\"shipping_city\";s:10:\"Fort Worth\";s:17:\"shipping_postcode\";s:5:\"76115\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:15:\"billing_heading\";s:0:\"\";s:18:\"billing_first_name\";s:3:\"Gus\";s:17:\"billing_last_name\";s:6:\"Romero\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:0:\"\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:0:\"\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:0:\"\";s:13:\"billing_phone\";s:0:\"\";s:13:\"billing_email\";s:23:\"info@liceclinicsdfw.com\";}s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:3:\"Gus\";s:17:\"billing_last_name\";s:6:\"Romero\";s:15:\"billing_company\";s:19:\"Ditta Solutions LLC\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:18:\"2104 Aristocrat Dr\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:6:\"Irving\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"75063\";s:13:\"billing_phone\";s:12:\"214-325-0466\";s:13:\"billing_email\";s:22:\"gus@liceclinicsdfw.com\";s:15:\"billing_heading\";s:0:\"\";}}s:15:\"default_billing\";s:9:\"address_1\";}'),(2071,57,'nickname','lca_upstatesc'),(2072,57,'first_name','Heather'),(2073,57,'last_name','Purtle'),(2074,57,'description',''),(2075,57,'rich_editing','true'),(2076,57,'syntax_highlighting','true'),(2077,57,'comment_shortcuts','false'),(2078,57,'admin_color','modern'),(2079,57,'use_ssl','0'),(2080,57,'show_admin_bar_front','true'),(2081,57,'locale',''),(2082,57,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2083,57,'wp_user_level','0'),(2084,57,'dismissed_wp_pointers',''),(2085,57,'last_update','1713547605'),(2088,57,'billing_first_name','Heather'),(2089,57,'billing_last_name','Purtle'),(2090,57,'billing_company','LCA- Upstate'),(2091,57,'billing_address_1','1 Creekview Ct.'),(2092,57,'billing_address_2','Ste C'),(2093,57,'billing_city','Greenville'),(2094,57,'billing_postcode','29615'),(2095,57,'billing_country','US'),(2096,57,'billing_state','SC'),(2097,57,'billing_phone','8643604388'),(2098,57,'billing_email','hpurtle@bellsouth.net'),(2099,57,'shipping_first_name','Heather'),(2100,57,'shipping_last_name','Purtle'),(2101,57,'shipping_company','LCA- Upstate'),(2102,57,'shipping_address_1','1 Creekview Ct.'),(2103,57,'shipping_address_2','Ste C'),(2104,57,'shipping_city','Greenville'),(2105,57,'shipping_postcode','29615'),(2106,57,'shipping_country','US'),(2107,57,'shipping_state','SC'),(2108,57,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Heather\";s:18:\"shipping_last_name\";s:6:\"Purtle\";s:16:\"shipping_company\";s:12:\"LCA- Upstate\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1 Creekview Ct.\";s:18:\"shipping_address_2\";s:5:\"Ste C\";s:13:\"shipping_city\";s:10:\"Greenville\";s:14:\"shipping_state\";s:2:\"SC\";s:17:\"shipping_postcode\";s:5:\"29615\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Heather\";s:18:\"shipping_last_name\";s:6:\"Purtle\";s:16:\"shipping_company\";s:12:\"LCA Anderson\";s:18:\"shipping_address_1\";s:22:\"4128 Clemson Boulevard\";s:18:\"shipping_address_2\";s:7:\"Suite C\";s:13:\"shipping_city\";s:8:\"Anderson\";s:17:\"shipping_postcode\";s:5:\"29621\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"SC\";}}}'),(2109,58,'nickname','lca_easttx'),(2110,58,'first_name','Heather'),(2111,58,'last_name','Smith'),(2112,58,'description',''),(2113,58,'rich_editing','true'),(2114,58,'syntax_highlighting','true'),(2115,58,'comment_shortcuts','false'),(2116,58,'admin_color','modern'),(2117,58,'use_ssl','0'),(2118,58,'show_admin_bar_front','true'),(2119,58,'locale',''),(2120,58,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2121,58,'wp_user_level','0'),(2122,58,'dismissed_wp_pointers',''),(2123,58,'last_update','1704165629'),(2126,58,'billing_first_name','Heather'),(2127,58,'billing_last_name','Smith'),(2128,58,'billing_company',''),(2129,58,'billing_address_1','P.O. Box 155624'),(2130,58,'billing_address_2',''),(2131,58,'billing_city','Lufkin'),(2132,58,'billing_postcode','75915'),(2133,58,'billing_country','US'),(2134,58,'billing_state','TX'),(2135,58,'billing_phone','9364143560'),(2136,58,'billing_email','easttexaslca@yahoo.com'),(2137,58,'shipping_first_name','Heather'),(2138,58,'shipping_last_name','Smith'),(2139,58,'shipping_company','LCA Lufkin'),(2140,58,'shipping_address_1','223 E. Emma St'),(2141,58,'shipping_address_2',''),(2142,58,'shipping_city','Bullard'),(2143,58,'shipping_postcode','75757'),(2144,58,'shipping_country','US'),(2145,58,'shipping_state','TX'),(2146,58,'thwma_custom_address','a:1:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Heather\";s:18:\"shipping_last_name\";s:5:\"Smith\";s:16:\"shipping_company\";s:10:\"LCA Lufkin\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"223 E. Emma St\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Bullard\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75757\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Heather\";s:18:\"shipping_last_name\";s:5:\"Smith\";s:16:\"shipping_company\";s:9:\"LCA Tyler\";s:18:\"shipping_address_1\";s:24:\"2210 Three Lakes Parkway\";s:18:\"shipping_address_2\";s:9:\"Suite 145\";s:13:\"shipping_city\";s:5:\"Tyler\";s:17:\"shipping_postcode\";s:5:\"75703\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Heather\";s:18:\"shipping_last_name\";s:5:\"Smith\";s:16:\"shipping_company\";s:12:\"LCA Longview\";s:18:\"shipping_address_1\";s:19:\"102 Commander Drive\";s:18:\"shipping_address_2\";s:7:\"Suite 5\";s:13:\"shipping_city\";s:8:\"Longview\";s:17:\"shipping_postcode\";s:5:\"75605\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}}}'),(2147,59,'nickname','lca_sugarland'),(2148,59,'first_name','Jacob'),(2149,59,'last_name','Anthon'),(2150,59,'description',''),(2151,59,'rich_editing','true'),(2152,59,'syntax_highlighting','true'),(2153,59,'comment_shortcuts','false'),(2154,59,'admin_color','modern'),(2155,59,'use_ssl','0'),(2156,59,'show_admin_bar_front','true'),(2157,59,'locale',''),(2158,59,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2159,59,'wp_user_level','0'),(2160,59,'dismissed_wp_pointers',''),(2161,59,'last_update','1757989265'),(2164,59,'billing_first_name','Allison'),(2165,59,'billing_last_name','Anthon'),(2166,59,'billing_company','Lice Clinics of America Memorial City'),(2167,59,'billing_address_1','9642 ELIZABETHS GLEN LN'),(2168,59,'billing_address_2','Apt, suite, floor, etc.'),(2169,59,'billing_city','TOMBALL'),(2170,59,'billing_postcode','77375'),(2171,59,'billing_country','US'),(2172,59,'billing_state','TX'),(2173,59,'billing_phone','6024008520'),(2174,59,'billing_email','louseysolutions@gmail.com'),(2175,59,'shipping_first_name','Allison'),(2176,59,'shipping_last_name','Anthon'),(2177,59,'shipping_company','LCA Memorial City'),(2178,59,'shipping_address_1','2831 Lakecrest River Dr.'),(2179,59,'shipping_address_2',''),(2180,59,'shipping_city','Katy'),(2181,59,'shipping_postcode','77493'),(2182,59,'shipping_country','US'),(2183,59,'shipping_state','TX'),(2184,60,'nickname','lca_chicagosub'),(2185,60,'first_name','Jill'),(2186,60,'last_name','Leshtz'),(2187,60,'description',''),(2188,60,'rich_editing','true'),(2189,60,'syntax_highlighting','true'),(2190,60,'comment_shortcuts','false'),(2191,60,'admin_color','modern'),(2192,60,'use_ssl','0'),(2193,60,'show_admin_bar_front','true'),(2194,60,'locale',''),(2195,60,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2196,60,'wp_user_level','0'),(2197,60,'dismissed_wp_pointers',''),(2198,60,'last_update','1752085433'),(2201,60,'billing_first_name','Jill'),(2202,60,'billing_last_name','Leshtz'),(2203,60,'billing_company','Lice clinics of America-North Shore'),(2204,60,'billing_address_1','1580 Lancelot Avenue'),(2205,60,'billing_address_2',''),(2206,60,'billing_city','Highland park'),(2207,60,'billing_postcode','60035'),(2208,60,'billing_country','US'),(2209,60,'billing_state','IL'),(2210,60,'billing_phone','8473639001'),(2211,60,'billing_email','jleshtz@gmail.com'),(2212,60,'shipping_first_name','Jill'),(2213,60,'shipping_last_name','Leshtz'),(2214,60,'shipping_company','Lice clinics of America-North Shore'),(2215,60,'shipping_address_1','1580 Lancelot Avenue'),(2216,60,'shipping_address_2',''),(2217,60,'shipping_city','Highland park'),(2218,60,'shipping_postcode','60035'),(2219,60,'shipping_country','US'),(2220,60,'shipping_state','IL'),(2221,60,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Jill\";s:18:\"shipping_last_name\";s:6:\"Leshtz\";s:16:\"shipping_company\";s:35:\"Lice clinics of America-North Shore\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"1580 Lancelot Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:13:\"Highland park\";s:14:\"shipping_state\";s:2:\"IL\";s:17:\"shipping_postcode\";s:5:\"60035\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Jill\";s:18:\"shipping_last_name\";s:6:\"Leshtz\";s:16:\"shipping_company\";s:14:\"LCA Barrington\";s:18:\"shipping_address_1\";s:24:\"215 S. Northwest Highway\";s:18:\"shipping_address_2\";s:9:\"Unit 201A\";s:13:\"shipping_city\";s:10:\"Barrington\";s:17:\"shipping_postcode\";s:5:\"60010\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"IL\";}}}'),(2222,61,'nickname','lca_lexington'),(2223,61,'first_name','Judy'),(2224,61,'last_name','Hayden'),(2225,61,'description',''),(2226,61,'rich_editing','true'),(2227,61,'syntax_highlighting','true'),(2228,61,'comment_shortcuts','false'),(2229,61,'admin_color','modern'),(2230,61,'use_ssl','0'),(2231,61,'show_admin_bar_front','true'),(2232,61,'locale',''),(2233,61,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2234,61,'wp_user_level','0'),(2235,61,'dismissed_wp_pointers',''),(2236,61,'last_update','1758137946'),(2239,61,'billing_first_name','Judith'),(2240,61,'billing_last_name','Hayden'),(2241,61,'billing_company','Lice Clinics of America'),(2242,61,'billing_address_1','1795 Alysheba Way'),(2243,61,'billing_address_2','Ste 4105'),(2244,61,'billing_city','Lexington'),(2245,61,'billing_postcode','40509'),(2246,61,'billing_country','US'),(2247,61,'billing_state','KY'),(2248,61,'billing_phone','8595376966'),(2249,61,'billing_email','judy@lexington.liceclinicsofamerica.com'),(2250,61,'shipping_first_name','Judy'),(2251,61,'shipping_last_name','Hayden'),(2252,61,'shipping_company','LCA Lexington'),(2253,61,'shipping_address_1','1795 Alysheba Way'),(2254,61,'shipping_address_2','Suite 4105'),(2255,61,'shipping_city','Lexington'),(2256,61,'shipping_postcode','40509'),(2257,61,'shipping_country','US'),(2258,61,'shipping_state','KY'),(2259,61,'thwma_custom_address','a:4:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:13:\"LCA Lexington\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:10:\"Suite 4105\";s:13:\"shipping_city\";s:9:\"Lexington\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:6:\"Judith\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"549 Centre View Blvd\";s:18:\"shipping_address_2\";s:23:\"Cambridge Square Bld 24\";s:13:\"shipping_city\";s:15:\"Crestview Hills\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"41017\";s:16:\"shipping_heading\";s:0:\"\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:6:\"Judith\";s:17:\"billing_last_name\";s:6:\"Hayden\";s:15:\"billing_company\";s:23:\"Lice Clinics of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:17:\"1795 Alysheba Way\";s:17:\"billing_address_2\";s:8:\"Ste 4105\";s:12:\"billing_city\";s:9:\"Lexington\";s:13:\"billing_state\";s:2:\"KY\";s:16:\"billing_postcode\";s:5:\"40509\";s:13:\"billing_phone\";s:10:\"8595376966\";s:13:\"billing_email\";s:39:\"judy@lexington.liceclinicsofamerica.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:4:\"Judy\";s:17:\"billing_last_name\";s:6:\"Hayden\";s:15:\"billing_company\";s:3:\"LCA\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:17:\"1795 Alysheba Way\";s:17:\"billing_address_2\";s:8:\"Ste 4105\";s:12:\"billing_city\";s:9:\"Lexington\";s:13:\"billing_state\";s:2:\"KY\";s:16:\"billing_postcode\";s:5:\"40509\";s:13:\"billing_phone\";s:10:\"8595376966\";s:13:\"billing_email\";s:29:\"info@liceclinicslexington.com\";s:15:\"billing_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_0\";s:15:\"default_billing\";s:9:\"address_0\";}'),(2260,62,'nickname','lca_centralwi'),(2261,62,'first_name','Laurie'),(2262,62,'last_name','Moyer'),(2263,62,'description',''),(2264,62,'rich_editing','true'),(2265,62,'syntax_highlighting','true'),(2266,62,'comment_shortcuts','false'),(2267,62,'admin_color','modern'),(2268,62,'use_ssl','0'),(2269,62,'show_admin_bar_front','true'),(2270,62,'locale',''),(2271,62,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2272,62,'wp_user_level','0'),(2273,62,'dismissed_wp_pointers',''),(2274,62,'last_update','1618805708'),(2277,62,'billing_first_name','Laurie'),(2278,62,'billing_last_name','Moyer'),(2279,62,'billing_company',''),(2280,62,'billing_address_1',''),(2281,62,'billing_address_2',''),(2282,62,'billing_city',''),(2283,62,'billing_postcode',''),(2284,62,'billing_country',''),(2285,62,'billing_state',''),(2286,62,'billing_phone',''),(2287,62,'billing_email','info@liceclinicscentralwi.com'),(2288,62,'shipping_first_name','Laurie'),(2289,62,'shipping_last_name','Moyer'),(2290,62,'shipping_company','LCA Stevens Point'),(2291,62,'shipping_address_1','2819 Post Road'),(2292,62,'shipping_address_2',''),(2293,62,'shipping_city','Stevens Point'),(2294,62,'shipping_postcode','54481'),(2295,62,'shipping_country','US'),(2296,62,'shipping_state','WI'),(2297,62,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Laurie\";s:18:\"shipping_last_name\";s:5:\"Moyer\";s:16:\"shipping_company\";s:17:\"LCA Stevens Point\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"2819 Post Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:13:\"Stevens Point\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"54481\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Laurie\";s:18:\"shipping_last_name\";s:5:\"Moyer\";s:16:\"shipping_company\";s:14:\"LCA Fox Cities\";s:18:\"shipping_address_1\";s:22:\"2233 W. Spencer Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Appleton\";s:17:\"shipping_postcode\";s:5:\"54914\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WI\";}}}'),(2298,63,'nickname','lca_pugetsound'),(2299,63,'first_name','Lisa'),(2300,63,'last_name','Hagman'),(2301,63,'description',''),(2302,63,'rich_editing','true'),(2303,63,'syntax_highlighting','true'),(2304,63,'comment_shortcuts','false'),(2305,63,'admin_color','modern'),(2306,63,'use_ssl','0'),(2307,63,'show_admin_bar_front','true'),(2308,63,'locale',''),(2309,63,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2310,63,'wp_user_level','0'),(2311,63,'dismissed_wp_pointers',''),(2312,63,'last_update','1678759355'),(2315,63,'billing_first_name','Lisa'),(2316,63,'billing_last_name','Hagman'),(2317,63,'billing_company',''),(2318,63,'billing_address_1','5190 NW Eldorado BLVD'),(2319,63,'billing_address_2',''),(2320,63,'billing_city','Bremerton'),(2321,63,'billing_postcode','98312'),(2322,63,'billing_country','US'),(2323,63,'billing_state','WA'),(2324,63,'billing_phone','360-471-7900'),(2325,63,'billing_email','licegirls@icloud.com'),(2326,63,'shipping_first_name','Lisa'),(2327,63,'shipping_last_name','Hagman'),(2328,63,'shipping_company',''),(2329,63,'shipping_address_1','5190 NW Eldorado BLVD'),(2330,63,'shipping_address_2',''),(2331,63,'shipping_city','Bremerton'),(2332,63,'shipping_postcode','98312'),(2333,63,'shipping_country','US'),(2334,63,'shipping_state','WA'),(2335,63,'thwma_custom_address','a:1:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Lisa\";s:18:\"shipping_last_name\";s:6:\"Hagman\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:21:\"5190 NW Eldorado BLVD\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Bremerton\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98312\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Lisa\";s:18:\"shipping_last_name\";s:6:\"Hagman\";s:16:\"shipping_company\";s:10:\"LCA Tacoma\";s:18:\"shipping_address_1\";s:16:\"3520 96th Street\";s:18:\"shipping_address_2\";s:9:\"Suite 110\";s:13:\"shipping_city\";s:14:\"South Lakewood\";s:17:\"shipping_postcode\";s:5:\"98499\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WA\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Lisa\";s:18:\"shipping_last_name\";s:6:\"Hagman\";s:16:\"shipping_company\";s:12:\"LCA Puyallup\";s:18:\"shipping_address_1\";s:17:\"110 5th Street NW\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Puyallup\";s:17:\"shipping_postcode\";s:5:\"98371\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WA\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Lisa\";s:18:\"shipping_last_name\";s:6:\"Hagman\";s:16:\"shipping_company\";s:14:\"LCA Gig Harbor\";s:18:\"shipping_address_1\";s:16:\"5711 34th Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 101\";s:13:\"shipping_city\";s:10:\"Gig Harbor\";s:17:\"shipping_postcode\";s:5:\"98335\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WA\";}}}'),(2336,64,'nickname','lca_hawaii'),(2337,64,'first_name','Barrie'),(2338,64,'last_name','Desmond'),(2339,64,'description',''),(2340,64,'rich_editing','true'),(2341,64,'syntax_highlighting','true'),(2342,64,'comment_shortcuts','false'),(2343,64,'admin_color','modern'),(2344,64,'use_ssl','0'),(2345,64,'show_admin_bar_front','true'),(2346,64,'locale',''),(2347,64,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2348,64,'wp_user_level','0'),(2349,64,'dismissed_wp_pointers',''),(2350,64,'last_update','1705690331'),(2353,64,'billing_first_name','Barrie'),(2354,64,'billing_last_name','Desmond'),(2355,64,'billing_company',''),(2356,64,'billing_address_1','50 ALAHELE PL'),(2357,64,'billing_address_2',''),(2358,64,'billing_city','Kihei'),(2359,64,'billing_postcode','96753-7809'),(2360,64,'billing_country','US'),(2361,64,'billing_state','HI'),(2362,64,'billing_phone','8082834247'),(2363,64,'billing_email','info@liceclinicshawaii.com'),(2364,64,'shipping_first_name','Barrie'),(2365,64,'shipping_last_name','Desmond'),(2366,64,'shipping_company','c/o Aloha Freight Forwarders QUOTE # 20779'),(2367,64,'shipping_address_1','1800 S. Anderson Avenue'),(2368,64,'shipping_address_2',''),(2369,64,'shipping_city','Compton'),(2370,64,'shipping_postcode','90220'),(2371,64,'shipping_country','US'),(2372,64,'shipping_state','CA'),(2373,64,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Barrie\";s:18:\"shipping_last_name\";s:7:\"Desmond\";s:16:\"shipping_company\";s:42:\"c/o Aloha Freight Forwarders QUOTE # 20779\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:23:\"1800 S. Anderson Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Compton\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"90220\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Lori\";s:18:\"shipping_last_name\";s:11:\"Silverstein\";s:16:\"shipping_company\";s:12:\"LCA Honolulu\";s:18:\"shipping_address_1\";s:15:\"250 Ward Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 209\";s:13:\"shipping_city\";s:8:\"Honolulu\";s:17:\"shipping_postcode\";s:5:\"96814\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"HI\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Lori\";s:18:\"shipping_last_name\";s:11:\"Silverstein\";s:16:\"shipping_company\";s:11:\"LCA Waipahu\";s:18:\"shipping_address_1\";s:22:\"94-366 Pupupani Street\";s:18:\"shipping_address_2\";s:9:\"Unit 206B\";s:13:\"shipping_city\";s:7:\"Waipahu\";s:17:\"shipping_postcode\";s:5:\"96797\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"HI\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2374,65,'nickname','lca_freshheads'),(2375,65,'first_name','Mandy'),(2376,65,'last_name','Ottesen'),(2377,65,'description',''),(2378,65,'rich_editing','true'),(2379,65,'syntax_highlighting','true'),(2380,65,'comment_shortcuts','false'),(2381,65,'admin_color','modern'),(2382,65,'use_ssl','0'),(2383,65,'show_admin_bar_front','true'),(2384,65,'locale',''),(2385,65,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2386,65,'wp_user_level','0'),(2387,65,'dismissed_wp_pointers',''),(2388,65,'last_update','1771947532'),(2391,65,'billing_first_name','Mandy'),(2392,65,'billing_last_name','Ottesen'),(2393,65,'billing_company','Fresh Heads'),(2394,65,'billing_address_1','175 Dahlia Falls Drive'),(2395,65,'billing_address_2',''),(2396,65,'billing_city','St Johns'),(2397,65,'billing_postcode','32259'),(2398,65,'billing_country','US'),(2399,65,'billing_state','FL'),(2400,65,'billing_phone','9042353157'),(2401,65,'billing_email','mandy@freshheadsliceremoval.com'),(2402,65,'shipping_first_name','Mandy'),(2403,65,'shipping_last_name','Ottesen'),(2404,65,'shipping_company','Fresh Heads Lice Removal'),(2405,65,'shipping_address_1','13241 Bartram Park Blvd'),(2406,65,'shipping_address_2','1801'),(2407,65,'shipping_city','Jacksonville'),(2408,65,'shipping_postcode','32258'),(2409,65,'shipping_country','US'),(2410,65,'shipping_state','FL'),(2411,65,'thwma_custom_address','a:2:{s:8:\"shipping\";a:5:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:23:\"13241 Bartram Park Blvd\";s:18:\"shipping_address_2\";s:4:\"1801\";s:13:\"shipping_city\";s:12:\"Jacksonville\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"32258\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:22:\"LCA Jacksonville Beach\";s:18:\"shipping_address_1\";s:17:\"830 3rd Street S.\";s:18:\"shipping_address_2\";s:8:\"Unit 205\";s:13:\"shipping_city\";s:18:\"Jacksonville Beach\";s:17:\"shipping_postcode\";s:5:\"32250\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:15:\"LCA Winter Park\";s:18:\"shipping_address_1\";s:13:\"1950 Lee Road\";s:18:\"shipping_address_2\";s:10:\"Suite 217A\";s:13:\"shipping_city\";s:11:\"Winter Park\";s:17:\"shipping_postcode\";s:5:\"32789\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:11:\"LCA Orlando\";s:18:\"shipping_address_1\";s:21:\"7065 Westpointe Blvd.\";s:18:\"shipping_address_2\";s:9:\"Suite 201\";s:13:\"shipping_city\";s:7:\"Orlando\";s:17:\"shipping_postcode\";s:5:\"32835\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:12:\"LCA Savannah\";s:18:\"shipping_address_1\";s:21:\"1000 W. US Highway 80\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Pooler\";s:17:\"shipping_postcode\";s:5:\"31322\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"GA\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2412,66,'nickname','lca_maryland'),(2413,66,'first_name','Mark'),(2414,66,'last_name','Dent'),(2415,66,'description',''),(2416,66,'rich_editing','true'),(2417,66,'syntax_highlighting','true'),(2418,66,'comment_shortcuts','false'),(2419,66,'admin_color','modern'),(2420,66,'use_ssl','0'),(2421,66,'show_admin_bar_front','true'),(2422,66,'locale',''),(2423,66,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2424,66,'wp_user_level','0'),(2425,66,'dismissed_wp_pointers',''),(2426,66,'last_update','1780331608'),(2429,66,'billing_first_name','Mark'),(2430,66,'billing_last_name','Dent'),(2431,66,'billing_company','Lice Clinics of Maryland'),(2432,66,'billing_address_1','801 W 33rd Street'),(2433,66,'billing_address_2',''),(2434,66,'billing_city','BAltimore'),(2435,66,'billing_postcode','21211'),(2436,66,'billing_country','US'),(2437,66,'billing_state','MD'),(2438,66,'billing_phone','4438349991'),(2439,66,'billing_email','info@liceclinicsofmaryland.com'),(2440,66,'shipping_first_name','Dawn'),(2441,66,'shipping_last_name','Mumaw'),(2442,66,'shipping_company','LCA Baltimore'),(2443,66,'shipping_address_1','604 Providence Road'),(2444,66,'shipping_address_2',''),(2445,66,'shipping_city','Towson'),(2446,66,'shipping_postcode','21286'),(2447,66,'shipping_country','US'),(2448,66,'shipping_state','MD'),(2449,66,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Dawn\";s:18:\"shipping_last_name\";s:5:\"Mumaw\";s:16:\"shipping_company\";s:13:\"LCA Baltimore\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"604 Providence Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Towson\";s:14:\"shipping_state\";s:2:\"MD\";s:17:\"shipping_postcode\";s:5:\"21286\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:4:\"Dent\";s:16:\"shipping_company\";s:11:\"LCA Bel Air\";s:18:\"shipping_address_1\";s:15:\"4C North Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 424\";s:13:\"shipping_city\";s:7:\"Bel Air\";s:17:\"shipping_postcode\";s:5:\"21014\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MD\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:4:\"Dent\";s:16:\"shipping_company\";s:9:\"Rockville\";s:18:\"shipping_address_1\";s:20:\"620 Hungerford Drive\";s:18:\"shipping_address_2\";s:6:\"Unit 6\";s:13:\"shipping_city\";s:9:\"Rockville\";s:17:\"shipping_postcode\";s:5:\"20850\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MD\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2450,67,'nickname','lca_naughtynits'),(2451,67,'first_name','Marnie'),(2452,67,'last_name','Murray'),(2453,67,'description',''),(2454,67,'rich_editing','true'),(2455,67,'syntax_highlighting','true'),(2456,67,'comment_shortcuts','false'),(2457,67,'admin_color','modern'),(2458,67,'use_ssl','0'),(2459,67,'show_admin_bar_front','true'),(2460,67,'locale',''),(2461,67,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2462,67,'wp_user_level','0'),(2463,67,'dismissed_wp_pointers',''),(2464,67,'last_update','1784831129'),(2467,67,'billing_first_name','Marnie'),(2468,67,'billing_last_name','Murray'),(2469,67,'billing_company','Naughty Nits'),(2470,67,'billing_address_1','2809 Wehrle Drive'),(2471,67,'billing_address_2','Suite 10'),(2472,67,'billing_city','Williamsville'),(2473,67,'billing_postcode','14221'),(2474,67,'billing_country','US'),(2475,67,'billing_state','NY'),(2476,67,'billing_phone','7166265423'),(2477,67,'billing_email','liceclinicsupstateny@gmail.com'),(2478,67,'shipping_first_name','Marnie'),(2479,67,'shipping_last_name','Murray'),(2480,67,'shipping_company','Naughty Nits'),(2481,67,'shipping_address_1','2809 Wehrle Drive'),(2482,67,'shipping_address_2','Suite 10'),(2483,67,'shipping_city','Williamsville'),(2484,67,'shipping_postcode','14221'),(2485,67,'shipping_country','US'),(2486,67,'shipping_state','NY'),(2487,67,'thwma_custom_address','a:3:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:11:\"LCA Buffalo\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"2809 Wehrle Drive\";s:18:\"shipping_address_2\";s:8:\"Suite 10\";s:13:\"shipping_city\";s:13:\"Williamsville\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"14221\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:13:\"LCA Rochester\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"135 Sully’s Trail\";s:18:\"shipping_address_2\";s:7:\"Suite 7\";s:13:\"shipping_city\";s:9:\"Pittsford\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"14534\";s:16:\"shipping_heading\";s:15:\"Clinic Location\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"LCA Syracuse\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_heading\";s:15:\"Clinic Location\";}s:9:\"address_3\";a:10:{s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"Naughty Nits\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"258 Hoosick Street\";s:18:\"shipping_address_2\";s:9:\"Suite 109\";s:13:\"shipping_city\";s:4:\"Troy\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"12180\";s:16:\"shipping_heading\";s:0:\"\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:6:\"Marnie\";s:17:\"billing_last_name\";s:6:\"Murray\";s:15:\"billing_company\";s:12:\"Naughty Nits\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:17:\"2809 Wehrle Drive\";s:17:\"billing_address_2\";s:8:\"Suite 10\";s:12:\"billing_city\";s:13:\"Williamsville\";s:13:\"billing_state\";s:2:\"NY\";s:16:\"billing_postcode\";s:5:\"14221\";s:13:\"billing_phone\";s:10:\"7166265423\";s:13:\"billing_email\";s:30:\"liceclinicsupstateny@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:15:\"billing_heading\";s:0:\"\";s:18:\"billing_first_name\";s:6:\"Marnie\";s:17:\"billing_last_name\";s:5:\"Murry\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:18:\"258 Hoosick Street\";s:17:\"billing_address_2\";s:9:\"Suite 109\";s:12:\"billing_city\";s:4:\"Troy\";s:13:\"billing_state\";s:2:\"NY\";s:16:\"billing_postcode\";s:5:\"12180\";s:13:\"billing_phone\";s:14:\"(518) 656-0819\";s:13:\"billing_email\";s:31:\"marnie@liceclinicsupstateny.com\";}}s:16:\"default_shipping\";s:9:\"address_3\";}'),(2488,68,'nickname','lca_phoenix'),(2489,68,'first_name','Martell'),(2490,68,'last_name','Deines'),(2491,68,'description',''),(2492,68,'rich_editing','true'),(2493,68,'syntax_highlighting','true'),(2494,68,'comment_shortcuts','false'),(2495,68,'admin_color','modern'),(2496,68,'use_ssl','0'),(2497,68,'show_admin_bar_front','true'),(2498,68,'locale',''),(2499,68,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2500,68,'wp_user_level','0'),(2501,68,'dismissed_wp_pointers',''),(2502,68,'last_update','1628013862'),(2505,68,'billing_first_name','Martell'),(2506,68,'billing_last_name','Deines'),(2507,68,'billing_company','Lice Clinics of America Chandler'),(2508,68,'billing_address_1','3303 S. Lindsay'),(2509,68,'billing_address_2','#109'),(2510,68,'billing_city','GILBERT'),(2511,68,'billing_postcode','85297'),(2512,68,'billing_country','US'),(2513,68,'billing_state','AZ'),(2514,68,'billing_phone','6023095468'),(2515,68,'billing_email','info@liceclinicschandler.com'),(2516,68,'shipping_first_name','Martell'),(2517,68,'shipping_last_name','Deines'),(2518,68,'shipping_company','LCA Chandler'),(2519,68,'shipping_address_1','3303 S. Lindsey Road'),(2520,68,'shipping_address_2','Suite 109'),(2521,68,'shipping_city','Gilbert'),(2522,68,'shipping_postcode','85297'),(2523,68,'shipping_country','US'),(2524,68,'shipping_state','AZ'),(2525,68,'thwma_custom_address','a:1:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Martell\";s:18:\"shipping_last_name\";s:6:\"Deines\";s:16:\"shipping_company\";s:12:\"LCA Chandler\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"3303 S. Lindsey Road\";s:18:\"shipping_address_2\";s:9:\"Suite 109\";s:13:\"shipping_city\";s:7:\"Gilbert\";s:14:\"shipping_state\";s:2:\"AZ\";s:17:\"shipping_postcode\";s:5:\"85297\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Martell\";s:18:\"shipping_last_name\";s:6:\"Deines\";s:16:\"shipping_company\";s:8:\"LCA Mesa\";s:18:\"shipping_address_1\";s:18:\"6106 E. Brown Road\";s:18:\"shipping_address_2\";s:9:\"Suite 103\";s:13:\"shipping_city\";s:4:\"Mesa\";s:17:\"shipping_postcode\";s:5:\"85205\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"AZ\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Martell\";s:18:\"shipping_last_name\";s:6:\"Deines\";s:16:\"shipping_company\";s:11:\"LCA Phoenix\";s:18:\"shipping_address_1\";s:18:\"1331 H. 7th Street\";s:18:\"shipping_address_2\";s:9:\"Suite 300\";s:13:\"shipping_city\";s:7:\"Phoenix\";s:17:\"shipping_postcode\";s:5:\"85006\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"AZ\";}}}'),(2526,69,'nickname','lca_memphis'),(2527,69,'first_name','Marty'),(2528,69,'last_name','Brown'),(2529,69,'description',''),(2530,69,'rich_editing','true'),(2531,69,'syntax_highlighting','true'),(2532,69,'comment_shortcuts','false'),(2533,69,'admin_color','modern'),(2534,69,'use_ssl','0'),(2535,69,'show_admin_bar_front','true'),(2536,69,'locale',''),(2537,69,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2538,69,'wp_user_level','0'),(2539,69,'dismissed_wp_pointers',''),(2540,69,'last_update','1618807916'),(2543,69,'billing_first_name','Marty'),(2544,69,'billing_last_name','Brown'),(2545,69,'billing_company',''),(2546,69,'billing_address_1',''),(2547,69,'billing_address_2',''),(2548,69,'billing_city',''),(2549,69,'billing_postcode',''),(2550,69,'billing_country',''),(2551,69,'billing_state',''),(2552,69,'billing_phone',''),(2553,69,'billing_email','info@liceremovaltn.com'),(2554,69,'shipping_first_name','Marty'),(2555,69,'shipping_last_name','Brown'),(2556,69,'shipping_company','LCA Memphis'),(2557,69,'shipping_address_1','2182 West Street'),(2558,69,'shipping_address_2',''),(2559,69,'shipping_city','Germantown'),(2560,69,'shipping_postcode','38138'),(2561,69,'shipping_country','US'),(2562,69,'shipping_state','TN'),(2563,69,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Marty\";s:18:\"shipping_last_name\";s:5:\"Brown\";s:16:\"shipping_company\";s:11:\"LCA Memphis\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"2182 West Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Germantown\";s:14:\"shipping_state\";s:2:\"TN\";s:17:\"shipping_postcode\";s:5:\"38138\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Marty\";s:18:\"shipping_last_name\";s:5:\"Brown\";s:16:\"shipping_company\";s:10:\"LCA Tupelo\";s:18:\"shipping_address_1\";s:21:\"1733 McCullough Blvd.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Tupelo\";s:17:\"shipping_postcode\";s:5:\"38801\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MS\";}}}'),(2564,70,'nickname','lca_pleasanton'),(2565,70,'first_name','Masoud'),(2566,70,'last_name','Barukzai'),(2567,70,'description',''),(2568,70,'rich_editing','true'),(2569,70,'syntax_highlighting','true'),(2570,70,'comment_shortcuts','false'),(2571,70,'admin_color','modern'),(2572,70,'use_ssl','0'),(2573,70,'show_admin_bar_front','true'),(2574,70,'locale',''),(2575,70,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2576,70,'wp_user_level','0'),(2577,70,'dismissed_wp_pointers',''),(2578,70,'last_update','1618808161'),(2581,70,'billing_first_name','Masoud'),(2582,70,'billing_last_name','Barukzai'),(2583,70,'billing_company',''),(2584,70,'billing_address_1',''),(2585,70,'billing_address_2',''),(2586,70,'billing_city',''),(2587,70,'billing_postcode',''),(2588,70,'billing_country',''),(2589,70,'billing_state',''),(2590,70,'billing_phone',''),(2591,70,'billing_email','info@liceclinicspleasanton.com'),(2592,70,'shipping_first_name','Masoud'),(2593,70,'shipping_last_name','Barukzai'),(2594,70,'shipping_company','LCA Pleasanton'),(2595,70,'shipping_address_1','818 Main Street'),(2596,70,'shipping_address_2','Suite H'),(2597,70,'shipping_city','Pleasanton'),(2598,70,'shipping_postcode','94566'),(2599,70,'shipping_country','US'),(2600,70,'shipping_state','CA'),(2601,70,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Masoud\";s:18:\"shipping_last_name\";s:8:\"Barukzai\";s:16:\"shipping_company\";s:14:\"LCA Pleasanton\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"818 Main Street\";s:18:\"shipping_address_2\";s:7:\"Suite H\";s:13:\"shipping_city\";s:10:\"Pleasanton\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"94566\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Masoud\";s:18:\"shipping_last_name\";s:8:\"Barukzai\";s:16:\"shipping_company\";s:11:\"LCA Concord\";s:18:\"shipping_address_1\";s:19:\"1070 Concord Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 170\";s:13:\"shipping_city\";s:7:\"Concord\";s:17:\"shipping_postcode\";s:5:\"94520\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}}'),(2602,71,'nickname','lca_sandiego'),(2603,71,'first_name','Mercedes'),(2604,71,'last_name','Domingo'),(2605,71,'description',''),(2606,71,'rich_editing','true'),(2607,71,'syntax_highlighting','true'),(2608,71,'comment_shortcuts','false'),(2609,71,'admin_color','modern'),(2610,71,'use_ssl','0'),(2611,71,'show_admin_bar_front','true'),(2612,71,'locale',''),(2613,71,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2614,71,'wp_user_level','0'),(2615,71,'dismissed_wp_pointers',''),(2616,71,'last_update','1640039686'),(2619,71,'billing_first_name','Mercedes'),(2620,71,'billing_last_name','Domingo'),(2621,71,'billing_company','JAMIC LLC'),(2622,71,'billing_address_1','3525 Del Mar Heights Road'),(2623,71,'billing_address_2','#1014'),(2624,71,'billing_city','San Diego'),(2625,71,'billing_postcode','92130'),(2626,71,'billing_country','US'),(2627,71,'billing_state','CA'),(2628,71,'billing_phone','8582498337'),(2629,71,'billing_email','mdomingo@extramile.es'),(2630,71,'shipping_first_name','Azucena'),(2631,71,'shipping_last_name','Villagomez'),(2632,71,'shipping_company',''),(2633,71,'shipping_address_1','122 E. 17th St'),(2634,71,'shipping_address_2',''),(2635,71,'shipping_city','National City'),(2636,71,'shipping_postcode','91950'),(2637,71,'shipping_country','US'),(2638,71,'shipping_state','CA'),(2639,71,'thwma_custom_address','a:2:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Azucena\";s:18:\"shipping_last_name\";s:10:\"Villagomez\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"122 E. 17th St\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:13:\"National City\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"91950\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Mercedes\";s:18:\"shipping_last_name\";s:7:\"Domingo\";s:16:\"shipping_company\";s:10:\"LCA Tustin\";s:18:\"shipping_address_1\";s:26:\"14032 Enderle Center Drive\";s:18:\"shipping_address_2\";s:13:\"Suite 214-216\";s:13:\"shipping_city\";s:6:\"Tustin\";s:17:\"shipping_postcode\";s:5:\"92780\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Mercedes\";s:18:\"shipping_last_name\";s:7:\"Domingo\";s:16:\"shipping_company\";s:16:\"LCA Laguna Hills\";s:18:\"shipping_address_1\";s:23:\"24953 Paseo de Valencia\";s:18:\"shipping_address_2\";s:10:\"Suite 10-C\";s:13:\"shipping_city\";s:12:\"Laguna Hills\";s:17:\"shipping_postcode\";s:5:\"92653\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Mercedes\";s:18:\"shipping_last_name\";s:7:\"Domingo\";s:16:\"shipping_company\";s:25:\"LCA San Diego (Clairmont)\";s:18:\"shipping_address_1\";s:26:\"5380 Clairemont Mesa Blvd.\";s:18:\"shipping_address_2\";s:9:\"Suite 200\";s:13:\"shipping_city\";s:9:\"San Diego\";s:17:\"shipping_postcode\";s:5:\"92117\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2640,72,'nickname','lca_liceawaytoday'),(2641,72,'first_name','Michelle'),(2642,72,'last_name','Cherry'),(2643,72,'description',''),(2644,72,'rich_editing','true'),(2645,72,'syntax_highlighting','true'),(2646,72,'comment_shortcuts','false'),(2647,72,'admin_color','modern'),(2648,72,'use_ssl','0'),(2649,72,'show_admin_bar_front','true'),(2650,72,'locale',''),(2651,72,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2652,72,'wp_user_level','0'),(2653,72,'dismissed_wp_pointers',''),(2654,72,'last_update','1618808993'),(2657,72,'billing_first_name','Michelle'),(2658,72,'billing_last_name','Cherry'),(2659,72,'billing_company',''),(2660,72,'billing_address_1',''),(2661,72,'billing_address_2',''),(2662,72,'billing_city',''),(2663,72,'billing_postcode',''),(2664,72,'billing_country',''),(2665,72,'billing_state',''),(2666,72,'billing_phone',''),(2667,72,'billing_email','info@liceawaytoday.net'),(2668,72,'shipping_first_name','Michelle'),(2669,72,'shipping_last_name','Cherry'),(2670,72,'shipping_company','LCA Tampa'),(2671,72,'shipping_address_1','4308 West El Prado Blvd.'),(2672,72,'shipping_address_2',''),(2673,72,'shipping_city','Tampa'),(2674,72,'shipping_postcode','33629'),(2675,72,'shipping_country','US'),(2676,72,'shipping_state','FL'),(2677,72,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:9:\"LCA Tampa\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:24:\"4308 West El Prado Blvd.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Tampa\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"33629\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:14:\"LCA Clearwater\";s:18:\"shipping_address_1\";s:11:\"2340 SR 580\";s:18:\"shipping_address_2\";s:6:\"Unit P\";s:13:\"shipping_city\";s:10:\"Clearwater\";s:17:\"shipping_postcode\";s:5:\"33763\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}}}'),(2678,73,'nickname','lca_castrovalley'),(2679,73,'first_name','Lice Clinics'),(2680,73,'last_name','Castro Valley'),(2681,73,'description',''),(2682,73,'rich_editing','true'),(2683,73,'syntax_highlighting','true'),(2684,73,'comment_shortcuts','false'),(2685,73,'admin_color','modern'),(2686,73,'use_ssl','0'),(2687,73,'show_admin_bar_front','true'),(2688,73,'locale',''),(2689,73,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2690,73,'wp_user_level','0'),(2691,73,'dismissed_wp_pointers',''),(2692,73,'last_update','1757545916'),(2695,73,'billing_first_name','Lice Clinics'),(2696,73,'billing_last_name','Castro Valley'),(2697,73,'billing_company','Lice Clinics of America - Castro Valley'),(2698,73,'billing_address_1','20406 Redwood Rd, Suite A'),(2699,73,'billing_address_2',''),(2700,73,'billing_city','Castro Valley'),(2701,73,'billing_postcode','94546'),(2702,73,'billing_country','US'),(2703,73,'billing_state','CA'),(2704,73,'billing_phone','5107310888'),(2705,73,'billing_email','liceclinicscastrovalley@gmail.com'),(2706,73,'shipping_first_name','sandy'),(2707,73,'shipping_last_name','kong'),(2708,73,'shipping_company','LCA - Castro Valley'),(2709,73,'shipping_address_1','36628 Sequoia Ct'),(2710,73,'shipping_address_2',''),(2711,73,'shipping_city','Newark'),(2712,73,'shipping_postcode','94560'),(2713,73,'shipping_country','US'),(2714,73,'shipping_state','CA'),(2715,73,'thwma_custom_address','a:3:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"sandy\";s:18:\"shipping_last_name\";s:4:\"kong\";s:16:\"shipping_company\";s:19:\"LCA - Castro Valley\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"36628 Sequoia Ct\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Newark\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"94560\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:9:\"Lehang Du\";s:16:\"shipping_company\";s:11:\"LCA Fremont\";s:18:\"shipping_address_1\";s:20:\"39237 Liberty Street\";s:18:\"shipping_address_2\";s:8:\"Suite D2\";s:13:\"shipping_city\";s:7:\"Fremont\";s:17:\"shipping_postcode\";s:5:\"94538\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:9:\"Lehang Du\";s:16:\"shipping_company\";s:11:\"LCA Fremont\";s:18:\"shipping_address_1\";s:20:\"39237 Liberty Street\";s:18:\"shipping_address_2\";s:8:\"Suite D2\";s:13:\"shipping_city\";s:7:\"Fremont\";s:17:\"shipping_postcode\";s:5:\"94538\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:8:\"Michelle\";s:17:\"billing_last_name\";s:9:\"Lehang Du\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:0:\"\";s:17:\"billing_address_1\";s:0:\"\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:0:\"\";s:13:\"billing_state\";s:0:\"\";s:16:\"billing_postcode\";s:0:\"\";s:13:\"billing_phone\";s:0:\"\";s:13:\"billing_email\";s:32:\"info@liceclinicscastrovalley.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:12:\"Lice Clinics\";s:17:\"billing_last_name\";s:13:\"Castro Valley\";s:15:\"billing_company\";s:39:\"Lice Clinics of America - Castro Valley\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:25:\"20406 Redwood Rd, Suite A\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:13:\"Castro Valley\";s:13:\"billing_state\";s:2:\"CA\";s:16:\"billing_postcode\";s:5:\"94546\";s:13:\"billing_phone\";s:10:\"5107310888\";s:13:\"billing_email\";s:33:\"liceclinicscastrovalley@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2716,74,'nickname','lca_spokane'),(2717,74,'first_name','Michelle'),(2718,74,'last_name','Repp'),(2719,74,'description',''),(2720,74,'rich_editing','true'),(2721,74,'syntax_highlighting','true'),(2722,74,'comment_shortcuts','false'),(2723,74,'admin_color','modern'),(2724,74,'use_ssl','0'),(2725,74,'show_admin_bar_front','true'),(2726,74,'locale',''),(2727,74,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2728,74,'wp_user_level','0'),(2729,74,'dismissed_wp_pointers',''),(2730,74,'last_update','1658841202'),(2733,74,'billing_first_name','Michelle'),(2734,74,'billing_last_name','Repp'),(2735,74,'billing_company','LCOA'),(2736,74,'billing_address_1','8615 N Division St'),(2737,74,'billing_address_2','Suite A'),(2738,74,'billing_city','Spokane'),(2739,74,'billing_postcode','99208'),(2740,74,'billing_country','US'),(2741,74,'billing_state','WA'),(2742,74,'billing_phone','5097039290'),(2743,74,'billing_email','info@liceclinicspokane.com'),(2744,74,'shipping_first_name','Michelle'),(2745,74,'shipping_last_name','Repp'),(2746,74,'shipping_company','LCOA'),(2747,74,'shipping_address_1','8615 N Division St'),(2748,74,'shipping_address_2','Suite A'),(2749,74,'shipping_city','Spokane'),(2750,74,'shipping_postcode','99208'),(2751,74,'shipping_country','US'),(2752,74,'shipping_state','WA'),(2753,74,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:4:\"Repp\";s:16:\"shipping_company\";s:4:\"LCOA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"8615 N Division St\";s:18:\"shipping_address_2\";s:7:\"Suite A\";s:13:\"shipping_city\";s:7:\"Spokane\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"99208\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:4:\"Repp\";s:16:\"shipping_company\";s:13:\"LCA Kennewick\";s:18:\"shipping_address_1\";s:20:\"207 N. Dennis Street\";s:18:\"shipping_address_2\";s:7:\"Suite A\";s:13:\"shipping_city\";s:9:\"Kennewick\";s:17:\"shipping_postcode\";s:5:\"99336\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WA\";}}}'),(2754,75,'nickname','lca_healthyheads'),(2755,75,'first_name','Mirtala'),(2756,75,'last_name','Pena'),(2757,75,'description',''),(2758,75,'rich_editing','true'),(2759,75,'syntax_highlighting','true'),(2760,75,'comment_shortcuts','false'),(2761,75,'admin_color','modern'),(2762,75,'use_ssl','0'),(2763,75,'show_admin_bar_front','true'),(2764,75,'locale',''),(2765,75,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2766,75,'wp_user_level','0'),(2767,75,'dismissed_wp_pointers',''),(2768,75,'last_update','1755118202'),(2771,75,'billing_first_name','Mirtala'),(2772,75,'billing_last_name','Pena'),(2773,75,'billing_company','LCA Mission'),(2774,75,'billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(2775,75,'billing_address_2',''),(2776,75,'billing_city','MIssion'),(2777,75,'billing_postcode','78572'),(2778,75,'billing_country','US'),(2779,75,'billing_state','TX'),(2780,75,'billing_phone','9566052921'),(2781,75,'billing_email','info@riogrande.liceclinicsofamerica.com'),(2782,75,'shipping_first_name','Mirtala'),(2783,75,'shipping_last_name','Pena'),(2784,75,'shipping_company','LCA Mission'),(2785,75,'shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(2786,75,'shipping_address_2',''),(2787,75,'shipping_city','MIssion'),(2788,75,'shipping_postcode','78572'),(2789,75,'shipping_country','US'),(2790,75,'shipping_state','TX'),(2791,75,'thwma_custom_address','a:3:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Mirtala\";s:18:\"shipping_last_name\";s:4:\"Pena\";s:16:\"shipping_company\";s:11:\"LCA Mission\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:42:\"1512 E Expressway 83 suite 107a Mission TX\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"MIssion\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78572\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Mirtala\";s:18:\"shipping_last_name\";s:4:\"Pena\";s:16:\"shipping_company\";s:11:\"LCA Mission\";s:18:\"shipping_address_1\";s:23:\"1512 East Expressway 83\";s:18:\"shipping_address_2\";s:10:\"Suite 107A\";s:13:\"shipping_city\";s:7:\"Mission\";s:17:\"shipping_postcode\";s:5:\"78572\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Mirtala\";s:18:\"shipping_last_name\";s:4:\"Pena\";s:16:\"shipping_company\";s:10:\"LCA Laredo\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:37:\"1915 S zapata Hwy suite 102 Laredo TX\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Laredo\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78041\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:6:\"Office\";s:19:\"shipping_first_name\";s:7:\"Mirtala\";s:18:\"shipping_last_name\";s:4:\"Pena\";s:16:\"shipping_company\";s:15:\"LCA Brownsville\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:38:\"2143 Barnard Rd suite 4 Brownsville TX\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:11:\"Brownsville\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78520\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:7:\"Mirtala\";s:17:\"billing_last_name\";s:4:\"Pena\";s:15:\"billing_company\";s:46:\"Lice Clinics of America Laredo (Healthy Heads)\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:42:\"1512 E Expressway 83 suite 107a Mission TX\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"MIssion\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"78572\";s:13:\"billing_phone\";s:10:\"9566052921\";s:13:\"billing_email\";s:39:\"info@riogrande.liceclinicsofamerica.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:7:\"Mirtala\";s:17:\"billing_last_name\";s:4:\"Pena\";s:15:\"billing_company\";s:11:\"LCA Mission\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:42:\"1512 E Expressway 83 suite 107a Mission TX\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"MIssion\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"78572\";s:13:\"billing_phone\";s:10:\"9566052921\";s:13:\"billing_email\";s:39:\"info@riogrande.liceclinicsofamerica.com\";s:15:\"billing_heading\";s:0:\"\";}}s:15:\"default_billing\";s:9:\"address_1\";}'),(2792,76,'nickname','lca_liceaunties'),(2793,76,'first_name','Naomi'),(2794,76,'last_name','Golden'),(2795,76,'description',''),(2796,76,'rich_editing','true'),(2797,76,'syntax_highlighting','true'),(2798,76,'comment_shortcuts','false'),(2799,76,'admin_color','modern'),(2800,76,'use_ssl','0'),(2801,76,'show_admin_bar_front','true'),(2802,76,'locale',''),(2803,76,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2804,76,'wp_user_level','0'),(2805,76,'dismissed_wp_pointers',''),(2806,76,'last_update','1758055476'),(2809,76,'billing_first_name','Naomi'),(2810,76,'billing_last_name','Golden'),(2811,76,'billing_company',''),(2812,76,'billing_address_1','31 Mann Ave'),(2813,76,'billing_address_2',''),(2814,76,'billing_city','Needham'),(2815,76,'billing_postcode','02492'),(2816,76,'billing_country','US'),(2817,76,'billing_state','MA'),(2818,76,'billing_phone','6178511322'),(2819,76,'billing_email','nrgolden6486@gmail.com'),(2820,76,'shipping_first_name','Naomi'),(2821,76,'shipping_last_name','Golden'),(2822,76,'shipping_company','Lice Clinics of America'),(2823,76,'shipping_address_1','111 Center Street'),(2824,76,'shipping_address_2','STE C'),(2825,76,'shipping_city','Middleborough'),(2826,76,'shipping_postcode','02346'),(2827,76,'shipping_country','US'),(2828,76,'shipping_state','MA'),(2829,76,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"111 Center Street\";s:18:\"shipping_address_2\";s:5:\"STE C\";s:13:\"shipping_city\";s:13:\"Middleborough\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02346\";s:16:\"shipping_heading\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"1349 Centre Street\";s:18:\"shipping_address_2\";s:17:\"Facing Trowbridge\";s:13:\"shipping_city\";s:6:\"Newton\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02459\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"111 Center Street\";s:18:\"shipping_address_2\";s:3:\"LCA\";s:13:\"shipping_city\";s:13:\"Middleborough\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02346\";}}}s:9:\"address_1\";a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:6:\"Clinic\";s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"111 Center Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:13:\"Middleborough\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02346\";}}s:7:\"billing\";a:1:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Naomi\";s:17:\"billing_last_name\";s:6:\"Golden\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:11:\"31 Mann Ave\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"Needham\";s:13:\"billing_state\";s:2:\"MA\";s:16:\"billing_postcode\";s:5:\"02492\";s:13:\"billing_phone\";s:10:\"6178511322\";s:13:\"billing_email\";s:22:\"nrgolden6486@gmail.com\";s:15:\"billing_heading\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Naomi\";s:17:\"billing_last_name\";s:6:\"Golden\";s:15:\"billing_company\";s:3:\"LCA\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:11:\"31 Mann Ave\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"Needham\";s:13:\"billing_state\";s:2:\"MA\";s:16:\"billing_postcode\";s:5:\"02492\";s:13:\"billing_phone\";s:12:\"617-851-1322\";s:13:\"billing_email\";s:22:\"nrgolden6486@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:11:{s:18:\"billing_first_name\";s:5:\"Naomi\";s:17:\"billing_last_name\";s:6:\"Golden\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:11:\"31 Mann Ave\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"Needham\";s:13:\"billing_state\";s:2:\"MA\";s:16:\"billing_postcode\";s:5:\"02492\";s:13:\"billing_phone\";s:12:\"617-851-1322\";s:13:\"billing_email\";s:22:\"nrgolden6486@gmail.com\";}}}}}'),(2830,77,'nickname','lca_fresno'),(2831,77,'first_name','Philip'),(2832,77,'last_name','Moon'),(2833,77,'description',''),(2834,77,'rich_editing','true'),(2835,77,'syntax_highlighting','true'),(2836,77,'comment_shortcuts','false'),(2837,77,'admin_color','modern'),(2838,77,'use_ssl','0'),(2839,77,'show_admin_bar_front','true'),(2840,77,'locale',''),(2841,77,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2842,77,'wp_user_level','0'),(2843,77,'dismissed_wp_pointers',''),(2844,77,'last_update','1775781698'),(2847,77,'billing_first_name','Phil'),(2848,77,'billing_last_name','Moon'),(2849,77,'billing_company','LiceBusters, LLC'),(2850,77,'billing_address_1','12 Sharon Ave'),(2851,77,'billing_address_2',''),(2852,77,'billing_city','Piedmont'),(2853,77,'billing_postcode','94611'),(2854,77,'billing_country','US'),(2855,77,'billing_state','CA'),(2856,77,'billing_phone','5593046305'),(2857,77,'billing_email','kris10maroot@gmail.com'),(2858,77,'shipping_first_name','Kristen'),(2859,77,'shipping_last_name','Maroot-Rippee'),(2860,77,'shipping_company','LiceBusters, LLC'),(2861,77,'shipping_address_1','487 W. Scott Avenue'),(2862,77,'shipping_address_2',''),(2863,77,'shipping_city','Fresno'),(2864,77,'shipping_postcode','93704'),(2865,77,'shipping_country','US'),(2866,77,'shipping_state','CA'),(2867,77,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Kristen\";s:18:\"shipping_last_name\";s:13:\"Maroot-Rippee\";s:16:\"shipping_company\";s:16:\"LiceBusters, LLC\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:12:\"487 W. Scott\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Fresno\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"93704\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:21:\"487 West Scott Avenue\";s:19:\"shipping_first_name\";s:7:\"Kristen\";s:18:\"shipping_last_name\";s:13:\"Maroot-Rippee\";s:16:\"shipping_company\";s:25:\"Lice Busters LLC. VISALIA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:21:\"487 West Scott Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Fresno\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"93704\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Philip\";s:18:\"shipping_last_name\";s:4:\"Moon\";s:16:\"shipping_company\";s:17:\"LCA - Culver City\";s:18:\"shipping_address_1\";s:22:\"10200 Venice Boulevard\";s:18:\"shipping_address_2\";s:9:\"Suite 204\";s:13:\"shipping_city\";s:11:\"Culver City\";s:17:\"shipping_postcode\";s:5:\"90232\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2868,78,'nickname','lca_longisland'),(2869,78,'first_name','Richard'),(2870,78,'last_name','Florsheim'),(2871,78,'description',''),(2872,78,'rich_editing','true'),(2873,78,'syntax_highlighting','true'),(2874,78,'comment_shortcuts','false'),(2875,78,'admin_color','modern'),(2876,78,'use_ssl','0'),(2877,78,'show_admin_bar_front','true'),(2878,78,'locale',''),(2879,78,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2880,78,'wp_user_level','0'),(2881,78,'dismissed_wp_pointers',''),(2882,78,'last_update','1757436314'),(2885,78,'billing_first_name','Richard'),(2886,78,'billing_last_name','Florsheim'),(2887,78,'billing_company','Licura'),(2888,78,'billing_address_1','3827 w fairway heights dr'),(2889,78,'billing_address_2',''),(2890,78,'billing_city','Mequon'),(2891,78,'billing_postcode','53092'),(2892,78,'billing_country','US'),(2893,78,'billing_state','NY'),(2894,78,'billing_phone','5619006382'),(2895,78,'billing_email','tara@liceclinicslongIsland.com'),(2896,78,'shipping_first_name','Tara'),(2897,78,'shipping_last_name','johnson'),(2898,78,'shipping_company','LCA'),(2899,78,'shipping_address_1','152 E.84th st'),(2900,78,'shipping_address_2','1J'),(2901,78,'shipping_city','Nyc'),(2902,78,'shipping_postcode','10028'),(2903,78,'shipping_country','US'),(2904,78,'shipping_state','NY'),(2905,78,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Tara\";s:18:\"shipping_last_name\";s:7:\"johnson\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:13:\"152 E.84th st\";s:18:\"shipping_address_2\";s:2:\"1J\";s:13:\"shipping_city\";s:3:\"Nyc\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"10028\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Richard\";s:18:\"shipping_last_name\";s:10:\"Floresheim\";s:16:\"shipping_company\";s:14:\"LCA Ronkonkoma\";s:18:\"shipping_address_1\";s:18:\"622 Hawkins Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Ronkonkoma\";s:17:\"shipping_postcode\";s:5:\"11779\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Richard\";s:18:\"shipping_last_name\";s:9:\"Florshiem\";s:16:\"shipping_company\";s:15:\"LCA Westchester\";s:18:\"shipping_address_1\";s:23:\"599 W. Hartsdale Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:12:\"White Plains\";s:17:\"shipping_postcode\";s:5:\"10607\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2906,79,'nickname','lca_swla'),(2907,79,'first_name','Shanna'),(2908,79,'last_name','Castille'),(2909,79,'description',''),(2910,79,'rich_editing','true'),(2911,79,'syntax_highlighting','true'),(2912,79,'comment_shortcuts','false'),(2913,79,'admin_color','modern'),(2914,79,'use_ssl','0'),(2915,79,'show_admin_bar_front','true'),(2916,79,'locale',''),(2917,79,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2918,79,'wp_user_level','0'),(2919,79,'dismissed_wp_pointers',''),(2920,79,'last_update','1754496546'),(2923,79,'billing_first_name','Shanna'),(2924,79,'billing_last_name','Castille'),(2925,79,'billing_company',''),(2926,79,'billing_address_1','1097 Hundley Rd'),(2927,79,'billing_address_2',''),(2928,79,'billing_city','Eunice'),(2929,79,'billing_postcode','70535'),(2930,79,'billing_country','US'),(2931,79,'billing_state','LA'),(2932,79,'billing_phone','3374668998'),(2933,79,'billing_email','Shanna_sr09@yahoo.com'),(2934,79,'shipping_first_name','Shanna'),(2935,79,'shipping_last_name','Castille'),(2936,79,'shipping_company',''),(2937,79,'shipping_address_1','1097 Hundley Rd'),(2938,79,'shipping_address_2',''),(2939,79,'shipping_city','eunice'),(2940,79,'shipping_postcode','70535'),(2941,79,'shipping_country','US'),(2942,79,'shipping_state','LA'),(2943,79,'thwma_custom_address','a:2:{s:8:\"shipping\";a:6:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Shanna\";s:18:\"shipping_last_name\";s:8:\"Castille\";s:16:\"shipping_company\";s:13:\"LCA Lafayette\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"100 Beauvais Ave.\";s:18:\"shipping_address_2\";s:8:\"Suite C2\";s:13:\"shipping_city\";s:9:\"Lafayette\";s:14:\"shipping_state\";s:2:\"LA\";s:17:\"shipping_postcode\";s:5:\"70507\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Shanna\";s:18:\"shipping_last_name\";s:8:\"Castille\";s:16:\"shipping_company\";s:16:\"LCA Lake Charles\";s:18:\"shipping_address_1\";s:21:\"203 E. W. Miller Ave.\";s:18:\"shipping_address_2\";s:7:\"Suite G\";s:13:\"shipping_city\";s:4:\"Iowa\";s:17:\"shipping_postcode\";s:5:\"70647\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"LA\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Shanna\";s:18:\"shipping_last_name\";s:8:\"Castille\";s:16:\"shipping_company\";s:19:\"LCA North Louisiana\";s:18:\"shipping_address_1\";s:16:\"903 Warren Drive\";s:18:\"shipping_address_2\";s:7:\"Suite D\";s:13:\"shipping_city\";s:11:\"West Monroe\";s:17:\"shipping_postcode\";s:5:\"71291\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"LA\";}s:9:\"address_3\";a:10:{s:19:\"shipping_first_name\";s:6:\"Shanna\";s:18:\"shipping_last_name\";s:8:\"Castille\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1097 Hundley Rd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"eunice\";s:14:\"shipping_state\";s:2:\"LA\";s:17:\"shipping_postcode\";s:5:\"70535\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_4\";a:10:{s:19:\"shipping_first_name\";s:7:\"Rebekah\";s:18:\"shipping_last_name\";s:3:\"Gay\";s:16:\"shipping_company\";s:6:\"LCANLA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"339 Forty Oaks Farm Rd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:11:\"West Monroe\";s:14:\"shipping_state\";s:2:\"LA\";s:17:\"shipping_postcode\";s:5:\"71291\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_5\";a:10:{s:19:\"shipping_first_name\";s:7:\"Rebekah\";s:18:\"shipping_last_name\";s:3:\"Gay\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"339 Forty Oaks Farm Rd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:11:\"West Monroe\";s:14:\"shipping_state\";s:2:\"LA\";s:17:\"shipping_postcode\";s:5:\"71291\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_3\";}'),(2944,80,'nickname','lca_philly'),(2945,80,'first_name','Sharon'),(2946,80,'last_name','Rizzuto'),(2947,80,'description',''),(2948,80,'rich_editing','true'),(2949,80,'syntax_highlighting','true'),(2950,80,'comment_shortcuts','false'),(2951,80,'admin_color','modern'),(2952,80,'use_ssl','0'),(2953,80,'show_admin_bar_front','true'),(2954,80,'locale',''),(2955,80,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2956,80,'wp_user_level','0'),(2957,80,'dismissed_wp_pointers',''),(2958,80,'last_update','1649081500'),(2961,80,'billing_first_name','Sharon'),(2962,80,'billing_last_name','Rizzuto'),(2963,80,'billing_company',''),(2964,80,'billing_address_1','143 Merion Ave'),(2965,80,'billing_address_2',''),(2966,80,'billing_city','Narberth'),(2967,80,'billing_postcode','19072'),(2968,80,'billing_country','US'),(2969,80,'billing_state','PA'),(2970,80,'billing_phone','2155141903'),(2971,80,'billing_email','liceclinicphilly@gmail.com'),(2972,80,'shipping_first_name','Sharon'),(2973,80,'shipping_last_name','Rizzuto'),(2974,80,'shipping_company','LCA Philly'),(2975,80,'shipping_address_1','1982 Butler pike'),(2976,80,'shipping_address_2','#4'),(2977,80,'shipping_city','Conshohocken'),(2978,80,'shipping_postcode','19428'),(2979,80,'shipping_country','US'),(2980,80,'shipping_state','PA'),(2981,80,'thwma_custom_address','a:1:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Sharon\";s:18:\"shipping_last_name\";s:7:\"Rizzuto\";s:16:\"shipping_company\";s:10:\"LCA Philly\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"1982 Butler pike\";s:18:\"shipping_address_2\";s:2:\"#4\";s:13:\"shipping_city\";s:12:\"Conshohocken\";s:14:\"shipping_state\";s:2:\"PA\";s:17:\"shipping_postcode\";s:5:\"19428\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Sharon\";s:18:\"shipping_last_name\";s:7:\"Rizzuto\";s:16:\"shipping_company\";s:15:\"LCA Chadds Ford\";s:18:\"shipping_address_1\";s:13:\"2 Station Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:11:\"Chadds Ford\";s:17:\"shipping_postcode\";s:5:\"19317\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"PA\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Sharon\";s:18:\"shipping_last_name\";s:7:\"Rizzuto\";s:16:\"shipping_company\";s:16:\"LCA Conshohocken\";s:18:\"shipping_address_1\";s:16:\"1982 Butler Pike\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:12:\"Conshohocken\";s:17:\"shipping_postcode\";s:5:\"19428\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"PA\";}}}'),(2982,81,'nickname','lca_collegestation'),(2983,81,'first_name','Sonia'),(2984,81,'last_name','Watt'),(2985,81,'description',''),(2986,81,'rich_editing','true'),(2987,81,'syntax_highlighting','true'),(2988,81,'comment_shortcuts','false'),(2989,81,'admin_color','modern'),(2990,81,'use_ssl','0'),(2991,81,'show_admin_bar_front','true'),(2992,81,'locale',''),(2993,81,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2994,81,'wp_user_level','0'),(2995,81,'dismissed_wp_pointers',''),(2996,81,'last_update','1618811539'),(2999,81,'billing_first_name','Sonia'),(3000,81,'billing_last_name','Watt'),(3001,81,'billing_company',''),(3002,81,'billing_address_1',''),(3003,81,'billing_address_2',''),(3004,81,'billing_city',''),(3005,81,'billing_postcode',''),(3006,81,'billing_country',''),(3007,81,'billing_state',''),(3008,81,'billing_phone',''),(3009,81,'billing_email','info@texasliceremovalclinic.com'),(3010,81,'shipping_first_name','Sonia'),(3011,81,'shipping_last_name','Watt'),(3012,81,'shipping_company','LCA College Station'),(3013,81,'shipping_address_1','404 University Drive East'),(3014,81,'shipping_address_2','Suite E'),(3015,81,'shipping_city','College Station'),(3016,81,'shipping_postcode','77840'),(3017,81,'shipping_country','US'),(3018,81,'shipping_state','TX'),(3019,81,'thwma_custom_address','a:1:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Sonia\";s:18:\"shipping_last_name\";s:4:\"Watt\";s:16:\"shipping_company\";s:19:\"LCA College Station\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:25:\"404 University Drive East\";s:18:\"shipping_address_2\";s:7:\"Suite E\";s:13:\"shipping_city\";s:15:\"College Station\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77840\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Sonia\";s:18:\"shipping_last_name\";s:4:\"Watt\";s:16:\"shipping_company\";s:11:\"LCA Tomball\";s:18:\"shipping_address_1\";s:20:\"11601 Spring Cypress\";s:18:\"shipping_address_2\";s:7:\"Suite C\";s:13:\"shipping_city\";s:7:\"Tomball\";s:17:\"shipping_postcode\";s:5:\"77377\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Sonia\";s:18:\"shipping_last_name\";s:4:\"Watt\";s:16:\"shipping_company\";s:17:\"LCA The Woodlands\";s:18:\"shipping_address_1\";s:17:\"2219 Sawdust Road\";s:18:\"shipping_address_2\";s:10:\"Suite 2003\";s:13:\"shipping_city\";s:13:\"The Woodlands\";s:17:\"shipping_postcode\";s:5:\"77380\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}}}'),(3020,82,'nickname','lca_bocaraton'),(3021,82,'first_name','Sonny'),(3022,82,'last_name','Le'),(3023,82,'description',''),(3024,82,'rich_editing','true'),(3025,82,'syntax_highlighting','true'),(3026,82,'comment_shortcuts','false'),(3027,82,'admin_color','modern'),(3028,82,'use_ssl','0'),(3029,82,'show_admin_bar_front','true'),(3030,82,'locale',''),(3031,82,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3032,82,'wp_user_level','0'),(3033,82,'dismissed_wp_pointers',''),(3034,82,'last_update','1755809981'),(3037,82,'billing_first_name','Sonny'),(3038,82,'billing_last_name','Le'),(3039,82,'billing_company',''),(3040,82,'billing_address_1','10710 Viognier Ter'),(3041,82,'billing_address_2',''),(3042,82,'billing_city','Fairfax'),(3043,82,'billing_postcode','22030'),(3044,82,'billing_country','US'),(3045,82,'billing_state','VA'),(3046,82,'billing_phone','5712057863'),(3047,82,'billing_email','sonnynguyenle@gmail.com'),(3048,82,'shipping_first_name','SONNY'),(3049,82,'shipping_last_name','LE'),(3050,82,'shipping_company',''),(3051,82,'shipping_address_1','10710 VIOGNIER TER'),(3052,82,'shipping_address_2',''),(3053,82,'shipping_city','FAIRFAX'),(3054,82,'shipping_postcode','22030'),(3055,82,'shipping_country','US'),(3056,82,'shipping_state','VA'),(3057,82,'thwma_custom_address','a:4:{s:8:\"shipping\";a:3:{s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:5:\"Nigel\";s:18:\"shipping_last_name\";s:2:\"Le\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"10710 VIOGNIER TER\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Fairfax\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:5:\"22030\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:5:\"SONNY\";s:18:\"shipping_last_name\";s:2:\"LE\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"10710 VIOGNIER TER\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"FAIRFAX\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:5:\"22030\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:6:\"OFFICE\";s:19:\"shipping_first_name\";s:5:\"NIGEL\";s:18:\"shipping_last_name\";s:2:\"LE\";s:16:\"shipping_company\";s:14:\"LCA ALEXANDRIA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"6080 Franconia Road\";s:18:\"shipping_address_2\";s:7:\"Suite D\";s:13:\"shipping_city\";s:10:\"Alexandria\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:5:\"22310\";}}s:16:\"default_shipping\";s:9:\"address_2\";s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Nigel\";s:17:\"billing_last_name\";s:2:\"Le\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:19:\"6080 FRANCONIA ROAD\";s:17:\"billing_address_2\";s:7:\"SUITE D\";s:12:\"billing_city\";s:10:\"ALEXANDRIA\";s:13:\"billing_state\";s:2:\"VA\";s:16:\"billing_postcode\";s:5:\"22310\";s:13:\"billing_phone\";s:10:\"7035209000\";s:13:\"billing_email\";s:23:\"sonnynguyenle@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_2\";a:12:{s:18:\"billing_first_name\";s:5:\"Sonny\";s:17:\"billing_last_name\";s:2:\"Le\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:18:\"10710 Viognier Ter\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"Fairfax\";s:13:\"billing_state\";s:2:\"VA\";s:16:\"billing_postcode\";s:5:\"22030\";s:13:\"billing_phone\";s:10:\"5712057863\";s:13:\"billing_email\";s:23:\"sonnynguyenle@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}}s:15:\"default_billing\";s:9:\"address_2\";}'),(3058,83,'nickname','lca_norco'),(3059,83,'first_name','Robin'),(3060,83,'last_name','Martinez'),(3061,83,'description',''),(3062,83,'rich_editing','true'),(3063,83,'syntax_highlighting','true'),(3064,83,'comment_shortcuts','false'),(3065,83,'admin_color','modern'),(3066,83,'use_ssl','0'),(3067,83,'show_admin_bar_front','true'),(3068,83,'locale',''),(3069,83,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3070,83,'wp_user_level','0'),(3071,83,'dismissed_wp_pointers',''),(3072,83,'last_update','1725396084'),(3075,83,'billing_first_name','Robin'),(3076,83,'billing_last_name','Martinez'),(3077,83,'billing_company','Lice Clinics of America'),(3078,83,'billing_address_1','1710 Skyway Drive'),(3079,83,'billing_address_2','B'),(3080,83,'billing_city','Longmont'),(3081,83,'billing_postcode','80504'),(3082,83,'billing_country','US'),(3083,83,'billing_state','CO'),(3084,83,'billing_phone','2692094700'),(3085,83,'billing_email','RobinMartinezelyea@gmail.com'),(3086,83,'shipping_first_name','Lice Clinics'),(3087,83,'shipping_last_name','America'),(3088,83,'shipping_company','Lice Clinics of America Longmont'),(3089,83,'shipping_address_1','1710 Skyway drive'),(3090,83,'shipping_address_2','Unit B'),(3091,83,'shipping_city','Longmont'),(3092,83,'shipping_postcode','80504'),(3093,83,'shipping_country','US'),(3094,83,'shipping_state','CO'),(3095,83,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:12:\"Lice Clinics\";s:18:\"shipping_last_name\";s:7:\"America\";s:16:\"shipping_company\";s:32:\"Lice Clinics of America Longmont\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1710 Skyway drive\";s:18:\"shipping_address_2\";s:6:\"Unit B\";s:13:\"shipping_city\";s:8:\"Longmont\";s:14:\"shipping_state\";s:2:\"CO\";s:17:\"shipping_postcode\";s:5:\"80504\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:9:{s:19:\"shipping_first_name\";s:5:\"Robin\";s:18:\"shipping_last_name\";s:8:\"Martinez\";s:16:\"shipping_company\";s:12:\"LCA Longmont\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"421 21st Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 210\";s:13:\"shipping_city\";s:8:\"Longmont\";s:14:\"shipping_state\";s:2:\"CO\";s:17:\"shipping_postcode\";s:5:\"80501\";}s:9:\"address_2\";a:9:{s:19:\"shipping_first_name\";s:23:\"Lice Clinics of America\";s:18:\"shipping_last_name\";s:8:\"Longmont\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:12:\"421 21st Ave\";s:18:\"shipping_address_2\";s:9:\"Suite 210\";s:13:\"shipping_city\";s:8:\"Longmont\";s:14:\"shipping_state\";s:2:\"CO\";s:17:\"shipping_postcode\";s:5:\"80501\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(3096,84,'nickname','lca_nitzy'),(3097,84,'first_name','Thuy'),(3098,84,'last_name','Tien Du'),(3099,84,'description',''),(3100,84,'rich_editing','true'),(3101,84,'syntax_highlighting','true'),(3102,84,'comment_shortcuts','false'),(3103,84,'admin_color','modern'),(3104,84,'use_ssl','0'),(3105,84,'show_admin_bar_front','true'),(3106,84,'locale',''),(3107,84,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3108,84,'wp_user_level','0'),(3109,84,'dismissed_wp_pointers',''),(3110,84,'last_update','1657041623'),(3113,84,'billing_first_name','Thuytien'),(3114,84,'billing_last_name','Du'),(3115,84,'billing_company','Nitzy'),(3116,84,'billing_address_1','1126 Rockefeller dr'),(3117,84,'billing_address_2',''),(3118,84,'billing_city','Sunnyvale'),(3119,84,'billing_postcode','94087'),(3120,84,'billing_country','US'),(3121,84,'billing_state','CA'),(3122,84,'billing_phone','4082309895'),(3123,84,'billing_email','nitzyliceremoval@gmail.com'),(3124,84,'shipping_first_name','Thuytien'),(3125,84,'shipping_last_name','Du'),(3126,84,'shipping_company','LCA Nitzy Sunnyvale'),(3127,84,'shipping_address_1','545 South Murphy Ave'),(3128,84,'shipping_address_2',''),(3129,84,'shipping_city','Sunnyvale'),(3130,84,'shipping_postcode','94086'),(3131,84,'shipping_country','US'),(3132,84,'shipping_state','CA'),(3133,84,'thwma_custom_address','a:2:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:8:\"Thuytien\";s:18:\"shipping_last_name\";s:2:\"Du\";s:16:\"shipping_company\";s:19:\"LCA Nitzy Sunnyvale\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"545 South Murphy Ave\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Sunnyvale\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"94086\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Thuy\";s:18:\"shipping_last_name\";s:7:\"Tien Du\";s:16:\"shipping_company\";s:16:\"LCA Redwood City\";s:18:\"shipping_address_1\";s:19:\"1408 El Camino Real\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Belmont\";s:17:\"shipping_postcode\";s:5:\"94002\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(3172,86,'nickname','lca_bellevue'),(3173,86,'first_name','Traci'),(3174,86,'last_name','Benson'),(3175,86,'description',''),(3176,86,'rich_editing','true'),(3177,86,'syntax_highlighting','true'),(3178,86,'comment_shortcuts','false'),(3179,86,'admin_color','modern'),(3180,86,'use_ssl','0'),(3181,86,'show_admin_bar_front','true'),(3182,86,'locale',''),(3183,86,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3184,86,'wp_user_level','0'),(3185,86,'dismissed_wp_pointers',''),(3186,86,'last_update','1675279194'),(3189,86,'billing_first_name','Traci'),(3190,86,'billing_last_name','Benson'),(3191,86,'billing_company',''),(3192,86,'billing_address_1','1504 184th Ave Ne'),(3193,86,'billing_address_2',''),(3194,86,'billing_city','Bellevue'),(3195,86,'billing_postcode','98008'),(3196,86,'billing_country','US'),(3197,86,'billing_state','WA'),(3198,86,'billing_phone','2067192644'),(3199,86,'billing_email','info@liceclinicsbellevue.com'),(3200,86,'shipping_first_name','Traci'),(3201,86,'shipping_last_name','Benson'),(3202,86,'shipping_company',''),(3203,86,'shipping_address_1','1504 184th Ave Ne'),(3204,86,'shipping_address_2',''),(3205,86,'shipping_city','Bellevue'),(3206,86,'shipping_postcode','98008'),(3207,86,'shipping_country','US'),(3208,86,'shipping_state','WA'),(3209,86,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Traci\";s:18:\"shipping_last_name\";s:6:\"Benson\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1504 184th Ave Ne\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Bellevue\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98008\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Traci\";s:18:\"shipping_last_name\";s:6:\"Benson\";s:16:\"shipping_company\";s:15:\"LCA Woodinville\";s:18:\"shipping_address_1\";s:33:\"15620 NE Woodinville Duvall Place\";s:18:\"shipping_address_2\";s:9:\"Suite 8-A\";s:13:\"shipping_city\";s:11:\"Woodinville\";s:17:\"shipping_postcode\";s:5:\"98072\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WA\";}}}'),(3210,87,'nickname','lca_midsouth'),(3211,87,'first_name','Wade'),(3212,87,'last_name','Huntsman'),(3213,87,'description',''),(3214,87,'rich_editing','true'),(3215,87,'syntax_highlighting','true'),(3216,87,'comment_shortcuts','false'),(3217,87,'admin_color','modern'),(3218,87,'use_ssl','0'),(3219,87,'show_admin_bar_front','true'),(3220,87,'locale',''),(3221,87,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3222,87,'wp_user_level','0'),(3223,87,'dismissed_wp_pointers',''),(3224,87,'last_update','1783957629'),(3227,87,'billing_first_name','Wade'),(3228,87,'billing_last_name','Huntsman'),(3229,87,'billing_company','LCA Tulsa / AuxArc iMC, Inc'),(3230,87,'billing_address_1','3421 E 21st'),(3231,87,'billing_address_2',''),(3232,87,'billing_city','Tulsa'),(3233,87,'billing_postcode','74114'),(3234,87,'billing_country','US'),(3235,87,'billing_state','OK'),(3236,87,'billing_phone','9189783329'),(3237,87,'billing_email','info@liceclinicsmidsouth.com'),(3238,87,'shipping_first_name','Wade'),(3239,87,'shipping_last_name','Huntsman'),(3240,87,'shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(3241,87,'shipping_address_1','3421 E 21st'),(3242,87,'shipping_address_2',''),(3243,87,'shipping_city','Tulsa'),(3244,87,'shipping_postcode','74114'),(3245,87,'shipping_country','US'),(3246,87,'shipping_state','OK'),(3247,87,'thwma_custom_address','a:2:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Logan\";s:18:\"shipping_last_name\";s:7:\"Futrell\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:24:\"203 Tricha Circle Unit B\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Gravette\";s:14:\"shipping_state\";s:2:\"AR\";s:17:\"shipping_postcode\";s:5:\"72736\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:5:\"Katee\";s:18:\"shipping_last_name\";s:8:\"Morrison\";s:16:\"shipping_company\";s:7:\"LCA OKC\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:28:\"4001 North Classen Boulevard\";s:18:\"shipping_address_2\";s:9:\"Suite 116\";s:13:\"shipping_city\";s:13:\"Oklahoma City\";s:14:\"shipping_state\";s:2:\"OK\";s:17:\"shipping_postcode\";s:5:\"73118\";s:16:\"shipping_heading\";s:15:\"Clinic Location\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Wade\";s:18:\"shipping_last_name\";s:8:\"Huntsman\";s:16:\"shipping_company\";s:22:\"LCA Northwest Arkansas\";s:18:\"shipping_address_1\";s:22:\"207 East Monroe Avenue\";s:18:\"shipping_address_2\";s:7:\"Suite D\";s:13:\"shipping_city\";s:6:\"Lowell\";s:17:\"shipping_postcode\";s:5:\"72745\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"AR\";}s:9:\"address_3\";a:10:{s:19:\"shipping_first_name\";s:6:\"Jessie\";s:18:\"shipping_last_name\";s:5:\"Foley\";s:16:\"shipping_company\";s:29:\"Lice Clinics of America Tulsa\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:21:\"3421 East 21st Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Tulsa\";s:14:\"shipping_state\";s:2:\"OK\";s:17:\"shipping_postcode\";s:5:\"74114\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(3248,63,'default_password_nag',''),(3252,88,'nickname','lca_mih'),(3253,88,'first_name','Phil'),(3254,88,'last_name','Brechting'),(3255,88,'description',''),(3256,88,'rich_editing','true'),(3257,88,'syntax_highlighting','true'),(3258,88,'comment_shortcuts','false'),(3259,88,'admin_color','modern'),(3260,88,'use_ssl','0'),(3261,88,'show_admin_bar_front','true'),(3262,88,'locale',''),(3263,88,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3264,88,'wp_user_level','0'),(3265,88,'dismissed_wp_pointers',''),(3266,88,'last_update','1619016018'),(3269,88,'billing_first_name','Phil'),(3270,88,'billing_last_name','Brechting'),(3271,88,'billing_company',''),(3272,88,'billing_address_1',''),(3273,88,'billing_address_2',''),(3274,88,'billing_city',''),(3275,88,'billing_postcode',''),(3276,88,'billing_country',''),(3277,88,'billing_state',''),(3278,88,'billing_phone',''),(3279,88,'billing_email','info@nonitnoggins.com'),(3280,88,'shipping_first_name','Phil'),(3281,88,'shipping_last_name','Brechting'),(3282,88,'shipping_company','LCA Arrowhead'),(3283,88,'shipping_address_1','7170 W Camino San Xavier'),(3284,88,'shipping_address_2','Suite D-116'),(3285,88,'shipping_city','Glendale'),(3286,88,'shipping_postcode','85308'),(3287,88,'shipping_country','US'),(3288,88,'shipping_state','AZ'),(3289,88,'thwma_custom_address','a:1:{s:8:\"shipping\";a:10:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:13:\"LCA Arrowhead\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:24:\"7170 W Camino San Xavier\";s:18:\"shipping_address_2\";s:11:\"Suite D-116\";s:13:\"shipping_city\";s:8:\"Glendale\";s:14:\"shipping_state\";s:2:\"AZ\";s:17:\"shipping_postcode\";s:5:\"85308\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:17:\"LCA Daytona Beach\";s:18:\"shipping_address_1\";s:17:\"1301 Beville Road\";s:18:\"shipping_address_2\";s:7:\"Suite 4\";s:13:\"shipping_city\";s:13:\"Daytona Beach\";s:17:\"shipping_postcode\";s:5:\"32119\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:14:\"LCA Scottsdale\";s:18:\"shipping_address_1\";s:20:\"8060 E Gelding Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 102\";s:13:\"shipping_city\";s:10:\"Scottsdale\";s:17:\"shipping_postcode\";s:5:\"85260\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"AZ\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:12:\"LCA Glendale\";s:18:\"shipping_address_1\";s:24:\"7170 W Camino San Xavier\";s:18:\"shipping_address_2\";s:10:\"Suite D116\";s:13:\"shipping_city\";s:8:\"Glendale\";s:17:\"shipping_postcode\";s:5:\"85308\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"AZ\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:20:\"Rapunzel\'s Ann Arbor\";s:18:\"shipping_address_1\";s:18:\"3001 Plymouth Road\";s:18:\"shipping_address_2\";s:9:\"Suite 103\";s:13:\"shipping_city\";s:9:\"Ann Arbor\";s:17:\"shipping_postcode\";s:5:\"48105\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MI\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:27:\"Rapunzel\'s Farmington Hills\";s:18:\"shipping_address_1\";s:21:\"27620 Farmington Road\";s:18:\"shipping_address_2\";s:9:\"Suite 109\";s:13:\"shipping_city\";s:16:\"Farmington Hills\";s:17:\"shipping_postcode\";s:5:\"48334\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MI\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:20:\"Rapunzel\'s Kalamazoo\";s:18:\"shipping_address_1\";s:22:\"1141 South Rose Street\";s:18:\"shipping_address_2\";s:9:\"2nd Floor\";s:13:\"shipping_city\";s:9:\"Kalamazoo\";s:17:\"shipping_postcode\";s:5:\"49001\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_7\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:27:\"Rapunzel\'s Sterling Heights\";s:18:\"shipping_address_1\";s:18:\"4147 Metro Parkway\";s:18:\"shipping_address_2\";s:9:\"Suite 104\";s:13:\"shipping_city\";s:16:\"Sterling Heights\";s:17:\"shipping_postcode\";s:5:\"48310\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MI\";}s:9:\"address_8\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:23:\"Rapunzel\'s Swartz Creek\";s:18:\"shipping_address_1\";s:21:\"4005 Grand Blanc Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:12:\"Swartz Creek\";s:17:\"shipping_postcode\";s:5:\"48473\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MI\";}s:9:\"address_9\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:17:\"Rapunzel\'s Toledo\";s:18:\"shipping_address_1\";s:21:\"2525 N. Reynolds Road\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:6:\"Toledo\";s:17:\"shipping_postcode\";s:5:\"43615\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"OH\";}}}'),(3290,89,'nickname','lca_scott'),(3291,89,'first_name','Scott'),(3292,89,'last_name','Wilson'),(3293,89,'description',''),(3294,89,'rich_editing','true'),(3295,89,'syntax_highlighting','true'),(3296,89,'comment_shortcuts','false'),(3297,89,'admin_color','modern'),(3298,89,'use_ssl','0'),(3299,89,'show_admin_bar_front','true'),(3300,89,'locale',''),(3301,89,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(3302,89,'wp_user_level','10'),(3303,89,'dismissed_wp_pointers',''),(3304,89,'last_update','1775575241'),(3305,90,'nickname','lca_remedylice'),(3306,90,'first_name','Mike'),(3307,90,'last_name','Brehm'),(3308,90,'description',''),(3309,90,'rich_editing','true'),(3310,90,'syntax_highlighting','true'),(3311,90,'comment_shortcuts','false'),(3312,90,'admin_color','modern'),(3313,90,'use_ssl','0'),(3314,90,'show_admin_bar_front','true'),(3315,90,'locale',''),(3316,90,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3317,90,'wp_user_level','0'),(3318,90,'dismissed_wp_pointers',''),(3319,90,'last_update','1757867253'),(3322,90,'billing_first_name','Mike'),(3323,90,'billing_last_name','Brehm'),(3324,90,'billing_company','Remedy'),(3325,90,'billing_address_1','5258 Plainfield Ave NE'),(3326,90,'billing_address_2',''),(3327,90,'billing_city','Grand Rapids'),(3328,90,'billing_postcode','49525'),(3329,90,'billing_country','US'),(3330,90,'billing_state','MI'),(3331,90,'billing_phone','6164504125'),(3332,90,'billing_email','rapunzelscorinn@gmail.com'),(3333,90,'shipping_first_name','Corinn'),(3334,90,'shipping_last_name','Nichols'),(3335,90,'shipping_company','LCA Remedy'),(3336,90,'shipping_address_1','3500 Dean Lake Ave NE'),(3337,90,'shipping_address_2',''),(3338,90,'shipping_city','Grand Rapids'),(3339,90,'shipping_postcode','49525'),(3340,90,'shipping_country','US'),(3341,90,'shipping_state','MI'),(3342,2,'elementor_introduction','a:7:{s:10:\"rightClick\";b:1;s:6:\"e-apps\";b:1;s:27:\"ai-get-started-announcement\";b:1;s:7:\"exit_to\";b:1;s:20:\"globals_introduction\";b:1;s:30:\"e-ai-product-image-unification\";b:1;s:27:\"e-editor-one-notice-pointer\";b:1;}'),(3344,89,'wc_last_active','1785186270'),(3346,89,'_woocommerce_tracks_anon_id','woo:/TjfLJ9NUr7gunVy/IIcKWut'),(3347,89,'wp_dashboard_quick_press_last_post_id','3747'),(3348,89,'community-events-location','a:1:{s:2:\"ip\";s:12:\"202.69.149.0\";}'),(3350,87,'wc_last_active','1783957629'),(3354,89,'_wc_memberships_show_admin_restricted_content_notice','no'),(3355,78,'session_tokens','a:5:{s:64:\"05bf1870830bbd075a7ed217e882ef3502a6c720ed707e68168a4b5892819635\";a:4:{s:10:\"expiration\";i:1757572787;s:2:\"ip\";s:14:\"98.116.220.129\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1757399987;}s:64:\"50b05d498d4d7ce51d0e86205b13a190d9eb3d02a69976a41323522991037bf3\";a:4:{s:10:\"expiration\";i:1757572788;s:2:\"ip\";s:14:\"98.116.220.129\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1757399988;}s:64:\"1c162406ba5715c1de3989a388e8cead088733962dfaf29e9236c180ec54c681\";a:4:{s:10:\"expiration\";i:1757572790;s:2:\"ip\";s:14:\"98.116.220.129\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1757399990;}s:64:\"b88445175497a8626f88696d294d957ca5e186ec4eb87699312d02955e7e6c9b\";a:4:{s:10:\"expiration\";i:1757608811;s:2:\"ip\";s:14:\"98.116.220.129\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1757436011;}s:64:\"974e982ab2a18a9a44b9b7e2d20d899ef0f938c3eef1179af94d702a029e4287\";a:4:{s:10:\"expiration\";i:1757608814;s:2:\"ip\";s:14:\"98.116.220.129\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1757436014;}}'),(3356,78,'wc_last_active','1757376000'),(3360,47,'wc_last_active','1774442949'),(3363,64,'wc_last_active','1709942400'),(3367,61,'wc_last_active','1771954019'),(3371,3,'wc_last_active','1783599463'),(3373,60,'session_tokens','a:1:{s:64:\"fd1806c43fba97f09da101070df0a7615920f15976aa10422071fd6960c424bb\";a:4:{s:10:\"expiration\";i:1753284767;s:2:\"ip\";s:12:\"24.13.229.23\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15\";s:5:\"login\";i:1753111967;}}'),(3374,60,'wc_last_active','1753056000'),(3384,60,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3387,60,'paying_customer','1'),(3393,87,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(3396,87,'paying_customer','1'),(3409,89,'billing_first_name','Scott'),(3410,89,'billing_last_name','Wilson'),(3411,89,'billing_company','LCA Boise'),(3412,89,'billing_address_1','7512 W Lemhi St'),(3413,89,'billing_address_2','Suite 2'),(3414,89,'billing_city','Boise'),(3415,89,'billing_state','ID'),(3416,89,'billing_postcode','83709'),(3417,89,'billing_country','US'),(3418,89,'billing_email','scottw@laradasciences.com'),(3419,89,'billing_phone','8014308550'),(3420,89,'shipping_first_name','Scott'),(3421,89,'shipping_last_name','Wilson'),(3422,89,'shipping_company','LCA Boise'),(3423,89,'shipping_address_1','7512 W Lemhi St'),(3424,89,'shipping_address_2','Suite 2'),(3425,89,'shipping_city','Boise'),(3426,89,'shipping_state','ID'),(3427,89,'shipping_postcode','83709'),(3428,89,'shipping_country','US'),(3429,89,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(3442,9,'session_tokens','a:2:{s:64:\"bcb631054f0f12d792a8858585567c4c2ee5e55605653fe05d07e716366c9318\";a:4:{s:10:\"expiration\";i:1643396709;s:2:\"ip\";s:13:\"24.63.192.155\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36 Edg/97.0.1072.69\";s:5:\"login\";i:1643223909;}s:64:\"b1e4132106dee4630a93c65899d090d9255ba16c33919906647afe9c56b0512a\";a:4:{s:10:\"expiration\";i:1643400184;s:2:\"ip\";s:13:\"24.63.192.155\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36 Edg/97.0.1072.69\";s:5:\"login\";i:1643227384;}}'),(3443,9,'wc_last_active','1643155200'),(3447,51,'wc_last_active','1740528000'),(3450,51,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3451,51,'paying_customer','1'),(3458,7,'wc_last_active','1780771033'),(3463,73,'wc_last_active','1757980800'),(3468,15,'wc_last_active','1748908800'),(3471,15,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3475,15,'paying_customer','1'),(3478,11,'session_tokens','a:1:{s:64:\"bde4580c500581ee842c8e4e8bd4e3a4bae48a63c838cc6d322960335d4c5edf\";a:4:{s:10:\"expiration\";i:1749999404;s:2:\"ip\";s:13:\"65.186.66.106\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";s:5:\"login\";i:1749826604;}}'),(3479,11,'wc_last_active','1749772800'),(3481,11,'thwma_custom_address','a:2:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:5:\"David\";s:18:\"shipping_last_name\";s:7:\"Collett\";s:16:\"shipping_company\";s:17:\"LCA Bowling Green\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"830 Fairview Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite A-4\";s:13:\"shipping_city\";s:13:\"Bowling Green\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"42101\";}s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:4:\"Tina\";s:18:\"shipping_last_name\";s:4:\"Hunt\";s:16:\"shipping_company\";s:9:\"LCBG, LLC\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"830 Fairview Ave.\";s:18:\"shipping_address_2\";s:9:\"Suite A-4\";s:13:\"shipping_city\";s:13:\"Bowling Green\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"42101\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_1\";}'),(3482,59,'session_tokens','a:1:{s:64:\"4152d4485d8e7bdfba519cf283bc961413845a182247211791552fdc163c9411\";a:4:{s:10:\"expiration\";i:1784756728;s:2:\"ip\";s:15:\"174.170.119.112\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1783547128;}}'),(3483,59,'wc_last_active','1783547128'),(3486,59,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(3489,59,'paying_customer','1'),(3493,28,'wc_last_active','1720742400'),(3496,28,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3499,28,'paying_customer','1'),(3503,76,'wc_last_active','1758153600'),(3510,80,'session_tokens','a:1:{s:64:\"476aa3734e7d713518fdcd810a36237a26e718d4847b1d637e2c59e7a2e46240\";a:4:{s:10:\"expiration\";i:1650021448;s:2:\"ip\";s:13:\"71.224.201.32\";s:2:\"ua\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:78.0) Gecko/20100101 Firefox/78.0\";s:5:\"login\";i:1649848648;}}'),(3511,80,'wc_last_active','1649808000'),(3515,4,'wc_last_active','1784738321'),(3518,4,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(3575,80,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3578,80,'paying_customer','1'),(3581,49,'session_tokens','a:1:{s:64:\"3b84a04b644d7437323efabc05c46710d00359fca0a5fe84888bd8969554e427\";a:4:{s:10:\"expiration\";i:1719509502;s:2:\"ip\";s:13:\"71.255.236.66\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15\";s:5:\"login\";i:1719336702;}}'),(3582,49,'wc_last_active','1719273600'),(3585,2,'closedpostboxes_shop_order','a:2:{i:0;s:10:\"postcustom\";i:1;s:27:\"woocommerce-order-downloads\";}'),(3586,2,'metaboxhidden_shop_order','a:0:{}'),(3587,2,'closedpostboxes_product','a:0:{}'),(3588,2,'metaboxhidden_product','a:2:{i:1;s:10:\"postcustom\";i:2;s:7:\"slugdiv\";}'),(3589,92,'nickname','lca_fremont'),(3590,92,'first_name','Michelle'),(3591,92,'last_name','LeHang Du'),(3592,92,'description',''),(3593,92,'rich_editing','true'),(3594,92,'syntax_highlighting','true'),(3595,92,'comment_shortcuts','false'),(3596,92,'admin_color','modern'),(3597,92,'use_ssl','0'),(3598,92,'show_admin_bar_front','true'),(3599,92,'locale',''),(3600,92,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3601,92,'wp_user_level','0'),(3602,92,'dismissed_wp_pointers',''),(3603,92,'last_update','1756406824'),(3604,46,'session_tokens','a:1:{s:64:\"0339c32a50eafa99318a05f37be99856c9c7612cfcaa4bc035619be4c98811f6\";a:4:{s:10:\"expiration\";i:1757776164;s:2:\"ip\";s:15:\"173.218.131.163\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36\";s:5:\"login\";i:1757603364;}}'),(3605,46,'wc_last_active','1757548800'),(3608,46,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3611,65,'session_tokens','a:1:{s:64:\"92def8ddea0390ddc8dfaf5b39de1b39a329d3fc4ef6d86f4b890f43d217cd57\";a:4:{s:10:\"expiration\";i:1779817251;s:2:\"ip\";s:14:\"76.106.234.193\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";s:5:\"login\";i:1779644451;}}'),(3612,65,'wc_last_active','1779644451'),(3615,77,'wc_last_active','1777478943'),(3618,77,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(3621,77,'paying_customer','1'),(3631,53,'wc_last_active','1634256000'),(3634,53,'session_tokens','a:1:{s:64:\"d4964103c06cf2eeb750f1cfad2610d79ff267fe0a06bc0b74a4b9e017f7646b\";a:4:{s:10:\"expiration\";i:1634919691;s:2:\"ip\";s:11:\"99.5.78.154\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\";s:5:\"login\";i:1633710091;}}'),(3636,53,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3639,53,'paying_customer','1'),(3642,43,'session_tokens','a:2:{s:64:\"64648410902826cd801657f13c5e7faed6015753f1e32451e346d9695d1bc25d\";a:4:{s:10:\"expiration\";i:1736780692;s:2:\"ip\";s:13:\"76.148.94.173\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1736607892;}s:64:\"4789d4c5cd3c9f5755b9e9d4f9a50a695020e2fc72f9c8c5630e0817b5daddae\";a:4:{s:10:\"expiration\";i:1736780695;s:2:\"ip\";s:13:\"76.148.94.173\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1736607895;}}'),(3643,43,'wc_last_active','1736553600'),(3646,43,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3649,43,'paying_customer','1'),(3655,3,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(3658,3,'paying_customer','1'),(3661,34,'default_password_nag',''),(3663,34,'session_tokens','a:1:{s:64:\"79ac433c35c8e2860eded3460a2c3f22f803027c4451c9b36bd226c741d4aa16\";a:4:{s:10:\"expiration\";i:1620762668;s:2:\"ip\";s:12:\"172.58.36.72\";s:2:\"ua\";s:122:\"Mozilla/5.0 (Linux; Android 10; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36\";s:5:\"login\";i:1619553068;}}'),(3664,34,'wc_last_active','1619481600'),(3666,34,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:5:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:57.119999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:57.119999999999997;s:8:\"line_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:11:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:132;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132;s:8:\"line_tax\";i:0;}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:11:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:72;s:8:\"line_tax\";i:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:11:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:13;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:13;s:8:\"line_tax\";i:0;}s:32:\"98dce83da57b0395e163467c9dae521b\";a:11:{s:3:\"key\";s:32:\"98dce83da57b0395e163467c9dae521b\";s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";i:0;}}}'),(3669,34,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3674,34,'paying_customer',''),(3677,48,'session_tokens','a:1:{s:64:\"8deb2a20f273d02548b271cd50d60e7c8bef63d21d2dd93493d22f9659864c59\";a:4:{s:10:\"expiration\";i:1646426832;s:2:\"ip\";s:11:\"69.47.12.20\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\";s:5:\"login\";i:1645217232;}}'),(3678,48,'wc_last_active','1645142400'),(3681,48,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3684,48,'paying_customer','1'),(3689,55,'session_tokens','a:1:{s:64:\"bbc682582c65f7fc197592140e7845b5ddfb4735277b3d3e88812d4e49cacc49\";a:4:{s:10:\"expiration\";i:1695560167;s:2:\"ip\";s:15:\"141.126.221.125\";s:2:\"ua\";s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1695387367;}}'),(3690,55,'wc_last_active','1695340800'),(3692,71,'session_tokens','a:2:{s:64:\"5338521ebb4ff1a7eeab3947941e89333579bf96d5429c7311e15b33320a34c4\";a:4:{s:10:\"expiration\";i:1643314862;s:2:\"ip\";s:12:\"83.50.41.142\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\";s:5:\"login\";i:1643142062;}s:64:\"bf6dc0f9d04919895d8289d66f7c6b976be5876e0bdd41caa4b2e5c0b3461d70\";a:4:{s:10:\"expiration\";i:1643314863;s:2:\"ip\";s:12:\"83.50.41.142\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\";s:5:\"login\";i:1643142063;}}'),(3693,71,'wc_last_active','1643068800'),(3701,4,'paying_customer','1'),(3708,8,'session_tokens','a:1:{s:64:\"803bc9aba2f3fdeca034781c291d6d2015bf5d1c7dc51cb5ed4f946cba4e3a5c\";a:4:{s:10:\"expiration\";i:1771184276;s:2:\"ip\";s:15:\"195.252.198.132\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36\";s:5:\"login\";i:1771011476;}}'),(3709,8,'wc_last_active','1771011480'),(3713,73,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(3718,73,'paying_customer','1'),(3722,20,'session_tokens','a:1:{s:64:\"f362d8ed101750f36e1eba8310ef1fc86933284ef1af35f43e90a7df16f3b0b9\";a:4:{s:10:\"expiration\";i:1764755080;s:2:\"ip\";s:13:\"66.74.132.230\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1764582280;}}'),(3723,20,'wc_last_active','1764547200'),(3727,54,'wc_last_active','1757203200'),(3731,44,'wc_last_active','1640736000'),(3735,47,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(3738,47,'paying_customer','1'),(3741,44,'session_tokens','a:1:{s:64:\"ba7b4be7db105b7db801d375d7d9a52a1ce94fa089d9cf38aeace6f6a599ea2f\";a:4:{s:10:\"expiration\";i:1640971863;s:2:\"ip\";s:13:\"174.27.86.141\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\";s:5:\"login\";i:1640799063;}}'),(3744,44,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(3747,44,'paying_customer','1'),(3751,78,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3754,78,'paying_customer','1'),(3758,20,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(3761,20,'paying_customer','1'),(3766,58,'wc_last_active','1704153600'),(3779,89,'_wc_memberships_hidden_profile_field_columns','a:0:{}'),(3784,7,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(3787,7,'paying_customer','1'),(3792,58,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3795,58,'paying_customer','1'),(3813,11,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3816,11,'paying_customer','1'),(3820,79,'wc_last_active','1754438400'),(3824,55,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3827,55,'paying_customer','1'),(3831,6,'wc_last_active','1780610466'),(3834,6,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(3845,6,'paying_customer','1'),(3854,46,'paying_customer','1'),(3857,61,'shipping_method',''),(3862,64,'shipping_method','a:1:{i:0;s:19:\"fedex:1:FEDEX_2_DAY\";}'),(3865,64,'paying_customer','1'),(3868,17,'session_tokens','a:1:{s:64:\"d71ce2cc36135c70762ee7b85a0fdef8b8b80d3f8fbba3be26f1fa38f9598cb2\";a:4:{s:10:\"expiration\";i:1662322264;s:2:\"ip\";s:15:\"199.241.224.193\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\";s:5:\"login\";i:1662149464;}}'),(3869,17,'wc_last_active','1662076800'),(3872,17,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3875,17,'paying_customer','1'),(3884,61,'paying_customer','1'),(3887,52,'session_tokens','a:1:{s:64:\"2f4ffefe82cdc38ed55fc64fc7817eea118ec634219c2860fbb0bb1bbf06c355\";a:4:{s:10:\"expiration\";i:1780241683;s:2:\"ip\";s:14:\"100.15.250.115\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";s:5:\"login\";i:1780068883;}}'),(3888,52,'wc_last_active','1780068977'),(3898,31,'session_tokens','a:1:{s:64:\"57a5a54a4f2227644e3536ef15d833bdbd66a3c3d8a469897eecd09de6d4ae34\";a:4:{s:10:\"expiration\";i:1638391927;s:2:\"ip\";s:12:\"72.215.39.64\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15\";s:5:\"login\";i:1638219127;}}'),(3899,31,'wc_last_active','1638230400'),(3906,79,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(3909,79,'paying_customer','1'),(3922,40,'wc_last_active','1670716800'),(3925,67,'wc_last_active','1785263001'),(3932,26,'wc_last_active','1711756800'),(3935,26,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3938,26,'paying_customer','1'),(3945,40,'session_tokens','a:1:{s:64:\"d551c089e84ae196b01b7476e1b0c90a3268b496dcaacd0e91ed5c824cdf8acf\";a:4:{s:10:\"expiration\";i:1670968219;s:2:\"ip\";s:14:\"76.121.248.120\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\";s:5:\"login\";i:1670795419;}}'),(3948,40,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3953,71,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3960,71,'paying_customer','1'),(3965,40,'paying_customer','1'),(3982,30,'session_tokens','a:1:{s:64:\"0e6583db6719b151f769172269ce6784b0a73f29d8c37d8118f89f30769724d3\";a:4:{s:10:\"expiration\";i:1622230924;s:2:\"ip\";s:9:\"73.83.3.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1621021324;}}'),(3983,30,'wc_last_active','1621382400'),(4029,49,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(4032,49,'paying_customer','1'),(4040,36,'wc_last_active','1651449600'),(4042,36,'session_tokens','a:2:{s:64:\"052d05b3b71463993af0440ec6a12c4e061b0f2e59d8fe31362492e2c16f81a8\";a:4:{s:10:\"expiration\";i:1651168241;s:2:\"ip\";s:13:\"198.212.9.165\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15\";s:5:\"login\";i:1650995441;}s:64:\"204e647ab5c90450c4141defcbf3061a0964c807959dc6df789c1f3b79a73973\";a:4:{s:10:\"expiration\";i:1652205301;s:2:\"ip\";s:13:\"198.212.9.165\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36\";s:5:\"login\";i:1650995701;}}'),(4048,36,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(4051,36,'paying_customer','1'),(4055,13,'session_tokens','a:1:{s:64:\"77fe2de21c09782e8a339c326578c0d4a7feac98d355ba37ff5cd6f5a316600b\";a:4:{s:10:\"expiration\";i:1640430930;s:2:\"ip\";s:12:\"68.99.201.73\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0\";s:5:\"login\";i:1639221330;}}'),(4056,13,'wc_last_active','1639180800'),(4059,56,'session_tokens','a:2:{s:64:\"3cca9f7bc16474c71d89a7ec829f3acbc9927f1c0f22faa8bd173ca1655a5180\";a:4:{s:10:\"expiration\";i:1632956294;s:2:\"ip\";s:14:\"70.120.100.246\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1631746694;}s:64:\"765257baa29927a9dc1f78aab08785b9d31e9408db2413d048965351299b07a7\";a:4:{s:10:\"expiration\";i:1632956301;s:2:\"ip\";s:14:\"70.120.100.246\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1631746701;}}'),(4060,56,'wc_last_active','1631664000'),(4085,56,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(4088,56,'paying_customer','1'),(4118,84,'session_tokens','a:3:{s:64:\"973b079c19cdd884db3c6f35762c28ce11c36440e6d8f1cff6c6aa6a3e2e06d3\";a:4:{s:10:\"expiration\";i:1657119094;s:2:\"ip\";s:14:\"104.28.123.180\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1656946294;}s:64:\"09e6b502b35744f5a4e6143f9acf370ee29b2c34509f172799341b705d366ccc\";a:4:{s:10:\"expiration\";i:1658155900;s:2:\"ip\";s:14:\"104.28.123.180\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1656946300;}s:64:\"57020a3beb52b0aad2b3b3671742bf082c380e77b295a17384cd2a6ee52c07fe\";a:4:{s:10:\"expiration\";i:1658155904;s:2:\"ip\";s:14:\"104.28.123.180\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1656946304;}}'),(4119,84,'wc_last_active','1657324800'),(4122,84,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(4123,84,'paying_customer','1'),(4129,39,'wc_last_active','1776358237'),(4132,39,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(4135,39,'paying_customer','1'),(4146,92,'wc_last_active','1756339200'),(4151,92,'billing_first_name','Michelle'),(4152,92,'billing_last_name','Du'),(4153,92,'billing_company','LCA Fremont'),(4154,92,'billing_address_1','31372 Mackinaw Street'),(4155,92,'billing_city','Union City'),(4156,92,'billing_state','CA'),(4157,92,'billing_postcode','94587'),(4158,92,'billing_country','US'),(4159,92,'billing_email','liceclinicsfremont@gmail.com'),(4160,92,'billing_phone','510-770-4394'),(4163,92,'shipping_first_name','Michelle'),(4164,92,'shipping_last_name','Du'),(4165,92,'shipping_company','LCA Fremont'),(4166,92,'shipping_address_1','31372 Mackinaw Street'),(4167,92,'shipping_city','Union City'),(4168,92,'shipping_state','CA'),(4169,92,'shipping_postcode','94587'),(4170,92,'shipping_country','US'),(4171,92,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(4174,92,'paying_customer','1'),(4188,13,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(4191,13,'paying_customer','1'),(4223,83,'session_tokens','a:1:{s:64:\"9a19bdf5da9e2a17f36f48acca2fc1e6b33fd128cccc02b64047df57ca2fadb6\";a:4:{s:10:\"expiration\";i:1725199677;s:2:\"ip\";s:14:\"38.175.166.123\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1725026877;}}'),(4224,83,'wc_last_active','1724976000'),(4227,83,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(4228,83,'paying_customer','1'),(4231,51,'session_tokens','a:2:{s:64:\"369c5ad0a1e634de4a236b1b6854f5ed82b9f3a1469c85b97330d7da6af1e314\";a:4:{s:10:\"expiration\";i:1740758803;s:2:\"ip\";s:13:\"108.215.32.87\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15\";s:5:\"login\";i:1740586003;}s:64:\"77129bd59c11d2e6bee061159f212aac7f01809548ad0ece3a10bc3a9544bce8\";a:4:{s:10:\"expiration\";i:1740758805;s:2:\"ip\";s:13:\"108.215.32.87\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15\";s:5:\"login\";i:1740586005;}}'),(4238,68,'session_tokens','a:1:{s:64:\"8e8fa0aec1e1a895194e4609dec820b2429a2bef07ad4d290d5b2053dabb7ecd\";a:4:{s:10:\"expiration\";i:1628186583;s:2:\"ip\";s:14:\"174.26.230.143\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36\";s:5:\"login\";i:1628013783;}}'),(4239,68,'wc_last_active','1627948800'),(4241,68,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:2:{s:32:\"98dce83da57b0395e163467c9dae521b\";a:11:{s:3:\"key\";s:32:\"98dce83da57b0395e163467c9dae521b\";s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:30;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";i:0;}s:32:\"ac627ab1ccbdb62ec96e702f07f6425b\";a:11:{s:3:\"key\";s:32:\"ac627ab1ccbdb62ec96e702f07f6425b\";s:10:\"product_id\";i:99;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";i:0;}}}'),(4242,68,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(4245,68,'paying_customer','1'),(4250,52,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(4253,52,'paying_customer','1'),(4277,58,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"c44e9dfb30d7407e97defade4dd3bfda\";a:13:{s:10:\"unique_key\";s:32:\"57982a0f1220fe60e5e01b068c938f1b\";s:4:\"time\";s:10:\"03:18:47am\";s:3:\"key\";s:32:\"c44e9dfb30d7407e97defade4dd3bfda\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:105.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:105.59999999999999;s:8:\"line_tax\";d:0;}}}'),(4290,54,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(4293,54,'paying_customer','1'),(4322,76,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(4325,76,'paying_customer','1'),(4328,37,'session_tokens','a:1:{s:64:\"0072fe44b81e2c9fe2dd7fee96f8fb9104267e8a60530ec9161de5b75ff5e4ed\";a:4:{s:10:\"expiration\";i:1740070113;s:2:\"ip\";s:14:\"40.142.171.212\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0\";s:5:\"login\";i:1739897313;}}'),(4329,37,'wc_last_active','1739836800'),(4332,37,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(4335,37,'paying_customer','1'),(4431,5,'paying_customer','1'),(4436,67,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(4439,67,'paying_customer','1'),(4572,93,'nickname','lca_jersey'),(4573,93,'first_name','Ondrea'),(4574,93,'last_name','Bertie'),(4575,93,'description',''),(4576,93,'rich_editing','true'),(4577,93,'syntax_highlighting','true'),(4578,93,'comment_shortcuts','false'),(4579,93,'admin_color','modern'),(4580,93,'use_ssl','0'),(4581,93,'show_admin_bar_front','true'),(4582,93,'locale',''),(4583,93,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(4584,93,'wp_user_level','0'),(4585,93,'dismissed_wp_pointers',''),(4586,93,'last_update','1775754739'),(4639,93,'wc_last_active','1775754956'),(4642,93,'billing_first_name','Ondrea'),(4643,93,'billing_last_name','Bertie'),(4644,93,'billing_company',''),(4645,93,'billing_address_1','59 Stone Fence Road'),(4646,93,'billing_city','Allendale'),(4647,93,'billing_state','NJ'),(4648,93,'billing_postcode','07401'),(4649,93,'billing_country','US'),(4650,93,'billing_email','info@ramsey.liceclinicsofamerica.com'),(4651,93,'billing_phone','2017885535'),(4652,93,'shipping_first_name','Ondrea'),(4653,93,'shipping_last_name','Bertie'),(4654,93,'shipping_address_1','59 Stone Fence Road'),(4655,93,'shipping_address_2',''),(4656,93,'shipping_city','Allendale'),(4657,93,'shipping_state','NJ'),(4658,93,'shipping_postcode','07401'),(4659,93,'shipping_country','US'),(4660,93,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(4665,93,'paying_customer','1'),(4717,66,'session_tokens','a:1:{s:64:\"fcd4d18b564925bfb1a784f1734596699e3d1bd64cd88ad260c9c2cbf56e990f\";a:4:{s:10:\"expiration\";i:1784907875;s:2:\"ip\";s:12:\"100.18.25.20\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36 Edg/150.0.0.0\";s:5:\"login\";i:1783698275;}}'),(4718,66,'wc_last_active','1783698275'),(4722,66,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(4725,66,'paying_customer','1'),(4858,2,'edit_wc_user_membership_per_page','200'),(4903,25,'session_tokens','a:1:{s:64:\"bf7fde7879669fa2f0db97c698bbc51320752ddd41b6f86be2ad243af06c7813\";a:4:{s:10:\"expiration\";i:1697925770;s:2:\"ip\";s:12:\"23.124.3.136\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36\";s:5:\"login\";i:1697752970;}}'),(4904,25,'wc_last_active','1697673600'),(4907,25,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(4910,25,'paying_customer','1'),(4927,63,'session_tokens','a:1:{s:64:\"47ba5083fa3612e407b5312845e089e51703e53f4cbb08c743f77e8a3fd19995\";a:4:{s:10:\"expiration\";i:1678931997;s:2:\"ip\";s:13:\"24.19.102.130\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15\";s:5:\"login\";i:1678759197;}}'),(4928,63,'wc_last_active','1678752000'),(4946,21,'session_tokens','a:1:{s:64:\"2220c3d2cdbbbad437e6b048e7519bd6f5ad2d01faa25044067a59c4dfdd2677\";a:4:{s:10:\"expiration\";i:1749577989;s:2:\"ip\";s:13:\"50.27.164.146\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Avast/136.0.0.0\";s:5:\"login\";i:1748368389;}}'),(4947,21,'wc_last_active','1748822400'),(4950,21,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(4958,57,'session_tokens','a:1:{s:64:\"a3c17fe43b91021e1e7a85ca8af5d2f3fcdf433573879d5e44b4669056c3a734\";a:4:{s:10:\"expiration\";i:1714757143;s:2:\"ip\";s:13:\"35.148.179.95\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0\";s:5:\"login\";i:1713547543;}}'),(4959,57,'wc_last_active','1714608000'),(4962,57,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(4965,57,'paying_customer','1'),(4973,21,'paying_customer','1'),(5016,63,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(5019,63,'paying_customer','1'),(5118,8,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(5121,8,'paying_customer','1'),(5240,50,'wc_last_active','1768397766'),(5243,50,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(5248,50,'paying_customer','1'),(5263,23,'wc_last_active','1783990310'),(5266,23,'billing_first_name','Jackie'),(5267,23,'billing_last_name','Huynh'),(5268,23,'billing_company','Lice Clinics of America - San Francisco'),(5269,23,'billing_address_1','1121 San Anselmo Ave'),(5270,23,'billing_city','Millbrae'),(5271,23,'billing_state','CA'),(5272,23,'billing_postcode','94030'),(5273,23,'billing_country','US'),(5274,23,'billing_email','liceclinicssf@gmail.com'),(5275,23,'billing_phone','4087806936'),(5276,23,'shipping_first_name','Jackie'),(5277,23,'shipping_last_name','Huynh'),(5278,23,'shipping_company','Lice Clinics of America - San Francisco'),(5279,23,'shipping_address_1','1121 San Anselmo Ave'),(5280,23,'shipping_city','Millbrae'),(5281,23,'shipping_state','CA'),(5282,23,'shipping_postcode','94030'),(5283,23,'shipping_country','US'),(5284,23,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(5289,23,'paying_customer','1'),(5314,9,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"b2386044fe28b6de88f356cf650084a4\";a:13:{s:10:\"unique_key\";s:32:\"2139b85b7af9903b29a09e18e3c334cb\";s:4:\"time\";s:10:\"09:37:18pm\";s:3:\"key\";s:32:\"b2386044fe28b6de88f356cf650084a4\";s:10:\"product_id\";i:131;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:126.5;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126.5;s:8:\"line_tax\";i:0;}}}'),(5332,9,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(5335,9,'paying_customer','1'),(5593,86,'session_tokens','a:3:{s:64:\"a87aa586cec55acbc7a77255dc02ab0c3f4f2931f2ef8ab3a7194733fd1dffc5\";a:4:{s:10:\"expiration\";i:1675877464;s:2:\"ip\";s:13:\"97.113.11.154\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1675704664;}s:64:\"e44c5acc7012aba970cdd6fa821d2752e74891a1d9c96ba920fa18f2440a9b2e\";a:4:{s:10:\"expiration\";i:1675877465;s:2:\"ip\";s:13:\"97.113.11.154\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1675704665;}s:64:\"0a34ffac64e4b00749c5c38dee2f3e9af13652852e2827bc336c2505d82c01ac\";a:4:{s:10:\"expiration\";i:1675877469;s:2:\"ip\";s:13:\"97.113.11.154\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1675704669;}}'),(5594,86,'wc_last_active','1675641600'),(5598,86,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(5655,86,'shipping_phone',''),(5658,86,'paying_customer','1'),(5676,2,'dismissed_update_notice','1'),(5718,41,'session_tokens','a:1:{s:64:\"c8752a858f1972d0cf77ff07fd75a77bf770178f01f342f222e7f8d300443ca4\";a:4:{s:10:\"expiration\";i:1631754548;s:2:\"ip\";s:11:\"47.12.48.95\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1630544948;}}'),(5719,41,'wc_last_active','1630540800'),(5722,41,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(5736,41,'paying_customer','1'),(5789,89,'theme-min-version-notice-min-ver','4.11.8'),(5864,29,'wc_last_active','1755302400'),(5874,29,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(5877,29,'paying_customer','1'),(5900,22,'session_tokens','a:2:{s:64:\"acb3955949b50497adb0487876b3f54983ac8789cb6c74713192651467664a80\";a:4:{s:10:\"expiration\";i:1632858484;s:2:\"ip\";s:12:\"73.36.99.111\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1631648884;}s:64:\"b17f5acfefb2cb3f7ef3221349ab5bbcf803d78f6ea70970eec440eb017277ce\";a:4:{s:10:\"expiration\";i:1632859531;s:2:\"ip\";s:12:\"73.36.99.111\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1631649931;}}'),(5901,22,'wc_last_active','1631577600'),(5906,22,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(5913,22,'paying_customer','1'),(6025,2,'meta-box-order_shop_order','a:3:{s:4:\"side\";s:114:\"woocommerce-shipment-tracking,woocommerce-order-actions,woocommerce-customer-history,woocommerce-order-source-data\";s:6:\"normal\";s:109:\"woocommerce-order-data,woocommerce-order-items,woocommerce-order-notes,postcustom,woocommerce-order-downloads\";s:8:\"advanced\";s:0:\"\";}'),(6026,2,'screen_layout_shop_order','2'),(6092,94,'nickname','lca_forsyth'),(6093,94,'first_name','Dacy'),(6094,94,'last_name','Hitt'),(6095,94,'description',''),(6096,94,'rich_editing','true'),(6097,94,'syntax_highlighting','true'),(6098,94,'comment_shortcuts','false'),(6099,94,'admin_color','modern'),(6100,94,'use_ssl','0'),(6101,94,'show_admin_bar_front','true'),(6102,94,'locale',''),(6103,94,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6104,94,'wp_user_level','0'),(6105,94,'dismissed_wp_pointers',''),(6106,94,'last_update','1719683734'),(6112,94,'session_tokens','a:1:{s:64:\"1a1ef06a4256b9a9b5ac4deb0d70b6da9c1a206ea94e75d1e5258be3e72cee9d\";a:4:{s:10:\"expiration\";i:1719856367;s:2:\"ip\";s:13:\"99.56.189.117\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0\";s:5:\"login\";i:1719683567;}}'),(6113,94,'wc_last_active','1719619200'),(6277,5,'thwma_enable_multi_shipping','no'),(6285,46,'thwma_enable_multi_shipping',''),(6296,43,'thwma_enable_multi_shipping',''),(6304,77,'thwma_enable_multi_shipping',''),(6319,94,'thwma_enable_multi_shipping',''),(6320,94,'billing_first_name','Dacy'),(6321,94,'billing_last_name','Hitt'),(6322,94,'billing_address_1','8850 Penbrooke ct'),(6323,94,'billing_city','Cumming'),(6324,94,'billing_state','GA'),(6325,94,'billing_postcode','30028'),(6326,94,'billing_country','US'),(6327,94,'billing_email','dacy1016@gmail.com'),(6328,94,'billing_phone','7705965455'),(6329,94,'shipping_first_name','Dacy'),(6330,94,'shipping_last_name','Hitt'),(6331,94,'shipping_address_1','102 Mary Alice Park rd'),(6332,94,'shipping_address_2','Suite 503'),(6333,94,'shipping_city','Cumming'),(6334,94,'shipping_state','GA'),(6335,94,'shipping_postcode','30040'),(6336,94,'shipping_country','US'),(6337,94,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(6340,94,'paying_customer','1'),(6347,52,'thwma_enable_multi_shipping','no'),(6362,49,'thwma_enable_multi_shipping',''),(6374,3,'thwma_enable_multi_shipping',''),(6380,60,'thwma_enable_multi_shipping',''),(6401,59,'thwma_enable_multi_shipping',''),(6410,76,'thwma_enable_multi_shipping',''),(6421,71,'thwma_enable_multi_shipping',''),(6438,21,'thwma_enable_multi_shipping','no'),(6445,13,'thwma_enable_multi_shipping',''),(6450,47,'thwma_enable_multi_shipping','no'),(6456,50,'thwma_enable_multi_shipping',''),(6459,78,'thwma_enable_multi_shipping',''),(6483,9,'thwma_enable_multi_shipping',''),(6495,87,'thwma_enable_multi_shipping',''),(6517,64,'thwma_enable_multi_shipping','no'),(6529,54,'thwma_enable_multi_shipping',''),(6540,25,'thwma_enable_multi_shipping','yes'),(6549,61,'thwma_enable_multi_shipping','yes'),(6556,26,'thwma_enable_multi_shipping',''),(6564,66,'thwma_enable_multi_shipping',''),(6568,36,'thwma_enable_multi_shipping','no'),(6583,58,'session_tokens','a:2:{s:64:\"1e5d189fbf6dae4797ccae92fc665ef8d36b1a24e4104c193da1dfd7094c3da9\";a:4:{s:10:\"expiration\";i:1704338300;s:2:\"ip\";s:14:\"107.115.177.53\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1704165500;}s:64:\"49a33b79996d613eaf76303cf548b6b0b7c4df6762f2bc3a8e4e19cb61be5ae1\";a:4:{s:10:\"expiration\";i:1704338301;s:2:\"ip\";s:14:\"107.115.177.53\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1704165501;}}'),(6586,58,'thwma_enable_multi_shipping',''),(6601,83,'thwma_enable_multi_shipping',''),(6630,44,'thwma_enable_multi_shipping',''),(6636,67,'thwma_enable_multi_shipping',''),(6684,51,'thwma_enable_multi_shipping',''),(6699,28,'thwma_enable_multi_shipping','no'),(6705,11,'thwma_enable_multi_shipping',''),(6712,4,'thwma_enable_multi_shipping',''),(6718,37,'thwma_enable_multi_shipping',''),(6722,6,'thwma_enable_multi_shipping','no'),(6746,40,'thwma_enable_multi_shipping','no'),(6749,74,'session_tokens','a:1:{s:64:\"e40310e799bcebe0ce2530966e557d1842552f5ba3f5e6d890b94803f4a41379\";a:4:{s:10:\"expiration\";i:1671038098;s:2:\"ip\";s:13:\"74.82.231.115\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.62\";s:5:\"login\";i:1669828498;}}'),(6750,74,'wc_last_active','1669766400'),(6753,74,'thwma_enable_multi_shipping',''),(6754,74,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(6776,79,'thwma_enable_multi_shipping',''),(6794,2,'edit_shop_order_per_page','999'),(6813,7,'thwma_enable_multi_shipping',''),(6821,74,'paying_customer','1'),(6864,8,'thwma_enable_multi_shipping',''),(6908,55,'thwma_enable_multi_shipping',''),(6931,20,'thwma_enable_multi_shipping',''),(6937,31,'thwma_enable_multi_shipping',''),(6949,92,'thwma_enable_multi_shipping',''),(6956,17,'thwma_enable_multi_shipping',''),(7013,26,'session_tokens','a:1:{s:64:\"44434b2ba32f452365b368ffecc1abeb7ab5ef8d893af0a10542fe85232ec5fd\";a:4:{s:10:\"expiration\";i:1711986311;s:2:\"ip\";s:14:\"68.126.201.125\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";s:5:\"login\";i:1711813511;}}'),(7048,80,'thwma_enable_multi_shipping',''),(7071,23,'thwma_enable_multi_shipping',''),(7142,31,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(7164,23,'session_tokens','a:1:{s:64:\"c76e408739586132f3628116e19ee95c34c3b5de02a42657daa001db57f61e3b\";a:4:{s:10:\"expiration\";i:1784162856;s:2:\"ip\";s:12:\"98.51.93.108\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1783990056;}}'),(7169,31,'paying_customer','1'),(7231,29,'thwma_enable_multi_shipping',''),(7248,73,'thwma_enable_multi_shipping',''),(7262,57,'thwma_enable_multi_shipping',''),(7275,93,'thwma_enable_multi_shipping',''),(7357,48,'thwma_enable_multi_shipping',''),(7424,44,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(7558,71,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(7600,63,'thwma_enable_multi_shipping',''),(8038,82,'shipping_phone',''),(8040,82,'wc_last_active','1755734400'),(8071,82,'thwma_enable_multi_shipping',''),(8072,82,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(8093,82,'paying_customer','1'),(8098,95,'nickname','lca_orders'),(8099,95,'first_name',''),(8100,95,'last_name',''),(8101,95,'description',''),(8102,95,'rich_editing','true'),(8103,95,'syntax_highlighting','true'),(8104,95,'comment_shortcuts','false'),(8105,95,'admin_color','modern'),(8106,95,'use_ssl','0'),(8107,95,'show_admin_bar_front','true'),(8108,95,'locale',''),(8109,95,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(8110,95,'wp_user_level','10'),(8111,95,'dismissed_wp_pointers','theme_editor_notice'),(8112,95,'last_update','1760115833'),(8116,95,'wc_last_active','1775659805'),(8118,95,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(8262,48,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(8351,38,'session_tokens','a:1:{s:64:\"a3fa0fdca705dc610ddb9cace85cb19e2e12ee1d2790c002f832e1c88973ac54\";a:4:{s:10:\"expiration\";i:1704945939;s:2:\"ip\";s:14:\"67.165.234.205\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0\";s:5:\"login\";i:1704773139;}}'),(8352,38,'wc_last_active','1704758400'),(8355,38,'thwma_enable_multi_shipping',''),(8356,38,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(8359,38,'paying_customer','1'),(8445,15,'thwma_enable_multi_shipping',''),(8552,96,'nickname','lca_desmoines'),(8553,96,'first_name','Jaimi'),(8554,96,'last_name','Anderson'),(8555,96,'description',''),(8556,96,'rich_editing','true'),(8557,96,'syntax_highlighting','true'),(8558,96,'comment_shortcuts','false'),(8559,96,'admin_color','modern'),(8560,96,'use_ssl','0'),(8561,96,'show_admin_bar_front','true'),(8562,96,'locale',''),(8563,96,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8564,96,'wp_user_level','0'),(8565,96,'dismissed_wp_pointers',''),(8566,96,'last_update','1778525260'),(8567,96,'default_password_nag',''),(8569,96,'wc_last_active','1783097957'),(8573,96,'thwma_enable_multi_shipping',''),(8574,96,'billing_first_name','Jaimi'),(8575,96,'billing_last_name','Anderson'),(8576,96,'billing_company','Lice Clinics of America - Des Moines'),(8577,96,'billing_address_1','1139 Burlington Ter'),(8578,96,'billing_city','Des Moines'),(8579,96,'billing_state','IA'),(8580,96,'billing_postcode','50314'),(8581,96,'billing_country','US'),(8582,96,'billing_email','j.m.licesolutions@gmail.com'),(8583,96,'billing_phone','5159710667'),(8584,96,'shipping_first_name','Jaimi'),(8585,96,'shipping_last_name','Anderson'),(8586,96,'shipping_address_1','6900 University Ave.'),(8587,96,'shipping_city','Windsor Heights'),(8588,96,'shipping_state','IA'),(8589,96,'shipping_postcode','50324'),(8590,96,'shipping_country','US'),(8591,96,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(8671,54,'acfw_store_credit_balance','0'),(8673,11,'acfw_store_credit_balance','0'),(8705,89,'_wc_plugin_framework_memberships_dismissed_messages','a:3:{s:23:\"membership-plan-created\";b:1;s:23:\"user-membership-created\";b:1;s:40:\"wc-memberships-members-directory-enabled\";b:1;}'),(8712,17,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(8715,96,'acfw_store_credit_balance','0'),(8716,96,'paying_customer','1'),(8723,6,'acfw_store_credit_balance','0'),(8726,79,'acfw_store_credit_balance','0'),(8732,55,'acfw_store_credit_balance','0'),(8737,3,'acfw_store_credit_balance','0'),(8744,36,'acfw_store_credit_balance','0'),(8752,25,'acfw_store_credit_balance','0'),(8754,87,'acfw_store_credit_balance','0'),(8758,5,'acfw_store_credit_balance','0'),(8762,40,'acfw_store_credit_balance','0'),(8768,83,'acfw_store_credit_balance','0'),(8769,77,'acfw_store_credit_balance','0'),(8783,61,'acfw_store_credit_balance','0'),(8786,66,'acfw_store_credit_balance','0'),(8789,26,'acfw_store_credit_balance','0'),(8801,7,'acfw_store_credit_balance','0'),(8812,28,'acfw_store_credit_balance','0'),(8814,51,'acfw_store_credit_balance','0'),(8818,80,'acfw_store_credit_balance','0'),(8824,37,'acfw_store_credit_balance','0'),(8831,59,'acfw_store_credit_balance','0'),(8842,21,'acfw_store_credit_balance','0'),(8846,76,'acfw_store_credit_balance','0'),(8855,47,'acfw_store_credit_balance','0'),(8860,57,'acfw_store_credit_balance','0'),(8864,46,'acfw_store_credit_balance','0'),(8876,43,'acfw_store_credit_balance','0'),(8879,80,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(8884,64,'acfw_store_credit_balance','0'),(8885,4,'acfw_store_credit_balance','0'),(8906,49,'acfw_store_credit_balance','0'),(8910,50,'acfw_store_credit_balance','0'),(8933,58,'acfw_store_credit_balance','0'),(8942,78,'acfw_store_credit_balance','0'),(8951,39,'acfw_store_credit_balance','0'),(8955,60,'acfw_store_credit_balance','0'),(8964,94,'acfw_store_credit_balance','0'),(8981,52,'acfw_store_credit_balance','0'),(9007,36,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"44bd1d1d35999f3d3462ccec11d5eb30\";a:8:{s:10:\"unique_key\";s:32:\"1d542a960d58c0344982dbd74403a558\";s:4:\"time\";s:10:\"08:48:35pm\";s:3:\"key\";s:32:\"44bd1d1d35999f3d3462ccec11d5eb30\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(9041,67,'acfw_store_credit_balance','0'),(9071,20,'acfw_store_credit_balance','0'),(9116,73,'acfw_store_credit_balance','0'),(9141,29,'acfw_store_credit_balance','0'),(9144,63,'acfw_store_credit_balance','0'),(9210,92,'acfw_store_credit_balance','0'),(9272,8,'acfw_store_credit_balance','0'),(9283,2,'dismissed_download_directories_sync_complete_notice','1'),(9319,84,'acfw_store_credit_balance','0'),(9320,84,'thwma_enable_multi_shipping','no'),(9330,38,'acfw_store_credit_balance','0'),(9411,2,'acfw_store_credit_balance','0'),(9412,2,'thwma_enable_multi_shipping','yes'),(9445,74,'acfw_store_credit_balance','0'),(9454,93,'acfw_store_credit_balance','0'),(9464,97,'nickname','felix.pena'),(9465,97,'first_name','Felix'),(9466,97,'last_name','Pena'),(9467,97,'description',''),(9468,97,'rich_editing','true'),(9469,97,'syntax_highlighting','true'),(9470,97,'comment_shortcuts','false'),(9471,97,'admin_color','modern'),(9472,97,'use_ssl','0'),(9473,97,'show_admin_bar_front','true'),(9474,97,'locale',''),(9475,97,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9476,97,'wp_user_level','0'),(9477,97,'acfw_store_credit_balance','0'),(9478,97,'dismissed_wp_pointers',''),(9479,97,'last_update','1659017429'),(9509,74,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(9556,55,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(9660,2,'elementor_admin_notices','a:6:{s:20:\"experiment_promotion\";s:4:\"true\";s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:7:\"3.25.11\";}}s:21:\"site_mailer_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:31:\"elementor-pro-forms-submissions\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:30:\"tracker_last_update_2025-07-07\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:27:\"local_google_fonts_disabled\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}'),(9698,82,'acfw_store_credit_balance','0'),(9723,39,'thwma_enable_multi_shipping','no'),(9771,51,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(9992,86,'acfw_store_credit_balance','0'),(9993,86,'thwma_enable_multi_shipping',''),(10146,2,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10152,50,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10154,64,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10158,57,'ast-minimum-addon-version-notice-min-ver','3.9.2'),(10160,23,'ast-minimum-addon-version-notice-min-ver','3.9.2'),(10164,52,'ast-minimum-addon-version-notice-min-ver','4.6.0'),(10166,77,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10168,96,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10173,47,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10179,7,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10189,40,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(10485,86,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(10506,89,'elementor_admin_notices','a:2:{s:20:\"experiment_promotion\";s:4:\"true\";s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:7:\"3.25.10\";}}}'),(10633,15,'acfw_store_credit_balance','0'),(10763,79,'shipping_phone',''),(10963,15,'session_tokens','a:1:{s:64:\"b457404e6f6811034d2a406ac1435675bacb178faa3e6afe74e67f0c331a15c6\";a:4:{s:10:\"expiration\";i:1749128026;s:2:\"ip\";s:12:\"52.14.10.136\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0\";s:5:\"login\";i:1748955226;}}'),(11087,92,'session_tokens','a:5:{s:64:\"b435dcb569812160804786564cb10b69e2a7a134b7ff2526e7af044239863e72\";a:4:{s:10:\"expiration\";i:1756422304;s:2:\"ip\";s:13:\"99.113.38.110\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\";s:5:\"login\";i:1755212704;}s:64:\"0c698c0c57bae1c95571f7c3f287cdae2a33c46d2784d3814548a48effc96250\";a:4:{s:10:\"expiration\";i:1756446691;s:2:\"ip\";s:13:\"99.113.38.110\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36\";s:5:\"login\";i:1755237091;}s:64:\"04866f70634d74adda473e61600f24654356db8b7bee67efad0951288a2804fc\";a:4:{s:10:\"expiration\";i:1756505087;s:2:\"ip\";s:13:\"99.113.38.110\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0\";s:5:\"login\";i:1755295487;}s:64:\"78eb5171f25e45e11d85e0260cd544b444bbafa564034ae4038c3009c79594cc\";a:4:{s:10:\"expiration\";i:1756758321;s:2:\"ip\";s:11:\"71.198.5.58\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPad; CPU OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/139.0.7258.76 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1755548721;}s:64:\"7c714960b3defc4a2637048f26ab63bcd7c1fa5d3bc449dc7b4491306b8b3cff\";a:4:{s:10:\"expiration\";i:1757614615;s:2:\"ip\";s:13:\"99.113.38.110\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36\";s:5:\"login\";i:1756405015;}}'),(11207,43,'_woocommerce_tracks_anon_id','woo:qsDkBSTu8RDtoR6guHCmOpaY'),(11249,95,'wp_dashboard_quick_press_last_post_id','184309'),(11250,95,'community-events-location','a:1:{s:2:\"ip\";s:13:\"103.178.135.0\";}'),(11258,8,'_woocommerce_tracks_anon_id','woo:rrmBEv6+UQiZIEBem09XpWiv'),(11276,26,'_woocommerce_tracks_anon_id','woo:9hnTQPCrTeYCcSm82YBWru/7'),(11284,76,'_woocommerce_tracks_anon_id','woo:68gD3ROTPLBZo5SStj7XMahm'),(11314,59,'_woocommerce_tracks_anon_id','woo:0OZxCvln3DllKXU4DIJbrO/y'),(11351,60,'_woocommerce_tracks_anon_id','woo:qCsRUH1JdQflEQFiasXrQgli'),(11394,92,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:11:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:11:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.540000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.540000000000006;s:8:\"line_tax\";d:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:11:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";d:0;}s:32:\"854d9fca60b4bd07f9bb215d59ef5561\";a:11:{s:3:\"key\";s:32:\"854d9fca60b4bd07f9bb215d59ef5561\";s:10:\"product_id\";i:489;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:133.28;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:133.28;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:11:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";a:11:{s:3:\"key\";s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";s:10:\"product_id\";i:3525;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;}}}'),(11398,4,'_woocommerce_tracks_anon_id','woo:JGVy0BjDZDhjkaLdLEuvM729'),(11413,50,'_woocommerce_tracks_anon_id','woo:hN1VzrizvKMxLoIHV+BjXVxF'),(11416,98,'nickname','lca_dublin'),(11417,98,'first_name','Christine'),(11418,98,'last_name','Cherry (Dublin)'),(11419,98,'description',''),(11420,98,'rich_editing','true'),(11421,98,'syntax_highlighting','true'),(11422,98,'comment_shortcuts','false'),(11423,98,'admin_color','modern'),(11424,98,'use_ssl','0'),(11425,98,'show_admin_bar_front','true'),(11426,98,'locale',''),(11427,98,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(11428,98,'wp_user_level','0'),(11429,98,'acfw_store_credit_balance','0'),(11430,98,'dismissed_wp_pointers',''),(11431,98,'last_update','1780435923'),(11441,98,'wc_last_active','1780495488'),(11444,98,'thwma_enable_multi_shipping',''),(11445,98,'billing_first_name','Christine'),(11446,98,'billing_last_name','Cherry'),(11447,98,'billing_company','NITS END'),(11448,98,'billing_address_1','PO BOX 1092'),(11449,98,'billing_city','Campton'),(11450,98,'billing_state','PA'),(11451,98,'billing_postcode','03223'),(11452,98,'billing_country','US'),(11453,98,'billing_email','christine@liceclinicscolumbus.com'),(11454,98,'billing_phone','16034983390'),(11455,98,'shipping_first_name','Erica'),(11456,98,'shipping_last_name','Froggatt'),(11457,98,'shipping_company','LCA - Nits End / 149091'),(11458,98,'shipping_address_1','5910 Wilcox Pl'),(11459,98,'shipping_address_2','suite E'),(11460,98,'shipping_city','Dublin'),(11461,98,'shipping_state','OH'),(11462,98,'shipping_postcode','43016'),(11463,98,'shipping_country','US'),(11464,98,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(11465,98,'paying_customer','1'),(11509,96,'_woocommerce_tracks_anon_id','woo:0TDU8FXVz6A8f2rwHlekZrLR'),(11526,96,'billing_address_2',''),(11527,96,'shipping_company','Lice Clinics of America - Des Moines'),(11528,96,'shipping_address_2','Ste 120'),(11529,96,'shipping_phone',''),(11546,21,'_woocommerce_tracks_anon_id','woo:jCIKsahQ/bd5RDmo9xTJPatf'),(11552,99,'nickname','skyverge'),(11553,99,'first_name',''),(11554,99,'last_name',''),(11555,99,'description',''),(11556,99,'rich_editing','true'),(11557,99,'syntax_highlighting','true'),(11558,99,'comment_shortcuts','false'),(11559,99,'admin_color','modern'),(11560,99,'use_ssl','0'),(11561,99,'show_admin_bar_front','true'),(11562,99,'locale',''),(11563,99,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11564,99,'wp_user_level','10'),(11565,99,'acfw_store_credit_balance','0'),(11566,99,'dismissed_wp_pointers',''),(11567,99,'last_update','1690726068'),(11574,24,'session_tokens','a:1:{s:64:\"81260705cab40a6edf2f931521e312dacb1aadf1b2594f73aa9bf6fb18509680\";a:4:{s:10:\"expiration\";i:1690996862;s:2:\"ip\";s:14:\"76.143.232.251\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";s:5:\"login\";i:1690824062;}}'),(11575,24,'wc_last_active','1690761600'),(11577,24,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(11578,24,'acfw_store_credit_balance','0'),(11579,24,'thwma_enable_multi_shipping',''),(11605,57,'_woocommerce_tracks_anon_id','woo:NZx68IBeCjPPSB+0JCinKz2G'),(11739,98,'_woocommerce_tracks_anon_id','woo:3ATHNVpComUUUfVuvuArR4T1'),(11806,2,'announcements_user_counter','1'),(11833,64,'_woocommerce_tracks_anon_id','woo:quOXVTFMRsCpuXDJEKbGQf3o'),(11879,66,'_woocommerce_tracks_anon_id','woo:eAJpRdi9VFRTyWYpuoZYabPX'),(11944,100,'nickname','lca_sunnyvale'),(11945,100,'first_name','Michael'),(11946,100,'last_name','Beckman'),(11947,100,'description',''),(11948,100,'rich_editing','true'),(11949,100,'syntax_highlighting','true'),(11950,100,'comment_shortcuts','false'),(11951,100,'admin_color','modern'),(11952,100,'use_ssl','0'),(11953,100,'show_admin_bar_front','true'),(11954,100,'locale',''),(11955,100,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(11956,100,'wp_user_level','0'),(11957,100,'acfw_store_credit_balance','0'),(11958,100,'dismissed_wp_pointers',''),(11959,100,'last_update','1757355727'),(11961,101,'nickname','lca_rome'),(11962,101,'first_name','Jeff'),(11963,101,'last_name','Mauer'),(11964,101,'description',''),(11965,101,'rich_editing','true'),(11966,101,'syntax_highlighting','true'),(11967,101,'comment_shortcuts','false'),(11968,101,'admin_color','modern'),(11969,101,'use_ssl','0'),(11970,101,'show_admin_bar_front','true'),(11971,101,'locale',''),(11972,101,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(11973,101,'wp_user_level','0'),(11974,101,'acfw_store_credit_balance','0'),(11975,101,'dismissed_wp_pointers',''),(11976,101,'last_update','1754596608'),(11978,101,'session_tokens','a:1:{s:64:\"1ce698c9799dc99b710f1870d779144355684e9a465d793bffa08cc79f298084\";a:4:{s:10:\"expiration\";i:1771159925;s:2:\"ip\";s:14:\"67.166.208.225\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0\";s:5:\"login\";i:1770987125;}}'),(11979,101,'wc_last_active','1770987129'),(11982,101,'thwma_enable_multi_shipping',''),(11983,101,'billing_first_name','Misty'),(11984,101,'billing_last_name','Nelson'),(11985,101,'billing_company','Lice Clinics of America Rome'),(11986,101,'billing_address_1','1400 Crane Street'),(11987,101,'billing_address_2','Suite 116'),(11988,101,'billing_city','Rome'),(11989,101,'billing_state','GA'),(11990,101,'billing_postcode','30161'),(11991,101,'billing_country','US'),(11992,101,'billing_email','misty@liceclinicsrome.com'),(11993,101,'billing_phone','7065037813'),(11994,101,'shipping_first_name','Misty'),(11995,101,'shipping_last_name','Nelson'),(11996,101,'shipping_company','Lice Clinics of America Rome'),(11997,101,'shipping_address_1','1400 Crane Street'),(11998,101,'shipping_address_2','Suite 116'),(11999,101,'shipping_city','Rome'),(12000,101,'shipping_state','GA'),(12001,101,'shipping_postcode','30161'),(12002,101,'shipping_country','US'),(12003,101,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(12004,101,'_woocommerce_tracks_anon_id','woo:ySfhf5FH3ADiz64JN2/u87Fr'),(12016,100,'session_tokens','a:1:{s:64:\"0b07ef7612cf722c858c359a72f740f87e8ea334f0ba89784656802440198443\";a:4:{s:10:\"expiration\";i:1757528357;s:2:\"ip\";s:13:\"73.158.157.52\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36\";s:5:\"login\";i:1757355557;}}'),(12017,100,'wc_last_active','1757289600'),(12026,101,'paying_customer','1'),(12047,100,'thwma_enable_multi_shipping',''),(12048,100,'billing_first_name','Michael'),(12049,100,'billing_last_name','Beckman'),(12050,100,'billing_address_1','921 Moraga Ave'),(12051,100,'billing_address_2',''),(12052,100,'billing_city','Piedmont'),(12053,100,'billing_state','CA'),(12054,100,'billing_postcode','94611'),(12055,100,'billing_country','US'),(12056,100,'billing_email','licetoknowyou@gmail.com'),(12057,100,'billing_phone','8585314583'),(12058,100,'shipping_first_name','Chelsey'),(12059,100,'shipping_last_name','Watkins'),(12060,100,'shipping_company','Lice Clinics of America - Sunnyvale'),(12061,100,'shipping_address_1','958 Redmond ave'),(12062,100,'shipping_city','San Jose'),(12063,100,'shipping_state','CA'),(12064,100,'shipping_postcode','95120'),(12065,100,'shipping_country','US'),(12066,100,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(12067,100,'paying_customer','1'),(12118,5,'_woocommerce_tracks_anon_id','woo:59j2BJT8y9uluZQmFwZLXUM+'),(12167,94,'billing_company','LCA'),(12168,94,'shipping_company','LCA'),(12212,25,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"683a9a91065c3ad3b4bee1d2e9575d26\";a:15:{s:10:\"unique_key\";s:32:\"3b91db323dcd5b496db9bfc6d439bac0\";s:4:\"time\";s:10:\"10:07:11pm\";s:3:\"key\";s:32:\"683a9a91065c3ad3b4bee1d2e9575d26\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:199.44;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:199.44;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:22:\"thwma_shipping_methods\";a:1:{s:28:\"fedex:1:GROUND_HOME_DELIVERY\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"41\";s:8:\"cart_key\";s:32:\"683a9a91065c3ad3b4bee1d2e9575d26\";s:15:\"cart_unique_key\";s:32:\"3b91db323dcd5b496db9bfc6d439bac0\";s:9:\"item_name\";s:38:\"Professional Lice Comb<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"2\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:6:\"Blaine\";s:9:\"last_name\";s:6:\"Tyrone\";s:7:\"company\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:13:\"529 N Main St\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:8:\"Picayune\";s:5:\"state\";s:2:\"MS\";s:8:\"postcode\";s:5:\"39466\";}s:13:\"custom_fields\";a:0:{}}}}}}'),(12227,100,'shipping_address_2',''),(12245,20,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12251,76,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12256,87,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12258,90,'shipping_phone',''),(12268,82,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12271,66,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12277,95,'_woocommerce_tracks_anon_id','woo:LkyXEBiI6ITzOdqCzRqWyzTv'),(12278,95,'ast-minimum-addon-version-notice-min-ver','4.4.0'),(12280,8,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12283,67,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12286,60,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12293,3,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12302,11,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12306,78,'ast-minimum-addon-version-notice-min-ver','4.6.0'),(12318,6,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12326,100,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12331,54,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12337,90,'session_tokens','a:1:{s:64:\"01fa91078627aa320e7eddd5709e2444ae86fbd9fe06b26f11a9ebefca7bc5ec\";a:4:{s:10:\"expiration\";i:1759076534;s:2:\"ip\";s:12:\"75.48.216.88\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0\";s:5:\"login\";i:1757866934;}}'),(12338,90,'wc_last_active','1757808000'),(12341,90,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12342,90,'acfw_store_credit_balance','0'),(12343,90,'thwma_enable_multi_shipping',''),(12344,90,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(12345,90,'paying_customer','1'),(12346,3,'_woocommerce_tracks_anon_id','woo:YpPdd87p8f3Lf9NQZU1a158Z'),(12351,89,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12357,5,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12360,79,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12362,98,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12367,37,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12394,29,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12398,61,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12408,64,'session_tokens','a:1:{s:64:\"91360c8d0bbdbf7e746863fcfe48f0a6348b63eabe9f514652680144a2ed9bc1\";a:4:{s:10:\"expiration\";i:1710121437;s:2:\"ip\";s:11:\"98.97.57.77\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1709948637;}}'),(12417,49,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12422,94,'ast-minimum-addon-version-notice-min-ver','4.6.0'),(12439,43,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12443,4,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12459,39,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12490,59,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12492,83,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12519,15,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12527,46,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12537,89,'elementor_introduction','a:1:{s:6:\"e-apps\";b:1;}'),(12553,28,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12578,90,'_woocommerce_tracks_anon_id','woo:xBNBEtUUuPtbYsBoFckx0zOK'),(12580,21,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12597,96,'session_tokens','a:1:{s:64:\"2eac0b6e71b35de58221f2062ba0863ef75d17ae0042a69f417654a6de35b429\";a:4:{s:10:\"expiration\";i:1783189128;s:2:\"ip\";s:13:\"166.181.88.68\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36 Edg/149.0.0.0\";s:5:\"login\";i:1783016328;}}'),(12626,26,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12665,26,'shipping_phone',''),(12706,58,'ast-minimum-addon-version-notice-min-ver','4.5.0'),(12743,38,'ast-minimum-addon-version-notice-min-ver','4.5.0'),(12744,38,'_woocommerce_tracks_anon_id','woo:ZBigm8QFqRknPAtjmA52qvdi'),(12815,94,'_woocommerce_tracks_anon_id','woo:ghixkzFWZEuCswwb/CSfuXeV'),(12828,20,'_woocommerce_tracks_anon_id','woo:qvaM6igjJiRKR7whCDKZfzEx'),(12839,61,'_woocommerce_tracks_anon_id','woo:V+a+Ixr+Ehc4vpZehEHa90UB'),(12841,46,'_woocommerce_tracks_anon_id','woo:BpwHPvw8lGWcLr3Qty2uROG3'),(12849,39,'_woocommerce_tracks_anon_id','woo:wl2RHryLYRttc/cnpYCY7J1Y'),(12858,77,'_woocommerce_tracks_anon_id','woo:EDIUQy8G+tZKvvrmadl/DWbY'),(12862,100,'_woocommerce_tracks_anon_id','woo:ePbjMMjAwchYvgSPlX2Ol2En'),(12868,83,'_woocommerce_tracks_anon_id','woo:DRMJMlx6je6HAFXLyZNRZMD/'),(12879,78,'_woocommerce_tracks_anon_id','woo:bK1eoW5zeP/vC/OKa99t/l3w'),(12882,101,'ast-minimum-addon-version-notice-min-ver','4.6.0'),(12883,101,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(12886,6,'_woocommerce_tracks_anon_id','woo:zflVwh7FeVTz56Rp07bvpciq'),(12887,79,'session_tokens','a:1:{s:64:\"7d807b0385298cb5672cffdb2ee36a722dcd55ab679fe44c504271da34e2adcc\";a:4:{s:10:\"expiration\";i:1754668990;s:2:\"ip\";s:12:\"71.91.158.65\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1754496190;}}'),(12890,79,'_woocommerce_tracks_anon_id','woo:29zLs1kUL9rQNajjUmQ5ahoA'),(12905,7,'_woocommerce_tracks_anon_id','woo:b+Ble187sGk49C/vLG6W1Cc3'),(12926,47,'_woocommerce_tracks_anon_id','woo:mnPPaivU/y3mLAw+bHq4FqSD'),(12935,52,'_woocommerce_tracks_anon_id','woo:HXqoUlrmN12YBeMfhgLlHuvh'),(12938,11,'_woocommerce_tracks_anon_id','woo:IJLX/94BVknrFESQj0Ok0pmY'),(12979,29,'_woocommerce_tracks_anon_id','woo:KQmspAr66YUZyr7wtsEXUXEt'),(12996,47,'thwma_custom_address','a:3:{s:8:\"shipping\";a:5:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:11:\"LCA SA WEST\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"6391 De Zavala Rd.\";s:18:\"shipping_address_2\";s:4:\"#222\";s:13:\"shipping_city\";s:11:\"San Antonio\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78249\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:20:\"LCA San Antonio West\";s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:20:\"LCA San Antonio West\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"6391 De Zavala Rd\";s:18:\"shipping_address_2\";s:4:\"#222\";s:13:\"shipping_city\";s:11:\"San Antonio\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78249\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:20:\"LCA San Antonio WEST\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"6391 De Zavala\";s:18:\"shipping_address_2\";s:10:\"Suite 2205\";s:13:\"shipping_city\";s:11:\"San Antonio\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78249\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:20:\"LCA San Antonio EAST\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:13:\"19115 FM 2252\";s:18:\"shipping_address_2\";s:8:\"Suite 17\";s:13:\"shipping_city\";s:12:\"Garden Ridge\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78266\";}s:9:\"address_4\";a:10:{s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:31:\"Lice Clinics of America SA WEST\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"6391 De Zavala Rd\";s:18:\"shipping_address_2\";s:10:\"Suite 2205\";s:13:\"shipping_city\";s:11:\"San Antonio\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78249\";s:16:\"shipping_heading\";s:0:\"\";}}s:7:\"billing\";a:1:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Tracy\";s:17:\"billing_last_name\";s:8:\"Copeland\";s:15:\"billing_company\";s:20:\"LCA San Antonio WEST\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:18:\"14223 Silverhollow\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:11:\"San Antonio\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"78232\";s:13:\"billing_phone\";s:10:\"2103135033\";s:13:\"billing_email\";s:32:\"info@liceclinicsofsanantonio.com\";s:15:\"billing_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_2\";}'),(13011,2,'ast-minimum-addon-version-notice','notice-dismissed'),(13021,87,'_woocommerce_tracks_anon_id','woo:Te13xSbTEAB3otyT+C7HWiR5'),(13030,67,'_woocommerce_tracks_anon_id','woo:j2zo01CAKqwqNF1/Y/CfXZEw'),(13042,54,'_woocommerce_tracks_anon_id','woo:oGUJRoRavwOs04xX8TcIY8by'),(13047,28,'_woocommerce_tracks_anon_id','woo:vm+oV6MTyyjNt4pKGU7upb+W'),(13059,49,'_woocommerce_tracks_anon_id','woo:dBvZU4zRF5AbxGGVsLupCXje'),(13065,37,'_woocommerce_tracks_anon_id','woo:6YCPHV4U4dcN4lPzYmcR7t25'),(13069,15,'_woocommerce_tracks_anon_id','woo:yN+7mod7xM10CRVe0TYSakd4'),(13144,64,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13192,28,'session_tokens','a:1:{s:64:\"cbd18a80e22094375abc2979b5db628a3e01c501830377bcb9e76dd1bfd008b3\";a:4:{s:10:\"expiration\";i:1720987277;s:2:\"ip\";s:15:\"172.115.255.171\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1720814477;}}'),(13268,26,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13278,50,'shipping_phone',''),(13338,82,'_woocommerce_tracks_anon_id','woo:VA0MWM20bamX2t87LhiikDdt'),(13366,103,'nickname','lca_norway'),(13367,103,'first_name','Anja'),(13368,103,'last_name','Dahl'),(13369,103,'description',''),(13370,103,'rich_editing','true'),(13371,103,'syntax_highlighting','true'),(13372,103,'comment_shortcuts','false'),(13373,103,'admin_color','modern'),(13374,103,'use_ssl','0'),(13375,103,'show_admin_bar_front','true'),(13376,103,'locale',''),(13377,103,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(13378,103,'wp_user_level','0'),(13379,103,'acfw_store_credit_balance','0'),(13380,103,'dismissed_wp_pointers',''),(13381,103,'last_update','1712851886'),(13382,103,'session_tokens','a:2:{s:64:\"94f05815d6c7e3c845a5c7ba2c05ed500e2b3d1a75c3a546bbdbff360f0f472f\";a:4:{s:10:\"expiration\";i:1713024751;s:2:\"ip\";s:14:\"174.171.95.224\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";s:5:\"login\";i:1712851951;}s:64:\"9d60e36e44110cc25619a66483cd8937b0584730e3d4f572d81a01a0afbbc1c6\";a:4:{s:10:\"expiration\";i:1713029431;s:2:\"ip\";s:14:\"174.171.95.224\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";s:5:\"login\";i:1712856631;}}'),(13383,103,'wc_last_active','1712793600'),(13385,103,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13386,103,'thwma_enable_multi_shipping',''),(13422,49,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13522,2,'dismissed_woo_updater_not_installed_notice','1'),(13543,104,'nickname','lca_kelvin'),(13544,104,'first_name','Kelvin'),(13545,104,'last_name','Fencil'),(13546,104,'description',''),(13547,104,'rich_editing','true'),(13548,104,'syntax_highlighting','true'),(13549,104,'comment_shortcuts','false'),(13550,104,'admin_color','modern'),(13551,104,'use_ssl','0'),(13552,104,'show_admin_bar_front','true'),(13553,104,'locale',''),(13554,104,'wp_capabilities','a:1:{s:12:\"shop_manager\";b:1;}'),(13555,104,'wp_user_level','9'),(13556,104,'acfw_store_credit_balance','0'),(13557,104,'dismissed_wp_pointers',''),(13558,104,'last_update','1755031184'),(13563,104,'session_tokens','a:1:{s:64:\"7510241c741909377d837a57f19b955bc665e8e2b6f44843d52e3f3330950b2c\";a:4:{s:10:\"expiration\";i:1779289606;s:2:\"ip\";s:10:\"79.122.2.4\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";s:5:\"login\";i:1779116806;}}'),(13564,104,'wc_last_active','1779230491'),(13566,104,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13569,39,'shipping_phone',''),(13570,57,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"6d8fc13637ac287446cf4d3ef0a7f48f\";a:8:{s:10:\"unique_key\";s:32:\"708f5cb510b8cb7fa73885aee12e615d\";s:4:\"time\";s:10:\"09:58:58pm\";s:3:\"key\";s:32:\"6d8fc13637ac287446cf4d3ef0a7f48f\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(13624,65,'acfw_store_credit_balance','0'),(13625,65,'thwma_enable_multi_shipping',''),(13626,65,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(13627,65,'_woocommerce_tracks_anon_id','woo:jlI56qOKcYVdJNOYpTEer2FR'),(13653,89,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(13656,105,'nickname','lca_nashville'),(13657,105,'first_name','Joe'),(13658,105,'last_name','West'),(13659,105,'description',''),(13660,105,'rich_editing','true'),(13661,105,'syntax_highlighting','true'),(13662,105,'comment_shortcuts','false'),(13663,105,'admin_color','modern'),(13664,105,'use_ssl','0'),(13665,105,'show_admin_bar_front','true'),(13666,105,'locale',''),(13667,105,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(13668,105,'wp_user_level','0'),(13669,105,'acfw_store_credit_balance','0'),(13670,105,'dismissed_wp_pointers',''),(13671,105,'last_update','1782936703'),(13737,105,'session_tokens','a:2:{s:64:\"140128c59dff5535073ca240deaa76304866b3a42eb7cc6602ae18dbec51054f\";a:4:{s:10:\"expiration\";i:1784144712;s:2:\"ip\";s:13:\"76.205.132.42\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36\";s:5:\"login\";i:1782935112;}s:64:\"20a79b216ef2ad3734a6a6dc1ecf0c766a1a873fe0d03284270230f5b2d96771\";a:4:{s:10:\"expiration\";i:1783109317;s:2:\"ip\";s:13:\"76.205.132.42\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36\";s:5:\"login\";i:1782936517;}}'),(13738,105,'wc_last_active','1782936703'),(13768,21,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:5:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:11:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:98;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:98;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:11:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:11:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:11:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;}}}'),(13852,89,'session_tokens','a:1:{s:64:\"f746fb4cc920c61a4455dda6b6ec6ddf31835cbafa14cc576c30d487dcd8baa5\";a:4:{s:10:\"expiration\";i:1785359070;s:2:\"ip\";s:13:\"202.69.149.10\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1785186270;}}'),(13854,20,'shipping_phone',''),(13863,20,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13868,95,'theme-min-version-notice-min-ver','4.11.8'),(13869,95,'_wc_plugin_framework_memberships_dismissed_messages','a:4:{s:23:\"membership-plan-created\";b:1;s:40:\"wc-memberships-members-directory-enabled\";b:1;s:23:\"user-membership-created\";b:1;s:20:\"wc_memberships_setup\";b:1;}'),(13870,95,'elementor_admin_notices','a:3:{s:20:\"experiment_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:1:{s:7:\"version\";s:6:\"3.24.2\";}}s:21:\"site_mailer_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}'),(13872,95,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(13873,95,'closedpostboxes_page','a:1:{i:0;s:23:\"astra_settings_meta_box\";}'),(13874,95,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(13908,105,'thwma_enable_multi_shipping',''),(13909,105,'billing_first_name','Joseph'),(13910,105,'billing_last_name','West'),(13911,105,'billing_company','MAJESTIC PEACOCK LLC'),(13912,105,'billing_address_1','615 Crofton Park Ln'),(13913,105,'billing_city','Franklin'),(13914,105,'billing_state','TN'),(13915,105,'billing_postcode','37069'),(13916,105,'billing_country','US'),(13917,105,'billing_email','info@nashville.liceclinicsofamerica.com'),(13918,105,'billing_phone','8042184232'),(13919,105,'shipping_first_name','Joseph'),(13920,105,'shipping_last_name','West'),(13921,105,'shipping_company',''),(13922,105,'shipping_address_1','615 Crofton Park Lane'),(13923,105,'shipping_city','Franklin'),(13924,105,'shipping_state','TN'),(13925,105,'shipping_postcode','37069'),(13926,105,'shipping_country','US'),(13927,105,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(13928,105,'_woocommerce_tracks_anon_id','woo:HO6bDNSGow6IiWEjYJfd9ZHo'),(13929,105,'paying_customer','1'),(13948,43,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:5:{s:32:\"b5625f1c3e309f3e3c74da7b2c85417f\";a:14:{s:10:\"unique_key\";s:32:\"f2780fa84ecf5339e08ae98e90af2b79\";s:4:\"time\";s:10:\"03:54:54pm\";s:3:\"key\";s:32:\"b5625f1c3e309f3e3c74da7b2c85417f\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:117.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:117.59999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}}s:32:\"9d0a8eebb27ab40a5929613d7a883da1\";a:13:{s:10:\"unique_key\";s:32:\"1bf01ea7632ea4bdf09aac189f75780d\";s:4:\"time\";s:10:\"08:07:27pm\";s:3:\"key\";s:32:\"9d0a8eebb27ab40a5929613d7a883da1\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:66.480000000000004;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:66.480000000000004;s:8:\"line_tax\";d:0;}s:32:\"0acd09386768d10bcd14ca0ed8cba116\";a:13:{s:10:\"unique_key\";s:32:\"685d3a407b5076313a66a455fdd23501\";s:4:\"time\";s:10:\"08:09:00pm\";s:3:\"key\";s:32:\"0acd09386768d10bcd14ca0ed8cba116\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"d2bc5a3a24fe01cc60cd127a6ce86602\";a:13:{s:10:\"unique_key\";s:32:\"2d4151dd723b98aaf1d39ebb478563d5\";s:4:\"time\";s:10:\"06:15:45pm\";s:3:\"key\";s:32:\"d2bc5a3a24fe01cc60cd127a6ce86602\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;}s:32:\"e70e44dfa18ae75717694928f2b632ee\";a:13:{s:10:\"unique_key\";s:32:\"615b578974bfd1ff6c50b8978c80de70\";s:4:\"time\";s:10:\"06:17:49pm\";s:3:\"key\";s:32:\"e70e44dfa18ae75717694928f2b632ee\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";d:0;}}}'),(13985,94,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:5:{s:32:\"c825071a7a5aa595c43dd22bef04a2a8\";a:13:{s:10:\"unique_key\";s:32:\"e3d1d4493322cd0c8f1bd8231c02ff21\";s:4:\"time\";s:10:\"05:52:58pm\";s:3:\"key\";s:32:\"c825071a7a5aa595c43dd22bef04a2a8\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;}s:32:\"8a8895a075a7f866e84dcab00fecf16c\";a:13:{s:10:\"unique_key\";s:32:\"5f7ca4d97080fd863120c4f0ce569dc6\";s:4:\"time\";s:10:\"05:53:07pm\";s:3:\"key\";s:32:\"8a8895a075a7f866e84dcab00fecf16c\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265.92000000000002;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:265.92000000000002;s:8:\"line_tax\";d:0;}s:32:\"576346125870c8b1b1f3636cecaf9e7d\";a:13:{s:10:\"unique_key\";s:32:\"d17b6baccc989d0fc1aee9d13fb29b75\";s:4:\"time\";s:10:\"05:53:23pm\";s:3:\"key\";s:32:\"576346125870c8b1b1f3636cecaf9e7d\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"166b8aaf750f40918f9e17b45cbde41a\";a:13:{s:10:\"unique_key\";s:32:\"06ec4bf21a13a160aa9b84397fde606b\";s:4:\"time\";s:10:\"05:53:31pm\";s:3:\"key\";s:32:\"166b8aaf750f40918f9e17b45cbde41a\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:78.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:78.400000000000006;s:8:\"line_tax\";d:0;}s:32:\"1d7ff5c530a46a338709d8bd2125efb3\";a:13:{s:10:\"unique_key\";s:32:\"b08791e2b1f61fd6058cad39e65dc8d8\";s:4:\"time\";s:10:\"05:53:38pm\";s:3:\"key\";s:32:\"1d7ff5c530a46a338709d8bd2125efb3\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}}}'),(14005,83,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:4:{s:32:\"775e33d9a17152a12fd94a7ad550a38f\";a:13:{s:10:\"unique_key\";s:32:\"f1d684245a24e5dbe079b85315958af6\";s:4:\"time\";s:10:\"05:37:21pm\";s:3:\"key\";s:32:\"775e33d9a17152a12fd94a7ad550a38f\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}s:32:\"33a85d30102e236f8d433f7615b48d9e\";a:13:{s:10:\"unique_key\";s:32:\"37e387132376871ca71359265cbd6d3b\";s:4:\"time\";s:10:\"05:37:22pm\";s:3:\"key\";s:32:\"33a85d30102e236f8d433f7615b48d9e\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}s:32:\"de94b3798a02c152ee0c40136e180f49\";a:13:{s:10:\"unique_key\";s:32:\"9d050f6a26cbd2b286aaf7a87b7a7881\";s:4:\"time\";s:10:\"05:37:48pm\";s:3:\"key\";s:32:\"de94b3798a02c152ee0c40136e180f49\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:98;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:98;s:8:\"line_tax\";d:0;}s:32:\"fd106264d22c1749abb022a9a31a3c7b\";a:13:{s:10:\"unique_key\";s:32:\"5f3392e8f84abd72e2734d445b595eb4\";s:4:\"time\";s:10:\"05:38:09pm\";s:3:\"key\";s:32:\"fd106264d22c1749abb022a9a31a3c7b\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";d:0;}}}'),(14013,2,'woocommerce_admin_android_app_banner_dismissed','\"yes\"'),(14045,79,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:6:{s:32:\"0c24c9004712a8bb30fa9e31dd734c61\";a:14:{s:10:\"unique_key\";s:32:\"3d46e9c3b5e22fce9ac3fe858e10c5e9\";s:4:\"time\";s:10:\"05:17:19pm\";s:3:\"key\";s:32:\"0c24c9004712a8bb30fa9e31dd734c61\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:342.69999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:342.69999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:11:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:11:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:11:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";d:0;}}}'),(14054,28,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"29adfdc35a3324d367ba21d614f8ab29\";a:8:{s:10:\"unique_key\";s:32:\"472d58481838a51cc9120d1a9e666a53\";s:4:\"time\";s:10:\"08:01:32pm\";s:3:\"key\";s:32:\"29adfdc35a3324d367ba21d614f8ab29\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(14075,95,'elementor_introduction','a:5:{s:6:\"e-apps\";b:1;s:27:\"ai-get-started-announcement\";b:1;s:30:\"e-ai-product-image-unification\";b:1;s:20:\"globals_introduction\";b:1;s:27:\"e-editor-one-notice-pointer\";b:1;}'),(14308,70,'wc_order_count_wp','0'),(14309,70,'wc_money_spent_wp','0'),(14316,88,'wc_order_count_wp','0'),(14317,88,'wc_money_spent_wp','0'),(14320,69,'wc_order_count_wp','0'),(14321,69,'wc_money_spent_wp','0'),(14328,72,'wc_order_count_wp','0'),(14329,72,'wc_money_spent_wp','0'),(14336,19,'wc_order_count_wp','0'),(14337,19,'wc_money_spent_wp','0'),(14405,83,'shipping_phone',''),(14455,21,'default_password_nag',''),(14462,2,'_ppcp_notice_pay-later-messaging','1726253242'),(14465,95,'_wc_memberships_show_admin_restricted_content_notice','no'),(14466,95,'dismissed_update_notice','1'),(14468,95,'nav_menu_recently_edited','28'),(14469,95,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(14470,95,'metaboxhidden_nav-menus','a:7:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:21:\"add-post-type-product\";i:2;s:33:\"add-post-type-astra-advanced-hook\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:15:\"add-product_cat\";i:6;s:15:\"add-product_tag\";}'),(14547,11,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:11:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:39.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:39.200000000000003;s:8:\"line_tax\";d:0;}}}'),(14581,37,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"34f0c72e5afcece76fe56b57be037363\";a:13:{s:10:\"unique_key\";s:32:\"20233bf8be3a185d21b1536102d2b06a\";s:4:\"time\";s:10:\"08:17:34pm\";s:3:\"key\";s:32:\"34f0c72e5afcece76fe56b57be037363\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"8dbaefd1ed951b2760d1f1deacb3bf3c\";a:13:{s:10:\"unique_key\";s:32:\"aaaeff82876ec841aaf4fbefc4b39401\";s:4:\"time\";s:10:\"04:08:25pm\";s:3:\"key\";s:32:\"8dbaefd1ed951b2760d1f1deacb3bf3c\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}s:32:\"301e36a985a5c10864a8b1171788e0f4\";a:13:{s:10:\"unique_key\";s:32:\"5a18c47f527c0e97fa377dd709863781\";s:4:\"time\";s:10:\"04:49:01pm\";s:3:\"key\";s:32:\"301e36a985a5c10864a8b1171788e0f4\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";d:0;}}}'),(14607,82,'session_tokens','a:1:{s:64:\"ca7d33816fce71d40e9693bd565d632ef12c847170b8fe8f6bd8da0c497206ee\";a:4:{s:10:\"expiration\";i:1757018644;s:2:\"ip\";s:14:\"72.203.211.103\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1755809044;}}'),(14818,89,'woocommerce_admin_launch_your_store_tour_hidden','yes'),(14840,46,'wp_elementor_enable_ai','1'),(14841,46,'shipping_phone',''),(14893,76,'session_tokens','a:2:{s:64:\"daac18f142ea43abb709f8e53563ae859db45014657f077200fdc761a56c3cfc\";a:4:{s:10:\"expiration\";i:1758227767;s:2:\"ip\";s:13:\"66.31.192.192\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1758054967;}s:64:\"c21bf4c8e6ac866b47688964da675c6bd1a2e666732b6a7c50f751259ec09474\";a:4:{s:10:\"expiration\";i:1758372890;s:2:\"ip\";s:13:\"66.31.192.192\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1758200090;}}'),(14901,95,'session_tokens','a:1:{s:64:\"9f2ffd8f4b4d5a72753e507dc0c1ad82946f88198ce4b4201c71ff2a23e5f207\";a:4:{s:10:\"expiration\";i:1775832605;s:2:\"ip\";s:14:\"103.178.135.68\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1775659805;}}'),(15183,105,'shipping_address_2',''),(15218,65,'wp_elementor_enable_ai','1'),(15219,65,'shipping_phone',''),(15228,65,'paying_customer','1'),(15287,8,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(15394,61,'wp_elementor_enable_ai','1'),(15395,61,'shipping_phone',''),(15416,29,'session_tokens','a:2:{s:64:\"2b333a4452540715972c315b012217c40ae0919ee02c6fefb8025c29d8d50e99\";a:4:{s:10:\"expiration\";i:1755557768;s:2:\"ip\";s:12:\"104.28.57.90\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1755384968;}s:64:\"6979804dedd8aecdfd1ff4bfc922dc3504eb3ee4da677346c641a76b17c66b08\";a:4:{s:10:\"expiration\";i:1755557768;s:2:\"ip\";s:12:\"104.28.57.90\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1755384968;}}'),(15540,75,'wc_last_active','1756771200'),(15578,2,'awdr_filters','a:2:{s:5:\"limit\";i:20;s:7:\"reorder\";i:0;}'),(15660,2,'manageedit-shop_ordercolumnshidden','a:2:{i:0;s:15:\"billing_address\";i:1;s:10:\"wc_actions\";}'),(15692,15,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(15758,106,'nickname','lcarosemary'),(15759,106,'first_name','Rose Mary'),(15760,106,'last_name','Hontz'),(15761,106,'description',''),(15762,106,'rich_editing','true'),(15763,106,'syntax_highlighting','true'),(15764,106,'comment_shortcuts','false'),(15765,106,'admin_color','modern'),(15766,106,'use_ssl','0'),(15767,106,'show_admin_bar_front','true'),(15768,106,'locale',''),(15769,106,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(15770,106,'wp_user_level','10'),(15771,106,'dismissed_wp_pointers',''),(15772,106,'last_update','1760117779'),(15774,106,'wc_last_active','1785318562'),(15776,106,'theme-min-version-notice-min-ver','4.11.0'),(15777,106,'_woocommerce_tracks_anon_id','woo:5zUCN/eUCt2J9Bb01P1kdrUs'),(15778,106,'wp_dashboard_quick_press_last_post_id','184352'),(15779,106,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}}}'),(15782,106,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(15852,61,'wc_other_addresses','a:1:{i:1;a:9:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"549 Centre View Blvd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:15:\"Crestview Hills\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"41017\";}}'),(15853,61,'billing_thwma_checkbox_shipping',''),(15854,61,'billing_thwma_hidden_field_billing',''),(15869,6,'wc_other_addresses','a:1:{i:1;a:9:{s:19:\"shipping_first_name\";s:7:\"Leandra\";s:18:\"shipping_last_name\";s:7:\"Sagayno\";s:16:\"shipping_company\";s:23:\"Special Education Dept.\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"601 Colorado Ave.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Turlock\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"95380\";}}'),(15870,6,'billing_thwma_checkbox_shipping',''),(15871,6,'billing_thwma_hidden_field_billing',''),(15873,76,'wc_other_addresses','a:2:{i:1;a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"111 Center Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:13:\"Middleborough\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02346\";}i:2;a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}}'),(15874,89,'wc_other_addresses','a:1:{i:1;a:9:{s:19:\"shipping_first_name\";s:5:\"Scott\";s:18:\"shipping_last_name\";s:6:\"Wilson\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"12939 Hunt Club Rd N\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:12:\"Jacksonville\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"32224\";}}'),(15875,76,'default_password_nag',''),(15883,76,'billing_thwma_checkbox_shipping',''),(15884,76,'billing_thwma_hidden_field_billing',''),(15914,2,'thwma_custom_address','a:1:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:9:{s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"806 Friars Lane\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Baytown\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77521\";}s:9:\"address_1\";a:9:{s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:18:\"shipping_address_1\";s:20:\"9801 Cardinal Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"La Porte\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77521\";}s:9:\"address_2\";a:9:{s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:18:\"shipping_address_1\";s:21:\"22527 Lost Creek Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:4:\"Katy\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77521\";}s:9:\"address_3\";a:9:{s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"806 Friars Lane\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Baytown\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77521\";}}}'),(15916,2,'wp_elementor_enable_ai','1'),(15917,2,'wp_elementor_pro_enable_notes_notifications','1'),(15918,2,'billing_company',''),(15919,2,'billing_address_2',''),(15920,2,'shipping_company',''),(15921,2,'shipping_address_2',''),(15922,2,'shipping_phone',''),(15923,2,'wc_other_addresses','a:1:{i:1;a:9:{s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"9801 Cardinal Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"La Porte\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77571\";}}'),(15924,2,'session_tokens','a:1:{s:64:\"97c67cdc85cf220b282d31a6a7198c4a86bfe9c6e89d8c58658914c0abdbcfd2\";a:4:{s:10:\"expiration\";i:1785359203;s:2:\"ip\";s:15:\"169.224.199.169\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1785186403;}}'),(15926,107,'nickname','sara'),(15927,107,'first_name',''),(15928,107,'last_name',''),(15929,107,'description',''),(15930,107,'rich_editing','true'),(15931,107,'syntax_highlighting','true'),(15932,107,'comment_shortcuts','false'),(15933,107,'admin_color','modern'),(15934,107,'use_ssl','0'),(15935,107,'show_admin_bar_front','true'),(15936,107,'locale',''),(15937,107,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(15938,107,'wp_user_level','10'),(15939,107,'dismissed_wp_pointers',''),(15940,107,'last_update','1751914045'),(15942,107,'session_tokens','a:2:{s:64:\"c8f94200c0698cebb3f3ae82e393dc14c1ea515dfdfef3340e3d2ab854addb8c\";a:4:{s:10:\"expiration\";i:1752088961;s:2:\"ip\";s:12:\"108.17.58.13\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\";s:5:\"login\";i:1751916161;}s:64:\"2bd0d4b349b3506b49182069603447d590abb2f3f2c79ffcc015461768913496\";a:4:{s:10:\"expiration\";i:1753125763;s:2:\"ip\";s:12:\"108.17.58.13\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\";s:5:\"login\";i:1751916163;}}'),(15943,107,'wc_last_active','1752192000'),(15945,107,'theme-min-version-notice-min-ver','4.11.2'),(15946,107,'_woocommerce_tracks_anon_id','woo:iPqFfRHbtG+NnXFqg6Bb0DuJ'),(15947,107,'wp_dashboard_quick_press_last_post_id','3555'),(15948,107,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(15950,107,'_wc_memberships_show_admin_restricted_content_notice','no'),(15953,107,'elementor_introduction','a:3:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;s:59:\"ai_get_started_introduction_site_logo_with_ai_site-settings\";b:1;}'),(15969,60,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:11:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:25;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:490;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:490;s:8:\"line_tax\";d:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:428.39999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:428.39999999999998;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:450;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:450;s:8:\"line_tax\";d:0;}}}'),(15970,107,'wp_user-settings','editor=html&libraryContent=browse'),(15971,107,'wp_user-settings-time','1752173882'),(15982,107,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(16002,108,'nickname','lca_fortworth'),(16003,108,'first_name','Kat'),(16004,108,'last_name','Khalaf'),(16005,108,'description',''),(16006,108,'rich_editing','true'),(16007,108,'syntax_highlighting','true'),(16008,108,'comment_shortcuts','false'),(16009,108,'admin_color','modern'),(16010,108,'use_ssl','0'),(16011,108,'show_admin_bar_front','true'),(16012,108,'locale',''),(16013,108,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(16014,108,'wp_user_level','0'),(16015,108,'dismissed_wp_pointers',''),(16016,108,'last_update','1757478443'),(16017,108,'thwma_custom_address','a:3:{s:8:\"shipping\";a:2:{s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:3:\"Kat\";s:18:\"shipping_last_name\";s:6:\"Khalaf\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"3844 Kelly Blvd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"CARROLLTON\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75007\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:9:{s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:13:\"United States\";s:18:\"shipping_address_1\";s:21:\"4455 Camp Bowie Blvd.\";s:18:\"shipping_address_2\";s:9:\"Suite 209\";s:13:\"shipping_city\";s:10:\"Fort Worth\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"76107\";}}s:7:\"billing\";a:1:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:3:\"Kat\";s:17:\"billing_last_name\";s:6:\"Khalaf\";s:15:\"billing_company\";s:23:\"Lice Clinics of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:15:\"3844 Kelly Blvd\";s:17:\"billing_address_2\";s:6:\"Unit H\";s:12:\"billing_city\";s:10:\"Carrollton\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"75007\";s:13:\"billing_phone\";s:10:\"6462212276\";s:13:\"billing_email\";s:38:\"kat@fortworth.liceclinicsofamerica.com\";s:15:\"billing_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_1\";}'),(16018,108,'wp_elementor_enable_ai','1'),(16019,108,'billing_first_name','Kat'),(16020,108,'billing_last_name','Khalaf'),(16021,108,'billing_company','Lice Clinics of America'),(16022,108,'billing_address_1','3844 Kelly Blvd'),(16023,108,'billing_address_2','Unit H'),(16024,108,'billing_city','Carrollton'),(16025,108,'billing_postcode','75007'),(16026,108,'billing_country','US'),(16027,108,'billing_state','TX'),(16028,108,'billing_phone','6462212276'),(16029,108,'billing_email','kat@fortworth.liceclinicsofamerica.com'),(16030,108,'shipping_first_name','Kat'),(16031,108,'shipping_last_name','Khalaf'),(16032,108,'shipping_company','Lice Clinics of America'),(16033,108,'shipping_address_1','3844 Kelly Blvd'),(16034,108,'shipping_address_2',''),(16035,108,'shipping_city','CARROLLTON'),(16036,108,'shipping_postcode','75007'),(16037,108,'shipping_country','US'),(16038,108,'shipping_state','TX'),(16039,108,'shipping_phone',''),(16082,108,'session_tokens','a:1:{s:64:\"292c953d3c7e33c94f8d67310c767e4b244ad94c2b2d57dafb0f1384cc06b3d0\";a:4:{s:10:\"expiration\";i:1770353364;s:2:\"ip\";s:14:\"47.183.197.100\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36\";s:5:\"login\";i:1770180564;}}'),(16083,108,'wc_last_active','1770267073'),(16086,108,'thwma_enable_multi_shipping',''),(16087,108,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(16088,108,'_woocommerce_tracks_anon_id','woo:Zjcv+CVhFXItGkaE75eiiePr'),(16089,108,'paying_customer','1'),(16100,61,'session_tokens','a:1:{s:64:\"c338b64116cad67b215f4468965f445302184898f3f4c4806aedc94c7b41b54f\";a:4:{s:10:\"expiration\";i:1772122620;s:2:\"ip\";s:14:\"217.180.255.31\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\";s:5:\"login\";i:1771949820;}}'),(16134,75,'thwma_enable_multi_shipping',''),(16135,75,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(16136,75,'_woocommerce_tracks_anon_id','woo:9T1k57sm2NrVP03vOypinciC'),(16137,75,'paying_customer','1'),(16144,2,'closedpostboxes_dashboard','a:1:{i:0;s:17:\"dashboard_php_nag\";}'),(16145,2,'metaboxhidden_dashboard','a:0:{}'),(16162,46,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:2:{s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:11:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";d:0;}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:11:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.540000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.540000000000006;s:8:\"line_tax\";d:0;}}}'),(16173,47,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16203,61,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16213,98,'billing_address_2','suite E'),(16244,73,'wp_elementor_enable_ai','1'),(16245,73,'shipping_phone',''),(16263,92,'wp_elementor_enable_ai','1'),(16264,92,'billing_address_2',''),(16265,92,'shipping_address_2',''),(16266,92,'shipping_phone',''),(16269,95,'wp_elementor_enable_ai','1'),(16270,95,'billing_first_name',''),(16271,95,'billing_last_name',''),(16272,95,'billing_company',''),(16273,95,'billing_address_1',''),(16274,95,'billing_address_2',''),(16275,95,'billing_city',''),(16276,95,'billing_postcode',''),(16277,95,'billing_country',''),(16278,95,'billing_state',''),(16279,95,'billing_phone',''),(16280,95,'billing_email','orders@laradasciences.com'),(16281,95,'shipping_first_name',''),(16282,95,'shipping_last_name',''),(16283,95,'shipping_company',''),(16284,95,'shipping_address_1',''),(16285,95,'shipping_address_2',''),(16286,95,'shipping_city',''),(16287,95,'shipping_postcode',''),(16288,95,'shipping_country',''),(16289,95,'shipping_state',''),(16290,95,'shipping_phone',''),(16292,104,'wp_elementor_enable_ai','1'),(16293,104,'billing_first_name','Kelvin'),(16294,104,'billing_last_name','Fencil'),(16295,104,'billing_company',''),(16296,104,'billing_address_1',''),(16297,104,'billing_address_2',''),(16298,104,'billing_city',''),(16299,104,'billing_postcode',''),(16300,104,'billing_country',''),(16301,104,'billing_state',''),(16302,104,'billing_phone',''),(16303,104,'billing_email','kelvin@liceclinicsofamerica.com'),(16304,104,'shipping_first_name',''),(16305,104,'shipping_last_name',''),(16306,104,'shipping_company',''),(16307,104,'shipping_address_1',''),(16308,104,'shipping_address_2',''),(16309,104,'shipping_city',''),(16310,104,'shipping_postcode',''),(16311,104,'shipping_country',''),(16312,104,'shipping_state',''),(16313,104,'shipping_phone',''),(16335,75,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16336,75,'session_tokens','a:1:{s:64:\"ae1e8ee215051a25fb20a5eacffb5edc8c859ab545c7089087257a5106afaed4\";a:4:{s:10:\"expiration\";i:1756999241;s:2:\"ip\";s:13:\"70.119.252.99\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15\";s:5:\"login\";i:1756826441;}}'),(16365,2,'woocommerce_admin_pes_incentive_dismissed','a:1:{s:11:\"woopayments\";a:1:{i:0;a:3:{s:2:\"id\";s:54:\"wcpay-promo-2023-switch-discount__wc_settings_payments\";s:7:\"context\";s:27:\"wc_settings_payments__modal\";s:9:\"timestamp\";i:1755264168;}}}'),(16366,2,'theme-min-version-notice','notice-dismissed'),(16372,104,'wp_dashboard_quick_press_last_post_id','3713'),(16409,73,'session_tokens','a:3:{s:64:\"f85c41a0efd45ac5ed69520e79009f30c3223019e632a805b597fb693349a0d1\";a:4:{s:10:\"expiration\";i:1757701157;s:2:\"ip\";s:12:\"108.80.61.83\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1757528357;}s:64:\"31d02c5fbd0e0e25ab581e08bfd2efbb216f26b4bf963750247c9e7f1f70605b\";a:4:{s:10:\"expiration\";i:1758753327;s:2:\"ip\";s:13:\"73.63.237.166\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1757543727;}s:64:\"165ce61e179b50eb72d9737ba088d38c9261cd92aadac2be12570a693435cafd\";a:4:{s:10:\"expiration\";i:1757717198;s:2:\"ip\";s:13:\"73.63.237.166\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15\";s:5:\"login\";i:1757544398;}}'),(16418,100,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:6:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(16428,47,'session_tokens','a:3:{s:64:\"f04e169bb663e95754d04cf3a567d259c8e311141bc09131760db764267e9979\";a:4:{s:10:\"expiration\";i:1774463011;s:2:\"ip\";s:11:\"97.77.63.57\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\";s:5:\"login\";i:1774290211;}s:64:\"62cdcef2a0d5f6e64daea83be949752516e8ec8a874d279325146cf58eac0d58\";a:4:{s:10:\"expiration\";i:1774615636;s:2:\"ip\";s:15:\"174.246.194.163\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1774442836;}s:64:\"dec8c9b7d8fb06dfbc177fbff6c1496cca782e8105df6facb1a73ac7f7c32de2\";a:4:{s:10:\"expiration\";i:1774615637;s:2:\"ip\";s:15:\"174.246.194.163\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1774442837;}}'),(16435,76,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:214.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:11:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;}}}'),(16441,54,'session_tokens','a:2:{s:64:\"987b92760df15f8705649af476ebbfe76619baf0feb78eae9384e6fbd14abcf0\";a:4:{s:10:\"expiration\";i:1757422810;s:2:\"ip\";s:13:\"174.194.98.59\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1757250010;}s:64:\"8d7a9e97be1348dbd361e7db3d4fbf48a4c86a01bacb2dd54b08ec58d1df35ff\";a:4:{s:10:\"expiration\";i:1757422812;s:2:\"ip\";s:13:\"174.194.98.59\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1757250012;}}'),(16443,54,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:7:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:11:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;}s:32:\"a9de093d0622ed782d267fa3f1953228\";a:11:{s:3:\"key\";s:32:\"a9de093d0622ed782d267fa3f1953228\";s:10:\"product_id\";i:3524;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:11:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:11:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;}}}'),(16454,92,'_woocommerce_tracks_anon_id','woo:QTDISQBZpdwVDNa1eOyV5jsb'),(16462,109,'nickname','sonia.troyon'),(16463,109,'first_name','Sonia'),(16464,109,'last_name','Troyon'),(16465,109,'description',''),(16466,109,'rich_editing','true'),(16467,109,'syntax_highlighting','true'),(16468,109,'comment_shortcuts','false'),(16469,109,'admin_color','modern'),(16470,109,'use_ssl','0'),(16471,109,'show_admin_bar_front','true'),(16472,109,'locale',''),(16473,109,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(16474,109,'wp_user_level','0'),(16475,109,'dismissed_wp_pointers',''),(16476,109,'last_update','1756486711'),(16485,6,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16517,3,'session_tokens','a:1:{s:64:\"43fc98f5bd7e9c040a4b04e2f77c25bee232df9b97ecf40bb1f9d3865cc433a9\";a:4:{s:10:\"expiration\";i:1783772146;s:2:\"ip\";s:13:\"99.22.146.124\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36\";s:5:\"login\";i:1783599346;}}'),(16522,4,'wp_elementor_enable_ai','1'),(16523,4,'shipping_phone',''),(16525,89,'thwma_enable_multi_shipping',''),(16532,50,'session_tokens','a:1:{s:64:\"c22b6c1500715dfc463776ce06e0f6de58ad74296d984516d2f3c399ce310129\";a:4:{s:10:\"expiration\";i:1768570534;s:2:\"ip\";s:12:\"24.34.196.21\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0\";s:5:\"login\";i:1768397734;}}'),(16534,50,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16544,5,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:2:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}}'),(16553,78,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:11:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}}'),(16573,73,'_woocommerce_tracks_anon_id','woo:gEJRcaYhUUTup8nZrJUMfEM3'),(16582,108,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16586,87,'session_tokens','a:1:{s:64:\"45f371d5b7ba70ad33c1bd0dee3b54108041134de287a6eee871572712e338f5\";a:4:{s:10:\"expiration\";i:1784130300;s:2:\"ip\";s:10:\"75.7.15.79\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";s:5:\"login\";i:1783957500;}}'),(16605,95,'wp_elementor_connect_common_data','a:6:{s:9:\"client_id\";s:32:\"SShhM1E9gqm5YH1TKqa5Bck7rffAnGfa\";s:11:\"auth_secret\";s:32:\"hVsMIqoOSgSQ3FY12H68Wy15mJNb1G64\";s:12:\"access_token\";s:320:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxNzAyNzEiLCJhdWQiOiJodHRwczovL2NsaW5pY3N0b3JlLmxpY2VjbGluaWNzb2ZhbWVyaWNhLmNvbS8iLCJjbGllbnRfaWQiOiJTU2hoTTFFOWdxbTVZSDFUS3FhNUJjazdyZmZBbkdmYSIsImNvbm5lY3RfdHlwZSI6ImFjdGl2YXRlIiwiaWF0IjoxNzU4Mjg1NjgyLCJleHAiOjMxNzMwMjcyODA4Mn0.FBsdRPpEO_GpNZr1r6Md6krtAmuHtotrJEOVC8qoNDs\";s:19:\"access_token_secret\";s:32:\"CQQ4XgHnlkuhkp2xaGKgfcQEGXnE6ri6\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:23:\"bblackerby424@gmail.com\";}}'),(16608,95,'woocommerce_admin_pes_incentive_dismissed','a:1:{s:11:\"woopayments\";a:1:{i:0;a:3:{s:2:\"id\";s:54:\"wcpay-promo-2023-switch-discount__wc_settings_payments\";s:7:\"context\";s:27:\"wc_settings_payments__modal\";s:9:\"timestamp\";i:1758287853;}}}'),(16610,95,'addify_quote','a:0:{}'),(16611,95,'edit_shop_order_per_page','100'),(16612,60,'wc_order_count_wp','0'),(16614,51,'wc_order_count_wp','0'),(16615,15,'wc_order_count_wp','0'),(16616,59,'wc_order_count_wp','0'),(16617,28,'wc_order_count_wp','0'),(16618,80,'wc_order_count_wp','0'),(16620,53,'wc_order_count_wp','0'),(16621,43,'wc_order_count_wp','0'),(16623,34,'wc_order_count_wp','0'),(16624,48,'wc_order_count_wp','0'),(16626,73,'wc_order_count_wp','0'),(16627,47,'wc_order_count_wp','0'),(16628,44,'wc_order_count_wp','0'),(16629,78,'wc_order_count_wp','0'),(16630,20,'wc_order_count_wp','0'),(16632,58,'wc_order_count_wp','0'),(16633,11,'wc_order_count_wp','0'),(16634,55,'wc_order_count_wp','0'),(16635,6,'wc_order_count_wp','0'),(16636,46,'wc_order_count_wp','0'),(16637,64,'wc_order_count_wp','0'),(16638,61,'wc_order_count_wp','0'),(16639,17,'wc_order_count_wp','0'),(16640,79,'wc_order_count_wp','0'),(16641,26,'wc_order_count_wp','0'),(16642,71,'wc_order_count_wp','0'),(16643,40,'wc_order_count_wp','0'),(16644,49,'wc_order_count_wp','0'),(16645,36,'wc_order_count_wp','0'),(16646,56,'wc_order_count_wp','0'),(16647,84,'wc_order_count_wp','0'),(16649,92,'wc_order_count_wp','0'),(16650,13,'wc_order_count_wp','0'),(16651,83,'wc_order_count_wp','0'),(16652,68,'wc_order_count_wp','0'),(16654,54,'wc_order_count_wp','0'),(16655,76,'wc_order_count_wp','0'),(16656,37,'wc_order_count_wp','0'),(16657,5,'wc_order_count_wp','0'),(16661,25,'wc_order_count_wp','0'),(16662,57,'wc_order_count_wp','0'),(16663,21,'wc_order_count_wp','0'),(16664,63,'wc_order_count_wp','0'),(16665,8,'wc_order_count_wp','0'),(16666,50,'wc_order_count_wp','0'),(16668,9,'wc_order_count_wp','0'),(16669,86,'wc_order_count_wp','0'),(16670,41,'wc_order_count_wp','0'),(16671,29,'wc_order_count_wp','0'),(16672,22,'wc_order_count_wp','0'),(16673,94,'wc_order_count_wp','0'),(16674,74,'wc_order_count_wp','0'),(16675,31,'wc_order_count_wp','0'),(16676,82,'wc_order_count_wp','0'),(16677,38,'wc_order_count_wp','0'),(16680,101,'wc_order_count_wp','0'),(16681,100,'wc_order_count_wp','0'),(16682,90,'wc_order_count_wp','0'),(16685,108,'wc_order_count_wp','0'),(16686,75,'wc_order_count_wp','0'),(16689,95,'wp_user-settings','libraryContent=browse&editor=tinymce&hidetb=1'),(16690,95,'wp_user-settings-time','1759773281'),(16692,2,'addify_quote','a:3:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:9:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"offered_price\";d:81;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:46;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:9:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"offered_price\";d:90;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184194;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:9:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"offered_price\";d:10;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184196;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(16694,110,'nickname','woologin'),(16695,110,'first_name',''),(16696,110,'last_name',''),(16697,110,'description',''),(16698,110,'rich_editing','true'),(16699,110,'syntax_highlighting','true'),(16700,110,'comment_shortcuts','false'),(16701,110,'admin_color','modern'),(16702,110,'use_ssl','0'),(16703,110,'show_admin_bar_front','true'),(16704,110,'locale',''),(16705,110,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(16706,110,'wp_user_level','10'),(16707,110,'dismissed_wp_pointers','plugin_editor_notice'),(16708,110,'last_update','1758811320'),(16709,110,'session_tokens','a:2:{s:64:\"116c8e192a86fe00343b37446824a7410559385801905435e1cc7a756945c4e6\";a:4:{s:10:\"expiration\";i:1760424417;s:2:\"ip\";s:14:\"119.156.236.78\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";s:5:\"login\";i:1759214817;}s:64:\"dd5c20755ac54b8510f78430701b963319e7ef51c7f248b4a96582c0c08199aa\";a:4:{s:10:\"expiration\";i:1759924627;s:2:\"ip\";s:14:\"119.156.236.78\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1759751827;}}'),(16710,110,'wc_last_active','1759795200'),(16712,110,'addify_quote','a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:8:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:13:\"offered_price\";d:10;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184196;}s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}'),(16713,110,'_woocommerce_tracks_anon_id','woo:QSwywlJqprA/tBNX50nf6P3E'),(16714,110,'wp_dashboard_quick_press_last_post_id','184228'),(16715,110,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}}'),(16718,110,'elementor_introduction','a:1:{s:6:\"e-apps\";b:1;}'),(16719,110,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(16727,111,'nickname','lcadavid'),(16728,111,'first_name','David'),(16729,111,'last_name','Washburn'),(16730,111,'description',''),(16731,111,'rich_editing','true'),(16732,111,'syntax_highlighting','true'),(16733,111,'comment_shortcuts','false'),(16734,111,'admin_color','modern'),(16735,111,'use_ssl','0'),(16736,111,'show_admin_bar_front','true'),(16737,111,'locale',''),(16738,111,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(16739,111,'wp_user_level','10'),(16740,111,'dismissed_wp_pointers',''),(16741,111,'last_update','1760116291'),(16743,111,'session_tokens','a:1:{s:64:\"2702944e1935dc9a61057f1bedbdcf4d08e4a317e262132355e54f868991b396\";a:4:{s:10:\"expiration\";i:1771272511;s:2:\"ip\";s:14:\"174.52.195.164\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36\";s:5:\"login\";i:1770062911;}}'),(16744,111,'wc_last_active','1770062927'),(16746,111,'addify_quote','a:0:{}'),(16747,111,'_woocommerce_tracks_anon_id','woo:xtqGEKXSzM0dlOsQ/sIdKOvV'),(16748,111,'wp_dashboard_quick_press_last_post_id','184267'),(16749,111,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16750,111,'elementor_introduction','a:2:{s:6:\"e-apps\";b:1;s:30:\"e-ai-product-image-unification\";b:1;}'),(16752,95,'woocommerce_admin_launch_your_store_tour_hidden','yes'),(16754,111,'woocommerce_admin_launch_your_store_tour_hidden','yes'),(16756,106,'wp_elementor_enable_ai','1'),(16757,106,'billing_first_name','Rose Mary'),(16758,106,'billing_last_name','Hontz'),(16759,106,'billing_company',''),(16760,106,'billing_address_1',''),(16761,106,'billing_address_2',''),(16762,106,'billing_city',''),(16763,106,'billing_postcode',''),(16764,106,'billing_country',''),(16765,106,'billing_state',''),(16766,106,'billing_phone',''),(16767,106,'billing_email','rosemary@liceclinicsofamerica.com'),(16768,106,'shipping_first_name',''),(16769,106,'shipping_last_name',''),(16770,106,'shipping_company',''),(16771,106,'shipping_address_1',''),(16772,106,'shipping_address_2',''),(16773,106,'shipping_city',''),(16774,106,'shipping_postcode',''),(16775,106,'shipping_country',''),(16776,106,'shipping_state',''),(16777,106,'shipping_phone',''),(16779,106,'addify_quote','a:0:{}'),(16780,106,'elementor_introduction','a:3:{s:6:\"e-apps\";b:1;s:30:\"e-ai-product-image-unification\";b:1;s:27:\"e-editor-one-notice-pointer\";b:1;}'),(16781,106,'woocommerce_admin_launch_your_store_tour_hidden','yes'),(16791,67,'addify_quote','a:0:{}'),(16793,20,'addify_quote','a:0:{}'),(16799,106,'community-events-location','a:1:{s:2:\"ip\";s:10:\"50.90.46.0\";}'),(16818,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3200;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3200;s:8:\"line_tax\";d:0;}}}'),(16820,2,'_elementor_structure_popup_dismissed','1'),(16830,39,'session_tokens','a:1:{s:64:\"91e191762acb97fbb920b53e94dca3e997611a0e47557142a5f6697682072ddc\";a:4:{s:10:\"expiration\";i:1776531036;s:2:\"ip\";s:10:\"72.33.2.26\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36\";s:5:\"login\";i:1776358236;}}'),(16833,39,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16844,59,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16857,89,'paying_customer','1'),(16859,7,'default_password_nag',''),(16860,7,'session_tokens','a:1:{s:64:\"3aa85260505bc7c51efbc64c970fed10072870b9b0fc6db95f2ac41938556fa0\";a:4:{s:10:\"expiration\";i:1780943716;s:2:\"ip\";s:14:\"174.85.112.207\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";s:5:\"login\";i:1780770916;}}'),(16865,106,'meta-box-order_shop_order','a:3:{s:4:\"side\";s:85:\"woocommerce-order-actions,woocommerce-shipment-tracking,woocommerce-order-source-data\";s:6:\"normal\";s:138:\"woocommerce-customer-history,woocommerce-order-notes,woocommerce-order-data,woocommerce-order-items,woocommerce-order-downloads,postcustom\";s:8:\"advanced\";s:0:\"\";}'),(16866,106,'screen_layout_shop_order','2'),(16871,65,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16873,66,'wp_elementor_enable_ai','1'),(16874,66,'shipping_phone',''),(16896,77,'session_tokens','a:1:{s:64:\"336cf5fe829de76bb0b7b312f94ce95f7674c7686da85dfe052998e35c3488ff\";a:4:{s:10:\"expiration\";i:1778688542;s:2:\"ip\";s:12:\"70.169.51.80\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36\";s:5:\"login\";i:1777478942;}}'),(16916,67,'session_tokens','a:1:{s:64:\"fc59e5127edc5abf8797b9c258ccebd7321e5bc9db98da2bc571fd22d0b72f15\";a:4:{s:10:\"expiration\";i:1785435801;s:2:\"ip\";s:14:\"67.251.108.158\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1785263001;}}'),(16922,93,'wp_elementor_enable_ai','1'),(16923,93,'billing_address_2',''),(16924,93,'shipping_company',''),(16925,93,'shipping_phone','2017885535'),(16928,2,'woocommerce_admin_launch_your_store_tour_hidden','yes'),(16929,5,'session_tokens','a:1:{s:64:\"bc1c9228f012749f159b33fc692bebafe5ad10c652263582b391cae813d846e0\";a:4:{s:10:\"expiration\";i:1775253552;s:2:\"ip\";s:14:\"71.237.182.213\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3.1 Safari/605.1.15\";s:5:\"login\";i:1775080752;}}'),(16936,89,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16943,93,'_woocommerce_tracks_anon_id','woo:BCYh7GTQ6BawYnsC8Izycsg6'),(16945,93,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16946,93,'session_tokens','a:1:{s:64:\"2bc44862410ce73b18226fbe75a9bcb1d0a0aa37d5e9dfd2eecd3e953d4d0fe1\";a:4:{s:10:\"expiration\";i:1775927755;s:2:\"ip\";s:13:\"173.63.90.204\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0\";s:5:\"login\";i:1775754955;}}'),(16962,77,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16978,32,'wp_elementor_enable_ai','1'),(16979,32,'shipping_phone',''),(16980,106,'session_tokens','a:1:{s:64:\"c9e0a4e4dfe695e67c5d8de0a24413bf7aa54b765b7edb4b16dd404451344398\";a:4:{s:10:\"expiration\";i:1786112222;s:2:\"ip\";s:12:\"50.90.46.109\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1784902622;}}'),(16982,32,'session_tokens','a:1:{s:64:\"f67cc8badd6f8f30f5ad087d1facfa9804ae6f4883cfdfc86d8092e80f0d6264\";a:4:{s:10:\"expiration\";i:1780338056;s:2:\"ip\";s:13:\"47.24.205.116\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";s:5:\"login\";i:1779128456;}}'),(16983,32,'wc_last_active','1779589324'),(16986,32,'shipping_method','a:1:{i:0;s:15:\"free_shipping:6\";}'),(16987,32,'_woocommerce_tracks_anon_id','woo:e88/ft7OoxKXl2mzmkOFAFri'),(16994,32,'paying_customer','1'),(17003,106,'nav_menu_recently_edited','28'),(17004,106,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17005,106,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-product\";i:1;s:12:\"add-post_tag\";i:2;s:17:\"add-product_brand\";i:3;s:15:\"add-product_cat\";i:4;s:15:\"add-product_tag\";}'),(17015,66,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17017,98,'session_tokens','a:1:{s:64:\"bd148cfea223331ab2895f6d9564b7e3761d21fe368e34f363c2bd7e212f2f41\";a:4:{s:10:\"expiration\";i:1780604680;s:2:\"ip\";s:12:\"24.34.196.21\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0\";s:5:\"login\";i:1780431880;}}'),(17030,4,'session_tokens','a:1:{s:64:\"da7d935bb5a8e4ce1b4787f26a9711c6b55d346d4e7b90922e6f8e89b0146120\";a:4:{s:10:\"expiration\";i:1784838262;s:2:\"ip\";s:13:\"73.104.209.90\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36\";s:5:\"login\";i:1784665462;}}'),(17038,96,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17041,105,'default_password_nag',''),(17046,4,'default_password_nag',''),(17058,23,'_woocommerce_tracks_anon_id','woo:87AP2jvBhlosAqhpAYAVgWdW'),(17071,67,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'lcaportalstore','$P$B1nuHCyqLFUwtwbWa1qR17m22xg2fo0','lcaportalstore','jessica@laradasciences.com','https://lcaportalstoreg.liceclinicsofamerica.com','2021-03-16 18:12:25','',0,'lcaportalstore'),(2,'lcaadmin','$wp$2y$10$1..VNNrYglakt/wNFg3foOmSrs30tM7pJeNdys.7K1OBscp60ShCy','lcaadmin','laradasciences@gmail.com','','2021-03-18 18:28:08','',0,'lcaadmin'),(3,'lca_mckinney','$wp$2y$10$LhMyq7wkh5xJgoi9RoT7r.aJLx5YAG5FK9WgpaQNfTkh3afPldhtG','lca_mckinney','info@liceclinicsmckinney.com','','2021-04-08 19:52:25','',0,'Amanda Westerman'),(4,'lca_slc','$wp$2y$10$tvx7wu.o1EFAKjO7pkQDs.uaf0ftbtdBPi/bKuB95PfVc5aPTPwhW','lca_slc','info@slc.liceclinicsofamerica.com','','2021-04-08 19:54:57','',0,'lca_slc'),(5,'lca_northwest','$wp$2y$10$KHjJgA8k9mutkxFz08k/9.nA7vT/npImF4V0q5l0cqO12A6TP/KDS','lca_northwest','noemi.and.mark@nwliceclinics.com','','2021-04-08 20:00:29','',0,'lca_northwest'),(6,'lca_modesto','$wp$2y$10$EOoKnwjUHR.PAbg9i4xjC.zUq.TBPZA1W.YzcjqaYvj.0/kxfQsPG','lca_modesto','info@liceclinicsmodesto.com','','2021-04-16 17:39:54','',0,'Amira Purto'),(7,'lca_gilroy','$wp$2y$10$WARs1PPU9EQ4CEF29iIsU.SU5W2LE22Qzxs7sLKvhcRfL48HY/m4K','lca_gilroy','lca.gilroy@gmail.com','','2021-04-16 17:48:49','',0,'Amy Allen'),(8,'lca_nitwits','$wp$2y$10$zxkw4yHGpIXTNWTatH7dPevqStMP2qYC09zVRWdpPatl8lLOBUa/K','lca_nitwits','info@nitwitslice.com','','2021-04-16 17:56:34','',0,'Barbara Frieden'),(9,'lca_medway','$P$BqYFsp8ln.EM/ZZzBYMDvYzNNXwL4M.','lca_medway','info@liceclinicsmedway.com','','2021-04-16 18:01:08','1618596069:$P$B4Ugzl0Q.4X.kcUKB8l9NIesGoocKG/',0,'Brenda Howard'),(10,'lca_northseattle','$P$BH4i32ZuYvUzCLVTyUUjmBizMvhhWv/','lca_northseattle','info@liceclinicsnorthseattle.com','','2021-04-16 18:05:00','1618596301:$P$B/bscSvDcjviIdM5MG1t644lWIkwd4/',0,'Chris Parker'),(11,'lca_bowlinggreen','$wp$2y$10$izCNI3cwSZEGzFAS5HOo..Oc0zNSUWEkuVd3jGF/zPoRnpxej4i1S','lca_bowlinggreen','info@liceclinicsbowlinggreen.com','','2021-04-16 18:07:51','',0,'David Collett'),(12,'lca_arnold','$P$BaFF.OD6sCj.UbLdHjXQm/rOSIh7Dr0','lca_arnold','info@liceclinicsarnold.com','','2021-04-16 18:10:42','1618596643:$P$B6PFFE1v8dtefXaQsgc/68suYzlMh31',0,'Eric Kluempers'),(13,'lca_tucson','$P$BBfLRedL4DwaDSgLvkKfMC8fcATngn.','lca_tucson','info@liceclinicstucson.com','','2021-04-16 18:14:06','1618596847:$P$BB/1RxRF5cr/qdTfIneTnKw01DKvZ1/',0,'Erich Deines'),(14,'lca_charlottesville','$P$B0nnh3c7/NgDlMaW8Y/n0KaZKIL64m1','lca_charlottesville','info@liceclinicscharlottesville.com','','2021-04-16 18:18:33','1618597115:$P$BPAFkBXV/cRb6nhqXqZlEUCpKMWe6w1',0,'Gerry Wolburg'),(15,'lca_milwaukee','$wp$2y$10$VPbfzIaZzuOG5SKt.dT4ueXX7U.asJ0RDmiK4iJ2aYxnTwNMgs86K','lca_milwaukee','info@liceclinicsmilwaukee.com','','2021-04-18 14:33:06','',0,'Andrea Florsheim'),(17,'lca_northerniowa','$P$ByrEJpc8P68w4iSqVqZciDgELXnUjt0','lca_northerniowa','info@liceclinicsnortherniowa.com','','2021-04-18 14:50:12','1618757413:$P$BGQegamshd2dV1CNTVJEWIy67/4ABN1',0,'Bess Hayes'),(18,'lca_houston','$P$BYt2SJnpVqt/VppYRw2Kson0SzlXTX1','lca_houston','info@liceclinicshouston.com','','2021-04-18 14:55:36','1618757737:$P$BVls61poW77RrDum4eFV62ASoWjkch/',0,'Jen Mortensen'),(19,'lca_albuquerque','$P$BV1wrR.ulrDrtHbOX1RiI6h2HEShuF/','lca_albuquerque','info@liceclinicsalbuquerque.com','','2021-04-18 15:07:12','1618758433:$P$B6ZtQkxytQ4rQsLWmQ5euxkrFq7wmM1',0,'Gretchen Collins'),(20,'lca_santaclarita','$wp$2y$10$P7wHqq1tNx5.PNEL4y14Ze9FIRtHqDvPnebYQGcBKdy1wDu/S3GFa','lca_santaclarita','info@liceclinicssantaclarita.com','','2021-04-18 15:12:08','',0,'Hasani Thompson'),(21,'lca_littlerock','$wp$2y$10$VQ8KCaqJpmqX3Up2/LifIO8mD4jYsbY6bS.bXJtcEUntwLtfOhAq6','lca_littlerock','liceclinicslittlerock@gmail.com','','2021-04-18 15:15:44','',0,'Heidi Merritt'),(22,'lca_disentangle','$P$B2pJqNKnckTh85Hvv9kLW77zH5ImHZ1','lca_disentangle','jpcarey84@gmail.com','','2021-04-18 15:19:20','',0,'Jaclyn O\'Connell'),(23,'lca_ssf','$wp$2y$10$NNYXjSOxF4fcBMCb13BBgex6HdnTKPywXnsCPbK9CbC/G7BmCN67C','lca_ssf','info@liceclinicssf.com','','2021-04-18 15:25:32','',0,'Jacqueline Huynh'),(24,'lca_lakecountry','$P$BVeFFTHLrGFzBt/NUy1opr3C9Ci2uY/','lca_lakecountry','info@liceclinicslakecountry.com','','2021-04-18 15:27:24','1618759646:$P$BeGhcPsFPEF1v523SILuq3uWja6H051',0,'Jamie Jauregui'),(25,'lca_hattiesburg','$P$BZGt.gd7INf4kjufVquB1heNreYGRn1','lca_hattiesburg','info@liceclinicssouthms.com','','2021-04-18 15:32:47','1618759969:$P$BI78U0Tl8s1.pqKaOePXqN54BllzOi1',0,'Jason McQueen'),(26,'lca_augusta','$P$B.QSnwKsBuJk7YWIOHUGBfhFsb0f3g/','lca_augusta','info@liceclinicsgeorgialina.com','','2021-04-18 15:34:59','',0,'Jennifer Crumrine'),(27,'lca_knoxville','$P$BHG0gxdhZ9zhnhEgF5/ycFeypWVk6u.','lca_knoxville','info@knoxvilleliceclinic.com','','2021-04-18 15:39:32','1618760373:$P$BrX2qQbpssgUvwD.D5yJkyyy2lZJGI/',0,'Jennifer Fribourg'),(28,'lca_temecula','$P$BVl9pGiyFNA/poARwfZyw2.VF/oVFA1','lca_temecula','info@liceclinicstemecula.com','','2021-04-18 15:42:54','1618760575:$P$B3ggjUPl0MU9OlnaYgiPzxIbZ/WX/r/',0,'Kelli Washington'),(29,'lca_lansdale','$wp$2y$10$3rmyQ8H46i9rDHXXCNBBpuPnxWJT6OSWuWBHUQ4k/IsH3LT5aLofG','lca_lansdale','info@liceclinicslansdale.com','','2021-04-18 15:45:37','',0,'Kevin Reilly'),(30,'lca_bellingham','$P$BkySnZ.QQoA3DollrTUrOXbNTBdn2o/','lca_bellingham','info@liceclinicsbellingham.com','','2021-04-18 15:48:03','1618760884:$P$BmG/aUH9dj.jeawFwGGy65daKVppuB.',0,'Trish Tatro'),(31,'lca_fortwalton','$P$B2s1j8N5jm49QtH/9/kDTKEsSErWyQ/','lca_fortwalton','info@liceclinicsemeraldcoast.com','','2021-04-18 15:51:21','',0,'Lesley Prince'),(32,'lca_licebusters','$wp$2y$10$aAvAD02fC709NNi0Xyvlre1WDtNwYPpgsnM8mb88JkMfZZ/sAo0sa','lca_licebusters','help@licebusters-stl.com','','2021-04-18 15:59:28','',0,'Libby Lutz'),(33,'lca_lowell','$P$ByO1RxL7LID3uQkEnQQBPotM2UAwFb1','lca_lowell','info@liceclinicslowell.com','','2021-04-18 16:03:23','1618761804:$P$BZNMEhwSAJ4KaJEHqd2e2mdGX61p3E0',0,'Lynn Smith'),(34,'lca_reno','$P$Bs.kLSkTALG3KMKnEvZnfVdEoRkDyA1','lca_reno','info@liceclinicsreno.com','','2021-04-18 16:05:32','',0,'Margaret Torres-Wilson'),(35,'lca_marietta','$P$BULCaeHTJ.kP/.j.wW7eJW3s2Pje/11','lca_marietta','info@liceclinicsmarietta.com','','2021-04-18 16:08:41','1618762122:$P$BnRohFFrCLSjFnZ0dPxuiJRnNkWfkJ.',0,'Mary Hammock'),(36,'lca_bakersfield','$P$BnGRvv6Ir9EnM2so/GVl6jw5SmUuvd1','lca_bakersfield','2920lca@gmail.com','','2021-04-18 16:11:09','',0,'Melanie Sherman'),(37,'lca_fhc','$P$B9YFpdH1kILWq6ENYHD4IsS.wnlwwP0','lca_fhc','familyhairclinic@gmail.com','','2021-04-18 16:13:03','',0,'Melody Carter'),(38,'lca_northpitts','$P$BHXwZNCZDf8YgIb0ulnl052GHxntS3/','lca_northpitts','info@liceclinicsnorthpittsburgh.com','','2021-04-18 16:16:32','1618762593:$P$BYreZJS56.J9I6vaE4.QYcUG6MH8GT1',0,'Michael Mantia'),(39,'lca_brightside','$wp$2y$10$Wy4HTynWqXX7pYCPe/wHNO1LJ6mRh1hgqL0tLX4g/zEYj2xvVajpa','lca_brightside','liceremovalwisconsin@gmail.com','','2021-04-18 16:20:05','',0,'Patty Ziegler'),(40,'lca_kent','$P$BWNlh7fxXFboQMl7dTGTkaFWfX/gKG.','lca_kent','info@liceclinicskent.com','','2021-04-18 16:22:32','1618762953:$P$Bbm8tIvgvyJ58WuBIEalHQojohQMqY1',0,'Paul Cunningham'),(41,'lca_stcloud','$P$B7Pr3gO3D5niLQkS51ku1w1ebV4veI0','lca_stcloud','info@liceclinicstcloud.com','','2021-04-18 16:24:35','1618763076:$P$Bi0id7GtjLomi4z24Tc.JpNJVnoA/p0',0,'Rainya Strack'),(42,'lca_sanluisobispo','$P$BvpO/BBBS.4sL/C9S.R6yK/nB1Cmrl1','lca_sanluisobispo','info@liceclinicsanluisobispo.com','','2021-04-18 16:26:50','1618763211:$P$BfuGD2VgSbAk3B8TvCcsQKaXt4V3Rg0',0,'Rose Moore'),(43,'lca_bonitasprings','$P$BX9RfXy2a9p.51tePnXJYVk14mKl3l0','lca_bonitasprings','info@liceclinicsouthwestflorida.com','','2021-04-18 16:30:32','',0,'Ryan Nelson'),(44,'lca_boise','$P$BV6.aBd/O7Bz4qJzwsNmL9pP6gN6Bv0','lca_boise','info@liceclinicsboise.com','','2021-04-18 16:33:01','',0,'SaLeah Snelling'),(45,'lca_wilmingtonde','$P$BHcMCk83XvoaSz2vt1GCZbnAiaNMED/','lca_wilmingtonde','info@liceclinicswilmingtonde.com','','2021-04-18 16:36:13','1618763774:$P$BnRSz40UL3Q2aUfZ7tMv5TNVRIcRWg0',0,'Savanna Mitchell'),(46,'lca_jonesboro','$wp$2y$10$2Zem2/YtimKyzhlauqrbaezjuyZXbiLaaxqwvzGRY8svjfrsZBE9y','lca_jonesboro','info@liceclinicsjonesboro.com','','2021-04-18 16:39:13','',0,'Ashe Montalvo'),(47,'lca_sanantonio','$wp$2y$10$2r9PkehRTHBD5qD9VXGPb.yA1bl9KKwf5PX1ouFDYE9JLRxABge5q','lca_sanantonio','info@liceclinicsanantoniowest.com','','2021-04-18 16:41:44','',0,'Sheli Schomer'),(48,'lca_evansville','$P$B39K.mmqfG2iyVHQfd3/vFP8mrYK6n0','lca_evansville','info@liceclinicsevansville.com','','2021-04-18 16:44:42','1618764283:$P$BzH1RNOvZAE7/Bt.fahKO16cWrNb8o.',0,'Suzanne McCutchan'),(49,'lca_northernvirginia','$P$Bt3gE6AK1Xg3u2CX.aP0.YfiA2K5PH1','lca_northernvirginia','info@northernvirginialiceclinics.com','','2021-04-18 17:56:10','1618768571:$P$BilzxI6y7QcHmtlcgExjiW6RW6rHtO1',0,'Chris Winkler'),(50,'lca_newhampshire','$wp$2y$10$S6GyUttlSuz47IUHKgonSeOP87qA92yPrvYh63TZK8zwrIcWtaq/6','lca_newhampshire','info@liceclinicsplaistow.com','','2021-04-19 01:33:53','',0,'Christine Cherry'),(51,'lca_wpb','$P$B1pyBbghMMkFx8thXafXwNqN6ORp5m.','lca_wpb','info@liceclinicsofflorida.com','','2021-04-19 02:23:17','',0,'Corie Kaniamos'),(52,'lca_nova','$wp$2y$10$85RrnBCWQ92zsl1liwjFkOqKqelMA9fIRi1eA6MYb8MMeyWiHtQAe','lca_nova','info@liceremovalnova.com','','2021-04-19 02:46:12','',0,'Darlene La Framboise'),(53,'lca_scharlotte','$P$Bb3FyOImSc7FL3iDuFm.zY24Ryjgh4.','lca_scharlotte','info@liceclinicssouthcharlotte.com','','2021-04-19 02:49:57','1618800598:$P$BUW4bkQX/7ynNL1.nDfNtxDEK7/ijj1',0,'Dena Black'),(54,'lca_northernil','$wp$2y$10$5IJuxQRBEQx1rT13YUkUEed6agMfbDNvfm3Fkpuh9nP9xVtK.FTg2','lca_northernil','info@liceclinicsvernonhills.com','','2021-04-19 03:10:33','',0,'Erin Hawn'),(55,'lca_connecticut','$P$BEghUJ8Ye.FbR.2jfs0ElUvUFiI3Yj1','lca_connecticut','stephanieknecht@lcaconnecticut.com','','2021-04-19 03:16:26','',0,'Stephanie Knecht'),(56,'lca_dfw','$P$B6qFOx8ULWkQRHwDP/.mM4d4OUNFk31','lca_dfw','info@liceclinicsdfw.com','','2021-04-19 03:38:32','',0,'Gus Romero'),(57,'lca_upstatesc','$P$BShj14/xf0ziwiJf0e.7pznHvTuwXD1','lca_upstatesc','info@liceclinicsupstatesc.com','','2021-04-19 03:50:10','1618804211:$P$B/Zjyn5/myG7LD7HunXpZWKc7VNXJF/',0,'Heather Purtle'),(58,'lca_easttx','$P$Brhw7280CqkgpACoHiSxtFhOMH4W0z1','lca_easttx','info@liceclinicseasttexas.com','','2021-04-19 03:54:21','1618804463:$P$BHltcjhv8ZzVUDbtaq.AVt9lLK1dHx/',0,'Heather Smith'),(59,'lca_sugarland','$wp$2y$10$wHIOwvu4MuqIalnpXbXLV.XXNqBamAoGF5LjeDEr6ioEMxIRBSdIW','lca_sugarland','info@liceclinicssugarland.com','','2021-04-19 04:00:25','',0,'Jacob Anthon'),(60,'lca_chicagosub','$wp$2y$10$iNQwSRJly8gZKS7LDS3rMOiW4/RJXKzn0VevcarCcmWdszNAF0QUG','lca_chicagosub','info@liceclinicschicagosuburbs.com','','2021-04-19 04:03:18','',0,'Jill Leshtz'),(61,'lca_lexington','$wp$2y$10$vzvlCb.gU0ABgt.4WTjXFOk/uWu2eChxEhI7cxtG52KeXgURVfggi','lca_lexington','info@liceclinicslexington.com','','2021-04-19 04:06:52','',0,'Judy Hayden'),(62,'lca_centralwi','$P$BgyKq5JKv1VS2l6SEqxnzZhPacgqAy.','lca_centralwi','info@liceclinicscentralwi.com','','2021-04-19 04:12:47','1618805568:$P$BnxZnqW74/IjEraX8UoqhnE/QDBADL/',0,'Laurie Moyer'),(63,'lca_pugetsound','$P$BNVBZ/1ycu3AB6.pcHBl2kQ11l4Pkv1','lca_pugetsound','info@liceclinicspugetsound.com','','2021-04-19 04:15:56','',0,'Lisa Hagman'),(64,'lca_hawaii','$P$B832bylmYysEbtBhIj.bknOBSqE2yE0','lca_hawaii','info@liceclinicshawaii.com','','2021-04-19 04:21:37','1618806098:$P$B.7n4K8NWJxt4INZ9CpXbQY1FVhChW1',0,'Barrie Desmond'),(65,'lca_freshheads','$wp$2y$10$P0VbHrnZ8d6zCThgBHxNv.7nV5nwzpcpA2Zj22BtCHRvovqPVoURG','lca_freshheads','mandy@freshheadsliceremoval.com','','2021-04-19 04:26:44','',0,'Mandy Ottesen'),(66,'lca_maryland','$wp$2y$10$tZey4cCCKVmg9Km4M4ero.wIWG.cuAMtYvFMDaZccz3yLc0CDzwVu','lca_maryland','info@liceclinicsofmaryland.com','','2021-04-19 04:34:54','',0,'Mark Dent'),(67,'lca_naughtynits','$wp$2y$10$0rN4Eqv2rSb1DJaAPFyN6eOprJ35bClYjwyVy0bMwfFgVR3Y6HaRe','lca_naughtynits','contact@naughtynits.com','','2021-04-19 04:39:50','',0,'Marnie Murray'),(68,'lca_phoenix','$P$BYspTaUxOIZG94sZab9ZT2SzETYqEc1','lca_phoenix','info@liceclinicsphoenix.com','','2021-04-19 04:45:04','1618807505:$P$BVsQJA38UqKktp8y0.5iRtKGJlj1zi.',0,'Martell Deines'),(69,'lca_memphis','$P$BKiPi0anltUTDrO7jD1PMwX1Mbh6jK.','lca_memphis','info@liceremovaltn.com','','2021-04-19 04:48:55','1618807736:$P$BZdrzSqsOKdpxCSisEnu2AlNrqqDun/',0,'Marty Brown'),(70,'lca_pleasanton','$P$ByrtV5UOUx0nGsaOjnfDzqus6gAG0M/','lca_pleasanton','info@liceclinicspleasanton.com','','2021-04-19 04:53:06','1618807987:$P$BK7L7ucRx/ktGNsKiHm3goCuZkuMaZ0',0,'Masoud Barukzai'),(71,'lca_sandiego','$P$B0q5QrlZqTOHFic11MPlkM3LHPiW5Z1','lca_sandiego','info@lcasandiego.com','','2021-04-19 04:57:40','',0,'Mercedes Domingo'),(72,'lca_liceawaytoday','$P$BMzW9zH4uPMwnwy8ND6s8GNKIiJ8wO/','lca_liceawaytoday','info@liceawaytoday.net','','2021-04-19 05:06:55','1618808816:$P$BnBbvswcJaoOK.sdPeFtLvvCfYj4zf0',0,'Michelle Cherry'),(73,'lca_castrovalley','$wp$2y$10$B7b4vPiXWwB.bKlydwmqF.wRRHvc8/v2CqHnPRKfO6vSk0SinfOba','lca_castrovalley','info@liceclinicscastrovalley.com','','2021-04-19 05:10:51','',0,'Lice Clinics - Castro Valley'),(74,'lca_spokane','$P$Bxfw8uQsKtTPpfjH/lE8a3J8x0D5aN1','lca_spokane','info@liceclinicspokane.com','','2021-04-19 05:14:15','1618809256:$P$BYDJ0BaOH.dwXHrRuDp91yVbTCck0Z0',0,'Michelle Repp'),(75,'lca_healthyheads','$wp$2y$10$0T334cGE3JxC3WjmyTL/m.NImIF815yGaXnxwY5N.J09VMIM/CbUW','lca_healthyheads','info@healthyheadstx.com','','2021-04-19 05:17:50','',0,'Mirtala Pena'),(76,'lca_liceaunties','$wp$2y$10$dkeEY0901oCpcqXgHbc8Ru6QKJW/P9Vxnz2U8GhfJ.ZuTQElye0we','lca_liceaunties','nrgolden6486@gmail.com','','2021-04-19 05:23:11','',0,'Naomi Golden'),(77,'lca_fresno','$wp$2y$10$Kab/R8iLhpi8MmZv.hPo6eYZvC9uBo530AsmV3x.rLoxdbfMglRBu','lca_fresno','info@liceclinicsfresno.com','','2021-04-19 05:26:24','',0,'Philip Moon'),(78,'lca_longisland','$wp$2y$10$iGOC9odUANA43ynmPv7YKeJJV6wzfpCKccDYo16LDg3dHKTj1sZbq','lca_longisland','info@liceclinicslongIsland.com','','2021-04-19 05:29:36','',0,'Richard Florsheim'),(79,'lca_swla','$wp$2y$10$OUkVs1pQnxnag2nmnl6WzOZBIxPh0StgHISRPTUEVbwc3ugh3fJse','lca_swla','info@liceclinicswla.com','','2021-04-19 05:36:32','',0,'Shanna Castille'),(80,'lca_philly','$P$B7IML67NTuwoZ.H4Nb1qUKtsMftURC1','lca_philly','liceclinicphilly@gmail.com','','2021-04-19 05:42:14','',0,'Sharon Rizzuto'),(81,'lca_collegestation','$P$BN6iUSEy/8bQVNJKD5A7FH78hmFBj/1','lca_collegestation','info@texasliceremovalclinic.com','','2021-04-19 05:48:24','',0,'Sonia Watt'),(82,'lca_bocaraton','$wp$2y$10$J2xfvpChBuJ6IqLRYWl1Sudo7JkM/0.XXGgVJksZjLBWl5d.AA5Gu','lca_bocaraton','sonnynguyenle@gmail.com','','2021-04-19 05:53:48','',0,'Sonny Le'),(83,'lca_norco','$P$Bnc46qaTvp7J6f7oxqA3dlWQpBZR59/','lca_norco','info@liceclinicsnortherncolorado.com','','2021-04-19 05:58:35','',0,'Robin Martinez'),(84,'lca_nitzy','$P$Bvc2w3SynxxaKX3I4cDzlcDtc3y8lf/','lca_nitzy','nitzyliceremoval@gmail.com','','2021-04-19 06:01:40','1618812101:$P$BPvbvfb2wseB5CBziMcB.oGkErNwZB.',0,'Thuy Tien Du'),(86,'lca_bellevue','$P$Bt1jJvM2n4c5VEeIO5GMXRFPR6RX6d.','lca_bellevue','benson0860@msn.com','','2021-04-19 06:08:53','',0,'Traci Benson'),(87,'lca_midsouth','$wp$2y$10$OhAeoPEpT/WAltjqEip/OOJPwv3d5bPgaX1LiHWfOxBmzLlcph71S','lca_midsouth','info@liceclinicsmidsouth.com','','2021-04-19 06:13:00','',0,'Wade Huntsman'),(88,'lca_mih','$P$BSeLO9oc3JIveQFR/qDs4JdL2KoffM.','lca_mih','info@nonitnoggins.com','','2021-04-21 14:39:05','1619015946:$P$BxXN01olBV7R63aJGk3ndAkHxdL8ZH0',0,'Phil Brechting'),(89,'lca_scott','$wp$2y$10$hwuqxBO0MbxIahOi/1TIneLafs8mdih3wiIT8N6m7eGYXqvlOL6OO','lca_scott','scottw@laradasciences.com','','2021-04-21 14:59:58','',0,'Scott Wilson'),(90,'lca_remedylice','$wp$2y$10$IFCOf/olCZHWPDK62oD.veytojJr446uyFHiWFa1krDDv7rpGyX6G','lca_remedylice','rapunzelscorinn@gmail.com','','2021-04-21 15:08:45','',0,'Mike Brehm'),(92,'lca_fremont','$wp$2y$10$m7LegI16miaRXM2mUcmne.xBN2G.yd/WwKvvcg/rji1arQmBF.XmW','lca_fremont','info@liceclinicsfremont.com','','2021-04-26 19:26:48','',0,'Michelle Lehang Du'),(93,'lca_jersey','$wp$2y$10$M597RinTrCUeZLS3lvPO/.KPAWC1Cp91jDabayg5ChWJKN9oaI3ZS','lca_jersey','info@ramsey.liceclinicsofamerica.com','','2021-06-25 14:26:39','',0,'Ondrea'),(94,'lca_forsyth','$P$B4/UeafkfCRrGerhC9bt/ts8kn/N4C1','lca_forsyth','dacy1016@gmail.com','','2021-09-29 17:52:03','1632937924:$P$Bj/hpQO1McWubuu734ccxGQoNIUPxf.',0,'lca_forsyth'),(95,'lca_orders','$wp$2y$10$u6/ugrfTD9LIuNFkxC73Q.MqUXI6HQbq5NXRwQNWpBvjbYH9ykVUi','lca_orders','orders@laradasciences.com','','2022-02-08 15:42:36','',0,'lca_orders'),(96,'lca_desmoines','$wp$2y$10$Kpw8jttuxFaER.w5o2prBehNUP.aoDom4C11pvWG2JjmMjj5Xq3qy','lca_desmoines','j.m.licesolutions@gmail.com','','2022-03-08 16:18:46','',0,'Jaimi Anderson'),(97,'felix.pena','$P$BzCNX46gP3kxscdaK8PEGpUKcKOAfO/','felix-pena','felix@cartooncutspr.com','','2022-07-28 14:10:28','1659017429:$P$BG.iKFdGORUgURp5dokADR8ev8J9sw.',0,'Felix Pena'),(98,'lca_dublin','$wp$2y$10$5ofqKzTef8TStfqTnUDLVOolCtpWx9.5VTinmN2LKFCsUuC.ql8Eq','lca_dublin','christine@liceclinicscolumbus.com','','2023-07-17 16:04:07','',0,'Christine Cherry (Dublin)'),(99,'skyverge','$P$B8//524zknUyWA.UPNjvUYyt8BiWOb/','skyverge','support+id-2313774199@skyver.ge','','2023-07-30 14:07:48','1690726068:$P$Bdkddqg0p23iHRnOKnYgXd9asAzfmO0',0,'skyverge'),(100,'lca_sunnyvale','$wp$2y$10$IddVYwHXAcjjCyow6a5F3uHTc15kPm2kQOcrLpi8ifM88ZI1Olw82','lca_sunnyvale','b3ckm4n@gmail.com','','2023-09-25 14:50:07','',0,'Michael Beckman'),(101,'lca_rome','$wp$2y$10$iIb9khqgekwl7vFO9KAVw.b3YKd4rc70Rqfwc4OpxpqKpQsLv3vSC','lca_rome','info@liceclinicsrome.com','','2023-09-25 15:05:07','',0,'Jeff Mauer'),(103,'lca_norway','$P$BQ.q31ShmBQBuAIu1UfjuXciWhYJB6/','lca_norway','post@luseklinikken.no','','2024-04-11 16:11:26','1712851886:$P$BzQTBstahS7ekXIOeuq9TxE8Yq1sB/0',0,'Anja Dahl'),(104,'lca_kelvin','$wp$2y$10$b6rYtfbO5bCwwL4gH3V1iuRVnocB/Bn7gStnF7Gf/Y4vLP0F5vZMm','lca_kelvin','kelvin@liceclinicsofamerica.com','','2024-05-02 16:02:17','',0,'Kelvin Fencil'),(105,'lca_nashville','$wp$2y$10$ULcH2WJH4c20r2NL4EwYG.WuBweEhutGDzwU5sa34b4n9bnH8wkoW','lca_nashville','info@nashville.liceclinicsofamerica.com','','2024-05-15 20:53:56','',0,'Joe West'),(106,'lcarosemary','$wp$2y$10$KU1F3jTyanNh04nMAFX3Z.naXGk3tqHxbg4Orse5e7BMYprT2AEaG','lcarosemary','rosemary@liceclinicsofamerica.com','','2025-06-12 15:05:58','',0,'Rose Mary Hontz'),(107,'sara','$wp$2y$10$Met3s4z/HA6aXgI/Cp8yPOO1DPrGjygvIspVPf7jLZ.Za0vgfoVZu','sara','sara@liceclinicsofamerica.com','','2025-07-07 18:47:25','',0,'sara'),(108,'lca_fortworth','$wp$2y$10$vPeyx2Dta47ZeU8CvUvPF.ne7OB/gIHsXVgprmd/IjH90J7WUaCoG','lca_fortworth','info@liceclinicsfortworth.liceclinicsofamerica.com','','2025-07-14 00:40:00','',0,'Kat'),(109,'sonia.troyon','$wp$2y$10$mK6lGiSqNPllUCYO4DcJgO2sh1q9IGfxeIlGx8vGLWXTXYdxATNSq','sonia-troyon','sonia.troyon@gmail.com','','2025-08-29 16:58:31','1756486711:$generic$HhHO23TXvK9BMviyRVOaRAFOLO-i1RImYrgv11wT',0,'Sonia Troyon'),(110,'woologin','$wp$2y$10$i7JlZRS0583WDco6fBQjhe01Ou4vX.6bqisNkW9SvYVdY86zugMZe','woologin','woologin@woocommerce.com','','2025-09-25 14:42:00','',0,'woologin'),(111,'lcadavid','$wp$2y$10$G7NazwXvj/2dvdOUUv6akupCAVBWtR9WNWTHKWNiV7ZO5RJRBBNhq','lcadavid','david@liceclinicsofamerica.com','','2025-10-10 16:49:48','',0,'David Washburn');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_admin_note_actions`
--

DROP TABLE IF EXISTS `wp_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `query` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT 0,
  `actioned_text` varchar(255) NOT NULL,
  `nonce_action` varchar(255) DEFAULT NULL,
  `nonce_name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=146621 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_admin_note_actions`
--

LOCK TABLES `wp_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_note_actions` VALUES (1,1,'yes-please','Yes please!','https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin','actioned',0,'',NULL,NULL),(27,16,'affirm-insight-first-product-and-payment','Yes','','actioned',0,'Thanks for your feedback',NULL,NULL),(41,19,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0,'',NULL,NULL),(55,20,'add-first-product','Add a product','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&task=products','actioned',0,'',NULL,NULL),(56,21,'learn-more','Learn more','https://docs.woocommerce.com/document/managing-products/?utm_source=inbox','actioned',0,'',NULL,NULL),(70,22,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/','actioned',1,'',NULL,NULL),(371,24,'tracking-opt-in','Activate usage tracking','','actioned',1,'',NULL,NULL),(1129,27,'share-feedback','Share feedback','https://automattic.survey.fm/store-setup-survey','actioned',0,'',NULL,NULL),(1130,28,'affirm-insight-first-sale','Yes','','actioned',0,'Thanks for your feedback',NULL,NULL),(1131,28,'deny-insight-first-sale','No','','actioned',0,'Thanks for your feedback',NULL,NULL),(1132,29,'day-after-first-product','Learn more','https://docs.woocommerce.com/document/woocommerce-customizer/?utm_source=inbox','actioned',0,'',NULL,NULL),(6694,45,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,'',NULL,NULL),(8257,55,'remove-legacy-coupon-menu','Remove legacy coupon menu','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&action=remove-coupon-menu','actioned',1,'',NULL,NULL),(9338,56,'acfw-plugin-review','Review Advanced Coupons','https://wordpress.org/support/plugin/advanced-coupons-for-woocommerce-free/reviews/#new-post','actioned',1,'',NULL,NULL),(10061,60,'wwp-learn-more','Learn more','https://wholesalesuiteplugin.com/?utm_source=acfwf&utm_medium=wcinbox&utm_campaign=wcinboxwwplearnmorebutton','unactioned',0,'',NULL,NULL),(10062,60,'wwp-plugin-install','Install now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin-ajax.php?action=acfw_admin_note_install_wwp&type=install','actioned',1,'',NULL,NULL),(10376,61,'notify-refund-returns-page','Edit page','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=619&action=edit','actioned',0,'',NULL,NULL),(11363,64,'join-store-owner-tips','Join Store Owner Tips on Facebook','https://www.facebook.com/groups/storeownertips','actioned',1,'',NULL,NULL),(12081,62,'mercadopago_q3_2021_EN','Free download','https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox&utm_medium=product&utm_campaign=mercadopago_q3_2021_EN','actioned',1,'',NULL,NULL),(12262,66,'acfw-youtube','Advanced Coupons Youtube Channel','https://www.youtube.com/channel/UCPpM1oDXkgjQUkMYWKW7ccA','actioned',1,'',NULL,NULL),(15104,50,'wayflyer_q3_2021','Get funded','https://woocommerce.com/products/wayflyer/','actioned',1,'',NULL,NULL),(15105,49,'eu_vat_changes_2021','Learn more about the EU tax regulations','https://woocommerce.com/posts/new-eu-vat-regulations','actioned',1,'',NULL,NULL),(15106,31,'open_wc_paypal_payments_product_page','Learn more','https://woocommerce.com/products/woocommerce-paypal-payments/','actioned',1,'',NULL,NULL),(15107,3,'upgrade_now_facebook_pixel_api','Upgrade now','plugin-install.php?tab=plugin-information&plugin=&section=changelog','actioned',1,'',NULL,NULL),(15108,4,'learn_more_facebook_ec','Learn more','https://woocommerce.com/products/facebook/','unactioned',1,'',NULL,NULL),(15124,37,'learn-more','Learn about Instant Deposits eligibility','https://docs.woocommerce.com/document/payments/instant-deposits/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits','actioned',1,'',NULL,NULL),(15140,68,'learn-more','Learn more','https://woocommerce.com/products/bbpos-chipper2xbt-card-reader?utm_source=inbox&utm_medium=product&utm_campaign=bbpos-chipper-launch','unactioned',1,'',NULL,NULL),(15233,10,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales','actioned',1,'',NULL,NULL),(15234,11,'grow-your-business-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-grow-your-business','actioned',1,'',NULL,NULL),(15235,30,'add-apple-pay','Add Apple Pay','/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments','actioned',1,'',NULL,NULL),(15236,30,'learn-more','Learn more','https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay','actioned',1,'',NULL,NULL),(15237,17,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales','actioned',1,'',NULL,NULL),(15238,18,'grow-your-business-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-grow-your-business','actioned',1,'',NULL,NULL),(15691,70,'browse_extensions','Browse extensions','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(15692,71,'browse_extensions','Browse extensions','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(16585,79,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(16943,80,'update-store-details','Update store details','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&path=/setup-wizard','actioned',0,'',NULL,NULL),(20297,43,'get-woo-commerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(20298,44,'get-woocommerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(20954,84,'wc_simple_payments_m2_reader_launch_q1_2022','Learn more','https://woocommerce.com/in-person-payments/','actioned',0,'',NULL,NULL),(21029,72,'stripe_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(21030,73,'square_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(21031,74,'wcpay_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(22152,91,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(23075,85,'wcpay_applepay_q1_2022','Let your customers know about Apple Pay','https://developer.apple.com/apple-pay/marketing/','actioned',0,'',NULL,NULL),(23076,86,'stripe_applepay_q1_2022','Add Apple Pay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=checkout&section=stripe','actioned',0,'',NULL,NULL),(23077,87,'square_applepay_q1_2022','Add Apple Pay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=square','actioned',0,'',NULL,NULL),(24824,97,'enable-navigation','Enable in Settings','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=advanced&section=features','actioned',0,'',NULL,NULL),(25088,88,'lead_gen_existing_customers_1','Yes, please','https://woocommerce.com/take-your-business-to-the-next-level/?utm_source=inbox_note&utm_medium=product&utm_campaign=lead_gen_existing_customers_1','actioned',0,'',NULL,NULL),(25330,93,'pinterest_gtm_q2_2021','Get started for free','https://woocommerce.com/products/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_gtm_q2_2021','unactioned',1,'',NULL,NULL),(25476,95,'woocommerce_payments_subscriptions_nopayments_q2_2022','Start selling subscriptions','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_payments_subscriptions_nopayments_q2_2022','actioned',0,'',NULL,NULL),(25477,96,'woocommerce_payments_subscriptions_yespayments_q2_2022','Get started','https://woocommerce.com/document/payments/subscriptions/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_payments_subscriptions_yespayments_q2_2022#section-2','actioned',0,'',NULL,NULL),(25899,103,'googlelistings_multicountrygtm_q22022','Get Google Listings & Ads – free','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=googlelistings_multicountrygtm_q22022','actioned',1,'',NULL,NULL),(26088,99,'setup_task_second_survey_q2_2022_share_your_input','Share your input','https://t.maze.co/87390007','actioned',0,'',NULL,NULL),(26126,102,'affirm_q2_2022','Get started for free','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_q2_2022','unactioned',1,'',NULL,NULL),(26440,59,'learn-more','Learn more','https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(26441,65,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(26824,104,'wc_ipp_order_creation_GTM_launch_q2_2022','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_ipp_order_creation_GTM_launch_q2_2022','actioned',0,'',NULL,NULL),(28303,101,'wc-admin-EU-consumer-protection','Learn more about these changes','https://ec.europa.eu/info/law/law-topic/consumer-protection-law/review-eu-consumer-law_en#guidance','actioned',0,'',NULL,NULL),(28453,108,'TikTok q2_2022','Promote my products on TikTok','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=TikTok%20q2_2022','unactioned',0,'',NULL,NULL),(28931,110,'tiktok-webinar-promo-july2022-button','RSVP Now','https://gettingstartedwithtiktokforwoocommerce.splashthat.com/','actioned',0,'',NULL,NULL),(30315,94,'setup_task_initiative_survey_q2_2022_share_your_input','Share your input','https://t.maze.co/87390007','actioned',0,'',NULL,NULL),(31098,111,'klarna_q3_2022','Grow with Klarna','https://woocommerce.com/products/klarna-payments?utm_source=inbox_note&utm_medium=product&utm_campaign=klarna_q3_2022','unactioned',0,'',NULL,NULL),(31559,112,'mercado_pago_q3_2022','Free download','https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox_note&utm_medium=product&utm_campaign=mercado_pago_q3_2022','unactioned',0,'',NULL,NULL),(31565,115,'mobile_app_order_management_q3_2022','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=mobile_app_order_management_q3_2022','actioned',0,'',NULL,NULL),(32271,117,'product_creation_usability_test_6_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned',0,'',NULL,NULL),(32272,118,'product_creation_usability_test_12_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned',0,'',NULL,NULL),(32273,116,'product_creation_usability_test_3_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned',0,'',NULL,NULL),(32393,119,'cta_customize_your_deposits','Customize your deposits','https://woocommerce.com/payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=cta_customize_your_deposits','actioned',0,'',NULL,NULL),(32394,119,'dismiss_customize_your_deposits','Dismiss','','actioned',0,'',NULL,NULL),(33289,122,'pre-black-friday-sale-2022-announcement','Shop the sale','https://woocommerce.com/marketplace-sale/?utm_source=inbox_note&utm_medium=product&utm_campaign=pre-black-friday-sale-2022-announcement','actioned',0,'',NULL,NULL),(33534,120,'googlelistings_signals2022_hasGLA_click','Connect Google Listings & Ads','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&path=marketing','unactioned',0,'',NULL,NULL),(33535,121,'googlelistings_signals2022_noGLA','Connect Google Listings & Ads','https://woocommerce.com/products/google-listings-and-ads/?utm_medium=product&utm_source=inbox_note&utm_campaign=googlelistings_signals2022_noGLA','unactioned',0,'',NULL,NULL),(34155,124,'facebook_q4-2022_hasFB-click','Drive more demand','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-facebook','unactioned',0,'',NULL,NULL),(34237,125,'facebook_q4-2022_noFB-click','Get started','https://woocommerce.com/products/facebook/?utm_source=inbox_note&utm_medium=product&utm_campaign=facebook_q4-2022_noFB-click','unactioned',0,'',NULL,NULL),(34451,77,'wc_shipping_mobile_app_q4_2021','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_q4_2021','actioned',0,'',NULL,NULL),(34452,5,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned',0,'',NULL,NULL),(34454,7,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned',0,'',NULL,NULL),(34455,8,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned',0,'',NULL,NULL),(34458,13,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',0,'',NULL,NULL),(36165,130,'review-orders','Review your orders','?page=wc-admin&path=/analytics/orders','actioned',0,'',NULL,NULL),(36479,123,'shipping_category_q4_2022_click','Automate my shipping','https://woocommerce.com/product-category/woocommerce-extensions/shipping-delivery-and-fulfillment/?categoryIds=28685&collections=product&page=1&utm_source=inbox_note&utm_medium=product&utm_campaign=shipping_category_q4_2022_click','unactioned',0,'',NULL,NULL),(36770,136,'meta-hasFB-dec-q4-2022','Connect your store','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-facebook','unactioned',0,'',NULL,NULL),(37167,137,'meta-noFB-dec-q4-2022','Get started','https://woocommerce.com/products/facebook/?utm_source=inbox_note&utm_medium=product&utm_campaign=meta-noFB-dec-q4-2022','unactioned',0,'',NULL,NULL),(37523,133,'wc-admin-manualauthcapture','Learn more','https://woocommerce.com/document/woocommerce-payments/settings-guide/authorize-and-capture/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-manualauthcapture','actioned',0,'',NULL,NULL),(37894,126,'tiktok-targeted-q4-2022-click','Launch a campaign','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok-targeted-q4-2022-click','unactioned',0,'',NULL,NULL),(37898,134,'apple_pay_square_q422','Enable Apple Pay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/wp-admin/admin.php?page=wc-settings&tab=checkout&section=square_credit_card','unactioned',0,'',NULL,NULL),(37899,135,'apple_pay_wcpay_q422','Enable Apple Pay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments','unactioned',0,'',NULL,NULL),(38154,82,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/feedback-on-woocommerce-navigation','actioned',0,'',NULL,NULL),(39592,140,'storeediting_feedback_jan_2023','Share your input','https://t.maze.co/135212793','actioned',0,'',NULL,NULL),(39910,129,'woocommerce_admin_deprecation_q4_2022','Deactivate WooCommerce Admin','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php','actioned',0,'',NULL,NULL),(39911,127,'paypal_paylater_g3_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g3_q4_22','unactioned',0,'',NULL,NULL),(39952,128,'paypal_paylater_g2_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g2_q4_22','unactioned',0,'',NULL,NULL),(44073,142,'affirm_q1_2023','Get started with Affirm','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_q1_2023','actioned',0,'',NULL,NULL),(47338,162,'woopay-beta-existingmerchants-noaction-documentation-27APR23-test2','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23-test2','actioned',0,'',NULL,NULL),(47339,162,'woopay-beta-existingmerchants-noaction-documentation-27APR23-dismiss-test2','Dismiss','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/#','actioned',0,'',NULL,NULL),(47340,163,'woopay-beta-existingmerchants-update-WCPay-27APR23-test','Update WooCommerce Payments','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','actioned',0,'',NULL,NULL),(47341,163,'woopay-beta-existingmerchants-update-WCPay-27APR23-dismiss-test','Dismiss','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/#','actioned',0,'',NULL,NULL),(49372,161,'wc-admin-BNPL-WCPay-coming-soon','Sign up now','https://woocommerce.com/buy-now-pay-later-for-woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-BNPL-WCPay-coming-soon','actioned',0,'',NULL,NULL),(49969,176,'payoneer_q2_2023','Get started with Payoneer','https://woocommerce.com/products/payoneer-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=payoneer_q2_2023','actioned',0,'',NULL,NULL),(50122,143,'google_listings_ads_pmax_i1_q1_2023_no_gla','Boost my business with Google','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_no_gla','actioned',0,'',NULL,NULL),(50123,144,'google_listings_ads_pmax_i1_q1_2023_with_gla','Create a new ad','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_with_gla','actioned',0,'',NULL,NULL),(52949,149,'wc-admin-wcpay-denmark-Q2-2023','Simplify my payments','https://woocommerce.com/payments/denmark/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-denmark-Q2-2023','actioned',0,'',NULL,NULL),(52950,150,'wc-admin-wcpay-greece-Q2-2023','Simplify my payments','https://woocommerce.com/payments/greece/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-greece-Q2-2023','actioned',0,'',NULL,NULL),(52951,151,'wc-admin-wcpay-norway-Q2-2023','Simplify my payments','https://woocommerce.com/payments/norway/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-norway-Q2-2023','actioned',0,'',NULL,NULL),(52952,152,'wc-admin-wcpay-slovakia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/slovakia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovakia-Q2-2023','actioned',0,'',NULL,NULL),(52953,153,'wc-admin-wcpay-finland-Q2-2023','Simplify my payments','https://woocommerce.com/payments/finland/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-finland-Q2-2023','actioned',0,'',NULL,NULL),(52954,154,'wc-admin-wcpay-estonia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/estonia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-estonia-Q2-2023','actioned',0,'',NULL,NULL),(52955,155,'wc-admin-wcpay-lithuania-Q2-2023','Simplify my payments','https://woocommerce.com/payments/lithuania/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-lithuania-Q2-2023','actioned',0,'',NULL,NULL),(52956,156,'wc-admin-wcpay-slovenia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/slovenia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovenia-Q2-2023','actioned',0,'',NULL,NULL),(52957,157,'wc-admin-wcpay-latvia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/latvia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-latvia-Q2-2023','actioned',0,'',NULL,NULL),(52958,158,'wc-admin-wcpay-cyprus-Q2-2023','Simplify my payments','https://woocommerce.com/payments/cyprus/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-cyprus-Q2-2023','actioned',0,'',NULL,NULL),(52959,159,'wc-admin-wcpay-malta-Q2-2023','Simplify my payments','https://woocommerce.com/payments/malta/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-malta-Q2-2023','actioned',0,'',NULL,NULL),(52960,160,'wc-admin-wcpay-luxembourg-Q2-2023','Simplify my payments','https://woocommerce.com/payments/luxembourg/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-luxembourg-Q2-2023','actioned',0,'',NULL,NULL),(52983,179,'product_management_card_sorting','Get started','https://t.maze.co/163892579','unactioned',0,'',NULL,NULL),(55327,78,'browse_extensions','Browse extensions','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-addons','unactioned',0,'',NULL,NULL),(55355,107,'wc-admin-wisepad3','Grow my business offline','https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3','actioned',0,'',NULL,NULL),(55360,132,'google_listings_ads_custom_attribute_mapping_q4_2022','Learn more','https://woocommerce.com/document/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_custom_attribute_mapping_q4_2022#attribute-mapping','actioned',0,'',NULL,NULL),(55371,147,'tap_to_pay_iphone_q2_2023_with_wcpay','Set up Tap to Pay on iPhone','https://woocommerce.com/document/woocommerce-payments/in-person-payments/woocommerce-in-person-payments-tap-to-pay-on-iphone-quick-start-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_with_wcpay','actioned',0,'',NULL,NULL),(55394,177,'ipp_refresh_q2_2023_us_inbox_notification','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_us_inbox_notification','actioned',0,'',NULL,NULL),(55395,178,'ipp_refresh_q2_2023_ca_inbox_notification','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_ca_inbox_notification','actioned',0,'',NULL,NULL),(55404,185,'woocommerce_hpos_1st_notification_q2_2023','Learn more about HPOS','https://woocommerce.com/posts/platform-update-high-performance-order-storage-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_hpos_1st_notification_q2_2023','actioned',0,'',NULL,NULL),(58658,201,'custom_order_attribution_inbox_q1_2024','Find more clarity','https://woo.com/document/order-attribution-tracking/?utm_source=inbox_note&utm_medium=product&utm_campaign=custom_order_attribution_inbox_q1_2024','actioned',0,'',NULL,NULL),(59303,113,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned',0,'',NULL,NULL),(59304,113,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(59305,114,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned',0,'',NULL,NULL),(59306,114,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(59674,199,'amazon_pay_ext-link_q1-24','Register your account now','https://eu.amazonpayments.com/2024-uk-woopricepromoregistration?utm_campaign=woo_price_promo&utm_medium=EM&utm_source=direct&utm_content=cta&utm_creative=&ld=EMUKAPA-woo_price_promo-direct-24Q1','actioned',0,'',NULL,NULL),(59676,202,'wc_admin_UKpricingchange_WCPay_Q1_2024','See related fees for each country','https://woo.com/document/woopayments/fees-and-debits/fees/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_admin_UKpricingchange_WCPay_Q1_2024#countries-in-europe','actioned',0,'',NULL,NULL),(60397,181,'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(60398,181,'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings-dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(60399,183,'woocommerce-WCPayments-June-2023-updated-needed-Plugin-Settings','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(60400,183,'woocommerce-WCPayments-June-2023-updated-needed-Dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(60415,192,'woocommerce-WooPayments-Aug-2023-update-needed','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php?','unactioned',0,'',NULL,NULL),(60416,192,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(60427,203,'airwallex_q1_2024','Get started with Airwallex','https://woocommerce.com/products/airwallexpayments/?utm_source=inbox_note&utm_medium=product&utm_campaign=airwallex_q1_2024','actioned',0,'',NULL,NULL),(70328,205,'mailchimp_q2_2024','Connect now','https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=mailchimp_q2_2024','actioned',0,'',NULL,NULL),(70567,204,'woocommerce-payfast-may-2024-update-needed-click','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php?','unactioned',0,'',NULL,NULL),(70568,204,'woocommerce-payfast-may-2024-update-needed-dismiss','Dismiss','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/#','actioned',0,'',NULL,NULL),(70569,206,'checkout_block_update_july_2024','Learn more','https://woocommerce.com/document/cart-checkout-blocks-status/changes-in-woocommerce-9-0/?utm_source=inbox_note&utm_medium=product&utm_campaign=checkout_block_update_july_2024','actioned',0,'',NULL,NULL),(74357,208,'klaviyo_q4_2024','Try Klaviyo for free','https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q4_2024','actioned',0,'',NULL,NULL),(74443,6,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned',0,'',NULL,NULL),(75679,209,'wnww-recap-july-button','See what’s new','https://woocommerce.com/posts/new-with-woo-july-2024/?utm_source=inbox_note&utm_medium=product&utm_campaign=wnww-recap-july-button','unactioned',0,'',NULL,NULL),(76410,195,'woo-activation-survey-blockers-survey-button-22AUG23','Take our short survey','https://woocommerce.survey.fm/getting-started-with-woo','unactioned',0,'',NULL,NULL),(78807,210,'bfcm2024-landing-page-button','Read the report','https://woocommerce.com/black-friday-trends?utm_source=inbox_note&utm_medium=product&utm_campaign=bfcm2024-landing-page-button','unactioned',0,'',NULL,NULL),(82375,212,'paypal_cta_q3_2024','Get PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_cta_q3_2024','unactioned',0,'',NULL,NULL),(84180,213,'acfw-notification-action-130','Browse Halloween Coupon Templates','https://advancedcouponsplugin.com/template-category/halloween/?utm_source=acfw&utm_medium=inappnotifications&utm_campaign=halloween-2024','unactioned',0,'',NULL,NULL),(84508,211,'stripe_securityupdate_q4_2024_click','Review and update','https://woocommerce.com/document/stripe/admin-experience/updated-requirements-for-stripe-plugin-mid-2024/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_securityupdate_q4_2024_click','unactioned',0,'',NULL,NULL),(85002,215,'paypal_cta_q3_2024_v2','Get PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_cta_q3_2024_v2','unactioned',0,'',NULL,NULL),(85166,214,'mollie_q4_2024','Get paid with Mollie','https://woocommerce.com/products/mollie-payments-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=mollie_q4_2024','unactioned',0,'',NULL,NULL),(86724,216,'Renewal_notification_emails_Woosubscriptions_button_Nov2024','Set up automatic subscription reminders','https://woocommerce.com/document/subscriptions/subscriptions-notifications/?utm_source=inbox_note&utm_medium=product&utm_campaign=Renewal_notification_emails_Woosubscriptions_button_Nov2024','unactioned',0,'',NULL,NULL),(87353,217,'acfw-notification-action-172','Get My Discount Now ?','https://advancedcouponsplugin.com/pricing/','unactioned',0,'',NULL,NULL),(87800,218,'paypal_promo_Q4_2024','Add PayPal today','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_promo_Q4_2024','unactioned',0,'',NULL,NULL),(89464,221,'Announce-UPS-WCShipping-button-Dec2024','Ship with UPS on WooCommerce','https://woocommerce.com/ups-and-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=Announce-UPS-WCShipping-button-Dec2024','unactioned',0,'',NULL,NULL),(90183,220,'usps-mail-service-to-canada-suspended-dec-2024','Stay up to date','https://about.usps.com/newsroom/service-alerts/international/canada-suspension.htm','unactioned',0,'',NULL,NULL),(90352,222,'account-creation-after-checkout-button-dec2024','Enable it today','https://woocommerce.com/document/woocommerce-store-editing/customizing-order-confirmation-page/?utm_source=inbox_note&utm_medium=product&utm_campaign=account-creation-after-checkout-button-dec2024','unactioned',0,'',NULL,NULL),(95162,224,'affirm_promo_Q1_2025','Save with Affirm','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_promo_Q1_2025','unactioned',0,'',NULL,NULL),(95587,225,'new-woo-brand-announcement-feb4-2025-button','Read the blog','https://woocommerce.com/posts/introducing-the-new-woo-brand/?utm_source=inbox_note&utm_medium=product&utm_campaign=new-woo-brand-announcement-feb4-2025-button','unactioned',0,'',NULL,NULL),(96179,226,'paypal_bnpl_au_promo_Q1_2025_button','Enable “Pay in 4” now','https://woocommerce.com/document/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_bnpl_au_promo_Q1_2025_button#pay-later-tab','unactioned',0,'',NULL,NULL),(97025,227,'stripe_stripetax_q1_2025_click','Automate my taxes with Stripe','https://woocommerce.com/products/stripe-tax/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_stripetax_q1_2025_click','unactioned',0,'',NULL,NULL),(97705,228,'printful_promo_q1_2025','Get started for free','https://woocommerce.com/products/printful/?utm_source=inbox_note&utm_medium=product&utm_campaign=printful_promo_q1_2025','unactioned',0,'',NULL,NULL),(99794,230,'woo-marketplace-two-year-subscriptions-rin-2025-03-17','Browse the Marketplace','https://woocommerce.com/products/?utm_source=inbox_note&utm_medium=product&utm_campaign=woo-marketplace-two-year-subscriptions-rin-2025-03-17','actioned',0,'',NULL,NULL),(101250,231,'viva_wallet_migration_q1_2025_click','Get Viva.com Smart Checkout','https://woocommerce.com/it/products/viva-com-smart-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=viva_wallet_migration_q1_2025_click','actioned',0,'',NULL,NULL),(102615,232,'stripe_nocapture_q2_2025_click','Update now','https://woocommerce.com/products/woocommerce-order-status-manager/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_nocapture_q2_2025_click','unactioned',0,'',NULL,NULL),(102824,233,'WooCommerce-Stripe-Gateway-Update-April-2025','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php?','actioned',0,'',NULL,NULL),(102825,234,'WooCommerce-Stripe-Gateway-Update-Info-April-2025','Dismiss','#','actioned',0,'',NULL,NULL),(105556,235,'klaviyo_q2_2025','Try Klaviyo today','https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q2_2025','actioned',0,'',NULL,NULL),(107150,238,'paypal_q2_2025','Activate messaging','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_q2_2025','actioned',0,'',NULL,NULL),(108510,240,'tento_q2_2025','Get your free score','https://woocommerce.com/products/tento-business-credit-monitoring/?utm_source=inbox_note&utm_medium=product&utm_campaign=tento_q2_2025','actioned',0,'',NULL,NULL),(108643,58,'update-db_done','Thanks!','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&wc-hide-notice=update','actioned',0,'woocommerce_hide_notices_nonce','woocommerce_hide_notices_nonce','_wc_notice_nonce'),(110231,241,'woopayments-multibanco-alipay-wechat-launch-2025-06-23','Learn More','https://woocommerce.com/document/woopayments/payment-methods/local-payment-methods/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-multibanco-alipay-wechat-launch-2025-06-23','unactioned',0,'',NULL,NULL),(110408,242,'try-the-new-templates','Try the new templates','?page=wc-settings&tab=email&try-new-templates','actioned',0,'',NULL,NULL),(110944,244,'tiktok-webinar-promo-july2025-button','RSVP today','https://tiktokandwoocommerce.splashthat.com/','unactioned',0,'',NULL,NULL),(113163,245,'woopayments-grabpay-launch-2025-07-07','Learn More','https://woocommerce.com/document/woopayments/payment-methods/local-payment-methods/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-grabpay-launch-2025-07-07','unactioned',0,'',NULL,NULL),(113694,246,'BFCM-25-Survey-Button','Take the survey','https://2yp7yqymm1z.typeform.com/to/n4wCUUt7','unactioned',0,'',NULL,NULL),(116278,249,'view-report','View report','?page=wc-admin&path=/analytics/revenue&period=custom&compare=previous_year&after=2025-08-07&before=2025-08-07','actioned',0,'',NULL,NULL),(116896,223,'woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more','Find out more','https://wordpress.org/plugins/woocommerce-analytics','actioned',0,'',NULL,NULL),(117436,247,'woohoo10-coupon','Get 10% off now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&amp;tab=extensions&amp;path=extensions','unactioned',0,'',NULL,NULL),(118255,253,'woo-subscription-gifting-bundling-2025-08-18-update-button','Update to version 7.8.0','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php','unactioned',0,'',NULL,NULL),(119162,248,'paypaladvantage_q3_2025','Activate & Save Now','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypaladvantage_q3_2025','actioned',0,'',NULL,NULL),(119164,251,'stripe_optimizedcheckout_upgrade_q3_2025_click','Enable optimized checkout','https://woocommerce.com/document/stripe/admin-experience/updated-requirements-for-stripe-plugin-mid-2025/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_upgrade_q3_2025_click#enable-the-optimized-checkout-suite','unactioned',0,'',NULL,NULL),(119522,252,'stripe_optimizedcheckout_promotion_q3_2025_click','Get paid with Stripe','https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_promotion_q3_2025_click','unactioned',0,'',NULL,NULL),(119969,75,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021','actioned',0,'',NULL,NULL),(119970,76,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021','actioned',0,'',NULL,NULL),(120015,170,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(120016,170,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned',0,'',NULL,NULL),(120017,171,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(120018,171,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned',0,'',NULL,NULL),(120019,172,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(120020,172,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','unactioned',0,'',NULL,NULL),(120021,173,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(120022,173,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','unactioned',0,'',NULL,NULL),(120611,255,'switch_to_new_settings','Switch to New Settings','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=ppcp-gateway','unactioned',0,'',NULL,NULL),(120690,254,'stripe_optimizedcheckout_competitors_q3_2025_click','Get more from Stripe','https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_competitors_q3_2025_click','unactioned',0,'',NULL,NULL),(122502,257,'UPS-promo-RIN-WCS-Aug-25-button','Save on UPS Shipments','https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=UPS-promo-RIN-WCS-Aug-25-button#ups-promotion-details','unactioned',0,'',NULL,NULL),(122503,258,'UPS-promo-RIN-WCST-Aug-25-button','Get WooCommerce Shipping','https://woocommerce.com/products/shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=UPS-promo-RIN-WCST-Aug-25-button','unactioned',0,'',NULL,NULL),(123776,250,'stripe_optimizedcheckout_upgrade_q3_2025_click','Upgrade now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update.php','unactioned',0,'',NULL,NULL),(125537,243,'woopayments-new-lpms-2025-06-30','Get started today','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-new-lpms-2025-06-30','unactioned',0,'',NULL,NULL),(125538,259,'square_ordersync_upgrade_q3_2025_click','Upgrade now','https://clinicstore.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(125539,25,'learn-more','Learn more','https://woocommerce.com/payments/?utm_medium=product','unactioned',0,'',NULL,NULL),(125540,25,'get-started','Get started','https://clinicstore.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',0,'','setup-woocommerce-payments',''),(126398,260,'klaviyo_q3_2025','Try Klaviyo today','https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q3_2025','actioned',0,'',NULL,NULL),(127419,262,'pinterest_q3_20252','Connect to the Conversions API','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_q3_20252#h-conversions-api','actioned',0,'',NULL,NULL),(131824,263,'pinterest_q4_2025','Get started with Pinterest','https://woocommerce.com/products/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_q4_2025','actioned',0,'',NULL,NULL),(133915,264,'paypaladvantage_q4_2025','Activate PayPal Today','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypaladvantage_q4_2025','unactioned',0,'',NULL,NULL),(134925,265,'reddit_q4_2025','Get started with Reddit','https://woocommerce.com/products/reddit/?utm_source=inbox_note&utm_medium=product&utm_campaign=reddit_q4_2025','unactioned',0,'',NULL,NULL),(135627,266,'bfcm_general_sale_q4_2025','Boost your store for less','https://woocommerce.com/products/?utm_source=inbox_note&utm_medium=product&utm_campaign=bfcm_general_sale_q4_2025','actioned',0,'',NULL,NULL),(137737,268,'Google_q4_2025','Update Now','https://clinicstore.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(138536,269,'holiday_shipping_deadlines_WCST_2025_button','Learn More','https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=holiday_shipping_deadlines_WCST_2025_button#2025-holiday-shipping-deadlines','unactioned',0,'',NULL,NULL),(138537,270,'holiday_shipping_deadlines_WCS_2025_button','Learn More','https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=holiday_shipping_deadlines_WCS_2025_button#2025-holiday-shipping-deadlines','unactioned',0,'',NULL,NULL),(140218,272,'snap_q4_2025','Get started with Snapchat','https://woocommerce.com/products/snapchat/?utm_source=inbox_note&utm_medium=product&utm_campaign=snap_q4_2025','actioned',0,'',NULL,NULL),(140302,271,'stripe_agenticcommerce_3PDs_q4_2025_click','Get Stripe for WooCommerce','https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_agenticcommerce_3PDs_q4_2025_click','unactioned',0,'',NULL,NULL),(141023,273,'WC10.4.3-security-update-12-22-2025','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/update-core.php?','unactioned',0,'',NULL,NULL),(141415,237,'payson-retirement-2025','Explore alternative payment methods','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?categoryIds=28680&collections=product&page=1&country=Sweden&utm_source=inbox_note&utm_medium=product&utm_campaign=payson-retirement-2025','actioned',0,'',NULL,NULL),(146000,274,'downloads-sub-Jan2026-RIN-button','Learn More','https://woocommerce.com/document/subscriptions/store-manager-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=downloads-sub-Jan2026-RIN-button#downloads-settings','unactioned',0,'',NULL,NULL),(146077,267,'setup-instructions','Setup Instructions','https://woocommerce.com/document/woocommerce-paypal-payments/fraud-and-disputes/?utm_source=inbox_note&utm_medium=product&utm_campaign=setup-instructions#section-4','unactioned',0,'',NULL,NULL),(146078,267,'activate-now','Activate Now','https://clinicstore.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=integration&section=ppcp-recaptcha','unactioned',0,'',NULL,NULL),(146079,275,'setup-instructions','Setup Instructions','https://woocommerce.com/document/woocommerce-paypal-payments/fraud-and-disputes/?utm_source=inbox_note&utm_medium=product&utm_campaign=setup-instructions#section-4','unactioned',0,'',NULL,NULL),(146080,275,'activate-now','Activate Now','https://clinicstore.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=integration&section=ppcp-recaptcha','unactioned',0,'',NULL,NULL),(146499,9,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned',0,'',NULL,NULL),(146500,12,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned',0,'',NULL,NULL),(146501,33,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/woopayments-new-user-feedback','actioned',0,'',NULL,NULL),(146502,36,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned',0,'',NULL,NULL),(146503,39,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started','actioned',0,'',NULL,NULL),(146504,38,'update-wc-subscriptions-3-0-15','View latest version','https://clinicstore.liceclinicsofamerica.com/wp-admin/&page=wc-addons&section=helper','actioned',0,'',NULL,NULL),(146505,40,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned',0,'',NULL,NULL),(146506,47,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',0,'',NULL,NULL),(146507,48,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',0,'',NULL,NULL),(146508,51,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',0,'',NULL,NULL),(146509,51,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146510,52,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',0,'',NULL,NULL),(146511,52,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146512,53,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',0,'',NULL,NULL),(146513,53,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146514,54,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',0,'',NULL,NULL),(146515,54,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146516,69,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned',0,'',NULL,NULL),(146517,89,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned',0,'',NULL,NULL),(146518,89,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146519,90,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned',0,'',NULL,NULL),(146520,90,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146521,92,'pinterest_03_2022_update','Update Instructions','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3','actioned',0,'',NULL,NULL),(146522,100,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned',0,'',NULL,NULL),(146523,138,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(146524,138,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned',0,'',NULL,NULL),(146525,139,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(146526,139,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned',0,'',NULL,NULL),(146527,141,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned',0,'',NULL,NULL),(146528,166,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://clinicstore.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned',0,'',NULL,NULL),(146529,166,'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','unactioned',0,'',NULL,NULL),(146530,145,'woocommerce-wcpay-march-2023-update-needed-button','See Blog Post','https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know','unactioned',0,'',NULL,NULL),(146531,145,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned',0,'',NULL,NULL),(146532,146,'tap_to_pay_iphone_q2_2023_no_wcpay','Simplify my payments','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay','actioned',0,'',NULL,NULL),(146533,148,'extension-settings','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(146534,148,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146535,167,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://clinicstore.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146536,167,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://clinicstore.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned',0,'',NULL,NULL),(146537,164,'woopay-beta-existingmerchants-noaction-documentation-27APR23','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23','actioned',0,'',NULL,NULL),(146538,165,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://clinicstore.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','actioned',0,'',NULL,NULL),(146539,168,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://clinicstore.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned',0,'',NULL,NULL),(146540,168,'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','actioned',0,'',NULL,NULL),(146541,169,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://clinicstore.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146542,169,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://clinicstore.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned',0,'',NULL,NULL),(146543,174,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://clinicstore.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(146544,174,'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','unactioned',0,'',NULL,NULL),(146545,175,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://clinicstore.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146546,175,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://clinicstore.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(146547,184,'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146548,184,'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146549,182,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146550,182,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned',0,'',NULL,NULL),(146551,186,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','actioned',0,'',NULL,NULL),(146552,186,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://clinicstore.liceclinicsofamerica.com/wp-admin/#','actioned',0,'',NULL,NULL),(146553,187,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146554,187,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned',0,'',NULL,NULL),(146555,188,'learn-more','Learn more','https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage','unactioned',0,'',NULL,NULL),(146556,189,'plugin-list','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146557,189,'dismiss','Dismiss','https://clinicstore.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin','actioned',0,'',NULL,NULL),(146558,190,'woocommerce-WCStripe-Aug-2023-update-needed','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/update-core.php?','unactioned',0,'',NULL,NULL),(146559,190,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146560,191,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146561,193,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146562,194,'avalara_q3-2023_noAvaTax','Automate my sales tax','https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax','unactioned',0,'',NULL,NULL),(146563,196,'woocommerce-usermeta-Sept2023-productvendors','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/plugins.php','unactioned',0,'',NULL,NULL),(146564,196,'dismiss','Dismiss','https://clinicstore.liceclinicsofamerica.com/wp-admin/#','actioned',0,'',NULL,NULL),(146565,197,'woocommerce-STRIPE-Oct-2023-update-needed','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(146566,197,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146567,198,'amazon-mcf-review-button-2023-12-07','Leave a review','https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07','actioned',0,'',NULL,NULL),(146568,198,'amazon-mcf-support-button-2023-12-07','Request support','https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07','actioned',0,'',NULL,NULL),(146569,200,'view_docs','Learn about Deposit schedules','https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds','unactioned',0,'',NULL,NULL),(146570,219,'sirt-woo-2024-11-xss-admin','See available updates','https://clinicstore.liceclinicsofamerica.com/wp-admin/update-core.php?','unactioned',0,'',NULL,NULL),(146571,219,'sirt-woo-2024-11-xss-admin','Dismiss','#','actioned',0,'',NULL,NULL),(146572,229,'paypal-braintree-sdk-depreciation-2025-02-20-button','Upgrade now','https://clinicstore.liceclinicsofamerica.com/wp-admin/wp-admin/plugins.php','actioned',0,'',NULL,NULL),(146573,236,'uk-vat-notice-button-2025-04-30','Learn more about this extension','https://wordpress.org/plugins/eu-vat-for-woocommerce/','actioned',0,'',NULL,NULL),(146574,239,'paypal-braintree-sdk-depreciation-2025-05-30-button','Update now','https://clinicstore.liceclinicsofamerica.com/wp-admin/wp-admin/plugins.php','unactioned',0,'',NULL,NULL),(146620,302,'renew-subscription','Renew Subscription','https://woocommerce.com/products/minmax-quantities/','actioned',0,'',NULL,NULL);
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_admin_notes`
--

DROP TABLE IF EXISTS `wp_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info',
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=303 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_admin_notes`
--

LOCK TABLES `wp_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_notes` VALUES (1,'wc-admin-onboarding-email-marketing','info','en_US','Sign up for tips, product updates, and inspiration','We\'re here for you - get tips, product updates and inspiration straight to your email box','{}','unactioned','woocommerce-admin','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(3,'facebook_pixel_api_2021','marketing','en_US','Improve the performance of your Facebook ads','Enable Facebook Pixel and Conversions API through the latest version of Facebook for WooCommerce for improved measurement and ad targeting capabilities.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(4,'facebook_ec_2021','marketing','en_US','Sync your product catalog with Facebook to help boost sales','A single click adds all products to your Facebook Business Page shop. Product changes are automatically synced, with the flexibility to control which products are listed.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(5,'ecomm-need-help-setting-up-your-store','info','en_US','Need help setting up your Store?','Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(6,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(7,'ecomm-unique-shopping-experience','info','en_US','For a shopping experience as unique as your customers','Product Add-Ons allow your customers to personalize products while they\'re shopping on your online store. No more follow-up email requests—customers get what they want, before they\'re done checking out. Learn more about this extension that comes included in your plan.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(8,'wc-admin-getting-started-in-ecommerce','info','en_US','Getting Started in eCommerce - webinar','We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(9,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(10,'wc-square-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(11,'wc-square-apple-pay-grow-your-business','marketing','en_US','Grow your business with Square and Apple Pay ','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(12,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','unactioned','woocommerce.com','2021-03-31 22:16:37',NULL,0,'plain','',0,'info',1),(13,'wc-admin-first-five-things-to-customize','info','en_US','The first 5 things to customize in your store','Deciding what to start with first is tricky. To help you properly prioritize, we’ve put together this short list of the first few things you should customize in WooCommerce.','{}','unactioned','woocommerce.com','2021-03-30 15:06:43',NULL,0,'plain','',0,'info',1),(17,'wcpay-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with WooCommerce Payments you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-03-20 09:04:08',NULL,0,'plain','',0,'info',1),(18,'wcpay-apple-pay-grow-your-business','marketing','en_US','Grow your business with WooCommerce Payments and Apple Pay','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-03-20 09:04:08',NULL,0,'plain','',0,'info',1),(19,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.','{}','unactioned','woocommerce-admin','2021-03-21 03:59:52',NULL,0,'plain','',0,'info',1),(22,'wc-admin-onboarding-payments-reminder','info','en_US','Start accepting payments on your store!','Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.','{}','unactioned','woocommerce-admin','2021-03-24 17:34:24',NULL,0,'plain','',0,'info',1),(24,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&#038;tab=advanced&#038;section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking\" target=\"_blank\">Read more</a> about what data we collect.','{}','unactioned','woocommerce-admin','2021-03-25 19:36:26',NULL,0,'plain','',0,'info',1),(25,'wc-admin-woocommerce-payments','marketing','en_US','Try the new way to get paid','Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with <strong>WooPayments</strong>.<br><br>By clicking \"Get started\", you agree to our <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>','{}','unactioned','woocommerce-admin','2021-03-25 19:36:26',NULL,0,'plain','',0,'info',1),(27,'wc-admin-store-notice-giving-feedback-2','info','en_US','You\'re invited to share your experience','Now that you’ve chosen us as a partner, our goal is to make sure we\'re providing the right tools to meet your needs. We\'re looking forward to having your feedback on the store setup experience so we can improve it in the future.','{}','unactioned','woocommerce-admin','2021-03-26 19:25:36',NULL,0,'plain','',0,'info',1),(29,'wc-admin-customizing-product-catalog','info','en_US','How to customize your product catalog','You want your product catalog and images to look great and align with your brand. This guide will give you all the tips you need to get your products looking great in your store.','{}','unactioned','woocommerce-admin','2021-03-26 19:25:36',NULL,0,'plain','',0,'info',1),(30,'wcpay-apple-pay-is-now-available','marketing','en_US','Apple Pay is now available with WooCommerce Payments!','Increase your conversion rate by offering a fast and secure checkout with <a href=\"https://woocommerce.com/apple-pay/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_applepay\" target=\"_blank\">Apple Pay</a>®. It’s free to get started with <a href=\"https://woocommerce.com/payments/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_applepay\" target=\"_blank\">WooCommerce Payments</a>.','{}','pending','woocommerce.com','2021-03-31 09:04:18',NULL,0,'plain','',0,'info',1),(31,'paypal_ppcp_gtm_2021','marketing','en_US','Offer more options with the new PayPal','Get the latest PayPal extension for a full suite of payment methods with extensive currency and country coverage.','{}','pending','woocommerce.com','2021-04-01 19:25:56',NULL,0,'plain','',0,'info',1),(33,'wc-payments-qualitative-feedback','info','en_US','WooPayments setup - let us know what you think','Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2021-04-16 19:59:01',NULL,0,'plain','',0,'info',1),(36,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2021-05-13 19:42:54',NULL,0,'plain','',0,'info',1),(37,'wcpay_instant_deposits_gtm_2021','marketing','en_US','Get paid within minutes – Instant Deposits for WooCommerce Payments','Stay flexible with immediate access to your funds when you need them – including nights, weekends, and holidays. With <a href=\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_instant_deposits\">WooCommerce Payments\'</a> new Instant Deposits feature, you’re able to transfer your earnings to a debit card within minutes.','{}','pending','woocommerce.com','2021-05-14 19:42:05',NULL,0,'plain','',0,'info',1),(38,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2021-05-31 17:40:14',NULL,0,'plain','',0,'info',1),(39,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','unactioned','woocommerce.com','2021-06-09 07:58:37',NULL,0,'plain','',0,'info',1),(40,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2021-06-10 19:50:07',NULL,0,'plain','',0,'info',1),(41,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2021-06-12 21:40:56',NULL,0,'plain','',0,'info',1),(42,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2021-06-12 21:40:56',NULL,0,'plain','',0,'info',1),(43,'wcpay-promo-2021-6-incentive-1','marketing','en_US','Simplify the payments process for you and your customers with WooCommerce Payments','With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br /><br />\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				','{}','unactioned','woocommerce.com','2021-06-23 19:33:03',NULL,0,'plain','',0,'info',1),(44,'wcpay-promo-2021-6-incentive-2','marketing','en_US','Simplify the payments process for you and your customers with WooCommerce Payments','With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br /><br />\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				','{}','pending','woocommerce.com','2021-06-12 21:40:56',NULL,0,'plain','',0,'info',1),(45,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','unactioned','woocommerce-admin','2021-06-16 19:38:02',NULL,0,'plain','',0,'info',1),(47,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','unactioned','woocommerce.com','2021-06-22 19:37:25',NULL,0,'plain','',0,'info',1),(48,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.','{}','unactioned','woocommerce.com','2021-06-22 19:38:41',NULL,0,'plain','',0,'info',1),(49,'eu_vat_changes_2021','marketing','en_US','Get your business ready for the new EU tax regulations','On July 1, 2021, new taxation rules will come into play when the <a href=\"https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en\">European Union (EU) Value-Added Tax (VAT) eCommerce package</a> takes effect.<br /><br />The new regulations will impact virtually every B2C business involved in cross-border eCommerce trade with the EU.<br /><br />We therefore recommend <a href=\"https://woocommerce.com/posts/new-eu-vat-regulations\">familiarizing yourself with the new updates</a>, and consult with a tax professional to ensure your business is following regulations and best practice.','{}','pending','woocommerce.com','2021-06-23 19:33:03',NULL,0,'plain','',0,'info',1),(50,'wayflyer_q3_2021','marketing','en_US','Grow your revenue with Wayflyer financing and analytics','Flexible financing tailored to your needs by <a href=\"https://woocommerce.com/products/wayflyer/\">Wayflyer</a> – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store\'s performance, Wayflyer can provide the financing you need to grow and the analytical insights to help you spend it.','{}','unactioned','woocommerce.com','2021-07-19 16:45:32',NULL,0,'plain','',0,'info',0),(51,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-16 06:34:28',NULL,0,'plain','',0,'info',0),(52,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-16 06:34:28',NULL,0,'plain','',0,'info',0),(53,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-16 06:34:28',NULL,0,'plain','',0,'info',0),(54,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-16 06:34:28',NULL,0,'plain','',0,'info',0),(55,'wc-admin-coupon-page-moved','update','en_US','Coupon management has moved!','Coupons can now be managed from Marketing &gt; Coupons. Click the button below to remove the legacy WooCommerce &gt; Coupons menu item.','{}','actioned','woocommerce-admin','2021-07-21 19:03:34',NULL,0,'plain','',0,'info',0),(56,'acfw-review-plugin','info','en_US','Review Advanced Coupons','We notice you’ve been using Advanced Coupons for a couple of weeks now. We’d love to get your review on our plugin! Your review helps give others the confidence to try our plugin.','{}','unactioned','woocommerce-admin','2021-08-05 15:07:24',NULL,0,'plain','',0,'info',0),(58,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','{}','actioned','woocommerce-core','2021-08-18 15:28:54',NULL,0,'plain','',1,'info',1),(59,'wc-admin-launch-checklist','info','en_US','Ready to launch your store?','To make sure you never get that sinking \"what did I forget\" feeling, we\'ve put together the essential pre-launch checklist.','{}','unactioned','woocommerce-admin','2021-08-18 22:01:38',NULL,0,'plain','',0,'info',0),(60,'acfw-install-wwp','info','en_US','Install Wholesale Prices (FREE PLUGIN)','This free plugin lets you easily add wholesale pricing to your existing WooCommerce products. Install the free plugin now.','{}','unactioned','woocommerce-admin','2021-08-21 16:08:40',NULL,0,'plain','',0,'info',0),(61,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2021-08-24 15:31:46',NULL,0,'plain','',0,'info',0),(62,'mercadopago_q3_2021_EN','marketing','en_US','Get paid with Mercado Pago Checkout','Latin America\'s leading payment processor is now available for WooCommerce stores. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.','{}','pending','woocommerce.com','2021-09-01 01:14:58',NULL,0,'plain','',0,'info',0),(64,'wc-admin-wwp-join-store-owner-tips','info','en_US','Join Store Owner Tips Facebook Group','Want tips on how to grow your store? Come and join the Store Owner Tips Facebook group. Tips, articles and more, just for store owners.','{}','unactioned','woocommerce-admin','2021-09-05 16:07:25',NULL,0,'plain','',0,'info',0),(65,'wc-admin-manage-orders-on-the-go','info','en_US','Manage your orders on the go','Look for orders, customer info, and process refunds in one click with the Woo app.','{}','unactioned','woocommerce-admin','2021-09-14 19:34:46',NULL,0,'plain','',0,'info',0),(66,'wc-admin-acfw-youtube','info','en_US','Follow Advanced Coupons on Youtube','Get all the WooCommerce coupon tips, store growth tips &amp; more at the Advanced Coupons Youtube channel. Click here to join.','{}','unactioned','woocommerce-admin','2021-09-20 18:20:58',NULL,0,'plain','',0,'info',0),(68,'bbpos-chipper-launch','marketing','en_US','Ready to grow your business beyond online?','Collect payment in person for orders placed online using WooCommerce In-Person Payments. The BBPOS Chipper card reader can process payments securely, and keep everything synced in your WooCommerce Payments dashboard – no matter where you are.','{}','pending','woocommerce.com','2021-10-15 21:03:56',NULL,0,'plain','',0,'info',0),(69,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','unactioned','woocommerce.com','2021-11-04 20:38:01',NULL,0,'plain','',0,'info',0),(70,'new_in_app_marketplace_2021_1','info','en_US','Grow your business with extensions','Check out our NEW Extensions tab to see our favorite extensions for growing your business, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2021-11-08 19:48:14',NULL,0,'plain','',0,'info',0),(71,'new_in_app_marketplace_2021_2','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','pending','woocommerce.com','2021-11-08 19:48:14',NULL,0,'plain','',0,'info',0),(72,'stripe_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/stripe/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#apple-pay\">enable Apple Pay with Stripe</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 19:40:23',NULL,0,'plain','',0,'info',0),(73,'square_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/woocommerce-square/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#section-14\">enable Apple Pay with Square</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 19:40:23',NULL,0,'plain','',0,'info',0),(74,'wcpay_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/payments/apple-pay/\">enable Apple Pay with WooCommerce Payments</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 19:40:23',NULL,0,'plain','',0,'info',0),(75,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2021-11-12 19:33:29',NULL,0,'plain','',0,'info',0),(76,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2021-11-12 19:33:29',NULL,0,'plain','',0,'info',0),(77,'wc_shipping_mobile_app_q4_2021','marketing','en_US','Print and manage your shipping labels with the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2021-11-12 19:33:29',NULL,0,'plain','',0,'info',0),(78,'new_in_app_marketplace_2021','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2021-11-23 22:35:57',NULL,0,'plain','',0,'info',0),(79,'wc-admin-performance-on-mobile','info','en_US','Track your store performance on mobile','Monitor your sales and high performing products with the Woo app.','{}','unactioned','woocommerce-admin','2021-12-13 19:48:07',NULL,0,'plain','',0,'info',0),(82,'ecomm-wc-navigation-survey','info','en_US','We’d like your feedback on the WooCommerce navigation','We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.','{}','pending','woocommerce.com','2022-01-05 19:25:52',NULL,0,'plain','',0,'info',0),(84,'wc_simple_payments_m2_reader_launch_q1_2022','marketing','en_US','Take quick and easy in-person payments','WooCommerce is continuing to power up your business with our new Simple Payments feature, built exclusively for WooCommerce In-Person Payments. Capture quick and simple payments anywhere else your customers are – or offer a local pickup option with payment taken in-person for orders placed online.','{}','unactioned','woocommerce.com','2022-02-04 19:29:21',NULL,0,'plain','',0,'info',0),(85,'wcpay_applepay_q1_2022','marketing','en_US','Increase conversions with Apple Pay – just like Diane does','See how Diane from <a href=\"https://woocommerce.com/posts/lady-dye-yarns-from-crafts-to-activism-with-woocommerce/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Lady Dye Yarns</a> uses Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – Apple Pay is included in WooCommerce Payments. Here\'s how you can increase conversions by encouraging shoppers to pay with a single tap.','{}','pending','woocommerce.com','2022-02-07 05:44:53',NULL,0,'plain','',0,'info',0),(86,'stripe_applepay_q1_2022','marketing','en_US','Increase conversions with Apple Pay – just like Thomas does','Read the inspirational story of <a href=\"https://woocommerce.com/posts/incredible-story-of-thomas-trendy-socks-down-syndrome-entrepreneur/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Thomas\'s Trendy Socks</a> and see how he’s using Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – ready to turn more visitors into buyers? Accept Apple Pay by selecting Enable express checkouts in Settings &gt; Payments &gt; Stripe.','{}','pending','woocommerce.com','2022-02-07 05:44:53',NULL,0,'plain','',0,'info',0),(87,'square_applepay_q1_2022','marketing','en_US','Increase conversions with a faster checkout experience','By enabling Apple Pay in Square, your customers can complete purchases quickly and securely with a single touch or a glance – no lengthy checkout forms necessary. Accept Apple Pay by enabling Digital Wallets within Settings &gt; Payments &gt; Square.','{}','pending','woocommerce.com','2022-02-07 05:44:53',NULL,0,'plain','',0,'info',0),(88,'lead_gen_existing_customers_1','marketing','en_US','Talk to a consultant','As your business grows, you want to optimize costs, streamline operations, and sell more. We can help. Talk to us about how you can get the most out of WooCommerce.','{}','unactioned','woocommerce.com','2022-02-11 19:55:57',NULL,0,'plain','',0,'info',0),(89,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.','{}','actioned','woocommerce.com','2022-03-11 15:40:58',NULL,0,'plain','',0,'info',1),(90,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2022-03-10 19:39:35',NULL,0,'plain','',0,'info',0),(91,'wc-admin-edit-products-on-the-move','info','en_US','Edit products on the move','Edit and create new products from your mobile devices with the Woo app','{}','unactioned','woocommerce-admin','2022-03-18 20:14:16',NULL,0,'plain','',0,'info',0),(92,'pinterest_03_2022_update','marketing','en_US','Your Pinterest for WooCommerce plugin is out of date!','Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2022-03-23 20:11:01',NULL,0,'plain','',0,'info',0),(93,'pinterest_gtm_q2_2021','marketing','en_US','Get your products in front of a large, engaged audience','Did you know that shoppers on Pinterest spend twice as much as people on other social platforms? With the new, official Pinterest for WooCommerce, you can turn your product catalog into shoppable Pins and showcase them to 400+ million monthly users looking to buy.','{}','unactioned','woocommerce.com','2022-04-24 21:01:05',NULL,0,'plain','',0,'info',0),(94,'setup_task_initiative_survey_q2_2022','survey','en_US','We want to know what matters most to you','Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.','{}','pending','woocommerce.com','2022-04-26 20:36:59',NULL,0,'plain','',0,'info',0),(95,'woocommerce_payments_subscriptions_nopayments_q2_2022','marketing','en_US','Sell subscriptions online – without a paid extension','Say hello to WooCommerce Payments – now with built-in subscriptions functionality. Get free access to the features you need to start earning recurring revenue online. Pay as you go, with no setup costs or monthly fees.','{}','unactioned','woocommerce.com','2022-04-26 20:36:59',NULL,0,'plain','',0,'info',0),(96,'woocommerce_payments_subscriptions_yespayments_q2_2022','marketing','en_US','Sell subscriptions online – no extra extension required','It\'s here! WooCommerce Payments now features built-in subscriptions functionality. No need to install an extra, paid extension – we\'ve made it simpler than ever to start earning recurring revenue. Ready to grow your business?','{}','pending','woocommerce.com','2022-04-26 20:36:59',NULL,0,'plain','',0,'info',0),(97,'wc-admin-navigation-nudge','info','en_US','You now have access to the WooCommerce navigation','We’re introducing a new navigation for a more intuitive and improved user experience. You can enable the beta version of the new experience in the Advanced Settings. Enable it now for your store.','{}','unactioned','woocommerce-admin','2022-04-27 19:39:29',NULL,0,'plain','',0,'info',0),(99,'setup_task_second_survey_q2_2022','survey','en_US','We want to know what matters most to you','Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.','{}','pending','woocommerce.com','2022-05-10 19:31:29',NULL,0,'plain','',0,'info',0),(100,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2022-05-10 19:31:29',NULL,0,'plain','',0,'info',0),(101,'wc-admin-EU-consumer-protection','marketing','en_US','Important changes to EU consumer protection laws','New regulations to help modernize and strengthen consumer protection laws in the European Union (EU) take effect on May 28, 2022. These rules impact all merchants selling to the EU, regardless of where their business is located. Further detailed information is available on the European Commission\'s official website.','{}','unactioned','woocommerce.com','2022-05-14 14:05:12',NULL,0,'plain','',0,'info',0),(102,'affirm_q2_2022','marketing','en_US','Boost your business with flexible payments','Expand your customer base with smarter payment options for more shoppers. With Affirm,  you can offer the most relevant payment options at every price point – from four interest-free payments every two weeks to longer installments up to 36 months. Fast-track your revenue goals today!','{}','unactioned','woocommerce.com','2022-05-15 23:30:00',NULL,0,'plain','',0,'info',0),(103,'googlelistings_multicountrygtm_q22022','marketing','en_US','Expand your audience with Multi-Country Advertising','It\'s time to expand your audience with Multi-Country Advertising, an exciting new feature in Google Listings &amp; Ads. Reach more potential customers in as many regions as you like within a single campaign, all from the convenience of your WooCommerce dashboard.','{}','unactioned','woocommerce.com','2022-05-15 23:30:00',NULL,0,'plain','',0,'info',0),(104,'wc_ipp_order_creation_GTM_launch_q2_2022','marketing','en_US','Grow your business on the go with WooCommerce In-Person Payments','Quickly create new orders, manage transactions, and take secure payments no matter where your business takes you. With automatic inventory sync, WooCommerce In-Person Payments is the only fully integrated solution for taking your WooCommerce store offline.','{}','unactioned','woocommerce.com','2022-05-25 21:45:39',NULL,0,'plain','',0,'info',0),(107,'wc-admin-wisepad3','marketing','en_US','Take your business on the go in Canada with WooCommerce In-Person Payments','Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.','{}','pending','woocommerce.com','2022-06-15 19:28:21',NULL,0,'plain','',0,'info',0),(108,'TikTok q2_2022','marketing','en_US','Give your store a stage on the world’s fastest-growing advertising channel','With TikTok for WooCommerce, you can sync your catalog, create videos, and track performance in front of TikTok’s one billion global users. Try the Smart Video Generator to make ads using your existing product images – no camera needed. Get $200 in ad credit from TikTok after a $20 spend (terms &amp; conditions apply).','{}','unactioned','woocommerce.com','2022-06-21 20:34:35',NULL,0,'plain','',0,'info',0),(110,'tiktok-webinar-promo-july2022','marketing','en_US','Free webinar: TikTok for WooCommerce','Join WooCommerce and TikTok live on July 14 to learn about ad types, trends, and the best ways to connect with an audience of one billion active users on the world’s fastest-growing social platform. Participants have a chance to score a free month of Vimeo Pro, and two winners will get a $5,000 ad credit and more.','{}','unactioned','woocommerce.com','2022-07-09 23:29:43',NULL,0,'plain','',0,'info',0),(111,'klarna_q3_2022','marketing','en_US','Meet Klarna – your ultimate growth partner','Increase conversions by offering secure, flexible payment solutions – including buy now, pay later – all through a one-click checkout experience. Plus, you’ll tap into a whole new market of the world’s most engaged shoppers.','{}','unactioned','woocommerce.com','2022-08-08 01:01:05',NULL,0,'plain','',0,'info',0),(112,'mercado_pago_q3_2022','marketing','en_US','Get paid with Mercado Pago Checkout','Give your customers a checkout they can trust with Latin America\'s leading payment processor. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.','{}','pending','woocommerce.com','2022-08-08 19:34:23',NULL,0,'plain','',0,'info',0),(113,'woocommerce-payments-august-2022-need-to-update','update','en_US','Action required: Please update WooCommerce Payments','An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.','{}','pending','woocommerce.com','2022-08-09 20:06:57',NULL,0,'plain','',0,'info',0),(114,'woocommerce-payments-august-2022-store-patched','update','en_US','WooCommerce Payments has been automatically updated','You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.','{}','pending','woocommerce.com','2022-08-09 20:06:57',NULL,0,'plain','',0,'info',0),(115,'mobile_app_order_management_q3_2022','marketing','en_US','Take order management on the go','The WooCommerce Mobile App continues to get better with added order management functionality! Add or remove products, edit fees, or change the shipping options in any existing order – all from within the app.','{}','unactioned','woocommerce.com','2022-08-18 05:49:01',NULL,0,'plain','',0,'info',0),(116,'product_creation_usability_test_3_months','survey','en_US','Have a say in the future of WooCommerce','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-08-25 20:57:04',NULL,0,'plain','',0,'info',0),(117,'product_creation_usability_test_6_months','survey','en_US','Try the new product edit form prototype','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-08-29 19:30:45',NULL,0,'plain','',0,'info',0),(118,'product_creation_usability_test_12_months','survey','en_US','Try the new product edit form prototype','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-09-06 19:48:11',NULL,0,'plain','',0,'info',0),(119,'custom_deposit_schedules_inbox','marketing','en_US','Customize your deposit schedule','Receive your funds according to your own business needs with custom deposit schedules from WooCommerce Payments. You’ll have the flexibility to deposit funds into your bank account daily, weekly, monthly, or even on-demand – you’ve done the work, now get paid on your terms.','{}','unactioned','woocommerce.com','2022-09-16 20:12:00',NULL,0,'plain','',0,'info',0),(120,'googlelistings_signals2022_hasGLA','marketing','en_US','Show off your products with Ads on Google','You’re ready to grow with ads. Google optimizes for performance across your products; you only pay for results. If you’re new to Google, you can earn up to $500 in ad credits (T&amp;Cs apply). <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">Contact support</a> if you need guidance with Google Listings &amp; Ads.','{}','pending','woocommerce.com','2022-09-23 19:45:22',NULL,0,'plain','',0,'info',0),(121,'googlelistings_signals2022_noGLA','marketing','en_US','Show off your products with Ads on Google','You’re ready to grow with ads. Google optimizes for performance across your products; you only pay for results. If you’re new to Google, you can earn up to $500 in ad credits (T&amp;Cs apply). <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">Contact support</a> if you need guidance with Google Listings &amp; Ads.','{}','pending','woocommerce.com','2022-09-23 19:45:22',NULL,0,'plain','',0,'info',0),(122,'pre-black-friday-sale-2022-announcement','marketing','en_US','Surprise! We’re offering 40% off everything at WooCommerce.com','Just in time to get your store Black Friday ready. Sale ends 7 October, 2pm UTC.','{}','unactioned','woocommerce.com','2022-10-03 19:25:38',NULL,0,'plain','',0,'info',0),(123,'shipping_category_q4_2022','marketing','en_US','Save time on shipping','Is your store all set to ship? Save valuable time (and money!) by automating your fulfillment process for the busiest shopping season. Explore our range of trusted shipping partners to get started.','{}','unactioned','woocommerce.com','2022-10-13 21:43:25',NULL,0,'plain','',0,'info',0),(124,'facebook_q4-2022_hasFB','marketing','en_US','Drive more demand this holiday season with Facebook for WooCommerce','Deliver a personalized and seamless shopping experience this holiday season with Facebook for WooCommerce. With more ad formats than ever, you can create engaging ads that meet customers across Facebook, Instagram, Messenger, and WhatsApp throughout the busy shopping season.','{}','pending','woocommerce.com','2022-10-20 20:01:03',NULL,0,'plain','',0,'info',0),(125,'facebook_q4-2022_noFB','marketing','en_US','Meet your customers where they are with Facebook for WooCommerce','Don’t wait for your customers to come to you – meet them where they’re browsing! Use the Facebook for WooCommerce extension to promote your products on Facebook, Instagram, Messenger, and WhatsApp. Create seamless shopping experiences – straight from your WooCommerce dashboard.','{}','unactioned','woocommerce.com','2022-10-22 19:34:05',NULL,0,'plain','',0,'info',0),(126,'tiktok-targeted-q4-2022','marketing','en_US','Get $200 in ad credit from TikTok after you spend $20 on your first campaign','Reach one billion shoppers with TikTok for WooCommerce this holiday season! Sync your product catalog, capture insights, and create ad campaigns right from your dashboard. Connect your store today to unlock this limited time offer! <a href=\"https://ads.tiktok.com/help/article?aid=10011326\">Terms &amp; conditions apply</a>.','{}','pending','woocommerce.com','2022-10-25 20:49:41',NULL,0,'plain','',0,'info',0),(127,'paypal_paylater_g3_q4_22','marketing','en_US','Turn browsers into buyers with Pay Later','Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4 &amp; Pay Monthly, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.','{}','pending','woocommerce.com','2022-11-01 20:10:22',NULL,0,'plain','',0,'info',0),(128,'paypal_paylater_g2_q4_22','marketing','en_US','Upgrade to PayPal Payments to offer Pay Later at checkout','PayPal Pay Later is included in PayPal Payments at no additional cost to you. Customers can spread their payments over time while you get paid up front. \r\nThere’s never been a better time to upgrade your PayPal plugin. Simply download it and connect with a PayPal Business account.','{}','pending','woocommerce.com','2022-11-03 19:51:21',NULL,0,'plain','',0,'info',0),(129,'woocommerce_admin_deprecation_q4_2022','info','en_US','WooCommerce Admin is part of WooCommerce!','To make sure your store continues to run smoothly, check that WooCommerce is up-to-date – at least version 6.5 – and then disable the WooCommerce Admin plugin.','{}','pending','woocommerce.com','2022-11-04 21:23:25',NULL,0,'plain','',0,'info',0),(130,'wc-admin-orders-milestone','info','en_US','Congratulations on processing 1000 orders!','Another order milestone! Take a look at your Orders Report to review your orders to date.','{\"current_milestone\":1000}','unactioned','woocommerce-admin','2022-11-28 22:12:19',NULL,0,'plain','',0,'info',0),(132,'google_listings_ads_custom_attribute_mapping_q4_2022','marketing','en_US','Our latest improvement to the Google Listings & Ads extension: Attribute Mapping','You spoke, we listened. This new feature enables you to easily upload your products, customize your product attributes in one place, and target shoppers with more relevant ads. Extend how far your ad dollars go with each campaign.','{}','pending','woocommerce.com','2022-11-30 20:47:37',NULL,0,'plain','',0,'info',0),(133,'wc-admin-manualauthcapture','marketing','en_US','Miss fewer manual payments in WooCommerce Payments','Using WooCommerce Payments to manually authorize and capture payments? We’ve introduced a simplified and more efficient process, so you can miss fewer payments and continue to grow your revenue.','{}','pending','woocommerce.com','2022-11-30 20:47:37',NULL,0,'plain','',0,'info',0),(134,'apple_pay_square_q422','marketing','en_US','Grow your business with Apple Pay','Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Enable Apple Pay with Square by selecting  Settings &gt; Payments &gt; Square.','{}','pending','woocommerce.com','2022-12-07 22:34:04',NULL,0,'plain','',0,'info',0),(135,'apple_pay_wcpay_q422','marketing','en_US','Grow your business with Apple Pay','Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Confirm Apple Pay is enabled by selecting Payments &gt; Settings and making sure Enable express checkouts is checked.','{}','pending','woocommerce.com','2022-12-07 22:34:04',NULL,0,'plain','',0,'info',0),(136,'meta-hasFB-dec-q4-2022','marketing','en_US','Power up your Facebook ad strategy','Did you know that new privacy policies may be decreasing the effectiveness of your Facebook ads? Get back on track with Meta’s Conversion API. It creates a direct connection between the marketing data from your store and Meta, helping you more accurately track, attribute and improve your Facebook marketing performance.','{}','pending','woocommerce.com','2022-12-09 20:19:18',NULL,0,'plain','',0,'info',0),(137,'meta-noFB-dec-q4-2022','marketing','en_US','Create highly targeted Facebook ads with Facebook for WooCommerce','Sync your product catalog to create Facebook ads and track their performance – all from within your WooCommerce dashboard. With improved tracking signals and speed, plus more accurate tracking with the introduction of Meta’s Conversion API, you’ll have all the tools you need to run effective ad campaigns.','{}','unactioned','woocommerce.com','2022-12-11 20:12:49',NULL,0,'plain','',0,'info',1),(138,'needs-update-eway-payment-gateway-rin-2022-12-20','update','en_US','Security vulnerability patched in WooCommerce Eway Gateway','In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1','{}','pending','woocommerce.com','2023-01-04 20:29:45',NULL,0,'plain','',0,'info',0),(139,'updated-eway-payment-gateway-rin-2022-12-20','update','en_US','WooCommerce Eway Gateway has been automatically updated','Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.','{}','pending','woocommerce.com','2023-01-04 20:29:45',NULL,0,'plain','',0,'info',0),(140,'storeediting_feedback_jan_2023','marketing','en_US','Tell us what you need to customize your store!','We need your feedback. Please spare a few minutes to share your input on what is most important to you when designing and customizing your storefront to help us build the features you need.','{}','unactioned','woocommerce.com','2023-01-12 19:27:29',NULL,0,'plain','',0,'info',1),(141,'ecomm-wc-navigation-survey-2023','info','en_US','Navigating WooCommerce on WordPress.com','We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.','{}','pending','woocommerce.com','2023-01-16 19:41:04',NULL,0,'plain','',0,'info',0),(142,'affirm_q1_2023','marketing','en_US','Turn more browsers into buyers with flexible payments','When you offer flexible payment options to shoppers, they\'re more likely to convert. It’s why businesses offering Affirm see an average order value lift of 63%. Affirm tailors your store\'s payment options with terms proven to reach new customers, boost conversions, and grow sales.','{}','unactioned','woocommerce.com','2023-03-13 04:50:13',NULL,0,'plain','',0,'info',0),(143,'google_listings_ads_pmax_i1_q1_2023_no_gla','marketing','en_US','Create more engaging ads – without the hard work','Get in front of millions of shoppers searching for products like yours with Google Listings &amp; Ads. With new customization features, Google automatically tests multiple combinations of text and images to create the most engaging ad to boost your business. Plus, get up to $500 in ad credit – terms and conditions apply.','{}','unactioned','woocommerce.com','2023-03-16 15:48:13',NULL,0,'plain','',0,'info',1),(144,'google_listings_ads_pmax_i1_q1_2023_with_gla','marketing','en_US','New customization features to boost your business','You can now add custom images, messaging, and URLs to campaigns in Google Listings &amp; Ads. Google then automatically tests multiple combinations to create the most engaging version to help boost your business. Get more sales with dynamic content – edit an existing campaign or create a new ad now.','{}','pending','woocommerce.com','2023-03-16 15:48:13',NULL,0,'plain','',0,'info',0),(145,'woocommerce-wcpay-march-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Payments','<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.','{}','pending','woocommerce.com','2023-03-23 19:38:03',NULL,0,'plain','',0,'info',0),(146,'tap_to_pay_iphone_q2_2023_no_wcpay','marketing','en_US','Accept in-person contactless payments on your iPhone','Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.','{}','unactioned','woocommerce.com','2023-04-04 19:28:57',NULL,0,'plain','',0,'info',1),(147,'tap_to_pay_iphone_q2_2023_with_wcpay','marketing','en_US','New: accept in-person contactless payments on your iPhone','Tap to Pay on iPhone is quick, secure, and simple to set up in WooCommerce Payments — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person in a few short steps!','{}','pending','woocommerce.com','2023-04-04 19:28:57',NULL,0,'plain','',0,'info',0),(148,'woocommerce-WCPreOrders-april-2023-update-needed','update','en_US','Action required: Security update of WooCommerce Pre-Orders extension','<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(149,'wc-admin-wcpay-denmark-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Denmark!','We’ve recently released WooCommerce Payments in Denmark. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(150,'wc-admin-wcpay-greece-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Greece!','We’ve recently released WooCommerce Payments in Greece. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(151,'wc-admin-wcpay-norway-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Norway!','We’ve recently released WooCommerce Payments in Norway. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(152,'wc-admin-wcpay-slovakia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Slovakia!','We’ve recently released WooCommerce Payments in Slovakia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(153,'wc-admin-wcpay-finland-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Finland!','We’ve recently released WooCommerce Payments in Finland. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(154,'wc-admin-wcpay-estonia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Estonia!','We’ve recently released WooCommerce Payments in Estonia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(155,'wc-admin-wcpay-lithuania-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Lithuania!','We’ve recently released WooCommerce Payments in Lithuania. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(156,'wc-admin-wcpay-slovenia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Slovenia!','We’ve recently released WooCommerce Payments in Slovenia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(157,'wc-admin-wcpay-latvia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Latvia!','We’ve recently released WooCommerce Payments in Latvia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(158,'wc-admin-wcpay-cyprus-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Cyprus!','We’ve recently released WooCommerce Payments in Cyprus. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(159,'wc-admin-wcpay-malta-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Malta!','We’ve recently released WooCommerce Payments in Malta. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(160,'wc-admin-wcpay-luxembourg-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Luxembourg!','We’ve recently released WooCommerce Payments in Luxembourg. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(161,'wc_admin_BNPL_WCPay_coming-soon_Q1_2023','marketing','en_US','Buy now, pay later is heading to WooCommerce Payments','Great news: full integration with Afterpay and Affirm is on its way to WooCommerce Payments! You’ll soon be able to increase your order values, sell more, and offer customers a payment option they’ll love — with no extra downloads or extensions required.','{}','pending','woocommerce.com','2023-04-26 19:26:29',NULL,0,'plain','',0,'info',0),(162,'woopay-beta-existingmerchants-noaction-27APR23-test2','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-27 19:51:12',NULL,0,'plain','',0,'info',0),(163,'woopay-beta-existingmerchants-update-27APR23-test','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-27 19:51:12',NULL,0,'plain','',0,'info',0),(164,'woopay-beta-existingmerchants-noaction-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-28 20:09:57',NULL,0,'plain','',0,'info',0),(165,'woopay-beta-existingmerchants-update-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-28 20:09:57',NULL,0,'plain','',0,'info',0),(166,'woopay-beta-merchantrecruitment-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.','{}','pending','woocommerce.com','2023-05-05 19:26:21',NULL,0,'plain','',0,'info',0),(167,'woopay-beta-merchantrecruitment-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-05-05 19:26:21',NULL,0,'plain','',0,'info',0),(168,'woopay-beta-merchantrecruitment-short-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-05 19:26:21',NULL,0,'plain','',0,'info',0),(169,'woopay-beta-merchantrecruitment-short-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-05-05 19:26:21',NULL,0,'plain','',0,'info',0),(170,'woopay-beta-merchantrecruitment-short-06MAY23-TESTA','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-06 19:26:24',NULL,0,'plain','',0,'info',0),(171,'woopay-beta-merchantrecruitment-short-06MAY23-TESTB','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-06 19:26:24',NULL,0,'plain','',0,'info',0),(172,'woopay-beta-merchantrecruitment-short-06MAY23-TESTC','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-07 19:26:57',NULL,0,'plain','',0,'info',0),(173,'woopay-beta-merchantrecruitment-short-06MAY23-TESTD','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-07 19:26:57',NULL,0,'plain','',0,'info',0),(174,'woopay-beta-merchantrecruitment-short-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-09 19:26:20',NULL,0,'plain','',0,'info',0),(175,'woopay-beta-merchantrecruitment-short-update-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-05-09 19:26:20',NULL,0,'plain','',0,'info',0),(176,'payoneer_q2_2023','marketing','en_US','Grow with the next generation of payment processing','Ready to stand out in the new global economy? Payoneer Checkout gives you the power to securely accept payments worldwide, build a checkout that customers love, and manage your store’s transactions and finances – all from the same place.','{}','pending','woocommerce.com','2023-05-14 19:32:38',NULL,0,'plain','',0,'info',0),(177,'ipp_refresh_q2_2023_us_inbox_notification','marketing','en_US','Grow on the go with in-person payments','Sell your products or services on the go with the M2 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.','{}','unactioned','woocommerce.com','2023-05-18 20:24:03',NULL,0,'plain','',0,'info',1),(178,'ipp_refresh_q2_2023_ca_inbox_notification','marketing','en_US','Grow on the go with in-person payments','Sell your products or services on the go with the WisePad 3 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.','{}','pending','woocommerce.com','2023-05-18 20:24:03',NULL,0,'plain','',0,'info',0),(179,'product_management_card_sorting','survey','en_US','How do you create and edit products?','Have a say in the future of WooCommerce. Take part in a brief exercise and help us understand what information is important to you while editing products.','{}','unactioned','woocommerce.com','2023-05-18 20:24:03',NULL,0,'plain','',0,'info',1),(181,'woocommerce-WCstripe-May-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Stripe plugin','<strong>Your store requires a security update for the WooCommerce Stripe plugin</strong>. Please update the WooCommerce Stripe plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-06-01 19:26:20',NULL,0,'plain','',0,'info',0),(182,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Returns and Warranty Requests extension','<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.','{}','pending','woocommerce.com','2023-06-03 21:30:06',NULL,0,'plain','',0,'info',0),(183,'woocommerce-WCPayments-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Payments','<strong>Your store requires a security update for the WooCommerce Payments plugin</strong>. Please update the WooCommerce Payments plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-06-06 19:26:20',NULL,0,'plain','',0,'info',0),(184,'woocommerce-WCSubscriptions-June-2023-updated-needed','marketing','en_US','Action required: Security update of WooCommerce Subscriptions','<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-06-06 19:26:20',NULL,0,'plain','',0,'info',0),(185,'woocommerce_hpos_1st_notification_q2_2023','marketing','en_US','High-Performance Order Storage (HPOS) is on its way','Our team is targeting August 2023 to roll out a major database upgrade that can unlock faster checkout and order creation for your customers — and lightning-quick order lookup for you. Enablement is optional and you won’t be forced to update, but read on to see why this was our most requested new feature.','{}','unactioned','woocommerce.com','2023-06-07 19:26:41',NULL,0,'plain','',0,'info',1),(186,'woocommerce-WCOPC-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce One Page Checkout','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(187,'woocommerce-WCGC-July-2023-update-needed','update','en_US','Action required: Security update of WooCommerce GoCardless Extension','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(188,'woocommerce-shipping-fedex-api-outage-2023-07-16','warning','en_US','Scheduled FedEx API outage — July 2023','On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(189,'wcship-2023-07-hazmat-update-needed','update','en_US','Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension','<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(190,'woocommerce-WCStripe-Aug-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe plugin','<strong>Your shop requires an important security update for the  WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(191,'woocommerce-WCStripe-Aug-2023-security-updated','update','en_US','Security update of WooCommerce Stripe plugin','<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(192,'woocommerce-WooPayments-Aug-2023-update-needed','update','en_US','Action required: Security update for WooPayments (WooCommerce Payments) plugin','<strong>Your shop requires an important security update for the WooPayments (WooCommerce Payments) extension</strong>. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(193,'woocommerce-WooPayments-Aug-2023-security-updated','update','en_US','Security update of WooPayments (WooCommerce Payments) plugin','<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(194,'avalara_q3-2023_noAvaTax','marketing','en_US','Automatically calculate VAT in real time','Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(195,'woo-activation-survey-blockers-22AUG23','info','en_US','How can we help you get that first sale?','Your feedback is vital. Please take a minute to share your experience of setting up your new store and whether anything is preventing you from making those first few sales. Together, we can make Woo even better!','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(196,'woocommerce-usermeta-Sept2023-productvendors','update','en_US','Your store requires a security update','<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(197,'woocommerce-STRIPE-Oct-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe Gateway','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(198,'amazon-mcf-reviews-2023-12-07','marketing','en_US','Enjoying Amazon MCF for WooCommerce?','We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!','{}','pending','woocommerce.com','2024-01-11 20:38:53',NULL,0,'plain','',0,'info',0),(199,'amazon_pay_reactivate_q1-24','marketing','en_US','Special offer: Activate 0% promo rate for Amazon Pay','For a limited time, Woo merchants who register with Amazon Pay can enjoy a promotional rate of 0% on all transaction fees for 30 days. Valid for businesses based in the United Kingdom. Terms and conditions apply.','{}','pending','woocommerce.com','2024-02-13 17:05:50',NULL,0,'plain','',0,'info',0),(200,'remove_estimated_deposits_2024','marketing','en_US','Estimated deposits are going away','To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.','{}','pending','woocommerce.com','2024-02-13 17:05:50',NULL,0,'plain','',0,'info',0),(201,'custom_order_attribution_inbox_q1_2024','marketing','en_US','NEW: Custom Order Attribution','Order attribution tracking is now available for all Woo stores! See whether an order came from a search ad, video, or email. Make better marketing decisions and watch your products go from “maybe” to “must-have.”','{}','unactioned','woocommerce.com','2024-02-13 17:05:50',NULL,0,'plain','',0,'info',1),(202,'wc_admin_UKpricingchange_WCPay_Q1_2024','marketing','en_US','Fee Changes for WooPayments in the EEA and UK','WooPayments fees for transactions between the EEA and UK will change as of 1st March, 2024. Transactions between the UK and EEA are now deemed by card networks to be cross-border, thus international payment fees will be applicable. This also changes base processing fees.','{}','pending','woocommerce.com','2024-03-05 20:40:14',NULL,0,'plain','',0,'info',0),(203,'airwallex_q1_2024','marketing','en_US','Save big on foreign exchange (FX) fees','Boost your international sales by offering Apple Pay, Google Pay, and 60+ local payment methods with Airwallex. Save time and money by settling payments directly in USD, EUR, HKD, SGD, AUD, and more — without the extra FX fees. Simple, cost-effective, fast.','{}','unactioned','woocommerce.com','2024-03-05 20:40:14',NULL,0,'plain','',0,'info',1),(204,'woocommerce-payfast-may-2024-update-needed','update','en_US','An important update is required for the Payfast Payment Gateway','<strong>Please update to the latest version of the Payfast Payment Gateway for WooCommerce immediately to address a security vulnerability</strong>. This update is required to ensure that your transactions continue to process.','{}','pending','woocommerce.com','2024-05-29 16:16:13',NULL,0,'plain','',0,'info',0),(205,'mailchimp_q2_2024','marketing','en_US','Level up your marketing to boost sales','Looking for a smart way to kickstart your growth? Mailchimp’s best-in-class email marketing empowers you to create and automate precisely targeted SMS and email campaigns and build long-term relationships with your audience. Enhance your customer experience, track sales, and more by connecting your store to Mailchimp.','{}','unactioned','woocommerce.com','2024-06-06 02:04:58',NULL,0,'plain','',0,'info',1),(206,'checkout_block_update_july_2024','marketing','en_US','UPDATE: The checkout block is getting an upgrade!','We’re improving the checkout block in 2024, starting with WooCommerce 9.0, launching on June 18! The latest release includes streamlined order summary with sticky functionality, better address form layout, and other enhancements to boost conversion.','{}','unactioned','woocommerce.com','2024-06-25 19:01:42',NULL,0,'plain','',0,'info',1),(208,'klaviyo_q4_2024','marketing','en_US','Need a marketing solution to help you sell more?','Over 13,000 brands use Klaviyo to grow faster. You can drive 46x ROI with their personalized email, SMS, forms, and product reviews. Start for free today.','{}','unactioned','woocommerce.com','2024-07-31 19:30:02',NULL,0,'plain','',0,'info',1),(209,'wnww-recap-july','marketing','en_US','Powerful updates and upgrades in WooCommerce','Have you seen all the latest from Woo? Check out our recent roundup for a look at the newest features, extensions, and insights making WooCommerce perform better than ever.','{}','unactioned','woocommerce.com','2024-08-13 19:30:02',NULL,0,'plain','',0,'info',1),(210,'bfcm2024-landing-page','marketing','en_US','The best way to prepare for holiday success','The upcoming holiday season is the busiest time of the year for many online stores. We want to help you make the most of it with an early gift: our first-ever Black Friday Cyber Monday Trends Report. It\'s full of stats, trends, and recommendations to knock your holiday socks off!','{}','unactioned','woocommerce.com','2024-09-04 19:30:02',NULL,0,'plain','',0,'info',0),(211,'stripe_securityupdate_q3_2024','update','en_US','Security update required for your Stripe extension','To continue securely accepting payments, you must update your Stripe extension to at least version 8.6, re-authenticate, and turn on the new checkout experience. Review the documentation for instructions on how to make the necessary changes from your WooCommerce dashboard.','{}','pending','woocommerce.com','2024-09-18 19:30:02',NULL,0,'plain','',0,'info',0),(212,'paypal_migration_Q3_2024','marketing','en_US','You’re using an outdated version of PayPal','Don\'t miss out on potential sales this holiday season — upgrade your store\'s checkout experience by switching to the all-in-one PayPal Payments extension. Enable customers to pay using Venmo and Pay Later (where available), credit and debit cards, Apple Pay, Google Pay, and country-specific options.','{}','pending','woocommerce.com','2024-10-03 19:30:02',NULL,0,'plain','',0,'info',0),(213,'acfw-notification-130','info','en_US','Set Up Your Halloween Sale In Minutes With A Coupon Template','The countdown to Halloween is on! Have you prepared your discount? Get started easily with our Halloween coupon template. For more tips, check out <a href=\"https://advancedcouponsplugin.com/how-to-run-a-halloween-marketing-campaign/?utm_source=acfw&amp;utm_medium=inappnotifications&amp;utm_campaign=halloween-2024\" target=\"_new\" rel=\"noopener\">our Halloween guide</a>.','{}','unactioned','advancedcouponsplugin.com','2024-10-25 22:24:42',NULL,0,'plain','',0,'info',0),(214,'mollie_q4_2024','marketing','en_US','Special offer: Zero transaction fees for your first month with Mollie','With seamless checkout, flexible financing, and 30+ local and global payment methods, Mollie is the all-in-one payment solution that enhances the customer experience and helps your business grow. Start your account today and enjoy ZERO transaction fees for the first month. Ts&amp;Cs apply.','{}','pending','woocommerce.com','2024-10-31 19:30:02',NULL,0,'plain','',0,'info',0),(215,'paypal_migration_Q3_2024_v2','marketing','en_US','You’re using an outdated version of PayPal','Don\'t miss out on potential sales this holiday season — upgrade your store\'s checkout experience by switching to the all-in-one PayPal Payments extension. Enable customers to pay using Venmo and Pay Later (where available), credit and debit cards, Apple Pay, Google Pay, and country-specific options.','{}','unactioned','woocommerce.com','2024-10-31 19:30:02',NULL,0,'plain','',0,'info',1),(216,'Renewal_notification_emails_Woosubscriptions_Nov2024','marketing','en_US','WooCommerce Subscriptions just got even better','You can now send automatic email reminders to customers before their subscriptions renew or expire. To enable this for your store, update to the latest version of WooCommerce Subscriptions (don\'t forget to make a backup first) and follow the steps linked below.','{}','pending','woocommerce.com','2024-11-18 19:30:02',NULL,0,'plain','',0,'info',0),(217,'acfw-notification-172','info','en_US','Up To 60% OFF - Black Friday Limited Time Offer! ⏰','Don\'t miss out on our EXCLUSIVE DEALS. Power up your store with more advanced features like cart conditions, auto-apply discounts, BOGO coupons, and more.? ','{}','unactioned','advancedcouponsplugin.com','2024-11-26 05:39:10',NULL,0,'plain','',0,'info',0),(218,'paypal_promo_Q4_2024','marketing','en_US','Add PayPal to your existing checkout this holiday season','Drive conversion and give customers more confidence to buy when you complement your checkout with PayPal, Venmo, Pay Later, and more. Attract new shoppers and give them a streamlined buying experience with Fastlane, PayPal’s fast and simple guest checkout.','{}','unactioned','woocommerce.com','2024-11-27 19:25:22',NULL,0,'plain','',0,'info',0),(219,'sirt-woo-2024-11-xss-admin','update','en_US','An important update is required for WooCommerce','This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>','{}','pending','woocommerce.com','2024-12-04 19:30:02',NULL,0,'plain','',0,'info',0),(220,'usps-mail-service-to-canada-suspended-dec-2024','update','en_US','Please note: USPS Mail Service to Canada Suspended','The United States Postal Service has temporarily suspended mail service to Canada due to the ongoing Canadian postal workers\' strike. USPS is asking users to refrain from mailing items to Canada at this time.','{}','pending','woocommerce.com','2024-12-05 19:30:03',NULL,0,'plain','',0,'info',0),(221,'Announce-UPS-WCShipping-Dec2024','marketing','en_US','WooCommerce Shipping now supports select UPS services','Give customers the power and reliability of UPS, directly from your dashboard. Access discounted rates, convenient shipping options, and fast, on-time delivery with UPS on WooCommerce Shipping — and stay tuned for UPS® Ground Saver rates coming in 2025.','{}','pending','woocommerce.com','2024-12-12 19:30:02',NULL,0,'plain','',0,'info',0),(222,'account-creation-after-checkout-dec2024','marketing','en_US','Offer account creation after checkout','Your customers can now create accounts after they check out on block-based themes. Enable the new “After checkout” block in your account settings and enjoy smoother guest checkout, better conversion, and more repeat business.','{}','pending','woocommerce.com','2024-12-18 19:30:02',NULL,0,'plain','',0,'info',0),(223,'woocommerce-analytics-order-attribution-promotions-december-2024','marketing','en_US','Discover what drives your sales','Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.','{}','pending','woocommerce.com','2024-12-23 19:30:02',NULL,0,'plain','',0,'info',0),(224,'affirm_promo_Q1_2025','marketing','en_US','Save up to 50% on merchant fees with Affirm','Kickstart the year with buy now, pay later and get merchant rates as low as 2.9% + 30¢ per transaction for 30 days. Download the extension and complete your application from your WooCommerce dashboard by February 19, 2025 to claim the offer. Terms and conditions apply.','{}','unactioned','woocommerce.com','2025-01-20 19:30:02',NULL,0,'plain','',0,'info',0),(225,'new-woo-brand-announcement-feb4-2025','marketing','en_US','Meet the new Woo','WooCommerce has a new look, but underneath, we’re still the same customizable, open-source ecommerce platform you know and love. Plus, we’ve got some major improvements to our platform and product on the way.','{}','unactioned','woocommerce.com','2025-02-04 19:27:14',NULL,0,'plain','',0,'info',1),(226,'paypal_bnpl_au_promo_Q1_2025','marketing','en_US','Australian shoppers can Pay in 4 with PayPal','Enable Pay in 4 messaging to let Australian customers know that they can pay over time while you get paid up front and in full. Pay in 4 is included in PayPal Payments at no additional cost. Eligible buyers can pay in four interest-free payments for purchases of $30 to $2,000 AUD. Terms apply.','{}','pending','woocommerce.com','2025-02-12 19:30:03',NULL,0,'plain','',0,'info',0),(227,'stripe_stripetax_q1_2025','marketing','en_US','Say goodbye to your tax woes','Stripe Tax automatically applies the correct sales tax, VAT, or GST, saving time while keeping you compliant. And with simple automatic filing, you can stop stressing at tax time and focus on growing instead.','{}','pending','woocommerce.com','2025-02-19 19:30:02',NULL,0,'plain','',0,'info',0),(228,'printful_promo_q1_2025','marketing','en_US','New: sell print-on-demand products, risk-free','Expand your product line with Printful, now available in the WooCommerce Marketplace. Sell custom products with no upfront costs or inventory. This trusted supplier prints, packages, and ships for you, so you can focus on growing your store — and your next big idea.','{}','pending','woocommerce.com','2025-02-26 19:30:02',NULL,0,'plain','',0,'info',0),(229,'paypal-braintree-sdk-depreciation-2025-02-20','update','en_US','Update required for your PayPal Braintree extension','To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.','{}','pending','woocommerce.com','2025-03-03 19:30:03',NULL,0,'plain','',0,'info',0),(230,'woo-marketplace-two-year-subscriptions-rin-2025-03-17','marketing','en_US','Save 20% on new two-year subscriptions','We’ve introduced 20% off two-year subscriptions for all products* in the WooCommerce Marketplace. Lock in long-term savings and make sure your store never misses a beat. \r\n\r\n*Some exclusions apply. New purchases only.','{}','pending','woocommerce.com','2025-03-17 19:30:02',NULL,0,'plain','',0,'info',0),(231,'viva_wallet_migration_q1_2025','update','en_US','Switch to the new Viva.com Smart Checkout','The Viva Wallet extension is no longer being updated and improved. To get the best Viva.com experience, move to the new Smart Checkout. It’s fast, secure, and fully compatible with the latest WooCommerce features.','{}','pending','woocommerce.com','2025-04-03 19:30:02',NULL,0,'plain','',0,'info',0),(232,'stripe_orderstatus_bug_q2_2025','update','en_US','Action Required: Update Order Status Manager','Update to the latest Order Status Manager (v1.15.5+) to ensure payments are captured. Your version of WooCommerce Order Status Manager can interfere with order processing for payment gateways (including WooCommerce Stripe Gateway v9.2.0+), which may cause orders to process without capturing payment.','{}','pending','woocommerce.com','2025-04-03 19:30:02',NULL,0,'plain','',0,'info',0),(233,'WooCommerce-Stripe-Gateway-Update-April-2025','update','en_US','Action required: Update WooCommerce Stripe Gateway to v9.4.1','<strong>An important update for WooCommerce Stripe Payment Gateway has been released</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. Please update as soon as possible for optimal store performance. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory</a> for more information.','{}','pending','woocommerce.com','2025-04-18 19:30:02',NULL,0,'plain','',0,'info',0),(234,'WooCommerce-Stripe-Gateway-Update-Info-April-2025','update','en_US','WooCommerce Stripe Gateway has been updated to v9.4.1','<strong>WooCommerce Stripe Payment Gateway was recently updated</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. No further action is required. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory post </a>for more information.','{}','pending','woocommerce.com','2025-04-18 19:30:02',NULL,0,'plain','',0,'info',0),(235,'klaviyo_q2_2025','marketing','en_US','Tailor your marketing with data-driven automation','Deliver personalized experiences at scale, simplify your stack, and make your data work for you using Klaviyo’s best-in-class marketing extension for Woo. With advanced segmentation based on actual customer behavior, you can send email and SMS messages that drive revenue and increase loyalty — without adding complexity','{}','pending','woocommerce.com','2025-04-30 19:30:02',NULL,0,'plain','',0,'info',0),(236,'uk-vat-notice-2025-04-30','warning','en_US','UK VAT numbers are no longer supported','Due to recent HM Revenue &amp; Customs (HMRC) VAT API changes, your EU VAT Number for WooCommerce extension can no longer validate UK VAT numbers. HMRC now requires merchants to register an API key, which this extension does not currently support. We recommend EU/UK VAT Validation Manager for WooCommerce as a replacement','{}','pending','woocommerce.com','2025-05-05 19:30:03',NULL,0,'plain','',0,'info',0),(237,'payson-retirement-2025','update','en_US','Payson Form Retirement','Svea Bank is discontinuing the Payson service; the last date for transactions is August 31, 2025. As a result, the Payson Form extension has been removed from WooCommerce.com. Documentation remains available.','{}','pending','woocommerce.com','2025-05-13 19:30:02',NULL,0,'plain','',0,'info',0),(238,'paypal_q2_2025','marketing','en_US','Power up sales with Pay Later messaging','Help increase your sales and grow cart sizes by letting customers know they have flexible payment options. Merchants see up to an 11% sales lift when they add Pay Later messaging — plus, it integrates seamlessly with your PayPal checkout.','{}','pending','woocommerce.com','2025-05-22 19:30:02',NULL,0,'plain','',0,'info',0),(239,'paypal-braintree-sdk-depreciation-2025-05-30','update','en_US','Action required: Update the PayPal Braintree extension','Your PayPal Braintree extension is using an outdated SDK and will stop processing payments after June 30, 2025, due to a root SSL certificate expiration. To avoid service disruption, update to version 3.2.4 or newer immediately.','{}','pending','woocommerce.com','2025-05-29 19:30:02',NULL,0,'plain','',0,'info',0),(240,'tento_q2_2025','marketing','en_US','Get your free business credit score','Strong business credit is the key to better deals, stronger partnerships, and sustainable growth. Tento Business Credit Monitoring helps you catch risks early, secure better financing, and fuel smarter growth — with no impact to your credit.','{}','pending','woocommerce.com','2025-06-04 19:30:03',NULL,0,'plain','',0,'info',0),(241,'woopayments-multibanco-alipay-wechat-launch-2025-06-23','marketing','en_US','Multibanco, AliPay and WeChat now available in WooPayments','Multibanco, AliPay, and WeChat Pay are now available in WooPayments! Offer trusted local payment methods to customers in key global markets and boost international sales. Geo restrictions apply.','{}','pending','woocommerce.com','2025-06-23 19:25:51',NULL,0,'plain','',0,'info',0),(242,'wc-admin-email-improvements','info','en_US','Store emails have had an upgrade!','We’ve made some exciting improvements to our email templates, including modern, shopper-friendly designs and new customization options. And if you’re using a block theme, you can automatically sync your theme styles! Head to your email settings to explore the new features.','{}','unactioned','woocommerce-admin','2025-06-28 19:27:05',NULL,0,'plain','',0,'info',1),(243,'woopayments-new-lpms-2025-06-30','marketing','en_US','Get the POS built specifically for Woo stores','Introducing WooCommerce POS, our new point-of-sale solution built to get you up and running quickly with in-person sales. Search products, scan barcodes, apply coupons, and send email receipts — right in the WooCommerce mobile app, with all of your online and physical sales synced in real time — no extra setup required','{}','pending','woocommerce.com','2025-06-30 19:30:03',NULL,0,'plain','',0,'info',0),(244,'tiktok-webinar-promo-july2025','marketing','en_US','You\'re Invited: TikTok for WooCommerce Webinar','Join us for a free webinar with our friends at TikTok on Tuesday, July 8, at 4 pm UTC. We\'ll cover creative tips and best practices for making content that turns views into sales.','{}','pending','woocommerce.com','2025-06-30 19:30:03',NULL,0,'plain','',0,'info',0),(245,'woopayments-grabpay-launch-2025-07-07','marketing','en_US','GrabPay now available in WooPayments','Offer GrabPay through WooPayments and make checkout easier for customers across Southeast Asia. Enable it today and expand your reach with a payment method they know and trust.','{}','pending','woocommerce.com','2025-07-07 19:25:47',NULL,0,'plain','',0,'info',0),(246,'BFCM-25-Survey','marketing','en_US','You’re invited: Take our quick BFCM survey and get 25% off','We’re gathering insights on how businesses prepare for peak sales moments like Black Friday and Cyber Monday — so we can better support you. Take our quick 8-minute survey to share your thoughts and get 25% off your next WooCommerce extension as a thank you.','{}','pending','woocommerce.com','2025-07-14 19:30:02',NULL,0,'plain','',0,'info',0),(247,'woohoo10-coupon','marketing','en_US','Celebrate and save with WooCommerce 10.0','To mark this milestone release, get 10% off extensions and themes in the official Woo Marketplace. Use code WOOHOO10 at checkout to save on essential tools that help grow your business. Offer ends August 15, 2025. Terms and conditions apply.','{}','unactioned','woocommerce.com','2025-07-21 19:30:02',NULL,0,'plain','',0,'info',1),(248,'paypaladvantage_q3_2025','marketing','en_US','Add PayPal Checkout and earn up to $1,000*','PayPal Checkout can boost conversion by up to 46% and average order value by up to 62% with no disruption to your checkout. New US merchants who activate by August 31 save 25% on transaction fees for 6 months. Excludes Venmo. Terms apply.*','{}','pending','woocommerce.com','2025-07-23 19:30:02',NULL,0,'plain','',0,'info',0),(249,'wc-admin-new-sales-record','info','en_US','New sales record!','Woohoo, August 7th was your record day for sales! Net sales was $14,604.33 beating the previous record of $11,845.09 set on November 28th.','{\"old_record_date\":\"2022-11-28\",\"old_record_amt\":11845.09,\"new_record_date\":\"2025-08-07\",\"new_record_amt\":14604.329999999998}','unactioned','woocommerce-admin','2025-08-08 19:30:02',NULL,0,'plain','',0,'info',1),(250,'stripe_optimizedcheckout_upgrade_q3_2025','marketing','en_US','Upgrade for a faster, more flexible Stripe checkout','You\'re not on the latest WooCommerce Stripe Payment Gateway version. Upgrade to version 9.8 to access Stripe\'s Optimized Checkout Suite and leverage AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click Link checkout.','{}','pending','woocommerce.com','2025-08-13 19:30:02',NULL,0,'plain','',0,'info',0),(251,'stripe_optimizedcheckout_enable_q3_2025','marketing','en_US','Unlock dynamic payments and sell more','You’re on the latest WooCommerce Stripe Payment Gateway — now unlock its full potential by enabling the Optimized Checkout Suite. It uses AI models to dynamically surface the most relevant payment methods for each customer, helping you boost conversions.','{}','pending','woocommerce.com','2025-08-13 19:30:02',NULL,0,'plain','',0,'info',0),(252,'stripe_optimizedcheckout_promotion_q3_2025','marketing','en_US','Upgrade to Stripe for a faster, more flexible checkout','Unlock dynamic payments with Stripe’s Optimized Checkout Suite — now available with the WooCommerce Stripe Payment Gateway. Leverage AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click Link checkout.','{}','pending','woocommerce.com','2025-08-15 19:30:02',NULL,0,'plain','',0,'info',0),(253,'woo-subscription-gifting-bundling-2025-08-18','marketing','en_US','Grow recurring revenue with gifting','WooCommerce Subscriptions now includes gifting. Customers can buy subscriptions for others, helping you reach new shoppers and grow recurring revenue with less effort. Update to the latest version of Subscriptions (7.8.0) to start offering gifting.','{}','pending','woocommerce.com','2025-08-20 19:30:02',NULL,0,'plain','',0,'info',0),(254,'stripe_optimizedcheckout_competitors_q3_2025','marketing','en_US','Upgrade to the official WooCommerce Stripe Payment Gateway','Unlock dynamic payments with Stripe’s Optimized Checkout Suite — now available with the WooCommerce Stripe Payment Gateway. Use AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click checkout with Link.','{}','pending','woocommerce.com','2025-08-28 19:30:02',NULL,0,'plain','',0,'info',0),(255,'ppcp-settings-migration-inbox-note','info','en_US','? Important: New PayPal Payments settings UI becoming default in October!','We\'ve redesigned the settings for better performance and usability. Starting late October, this improved design will be the default for all WooCommerce installations to enjoy faster navigation, cleaner organization, and improved performance. Check out the <a href=\"https://woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-startup-guide/\" target=\"_blank\">Startup Guide</a>, then click <a href=\"#\" name=\"settings-switch-ui\"><strong>Switch to New Settings</strong></a> to activate it.','{}','unactioned','woocommerce-paypal-payments/woocommerce-paypal-payments.php','2025-09-05 18:59:36',NULL,0,'plain','',0,'info',1),(257,'UPS-promo-RIN-WCS-Aug-25','marketing','en_US','Get up to $100 off your first UPS shipments','For a limited time, merchants new to UPS can get up to $10 off their first 10 UPS labels on WooCommerce Shipping. Simplify your shipping, lower costs, and keep customers happy with fast, affordable options built right into your store dashboard.','{}','pending','woocommerce.com','2025-09-10 19:30:02',NULL,0,'plain','',0,'info',0),(258,'UPS-promo-RIN-WCST-Aug-25','marketing','en_US','Get up to $100 off your first UPS shipments','For a limited time, merchants new to UPS can get up to $10 off their first 10 UPS labels on WooCommerce Shipping. Simplify your shipping, lower costs, and keep customers happy with fast, affordable options built right into your store dashboard.','{}','pending','woocommerce.com','2025-09-10 19:30:02',NULL,0,'plain','',0,'info',0),(259,'square_ordersync_upgrade_q3_2025','marketing','en_US','You asked, we delivered — order sync is here for Square','Update your Square extension to v5.0 to access <a href=\"https://woocommerce.com/document/woocommerce-square/sync-settings/sync-orders-between-woocommerce-and-square/\">automatic order syncing</a>. Manage your online sales in Square, keep reports accurate, and save time with order updates visible across both platforms.','{}','pending','woocommerce.com','2025-09-11 19:28:51',NULL,0,'plain','',0,'info',0),(260,'klaviyo_q3_2025','marketing','en_US','Smarter marketing starts with Woo x Klaviyo','Personalize every customer interaction with Klaviyo, Woo\'s preferred marketing automation solution. Advanced segmentation based on real customer behavior lets you create email and SMS campaigns focused on driving loyalty and revenue. So you can grow sales while simplifying your stack.','{}','pending','woocommerce.com','2025-09-17 19:30:02',NULL,0,'plain','',0,'info',0),(262,'pinterest_q3_20252','marketing','en_US','More visibility, smarter campaigns','Connect your store to Pinterest via the Conversions API, a new feature in the latest version of our official extension. Target the right shoppers, track performance, and optimize campaigns for more sales. Get started today — connect and sync your catalog using the Conversions API.','{}','pending','woocommerce.com','2025-09-24 21:55:51',NULL,0,'plain','',0,'info',0),(263,'pinterest_q4_2025','marketing','en_US','Maximize conversions with Pinterest','Connect your store to Pinterest via the Conversions API, now part of our official extension. Target the right shoppers, track performance, and optimize campaigns for more sales. Sync your catalog and create your first ad today.','{}','pending','woocommerce.com','2025-10-22 05:21:23',NULL,0,'plain','',0,'info',0),(264,'paypaladvantage_q4_2025','marketing','en_US','PayPal Checkout offer: Get 40% back on fees for 3 months','Download and activate PayPal Payments in your WooCommerce admin, then complete your first transaction by 15 December 2025 to get 40% back on PayPal transaction fees — up to £2,000 for 3 months. PayPal Checkout works with your existing checkout. See terms: paypal.com/uk/campaign/paypalmerchantpromotion/terms.','{}','pending','woocommerce.com','2025-11-05 06:33:41',NULL,0,'plain','',0,'info',0),(265,'reddit_q4_2025','marketing','en_US','New: Reach high-intent shoppers on Reddit','Sync your catalog and pixel with Reddit for WooCommerce. Launch your ads faster on Reddit and connect with their 400M+ weekly active users and shoppers who turn to this platform for authentic conversations and recommendations.','{}','pending','woocommerce.com','2025-11-14 06:51:40',NULL,0,'plain','',0,'info',0),(266,'bfcm_general_sale_q4_2025','marketing','en_US','Save up to 40% on extensions and themes','For a limited time, take up to 40% off nearly everything in our Marketplace. It’s the perfect moment to give your store a holiday boost and level up for 2026. Sale ends December 2, 2025, at 14:00 UTC.','{}','pending','woocommerce.com','2025-11-20 21:35:28',NULL,0,'plain','',0,'info',0),(267,'paypal-carding-recaptcha-dec-25','update','en_US','Activate PayPal fraud management','PayPal detected increased suspicious card activity in market. Please enable fraud protection in your PayPal Payment settings by enabling CAPTCHA for PayPal Payments.','{}','pending','woocommerce.com','2025-12-04 06:35:57',NULL,0,'plain','',0,'info',0),(268,'Googleupdate_q4_2025','marketing','en_US','Make every ad dollar count this holiday season','Google for WooCommerce now includes Budget Recommendations. Install the latest version and get personalized suggestions on where to optimize campaign budgets to reach more holiday shoppers this season.','{}','pending','woocommerce.com','2025-12-05 00:12:18',NULL,0,'plain','',0,'info',0),(269,'holiday_shipping_deadlines_WCST_2025','marketing','en_US','Holiday shipping deadlines','Ensure your packages arrive before December 25. Verify your exact ship-by date for your destination, carrier, and mail class.','{}','pending','woocommerce.com','2025-12-11 21:06:43',NULL,0,'plain','',0,'info',0),(270,'holiday_shipping_deadlines_WCS_2025','marketing','en_US','Holiday shipping deadlines','Ensure your packages arrive before December 25. Verify your exact ship-by date for your destination, carrier, and mail class.','{}','pending','woocommerce.com','2025-12-11 21:06:43',NULL,0,'plain','',0,'info',0),(271,'stripe_agenticcommerce_3PDS_q4_2025','marketing','en_US','Get more from Stripe with the official extension','Switch to the official extension co-developed with Stripe for the latest features and best performance. Get access to personalized checkout options, early support for AI shopping through Stripe’s <a href=\"https://woocommerce.com/posts/stripe-agentic-commerce-suite-for-woocommerce/\">Agentic Commerce Suite</a>, and more.','{}','pending','woocommerce.com','2025-12-18 16:12:41',NULL,0,'plain','',0,'info',0),(272,'snap_q4_2025','marketing','en_US','New: Reach a new audience on Snapchat','88% of Snapchatters love to shop, and 40% aren\'t active on other social platforms. Connect with them and grow your business using Snapchat for WooCommerce, our new official extension. Sync your products, launch ad campaigns, and track results — all from your Woo dashboard.','{}','pending','woocommerce.com','2025-12-19 16:14:20',NULL,0,'plain','',0,'info',0),(273,'WC10.4.3-security-update-12-22-2025','update','en_US','An important update is required for WooCommerce','<strong>Please update to WooCommerce 10.4.3 to resolve a security issue.</strong> This update addresses an issue with the WooCommerce Store API that may have made guest order information visible to other logged in users. See the <a href=\"https://developer.woocommerce.com/2025/12/22/store-api-vulnerability-patched-in-woocommerce-8-1/\" target=\"_blank\">Woo Developer blog</a> for more information.','{}','pending','woocommerce.com','2025-12-23 06:49:38',NULL,0,'plain','',0,'info',0),(274,'downloads-sub-Jan2026-RIN','marketing','en_US','WooCommerce Subscription Downloads is now part of WooCommerce Subscriptions','WooCommerce Subscriptions now allows you to include simple and variable downloadable products with your subscriptions. Streamline your subscription downloads by updating to the latest version of WooCommerce Subscriptions today.','{}','pending','woocommerce.com','2026-01-08 15:47:20',NULL,0,'plain','',0,'info',0),(275,'paypal-carding-recaptcha-jan-26','update','en_US','Fraud protection is now required — enable today','Card networks like Visa and Mastercard now require fraud prevention controls, and non-compliance may result in fines and processing restrictions. Please enable reCAPTCHA in your PayPal Payments settings to help protect your store and maintain compliance.','{}','pending','woocommerce.com','2026-01-21 16:10:17',NULL,0,'plain','',0,'info',0),(302,'wc-admin-wc-helper-subscription','warning','en_US','Min/Max Quantities subscription expired','Your subscription expired on March 31st. Get a new subscription to continue receiving updates and access to support.','{\"product_id\":18616,\"product_name\":\"Min\\/Max Quantities\",\"expired\":true,\"expires\":1774977480,\"expires_date\":\"March 31st\"}','unactioned','woocommerce-admin','2026-03-30 11:30:48',NULL,0,'plain','',0,'info',1);
/*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_category_lookup`
--

DROP TABLE IF EXISTS `wp_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_category_lookup`
--

LOCK TABLES `wp_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_category_lookup` VALUES (15,15),(16,16),(17,17),(18,18),(19,19),(20,20),(21,21),(23,23),(24,24),(25,25),(31,31),(32,32),(38,38);
/*!40000 ALTER TABLE `wp_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_customer_lookup`
--

DROP TABLE IF EXISTS `wp_wc_customer_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) NOT NULL DEFAULT '',
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) NOT NULL DEFAULT '',
  `postcode` varchar(20) NOT NULL DEFAULT '',
  `city` varchar(100) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=142 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_customer_lookup`
--

LOCK TABLES `wp_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_customer_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_customer_lookup` VALUES (3,2,'lcaadmin','Brice','Blackerby','bblackerby424@gmail.com','2023-11-13 17:13:17','2021-03-18 18:28:08','US','77521','Baytown','TX'),(4,NULL,'','Brice','Blackerby','bblackerby424@gmail.com','2021-04-07 19:39:06',NULL,'US','77521','Baytown','TX'),(5,NULL,'','Scott','Wilson','scottw@laradasciences.com','2021-04-13 16:17:13',NULL,'US','84107','Murray','UT'),(16,10,'lca_northseattle','Chris','Parker','info@liceclinicsnorthseattle.com',NULL,'2021-04-16 18:05:00','','','',''),(18,12,'lca_arnold','Eric','Kluempers','info@liceclinicsarnold.com',NULL,'2021-04-16 18:10:42','','','',''),(20,14,'lca_charlottesville','Gerry','Wolburg','info@liceclinicscharlottesville.com',NULL,'2021-04-16 18:18:33','','','',''),(22,17,'lca_northerniowa','Bess','Hayes','info@liceclinicsnortherniowa.com','2022-09-02 00:00:00','2021-04-18 14:50:12','US','52002','Dubuque','IA'),(23,18,'lca_houston','Jen','Mortensen','info@liceclinicshouston.com',NULL,'2021-04-18 14:55:36','','','',''),(24,19,'lca_albuquerque','Gretchen','Collins','info@liceclinicsalbuquerque.com',NULL,'2021-04-18 15:07:12','','','',''),(28,24,'lca_lakecountry','Jamie','Jauregui','info@liceclinicslakecountry.com','2023-07-31 00:00:00','2021-04-18 15:27:24','','','',''),(31,27,'lca_knoxville','Jennifer','Fribourg','info@knoxvilleliceclinic.com',NULL,'2021-04-18 15:39:32','','','',''),(34,30,'lca_bellingham','Trish','Tatro','info@liceclinicsbellingham.com','2021-05-19 00:00:00','2021-04-18 15:48:03','','','',''),(36,32,'lca_licebusters','Libby','Lutz','help@licebusters-stl.com','2026-05-24 02:22:04','2021-04-18 15:59:28','US','63119','Webster Groves','MO'),(38,35,'lca_marietta','Mary','Hammock','info@liceclinicsmarietta.com',NULL,'2021-04-18 16:08:41','','','',''),(45,42,'lca_sanluisobispo','Rose','Moore','info@liceclinicsanluisobispo.com',NULL,'2021-04-18 16:26:50','','','',''),(48,45,'lca_wilmingtonde','Savanna','Mitchell','info@liceclinicswilmingtonde.com',NULL,'2021-04-18 16:36:13','','','',''),(56,53,'lca_scharlotte','Dena','Black','info@liceclinicssouthcharlotte.com','2021-10-15 00:00:00','2021-04-19 02:49:57','US','28227','CHARLOTTE','NC'),(65,62,'lca_centralwi','Laurie','Moyer','info@liceclinicscentralwi.com',NULL,'2021-04-19 04:12:47','','','',''),(72,69,'lca_memphis','Marty','Brown','info@liceremovaltn.com',NULL,'2021-04-19 04:48:55','','','',''),(73,70,'lca_pleasanton','Masoud','Barukzai','info@liceclinicspleasanton.com',NULL,'2021-04-19 04:53:06','','','',''),(75,72,'lca_liceawaytoday','Michelle','Cherry','info@liceawaytoday.net',NULL,'2021-04-19 05:06:55','','','',''),(84,81,'lca_collegestation','Sonia','Watt','info@texasliceremovalclinic.com',NULL,'2021-04-19 05:48:24','','','',''),(91,88,'lca_mih','Phil','Brechting','info@nonitnoggins.com',NULL,'2021-04-21 14:39:05','','','',''),(98,23,'lca_ssf','Jacqueline','Huynh','info@liceclinicssf.com','2026-07-14 00:51:50','2021-04-18 15:25:32','US','94030','Millbrae','CA'),(104,103,'lca_norway','Anja','Dahl','post@luseklinikken.no','2024-04-11 00:00:00','2024-04-11 16:11:26','','','',''),(105,104,'lca_kelvin','Kelvin','Fencil','kelvin@liceclinicsofamerica.com','2024-05-02 00:00:00','2024-05-02 16:02:17','','','',''),(109,109,'sonia.troyon','Sonia','Troyon','sonia.troyon@gmail.com',NULL,'2025-08-29 16:58:31','','','',''),(111,NULL,'','','','awesterman1103@gmail.com','2025-12-17 16:15:57',NULL,'','','',''),(112,NULL,'','Scott','Wilson','scott@boise.liceclinicsofamerica.com','2025-11-17 18:38:00',NULL,'','','',''),(113,67,'lca_naughtynits','Marnie','Murray','contact@naughtynits.com','2026-07-28 18:23:21','2021-04-19 04:39:50','US','14221','Williamsville','NY'),(114,20,'lca_santaclarita','Hasani','Thompson','info@liceclinicssantaclarita.com','2025-12-01 00:00:00','2021-04-18 15:12:08','US','91607','North Hollywood','CA'),(115,NULL,'','','','mayrathompson7@gmail.com','2025-12-17 17:02:46',NULL,'','','',''),(116,NULL,'','','','ondrea@ramsey.liceclinicsofamerica.com','2025-12-18 17:51:52',NULL,'','','',''),(117,NULL,'','','','info@ramsey.liceclinicsofamerica.com','2026-01-09 01:50:12',NULL,'','','',''),(118,50,'lca_newhampshire','Christine','Cherry','info@liceclinicsplaistow.com','2026-01-14 13:36:06','2021-04-19 01:33:53','US','03223','Campton','NH'),(119,52,'lca_nova','Darlene','La Framboise','info@liceremovalnova.com','2026-05-29 15:36:17','2021-04-19 02:46:12','US','20105-3048','Aldie','VA'),(120,39,'lca_brightside','Patty','Ziegler','liceremovalwisconsin@gmail.com','2026-04-16 16:50:37','2021-04-18 16:20:05','US','53590','Sun Prairie','WI'),(121,77,'lca_fresno','Philip','Moon','info@liceclinicsfresno.com','2026-04-29 16:09:03','2021-04-19 05:26:24','US','94611','Piedmont','CA'),(122,4,'lca_slc','Harley','Ruelle','info@slc.liceclinicsofamerica.com','2026-07-22 16:38:41','2021-04-08 19:54:57','US','84107','Murray','UT'),(123,108,'lca_fortworth','Kat','Khalaf','info@liceclinicsfortworth.liceclinicsofamerica.com','2026-02-05 04:51:13','2025-07-14 00:40:00','US','75007','Carrollton','TX'),(124,59,'lca_sugarland','Jacob','Anthon','info@liceclinicssugarland.com','2026-07-08 21:45:28','2021-04-19 04:00:25','US','77375','TOMBALL','TX'),(125,89,'lca_scott','Scott','Wilson','scottw@laradasciences.com','2026-02-09 21:27:11','2021-04-21 14:59:58','US','83709','Boise','ID'),(126,101,'lca_rome','Jeff','Mauer','info@liceclinicsrome.com','2026-02-13 12:52:09','2023-09-25 15:05:07','US','30161','Rome','GA'),(127,8,'lca_nitwits','Barbara','Frieden','info@nitwitslice.com','2026-02-13 19:38:00','2021-04-16 17:56:34','US','40014','Crestwood','KY'),(128,7,'lca_gilroy','Amy','Allen','lca.gilroy@gmail.com','2026-06-06 18:37:13','2021-04-16 17:48:49','US','95023','Hollister','CA'),(129,65,'lca_freshheads','Mandy','Ottesen','mandy@freshheadsliceremoval.com','2026-05-24 17:40:51','2021-04-19 04:26:44','US','32259','St Johns','FL'),(130,61,'lca_lexington','Judy','Hayden','info@liceclinicslexington.com','2026-02-24 17:26:59','2021-04-19 04:06:52','US','40509','Lexington','KY'),(131,66,'lca_maryland','Mark','Dent','info@liceclinicsofmaryland.com','2026-07-10 15:44:35','2021-04-19 04:34:54','US','21211','BAltimore','MD'),(132,3,'lca_mckinney','Amanda','Westerman','info@liceclinicsmckinney.com','2026-07-09 12:17:43','2021-04-08 19:52:25','US','75070','MCKINNEY','TX'),(133,NULL,'','Christine','Cherry','nitsendnh@gmail.com','2026-03-05 23:09:33',NULL,'US','03223','CAMPTON','NH'),(134,47,'lca_sanantonio','Sheli','Schomer','info@liceclinicsanantoniowest.com','2026-03-25 12:49:09','2021-04-18 16:41:44','US','78232','San Antonio','TX'),(135,105,'lca_nashville','Joe','West','info@nashville.liceclinicsofamerica.com','2026-07-01 20:11:43','2024-05-15 20:53:56','US','37069','Franklin','TN'),(136,93,'lca_jersey','Ondrea','Bertie','info@ramsey.liceclinicsofamerica.com','2026-04-09 17:15:56','2021-06-25 14:26:39','US','07401','Allendale','NJ'),(137,5,'lca_northwest','Mark','Meyer','noemi.and.mark@nwliceclinics.com','2026-04-01 22:00:15','2021-04-08 20:00:29','US','97221','portland','OR'),(138,87,'lca_midsouth','Wade','Huntsman','info@liceclinicsmidsouth.com','2026-07-13 15:47:09','2021-04-19 06:13:00','US','74114','Tulsa','OK'),(139,96,'lca_desmoines','Jaimi','Anderson','j.m.licesolutions@gmail.com','2026-07-03 16:59:17','2022-03-08 16:18:46','US','50314','Des Moines','IA'),(140,98,'lca_dublin','Christine','Cherry (Dublin)','christine@liceclinicscolumbus.com','2026-06-03 14:04:48','2023-07-17 16:04:07','US','03223','Campton','PA'),(141,6,'lca_modesto','Amira','Purto','info@liceclinicsmodesto.com','2026-06-04 22:01:06','2021-04-16 17:39:54','US','95355','Modesto','CA');
/*!40000 ALTER TABLE `wp_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_download_log`
--

DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_download_log`
--

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

--
-- Table structure for table `wp_wc_order_addresses`
--

DROP TABLE IF EXISTS `wp_wc_order_addresses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_addresses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned NOT NULL,
  `address_type` varchar(20) DEFAULT NULL,
  `first_name` text DEFAULT NULL,
  `last_name` text DEFAULT NULL,
  `company` text DEFAULT NULL,
  `address_1` text DEFAULT NULL,
  `address_2` text DEFAULT NULL,
  `city` text DEFAULT NULL,
  `state` text DEFAULT NULL,
  `postcode` text DEFAULT NULL,
  `country` text DEFAULT NULL,
  `email` varchar(320) DEFAULT NULL,
  `phone` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`),
  KEY `order_id` (`order_id`),
  KEY `email` (`email`),
  KEY `phone` (`phone`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_addresses`
--

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

--
-- Table structure for table `wp_wc_order_coupon_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_coupon_lookup`
--

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

--
-- Table structure for table `wp_wc_order_operational_data`
--

DROP TABLE IF EXISTS `wp_wc_order_operational_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_operational_data` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `created_via` varchar(100) DEFAULT NULL,
  `woocommerce_version` varchar(20) DEFAULT NULL,
  `prices_include_tax` tinyint(1) DEFAULT NULL,
  `coupon_usages_are_counted` tinyint(1) DEFAULT NULL,
  `download_permission_granted` tinyint(1) DEFAULT NULL,
  `cart_hash` varchar(100) DEFAULT NULL,
  `new_order_email_sent` tinyint(1) DEFAULT NULL,
  `order_key` varchar(100) DEFAULT NULL,
  `order_stock_reduced` tinyint(1) DEFAULT NULL,
  `date_paid_gmt` datetime DEFAULT NULL,
  `date_completed_gmt` datetime DEFAULT NULL,
  `shipping_tax_amount` decimal(26,8) DEFAULT NULL,
  `shipping_total_amount` decimal(26,8) DEFAULT NULL,
  `discount_tax_amount` decimal(26,8) DEFAULT NULL,
  `discount_total_amount` decimal(26,8) DEFAULT NULL,
  `recorded_sales` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `order_id` (`order_id`),
  KEY `order_key` (`order_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_operational_data`
--

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

--
-- Table structure for table `wp_wc_order_product_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_item_id`,`order_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_product_date` (`customer_id`,`product_id`,`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_product_lookup`
--

LOCK TABLES `wp_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_order_product_lookup` VALUES (20,171,144,0,3,'2021-04-07 19:35:39',-1,-1.25,-10.69,0,0,-9.44,0),(26,174,142,0,4,'2021-04-07 19:41:01',-1,-1.25,-10.69,0,0,-9.44,0),(127,214,144,0,5,'2021-04-13 16:20:50',-1,-1.25,-10.69,0,0,-9.44,0),(408,356,93,0,22,'2021-05-06 15:35:47',-12,0,-13.84,0,0,-13.84,0),(1634,617,93,0,56,'2021-08-24 13:50:17',-50,0,-53.75,0,0,-53.75,0),(1636,618,93,0,56,'2021-08-24 13:50:56',-27,0,-31.83,0,0,-31.83,0),(1661,627,23,0,98,'2021-08-24 21:13:27',-5,-532.8,-532.8,0,0,0,0),(1662,628,38,0,98,'2021-08-24 21:14:16',-4,-1060.88,-1060.88,0,0,0,0),(1663,628,93,0,98,'2021-08-24 21:14:16',-10,0,0,0,0,0,0),(1664,629,23,0,98,'2021-08-24 21:15:14',-4,-426.24,-426.24,0,0,0,0),(1665,629,93,0,98,'2021-08-24 21:15:14',-10,0,0,0,0,0,0),(1666,629,41,0,98,'2021-08-24 21:15:14',-2,-114.24,-114.24,0,0,0,0),(1667,630,38,0,98,'2021-08-24 21:15:51',-2,-530.44,-530.44,0,0,0,0),(1668,630,93,0,98,'2021-08-24 21:15:51',-10,0,0,0,0,0,0),(1669,630,97,0,98,'2021-08-24 21:15:51',-1,0,0,0,0,0,0),(1670,630,99,0,98,'2021-08-24 21:15:51',-1,0,0,0,0,0,0),(1671,631,23,0,98,'2021-08-24 21:16:06',-6,-639.36,-639.36,0,0,0,0),(1672,631,93,0,98,'2021-08-24 21:16:06',-10,0,0,0,0,0,0),(1673,632,38,0,98,'2021-08-24 21:17:14',-2,-530.44,-530.44,0,0,0,0),(1674,632,93,0,98,'2021-08-24 21:17:14',-10,0,0,0,0,0,0),(18728,184281,47,0,111,'2025-11-05 20:32:37',2,750,750,0,0,0,0),(18729,184284,48,0,112,'2025-11-17 18:38:00',1,300,300,0,0,0,0),(18730,184294,47,0,113,'2025-12-17 16:13:50',1,375,375,0,0,0,0),(18731,184295,184196,0,111,'2025-12-17 16:15:57',10,100,100,0,0,0,0),(18732,184297,184196,0,115,'2025-12-17 17:02:46',6,60,60,0,0,0,0),(18733,184304,184201,0,116,'2025-12-18 17:51:52',2,3000,3000,0,0,0,0);
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_order_stats`
--

DROP TABLE IF EXISTS `wp_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`),
  KEY `idx_date_paid_status_parent` (`date_paid`,`status`,`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_stats`
--

LOCK TABLES `wp_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_stats` DISABLE KEYS */;
INSERT INTO `wp_wc_order_stats` VALUES (171,170,'2021-04-07 19:35:39','2021-04-07 19:35:39',-1,-10.69,0,-9.44,-1.25,NULL,'wc-completed',3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,173,'2021-04-07 19:41:01','2021-04-07 19:41:01',-1,-10.69,0,-9.44,-1.25,0,'wc-completed',4,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(214,213,'2021-04-13 16:20:50','2021-04-13 16:20:50',-1,-10.69,0,-9.44,-1.25,NULL,'wc-completed',5,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(356,354,'2021-05-06 15:35:47','2021-05-06 15:35:47',-12,-13.84,0,-13.84,0,NULL,'wc-completed',22,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(617,614,'2021-08-24 13:50:17','2021-08-24 13:50:17',-50,-53.75,0,-53.75,0,NULL,'wc-completed',56,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(618,613,'2021-08-24 13:50:56','2021-08-24 13:50:56',-27,-31.83,0,-31.83,0,NULL,'wc-completed',56,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(627,621,'2021-08-24 21:13:27','2021-08-24 21:13:27',-5,-532.8,0,0,-532.8,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(628,622,'2021-08-24 21:14:16','2021-08-24 21:14:16',-14,-1060.88,0,0,-1060.88,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(629,623,'2021-08-24 21:15:14','2021-08-24 21:15:14',-16,-540.48,0,0,-540.48,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(630,624,'2021-08-24 21:15:51','2021-08-24 21:15:51',-14,-530.44,0,0,-530.44,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(631,625,'2021-08-24 21:16:06','2021-08-24 21:16:06',-16,-639.36,0,0,-639.36,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(632,626,'2021-08-24 21:17:14','2021-08-24 21:17:14',-12,-530.44,0,0,-530.44,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(184281,0,'2025-11-05 20:32:37','2025-11-05 20:32:37',2,750,0,0,750,0,'wc-pending',111,NULL,NULL),(184284,0,'2025-11-17 18:38:00','2025-11-17 18:38:00',1,300,0,0,300,0,'wc-pending',112,NULL,NULL),(184294,0,'2025-12-17 16:13:50','2025-12-17 16:13:50',1,375,0,0,375,0,'wc-pending',113,NULL,NULL),(184295,0,'2025-12-17 16:15:57','2025-12-17 16:15:57',10,100,0,0,100,0,'wc-pending',111,NULL,NULL),(184297,0,'2025-12-17 17:02:46','2025-12-17 17:02:46',6,60,0,0,60,0,'wc-pending',115,NULL,NULL),(184304,0,'2025-12-18 17:51:52','2025-12-18 17:51:52',2,3000,0,0,3000,0,'wc-pending',116,NULL,NULL);
/*!40000 ALTER TABLE `wp_wc_order_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_order_tax_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_tax_lookup`
--

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

--
-- Table structure for table `wp_wc_orders`
--

DROP TABLE IF EXISTS `wp_wc_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_orders` (
  `id` bigint(20) unsigned NOT NULL,
  `status` varchar(20) DEFAULT NULL,
  `currency` varchar(10) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `tax_amount` decimal(26,8) DEFAULT NULL,
  `total_amount` decimal(26,8) DEFAULT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `billing_email` varchar(320) DEFAULT NULL,
  `date_created_gmt` datetime DEFAULT NULL,
  `date_updated_gmt` datetime DEFAULT NULL,
  `parent_order_id` bigint(20) unsigned DEFAULT NULL,
  `payment_method` varchar(100) DEFAULT NULL,
  `payment_method_title` text DEFAULT NULL,
  `transaction_id` varchar(100) DEFAULT NULL,
  `ip_address` varchar(100) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `customer_note` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `status` (`status`),
  KEY `date_created` (`date_created_gmt`),
  KEY `customer_id_billing_email` (`customer_id`,`billing_email`),
  KEY `billing_email` (`billing_email`),
  KEY `type_status` (`type`,`status`),
  KEY `parent_order_id` (`parent_order_id`),
  KEY `date_updated` (`date_updated_gmt`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_orders`
--

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

--
-- Table structure for table `wp_wc_orders_meta`
--

DROP TABLE IF EXISTS `wp_wc_orders_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_orders_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `meta_key_value` (`meta_key`,`meta_value`(100)),
  KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`,`meta_value`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_orders_meta`
--

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

--
-- Table structure for table `wp_wc_product_attributes_lookup`
--

DROP TABLE IF EXISTS `wp_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL,
  PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`),
  KEY `product_id` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_attributes_lookup`
--

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

--
-- Table structure for table `wp_wc_product_download_directories`
--

DROP TABLE IF EXISTS `wp_wc_product_download_directories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_product_download_directories` (
  `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(256) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`url_id`),
  KEY `url` (`url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_download_directories`
--

LOCK TABLES `wp_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `wp_wc_product_download_directories` VALUES (1,'file:///storage/v12674/lcaginesisstore/public_html/wp-content/uploads/woocommerce_uploads/',1),(2,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `wp_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wp_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) DEFAULT 'taxable',
  `tax_class` varchar(100) DEFAULT '',
  `global_unique_id` varchar(100) DEFAULT '',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`),
  KEY `sku` (`sku`(50))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_meta_lookup`
--

LOCK TABLES `wp_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_product_meta_lookup` VALUES (46,'LCoA LRK - Lice Remover Kit',0,0,81.0000,81.0000,0,NULL,'instock',0,0.00,17,'taxable','',''),(47,'ONECURE-KIT-18',0,0,375.0000,375.0000,0,NULL,'instock',0,0.00,34,'taxable','',''),(48,'ONECURE-TIPKIT-18',0,0,300.0000,300.0000,0,NULL,'instock',0,0.00,17,'taxable','',''),(2407,'LCoA Urgent Care & Prevent Kit-2',0,0,184.8000,184.8000,1,NULL,'instock',0,0.00,0,'taxable','',''),(184192,'Applicator-Tips-100',0,0,500.0000,500.0000,0,NULL,'instock',0,0.00,2,'taxable','',''),(184194,'Airalle-Hose',0,0,90.0000,90.0000,0,NULL,'instock',0,0.00,3,'taxable','',''),(184196,'AirAlle-Air-Filter',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,126,'taxable','',''),(184198,'AirAlle-Applicator-Tip',0,0,6.0000,6.0000,0,NULL,'instock',0,0.00,4,'taxable','',''),(184199,'AirAlle-Power-Cord',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','',''),(184201,'AirAlle-Device',0,0,1500.0000,1500.0000,0,NULL,'instock',0,0.00,5,'taxable','','');
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_rate_limits`
--

DROP TABLE IF EXISTS `wp_wc_rate_limits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_rate_limits` (
  `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_limit_key` varchar(200) NOT NULL,
  `rate_limit_expiry` bigint(20) unsigned NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`rate_limit_id`),
  UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_rate_limits`
--

LOCK TABLES `wp_wc_rate_limits` WRITE;
/*!40000 ALTER TABLE `wp_wc_rate_limits` DISABLE KEYS */;
INSERT INTO `wp_wc_rate_limits` VALUES (13,'woocommerce_remote_logging',1768336311,0);
/*!40000 ALTER TABLE `wp_wc_rate_limits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_reserved_stock`
--

DROP TABLE IF EXISTS `wp_wc_reserved_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_reserved_stock`
--

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

--
-- Table structure for table `wp_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wp_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_tax_rate_classes`
--

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

--
-- Table structure for table `wp_wc_webhooks`
--

DROP TABLE IF EXISTS `wp_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_webhooks`
--

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

--
-- Table structure for table `wp_wdr_order_discounts`
--

DROP TABLE IF EXISTS `wp_wdr_order_discounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wdr_order_discounts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `order_id` int(11) DEFAULT NULL,
  `has_free_shipping` enum('yes','no') NOT NULL DEFAULT 'no',
  `discounts` text NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `extra` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wdr_order_discounts`
--

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

--
-- Table structure for table `wp_wdr_order_item_discounts`
--

DROP TABLE IF EXISTS `wp_wdr_order_item_discounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wdr_order_item_discounts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `order_id` int(11) DEFAULT NULL,
  `order_item_id` int(11) DEFAULT NULL,
  `rule_id` int(11) DEFAULT NULL,
  `item_id` int(11) DEFAULT NULL,
  `item_price` float NOT NULL,
  `discounted_price` float NOT NULL,
  `discount` float NOT NULL,
  `quantity` int(11) NOT NULL,
  `simple_discount` float NOT NULL,
  `bulk_discount` float NOT NULL,
  `set_discount` float NOT NULL,
  `cart_discount` float NOT NULL,
  `other_discount` float NOT NULL DEFAULT 0,
  `has_free_shipping` enum('yes','no') NOT NULL DEFAULT 'no',
  `cart_discount_label` varchar(255) DEFAULT NULL,
  `other_price` float NOT NULL DEFAULT 0,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `extra` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `index_rule_id` (`rule_id`),
  KEY `index_created_at` (`created_at`),
  KEY `index_rule_order_id` (`rule_id`,`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wdr_order_item_discounts`
--

LOCK TABLES `wp_wdr_order_item_discounts` WRITE;
/*!40000 ALTER TABLE `wp_wdr_order_item_discounts` DISABLE KEYS */;
INSERT INTO `wp_wdr_order_item_discounts` VALUES (1,3400,16999,2,41,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(2,3400,17000,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(3,3400,17001,2,2408,170,158.1,71.4,6,0,71.4,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(4,3400,17002,2,43,90,83.7,25.2,4,0,25.2,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(5,3400,17003,2,3362,75,69.75,42,8,0,42,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(6,3400,17004,2,40,90,83.7,12.6,2,0,12.6,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(7,3400,17005,2,39,90,83.7,12.6,2,0,12.6,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(8,3402,17013,2,23,68.54,63.7422,19.1912,4,0,19.1912,0,0,0,'no','',0,'2025-05-12 18:50:20','2025-05-12 18:50:20',NULL),(9,3402,17014,2,38,165.76,154.157,46.4128,4,0,46.4128,0,0,0,'no','',0,'2025-05-12 18:50:20','2025-05-12 18:50:20',NULL),(10,3402,17015,2,41,71.4,66.402,29.988,6,0,29.988,0,0,0,'no','',0,'2025-05-12 18:50:20','2025-05-12 18:50:20',NULL),(11,3402,17016,2,45,50,46.5,7,2,0,7,0,0,0,'no','',0,'2025-05-12 18:50:20','2025-05-12 18:50:20',NULL),(12,3402,17017,2,487,31.35,29.1555,4.389,2,0,4.389,0,0,0,'no','',0,'2025-05-12 18:50:20','2025-05-12 18:50:20',NULL),(13,3403,17019,2,23,68.54,63.7422,19.1912,4,0,19.1912,0,0,0,'no','',0,'2025-05-12 19:06:10','2025-05-12 19:06:10',NULL),(14,3403,17020,2,38,165.76,154.157,46.4128,4,0,46.4128,0,0,0,'no','',0,'2025-05-12 19:06:10','2025-05-12 19:06:10',NULL),(15,3403,17021,2,41,71.4,66.402,29.988,6,0,29.988,0,0,0,'no','',0,'2025-05-12 19:06:10','2025-05-12 19:06:10',NULL),(16,3403,17022,2,45,50,46.5,7,2,0,7,0,0,0,'no','',0,'2025-05-12 19:06:10','2025-05-12 19:06:10',NULL),(17,3403,17023,2,487,31.35,29.1555,4.389,2,0,4.389,0,0,0,'no','',0,'2025-05-12 19:06:10','2025-05-12 19:06:10',NULL),(18,3404,17025,2,23,68.54,63.7422,19.1912,4,0,19.1912,0,0,0,'no','',0,'2025-05-12 19:08:09','2025-05-12 19:08:09',NULL),(19,3404,17026,2,38,165.76,154.157,46.4128,4,0,46.4128,0,0,0,'no','',0,'2025-05-12 19:08:09','2025-05-12 19:08:09',NULL),(20,3404,17027,2,41,71.4,66.402,29.988,6,0,29.988,0,0,0,'no','',0,'2025-05-12 19:08:09','2025-05-12 19:08:09',NULL),(21,3404,17028,2,45,50,46.5,7,2,0,7,0,0,0,'no','',0,'2025-05-12 19:08:09','2025-05-12 19:08:09',NULL),(22,3404,17029,2,487,31.35,29.1555,4.389,2,0,4.389,0,0,0,'no','',0,'2025-05-12 19:08:09','2025-05-12 19:08:09',NULL),(23,3405,17031,2,23,68.54,63.7422,19.1912,4,0,19.1912,0,0,0,'no','',0,'2025-05-12 20:45:11','2025-05-12 20:45:11',NULL),(24,3405,17032,2,38,165.76,154.157,46.4128,4,0,46.4128,0,0,0,'no','',0,'2025-05-12 20:45:11','2025-05-12 20:45:11',NULL),(25,3405,17033,2,41,71.4,66.402,29.988,6,0,29.988,0,0,0,'no','',0,'2025-05-12 20:45:11','2025-05-12 20:45:11',NULL),(26,3405,17034,2,45,50,46.5,7,2,0,7,0,0,0,'no','',0,'2025-05-12 20:45:11','2025-05-12 20:45:11',NULL),(27,3405,17035,2,487,31.35,29.1555,4.389,2,0,4.389,0,0,0,'no','',0,'2025-05-12 20:45:11','2025-05-12 20:45:11',NULL),(28,3406,17037,2,23,68.54,63.7422,23.989,5,0,23.989,0,0,0,'no','',0,'2025-05-13 13:21:57','2025-05-13 13:21:57',NULL),(29,3406,17038,2,490,19.6,18.228,16.464,12,0,16.464,0,0,0,'no','',0,'2025-05-13 13:21:57','2025-05-13 13:21:57',NULL),(30,3407,17047,2,2113,172,159.96,36.12,3,0,36.12,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(31,3407,17048,2,2110,71.4,66.402,14.994,3,0,14.994,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(32,3407,17049,2,2408,170,158.1,23.8,2,0,23.8,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(33,3407,17050,2,490,19.6,18.228,10.976,8,0,10.976,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(34,3407,17051,2,45,50,46.5,3.5,1,0,3.5,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(35,3407,17052,2,488,31.35,29.1555,4.389,2,0,4.389,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(36,3410,17058,2,41,71.4,66.402,24.99,5,0,24.99,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(37,3410,17059,2,45,50,46.5,14,4,0,14,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(38,3410,17060,2,43,90,83.7,18.9,3,0,18.9,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(39,3410,17061,2,3362,75,69.75,21,4,0,21,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(40,3410,17062,2,2110,71.4,66.402,24.99,5,0,24.99,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(41,3410,17063,2,2113,172,159.96,12.04,1,0,12.04,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(42,3410,17064,2,116,165,153.45,23.1,2,0,23.1,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(43,3410,17065,2,490,19.6,18.228,41.16,30,0,41.16,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(44,3410,17066,2,487,31.35,29.1555,8.778,4,0,8.778,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(45,3411,17068,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-05-14 17:17:25','2025-05-14 17:17:25',NULL),(46,3411,17069,2,2113,172,159.96,24.08,2,0,24.08,0,0,0,'no','',0,'2025-05-14 17:17:25','2025-05-14 17:17:25',NULL),(47,3411,17070,2,116,165,153.45,34.65,3,0,34.65,0,0,0,'no','',0,'2025-05-14 17:17:25','2025-05-14 17:17:25',NULL),(48,3431,17072,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-05-15 14:52:06','2025-05-15 14:52:06',NULL),(49,3431,17073,2,2113,172,159.96,96.32,8,0,96.32,0,0,0,'no','',0,'2025-05-15 14:52:06','2025-05-15 14:52:06',NULL),(50,3431,17074,2,41,71.4,66.402,119.952,24,0,119.952,0,0,0,'no','',0,'2025-05-15 14:52:06','2025-05-15 14:52:06',NULL),(51,3439,17130,2,43,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-05-19 17:06:16','2025-05-19 17:06:47',NULL),(52,3439,17131,2,49,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-05-19 17:06:16','2025-05-19 17:06:47',NULL),(53,3439,17132,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-05-19 17:06:16','2025-05-19 17:06:47',NULL),(54,3441,17144,2,41,71.4,66.402,44.982,9,0,44.982,0,0,0,'no','',0,'2025-05-19 21:17:01','2025-05-19 21:17:01',NULL),(55,3450,17196,2,41,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-05-22 17:51:01','2025-05-22 17:51:01',NULL),(56,3464,17279,2,41,71.4,66.402,94.962,19,0,94.962,0,0,0,'no','',0,'2025-06-05 13:42:09','2025-06-05 13:42:09',NULL),(57,3465,17281,2,41,71.4,66.402,44.982,9,0,44.982,0,0,0,'no','',0,'2025-06-05 15:30:32','2025-06-05 15:30:32',NULL),(58,3466,17283,2,45,50,46.5,35,10,0,35,0,0,0,'no','',0,'2025-06-07 15:10:32','2025-06-07 15:10:32',NULL),(59,3466,17284,2,2110,71.4,66.402,74.97,15,0,74.97,0,0,0,'no','',0,'2025-06-07 15:10:32','2025-06-07 15:10:32',NULL),(60,3466,17285,2,3352,148,137.64,82.88,8,0,82.88,0,0,0,'no','',0,'2025-06-07 15:10:32','2025-06-07 15:10:32',NULL),(61,3466,17286,2,43,90,83.7,63,10,0,63,0,0,0,'no','',0,'2025-06-07 15:10:32','2025-06-07 15:10:32',NULL),(62,3504,17436,2,45,50,46.5,38.5,11,0,38.5,0,0,0,'no','',0,'2025-06-17 15:48:15','2025-06-17 15:49:01',NULL),(63,3505,17438,2,45,50,46.5,38.5,11,0,38.5,0,0,0,'no','',0,'2025-06-17 15:50:55','2025-06-17 15:50:55',NULL),(64,3506,17440,2,45,50,46.5,38.5,11,0,38.5,0,0,0,'no','',0,'2025-06-17 15:59:20','2025-06-17 15:59:20',NULL),(65,3517,17450,2,49,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-06-19 01:47:50','2025-06-19 01:47:50',NULL),(66,3521,17481,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-06-23 21:04:31','2025-06-23 21:04:31',NULL),(67,3541,17513,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-06-28 14:08:37','2025-06-28 14:08:37',NULL),(68,3547,17553,2,41,73.2,68.076,256.2,50,0,256.2,0,0,0,'no','',0,'2025-06-30 17:45:18','2025-06-30 17:45:18',NULL),(69,3616,17716,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-07-14 20:16:18','2025-07-14 20:16:18',NULL),(70,3616,17717,2,2113,172,159.96,96.32,8,0,96.32,0,0,0,'no','',0,'2025-07-14 20:16:18','2025-07-14 20:16:18',NULL),(71,3624,17802,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-07-18 00:00:50','2025-07-18 00:00:50',NULL),(72,3629,17823,2,41,73.2,68.076,76.86,15,0,76.86,0,0,0,'no','',0,'2025-07-21 22:13:47','2025-07-21 22:13:47',NULL),(73,3632,17832,2,49,90,83.7,63,10,0,63,0,0,0,'no','',0,'2025-07-22 14:58:24','2025-07-22 14:58:24',NULL),(74,3638,17882,2,3362,75,69.75,42,8,0,42,0,0,0,'no','',0,'2025-07-23 21:28:51','2025-07-23 21:28:51',NULL),(75,3645,17931,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-07-30 18:41:41','2025-07-30 18:41:41',NULL),(76,3656,18015,2,43,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-08-07 02:02:38','2025-08-07 02:02:38',NULL),(77,3656,18016,2,49,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-08-07 02:02:38','2025-08-07 02:02:38',NULL),(78,3720,18286,2,51,170,158.1,95.2,8,0,95.2,0,0,0,'no','',0,'2025-08-19 16:01:35','2025-08-19 16:02:15',NULL),(79,3724,18308,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-08-21 20:59:41','2025-08-21 20:59:41',NULL),(80,3724,18309,2,2113,172,159.96,96.32,8,0,96.32,0,0,0,'no','',0,'2025-08-21 20:59:41','2025-08-21 20:59:41',NULL),(81,3724,18310,2,41,73.2,68.076,40.992,8,0,40.992,0,0,0,'no','',0,'2025-08-21 20:59:41','2025-08-21 20:59:41',NULL),(82,3724,18311,2,43,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-08-21 20:59:41','2025-08-21 20:59:41',NULL),(83,3740,18401,2,51,170,158.1,95.2,8,0,95.2,0,0,0,'no','',0,'2025-09-01 18:06:26','2025-09-01 18:06:26',NULL),(84,3741,18406,2,41,73.2,68.076,40.992,8,0,40.992,0,0,0,'no','',0,'2025-09-01 20:51:05','2025-09-01 20:51:05',NULL),(85,3754,18495,2,2113,172,159.96,108.36,9,0,108.36,0,0,0,'no','',0,'2025-09-05 19:55:34','2025-09-05 19:55:56',NULL),(86,3768,18627,2,23,68.54,63.7422,38.3824,8,0,38.3824,0,0,0,'no','',0,'2025-09-10 23:11:26','2025-09-10 23:11:56',NULL),(87,3768,18628,2,38,165.76,154.157,92.8256,8,0,92.8256,0,0,0,'no','',0,'2025-09-10 23:11:27','2025-09-10 23:11:56',NULL),(88,3768,18640,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-09-10 23:11:27','2025-09-10 23:11:56',NULL),(89,3768,18632,2,41,73.2,68.076,40.992,8,0,40.992,0,0,0,'no','',0,'2025-09-10 23:11:27','2025-09-10 23:11:56',NULL),(90,3768,18631,2,49,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-09-10 23:11:27','2025-09-10 23:11:56',NULL),(91,3768,18639,2,43,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-09-10 23:11:27','2025-09-10 23:11:56',NULL),(92,184184,18709,2,41,73.2,68.076,20.496,4,0,20.496,0,0,0,'no','',0,'2025-09-17 19:39:06','2025-09-17 19:39:06',NULL),(93,184184,18710,2,2110,71.4,66.402,19.992,4,0,19.992,0,0,0,'no','',0,'2025-09-17 19:39:06','2025-09-17 19:39:06',NULL),(94,184184,18711,2,49,90,83.7,25.2,4,0,25.2,0,0,0,'no','',0,'2025-09-17 19:39:06','2025-09-17 19:39:06',NULL),(95,184185,18724,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-09-17 23:35:42','2025-09-18 16:31:28',NULL),(96,184185,18726,2,3476,76.2,70.866,42.672,8,0,42.672,0,0,0,'no','',0,'2025-09-17 23:35:42','2025-09-18 16:31:28',NULL);
/*!40000 ALTER TABLE `wp_wdr_order_item_discounts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wdr_rules`
--

DROP TABLE IF EXISTS `wp_wdr_rules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wdr_rules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `enabled` tinyint(1) DEFAULT 1,
  `deleted` tinyint(1) DEFAULT 0,
  `exclusive` tinyint(1) DEFAULT 0,
  `title` varchar(255) DEFAULT NULL,
  `priority` int(11) DEFAULT NULL,
  `apply_to` text DEFAULT NULL,
  `filters` longtext NOT NULL,
  `conditions` longtext DEFAULT NULL,
  `product_adjustments` text DEFAULT NULL,
  `cart_adjustments` text DEFAULT NULL,
  `buy_x_get_x_adjustments` text DEFAULT NULL,
  `buy_x_get_y_adjustments` text DEFAULT NULL,
  `bulk_adjustments` text NOT NULL,
  `set_adjustments` text NOT NULL,
  `other_discounts` text DEFAULT NULL,
  `date_from` int(11) DEFAULT NULL,
  `date_to` int(11) DEFAULT NULL,
  `usage_limits` int(11) DEFAULT NULL,
  `rule_language` text DEFAULT NULL,
  `used_limits` int(11) DEFAULT NULL,
  `additional` text DEFAULT NULL,
  `max_discount_sum` varchar(255) DEFAULT NULL,
  `advanced_discount_message` text DEFAULT NULL,
  `discount_type` varchar(255) DEFAULT NULL,
  `used_coupons` text DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `created_on` datetime DEFAULT NULL,
  `modified_by` int(11) DEFAULT NULL,
  `modified_on` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wdr_rules`
--

LOCK TABLES `wp_wdr_rules` WRITE;
/*!40000 ALTER TABLE `wp_wdr_rules` DISABLE KEYS */;
INSERT INTO `wp_wdr_rules` VALUES (1,0,0,0,'Store wide discount - sample',1,NULL,'[{\"type\":\"all_products\"}]','[]','{\"type\":\"percentage\",\"value\":10,\"apply_as_cart_rule\":\"\"}','[]','[]','[]','[]','[]',NULL,NULL,NULL,0,'[]',NULL,'{\"condition_relationship\":\"and\"}',NULL,'[]','wdr_simple_discount','[]',2,'2025-05-09 15:12:01',2,'2025-05-09 15:12:01'),(2,1,0,0,'Bulk Discount 7%',2,NULL,'{\"1\":{\"type\":\"product_category\",\"method\":\"in_list\",\"value\":[\"32\"],\"product_variants\":[]},\"2\":{\"type\":\"products\",\"method\":\"not_in_list\",\"value\":[\"93\",\"95\",\"97\",\"99\"],\"product_variants\":[],\"product_variants_for_sale_badge\":[]},\"3\":{\"type\":\"products\",\"method\":\"not_in_list\",\"value\":[\"490\",\"489\",\"488\",\"487\"],\"product_variants\":[],\"product_variants_for_sale_badge\":[]}}','[]','{\"cart_label\":\"\"}','[]','[]','[]','{\"operator\":\"product\",\"ranges\":{\"1\":{\"from\":\"8\",\"to\":\"\",\"type\":\"percentage\",\"value\":\"7\",\"label\":\"Bulk Discount\"}},\"cart_label\":\"\"}','{\"cart_label\":\"\"}',NULL,NULL,NULL,0,'[]',45,'{\"condition_relationship\":\"and\"}',NULL,'{\"display\":\"0\",\"badge_color_picker\":\"#ffffff\",\"badge_text_color_picker\":\"#000000\",\"badge_text\":\"\"}','wdr_bulk_discount','[]',2,'2025-05-09 15:12:01',2,'2025-05-14 18:09:07'),(3,0,0,0,'Cart discount - sample',3,NULL,'[{\"type\":\"all_products\"}]','[{\"type\":\"cart_subtotal\",\"options\":{\"operator\":\"greater_than_or_equal\",\"value\":500,\"calculate_from\":\"from_cart\"}}]','[]','{\"type\":\"percentage\",\"value\":20,\"label\":\"Subtotal discount\"}','[]','[]','[]','[]',NULL,NULL,NULL,0,'[]',NULL,'{\"condition_relationship\":\"and\"}',NULL,'[]','wdr_cart_discount','[]',2,'2025-05-09 15:12:01',2,'2025-05-09 15:12:01');
/*!40000 ALTER TABLE `wp_wdr_rules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_api_keys`
--

LOCK TABLES `wp_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_api_keys` VALUES (1,2,'SkyVerge Support - API (2023-07-30 14:07:07)','read','3e6140cd52de11886ef4c8cf0544a0d51a93351b25e7fc073f938cad3a1dd7b0','cs_b2660a220c80c01c7f88a8c8f390a28969e0d5dc',NULL,'4b22e5c','2023-07-30 14:07:09');
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--

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

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`),
  KEY `idx_user_email` (`user_email`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--

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

--
-- Table structure for table `wp_woocommerce_log`
--

DROP TABLE IF EXISTS `wp_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_log`
--

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

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB AUTO_INCREMENT=173589 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--

LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (156,20,'_product_id','144'),(157,20,'_variation_id','0'),(158,20,'_qty','-1'),(159,20,'_tax_class',''),(160,20,'_line_subtotal','-1.25'),(161,20,'_line_subtotal_tax','0'),(162,20,'_line_total','-1.25'),(163,20,'_line_tax','0'),(164,20,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165,20,'_refunded_item_id','14'),(166,21,'method_id','fedex'),(167,21,'instance_id','1'),(168,21,'cost','-9.44'),(169,21,'total_tax','0'),(170,21,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171,21,'_refunded_item_id','15'),(202,26,'_product_id','142'),(203,26,'_variation_id','0'),(204,26,'_qty','-1'),(205,26,'_tax_class',''),(206,26,'_line_subtotal','-1.25'),(207,26,'_line_subtotal_tax','0'),(208,26,'_line_total','-1.25'),(209,26,'_line_tax','0'),(210,26,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(211,26,'_refunded_item_id','24'),(212,27,'method_id','fedex'),(213,27,'instance_id','1'),(214,27,'cost','-9.44'),(215,27,'total_tax','0'),(216,27,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(217,27,'_refunded_item_id','25'),(1092,127,'_product_id','144'),(1093,127,'_variation_id','0'),(1094,127,'_qty','-1'),(1095,127,'_tax_class',''),(1096,127,'_line_subtotal','-1.25'),(1097,127,'_line_subtotal_tax','0'),(1098,127,'_line_total','-1.25'),(1099,127,'_line_tax','0'),(1100,127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1101,127,'_refunded_item_id','125'),(1102,128,'method_id','fedex'),(1103,128,'instance_id','1'),(1104,128,'cost','-9.44'),(1105,128,'total_tax','0'),(1106,128,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1107,128,'_refunded_item_id','126'),(3520,408,'_product_id','93'),(3521,408,'_variation_id','0'),(3522,408,'_qty','-12'),(3523,408,'_tax_class',''),(3524,408,'_line_subtotal','0'),(3525,408,'_line_subtotal_tax','0'),(3526,408,'_line_total','0'),(3527,408,'_line_tax','0'),(3528,408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3529,408,'_refunded_item_id','406'),(3530,409,'method_id','fedex'),(3531,409,'instance_id','1'),(3532,409,'cost','-13.84'),(3533,409,'total_tax','0'),(3534,409,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3535,409,'_refunded_item_id','407'),(13923,1634,'_product_id','93'),(13924,1634,'_variation_id','0'),(13925,1634,'_qty','-50'),(13926,1634,'_tax_class',''),(13927,1634,'_line_subtotal','0'),(13928,1634,'_line_subtotal_tax','0'),(13929,1634,'_line_total','0'),(13930,1634,'_line_tax','0'),(13931,1634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13932,1634,'_refunded_item_id','1618'),(13933,1635,'method_id','fedex'),(13934,1635,'instance_id','1'),(13935,1635,'cost','-53.75'),(13936,1635,'total_tax','0'),(13937,1635,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13938,1635,'_refunded_item_id','1619'),(13939,1636,'_product_id','93'),(13940,1636,'_variation_id','0'),(13941,1636,'_qty','-27'),(13942,1636,'_tax_class',''),(13943,1636,'_line_subtotal','0'),(13944,1636,'_line_subtotal_tax','0'),(13945,1636,'_line_total','0'),(13946,1636,'_line_tax','0'),(13947,1636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13948,1636,'_refunded_item_id','1616'),(13949,1637,'method_id','fedex'),(13950,1637,'instance_id','1'),(13951,1637,'cost','-31.83'),(13952,1637,'total_tax','0'),(13953,1637,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13954,1637,'_refunded_item_id','1617'),(14141,1661,'_product_id','23'),(14142,1661,'_variation_id','0'),(14143,1661,'_qty','-5'),(14144,1661,'_tax_class',''),(14145,1661,'_line_subtotal','-532.8'),(14146,1661,'_line_subtotal_tax','0'),(14147,1661,'_line_total','-532.8'),(14148,1661,'_line_tax','0'),(14149,1661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14150,1661,'_refunded_item_id','1641'),(14151,1662,'_product_id','38'),(14152,1662,'_variation_id','0'),(14153,1662,'_qty','-4'),(14154,1662,'_tax_class',''),(14155,1662,'_line_subtotal','-1060.88'),(14156,1662,'_line_subtotal_tax','0'),(14157,1662,'_line_total','-1060.88'),(14158,1662,'_line_tax','0'),(14159,1662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14160,1662,'_refunded_item_id','1643'),(14161,1663,'_product_id','93'),(14162,1663,'_variation_id','0'),(14163,1663,'_qty','-10'),(14164,1663,'_tax_class',''),(14165,1663,'_line_subtotal','0'),(14166,1663,'_line_subtotal_tax','0'),(14167,1663,'_line_total','0'),(14168,1663,'_line_tax','0'),(14169,1663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14170,1663,'_refunded_item_id','1644'),(14171,1664,'_product_id','23'),(14172,1664,'_variation_id','0'),(14173,1664,'_qty','-4'),(14174,1664,'_tax_class',''),(14175,1664,'_line_subtotal','-426.24'),(14176,1664,'_line_subtotal_tax','0'),(14177,1664,'_line_total','-426.24'),(14178,1664,'_line_tax','0'),(14179,1664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14180,1664,'_refunded_item_id','1646'),(14181,1665,'_product_id','93'),(14182,1665,'_variation_id','0'),(14183,1665,'_qty','-10'),(14184,1665,'_tax_class',''),(14185,1665,'_line_subtotal','0'),(14186,1665,'_line_subtotal_tax','0'),(14187,1665,'_line_total','0'),(14188,1665,'_line_tax','0'),(14189,1665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14190,1665,'_refunded_item_id','1647'),(14191,1666,'_product_id','41'),(14192,1666,'_variation_id','0'),(14193,1666,'_qty','-2'),(14194,1666,'_tax_class',''),(14195,1666,'_line_subtotal','-114.24'),(14196,1666,'_line_subtotal_tax','0'),(14197,1666,'_line_total','-114.24'),(14198,1666,'_line_tax','0'),(14199,1666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14200,1666,'_refunded_item_id','1648'),(14201,1667,'_product_id','38'),(14202,1667,'_variation_id','0'),(14203,1667,'_qty','-2'),(14204,1667,'_tax_class',''),(14205,1667,'_line_subtotal','-530.44'),(14206,1667,'_line_subtotal_tax','0'),(14207,1667,'_line_total','-530.44'),(14208,1667,'_line_tax','0'),(14209,1667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14210,1667,'_refunded_item_id','1650'),(14211,1668,'_product_id','93'),(14212,1668,'_variation_id','0'),(14213,1668,'_qty','-10'),(14214,1668,'_tax_class',''),(14215,1668,'_line_subtotal','0'),(14216,1668,'_line_subtotal_tax','0'),(14217,1668,'_line_total','0'),(14218,1668,'_line_tax','0'),(14219,1668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14220,1668,'_refunded_item_id','1651'),(14221,1669,'_product_id','97'),(14222,1669,'_variation_id','0'),(14223,1669,'_qty','-1'),(14224,1669,'_tax_class',''),(14225,1669,'_line_subtotal','0'),(14226,1669,'_line_subtotal_tax','0'),(14227,1669,'_line_total','0'),(14228,1669,'_line_tax','0'),(14229,1669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14230,1669,'_refunded_item_id','1652'),(14231,1670,'_product_id','99'),(14232,1670,'_variation_id','0'),(14233,1670,'_qty','-1'),(14234,1670,'_tax_class',''),(14235,1670,'_line_subtotal','0'),(14236,1670,'_line_subtotal_tax','0'),(14237,1670,'_line_total','0'),(14238,1670,'_line_tax','0'),(14239,1670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14240,1670,'_refunded_item_id','1653'),(14241,1671,'_product_id','23'),(14242,1671,'_variation_id','0'),(14243,1671,'_qty','-6'),(14244,1671,'_tax_class',''),(14245,1671,'_line_subtotal','-639.36'),(14246,1671,'_line_subtotal_tax','0'),(14247,1671,'_line_total','-639.36'),(14248,1671,'_line_tax','0'),(14249,1671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14250,1671,'_refunded_item_id','1655'),(14251,1672,'_product_id','93'),(14252,1672,'_variation_id','0'),(14253,1672,'_qty','-10'),(14254,1672,'_tax_class',''),(14255,1672,'_line_subtotal','0'),(14256,1672,'_line_subtotal_tax','0'),(14257,1672,'_line_total','0'),(14258,1672,'_line_tax','0'),(14259,1672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14260,1672,'_refunded_item_id','1656'),(14261,1673,'_product_id','38'),(14262,1673,'_variation_id','0'),(14263,1673,'_qty','-2'),(14264,1673,'_tax_class',''),(14265,1673,'_line_subtotal','-530.44'),(14266,1673,'_line_subtotal_tax','0'),(14267,1673,'_line_total','-530.44'),(14268,1673,'_line_tax','0'),(14269,1673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14270,1673,'_refunded_item_id','1658'),(14271,1674,'_product_id','93'),(14272,1674,'_variation_id','0'),(14273,1674,'_qty','-10'),(14274,1674,'_tax_class',''),(14275,1674,'_line_subtotal','0'),(14276,1674,'_line_subtotal_tax','0'),(14277,1674,'_line_total','0'),(14278,1674,'_line_tax','0'),(14279,1674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14280,1674,'_refunded_item_id','1659'),(160891,17486,'_product_id','2110'),(160892,17486,'_variation_id','0'),(160893,17486,'_qty','4'),(160894,17486,'_tax_class',''),(160895,17486,'_line_subtotal','285.6'),(160896,17486,'_line_subtotal_tax','0'),(160897,17486,'_line_total','265.608'),(160898,17486,'_line_tax','0'),(160899,17486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160900,17487,'_product_id','490'),(160901,17487,'_variation_id','0'),(160902,17487,'_qty','10'),(160903,17487,'_tax_class',''),(160904,17487,'_line_subtotal','196'),(160905,17487,'_line_subtotal_tax','0'),(160906,17487,'_line_total','196'),(160907,17487,'_line_tax','0'),(160908,17487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160909,17488,'_product_id','488'),(160910,17488,'_variation_id','0'),(160911,17488,'_qty','2'),(160912,17488,'_tax_class',''),(160913,17488,'_line_subtotal','62.7'),(160914,17488,'_line_subtotal_tax','0'),(160915,17488,'_line_total','62.7'),(160916,17488,'_line_tax','0'),(160917,17488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160918,17489,'method_id','advanced_free_shipping'),(160919,17489,'instance_id',''),(160920,17489,'cost','0.00'),(160921,17489,'total_tax','0'),(160922,17489,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160923,17490,'_product_id','2110'),(160924,17490,'_variation_id','0'),(160925,17490,'_qty','4'),(160926,17490,'_tax_class',''),(160927,17490,'_line_subtotal','285.6'),(160928,17490,'_line_subtotal_tax','0'),(160929,17490,'_line_total','265.608'),(160930,17490,'_line_tax','0'),(160931,17490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160932,17491,'_product_id','490'),(160933,17491,'_variation_id','0'),(160934,17491,'_qty','10'),(160935,17491,'_tax_class',''),(160936,17491,'_line_subtotal','196'),(160937,17491,'_line_subtotal_tax','0'),(160938,17491,'_line_total','196'),(160939,17491,'_line_tax','0'),(160940,17491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160941,17492,'_product_id','488'),(160942,17492,'_variation_id','0'),(160943,17492,'_qty','2'),(160944,17492,'_tax_class',''),(160945,17492,'_line_subtotal','62.7'),(160946,17492,'_line_subtotal_tax','0'),(160947,17492,'_line_total','62.7'),(160948,17492,'_line_tax','0'),(160949,17492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160950,17493,'method_id','advanced_free_shipping'),(160951,17493,'instance_id',''),(160952,17493,'cost','0.00'),(160953,17493,'total_tax','0'),(160954,17493,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160995,17499,'_product_id','2110'),(160996,17499,'_variation_id','0'),(160997,17499,'_qty','1'),(160998,17499,'_tax_class',''),(160999,17499,'_line_subtotal','71.4'),(161000,17499,'_line_subtotal_tax','0'),(161001,17499,'_line_total','71.4'),(161002,17499,'_line_tax','0'),(161003,17499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161004,17500,'_product_id','2408'),(161005,17500,'_variation_id','0'),(161006,17500,'_qty','1'),(161007,17500,'_tax_class',''),(161008,17500,'_line_subtotal','170'),(161009,17500,'_line_subtotal_tax','0'),(161010,17500,'_line_total','170'),(161011,17500,'_line_tax','0'),(161012,17500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161013,17501,'method_id','advanced_free_shipping'),(161014,17501,'instance_id',''),(161015,17501,'cost','0.00'),(161016,17501,'total_tax','0'),(161017,17501,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161018,17502,'_product_id','2113'),(161019,17502,'_variation_id','0'),(161020,17502,'_qty','2'),(161021,17502,'_tax_class',''),(161022,17502,'_line_subtotal','344'),(161023,17502,'_line_subtotal_tax','0'),(161024,17502,'_line_total','344'),(161025,17502,'_line_tax','0'),(161026,17502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161027,17503,'method_id','advanced_free_shipping'),(161028,17503,'instance_id',''),(161029,17503,'cost','0.00'),(161030,17503,'total_tax','0'),(161031,17503,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161209,17524,'_product_id','2110'),(161210,17524,'_variation_id','0'),(161211,17524,'_qty','2'),(161212,17524,'_tax_class',''),(161213,17524,'_line_subtotal','142.8'),(161214,17524,'_line_subtotal_tax','0'),(161215,17524,'_line_total','132.804'),(161216,17524,'_line_tax','0'),(161217,17524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161218,17525,'_product_id','3354'),(161219,17525,'_variation_id','0'),(161220,17525,'_qty','1'),(161221,17525,'_tax_class',''),(161222,17525,'_line_subtotal','148'),(161223,17525,'_line_subtotal_tax','0'),(161224,17525,'_line_total','148'),(161225,17525,'_line_tax','0'),(161226,17525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161227,17526,'_product_id','43'),(161228,17526,'_variation_id','0'),(161229,17526,'_qty','2'),(161230,17526,'_tax_class',''),(161231,17526,'_line_subtotal','180'),(161232,17526,'_line_subtotal_tax','0'),(161233,17526,'_line_total','180'),(161234,17526,'_line_tax','0'),(161235,17526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161236,17527,'_product_id','3352'),(161237,17527,'_variation_id','0'),(161238,17527,'_qty','1'),(161239,17527,'_tax_class',''),(161240,17527,'_line_subtotal','148'),(161241,17527,'_line_subtotal_tax','0'),(161242,17527,'_line_total','148'),(161243,17527,'_line_tax','0'),(161244,17527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161245,17528,'_product_id','39'),(161246,17528,'_variation_id','0'),(161247,17528,'_qty','1'),(161248,17528,'_tax_class',''),(161249,17528,'_line_subtotal','90'),(161250,17528,'_line_subtotal_tax','0'),(161251,17528,'_line_total','90'),(161252,17528,'_line_tax','0'),(161253,17528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161254,17529,'_product_id','144'),(161255,17529,'_variation_id','0'),(161256,17529,'_qty','5'),(161257,17529,'_tax_class',''),(161258,17529,'_line_subtotal','6.9'),(161259,17529,'_line_subtotal_tax','0'),(161260,17529,'_line_total','6.9'),(161261,17529,'_line_tax','0'),(161262,17529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161263,17530,'_product_id','135'),(161264,17530,'_variation_id','0'),(161265,17530,'_qty','3'),(161266,17530,'_tax_class',''),(161267,17530,'_line_subtotal','7.44'),(161268,17530,'_line_subtotal_tax','0'),(161269,17530,'_line_total','7.44'),(161270,17530,'_line_tax','0'),(161271,17530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161272,17531,'_product_id','49'),(161273,17531,'_variation_id','0'),(161274,17531,'_qty','1'),(161275,17531,'_tax_class',''),(161276,17531,'_line_subtotal','90'),(161277,17531,'_line_subtotal_tax','0'),(161278,17531,'_line_total','90'),(161279,17531,'_line_tax','0'),(161280,17531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161281,17532,'method_id','advanced_free_shipping'),(161282,17532,'instance_id',''),(161283,17532,'cost','0'),(161284,17532,'total_tax','0'),(161285,17532,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161286,17533,'_product_id','2110'),(161287,17533,'_variation_id','0'),(161288,17533,'_qty','2'),(161289,17533,'_tax_class',''),(161290,17533,'_line_subtotal','142.8'),(161291,17533,'_line_subtotal_tax','0'),(161292,17533,'_line_total','132.804'),(161293,17533,'_line_tax','0'),(161294,17533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161295,17534,'_product_id','3354'),(161296,17534,'_variation_id','0'),(161297,17534,'_qty','1'),(161298,17534,'_tax_class',''),(161299,17534,'_line_subtotal','148'),(161300,17534,'_line_subtotal_tax','0'),(161301,17534,'_line_total','148'),(161302,17534,'_line_tax','0'),(161303,17534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161304,17535,'_product_id','43'),(161305,17535,'_variation_id','0'),(161306,17535,'_qty','1'),(161307,17535,'_tax_class',''),(161308,17535,'_line_subtotal','90'),(161309,17535,'_line_subtotal_tax','0'),(161310,17535,'_line_total','90'),(161311,17535,'_line_tax','0'),(161312,17535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161313,17536,'_product_id','3352'),(161314,17536,'_variation_id','0'),(161315,17536,'_qty','1'),(161316,17536,'_tax_class',''),(161317,17536,'_line_subtotal','148'),(161318,17536,'_line_subtotal_tax','0'),(161319,17536,'_line_total','148'),(161320,17536,'_line_tax','0'),(161321,17536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161322,17537,'_product_id','39'),(161323,17537,'_variation_id','0'),(161324,17537,'_qty','1'),(161325,17537,'_tax_class',''),(161326,17537,'_line_subtotal','90'),(161327,17537,'_line_subtotal_tax','0'),(161328,17537,'_line_total','90'),(161329,17537,'_line_tax','0'),(161330,17537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161331,17538,'method_id','advanced_free_shipping'),(161332,17538,'instance_id',''),(161333,17538,'cost','0'),(161334,17538,'total_tax','0'),(161335,17538,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161336,17539,'_product_id','2110'),(161337,17539,'_variation_id','0'),(161338,17539,'_qty','4'),(161339,17539,'_tax_class',''),(161340,17539,'_line_subtotal','285.6'),(161341,17539,'_line_subtotal_tax','0'),(161342,17539,'_line_total','265.608'),(161343,17539,'_line_tax','0'),(161344,17539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161345,17540,'_product_id','144'),(161346,17540,'_variation_id','0'),(161347,17540,'_qty','5'),(161348,17540,'_tax_class',''),(161349,17540,'_line_subtotal','6.9'),(161350,17540,'_line_subtotal_tax','0'),(161351,17540,'_line_total','6.9'),(161352,17540,'_line_tax','0'),(161353,17540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161354,17541,'method_id','advanced_free_shipping'),(161355,17541,'instance_id',''),(161356,17541,'cost','0'),(161357,17541,'total_tax','0'),(161358,17541,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162587,17673,'_product_id','0'),(162588,17673,'_variation_id','0'),(162589,17674,'_product_id','0'),(162590,17673,'_qty','2'),(162591,17674,'_variation_id','0'),(162592,17673,'_tax_class',''),(162593,17674,'_qty','2'),(162594,17673,'_line_subtotal','50'),(162595,17674,'_tax_class',''),(162596,17673,'_line_subtotal_tax','0'),(162597,17674,'_line_subtotal','50'),(162598,17673,'_line_total','50'),(162599,17674,'_line_subtotal_tax','0'),(162600,17673,'_line_tax','0'),(162601,17674,'_line_total','50'),(162602,17673,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162603,17674,'_line_tax','0'),(162604,17674,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162605,17675,'_product_id','0'),(162606,17675,'_variation_id','0'),(162607,17676,'_product_id','0'),(162608,17675,'_qty','1'),(162609,17676,'_variation_id','0'),(162610,17675,'_tax_class',''),(162611,17676,'_qty','1'),(162612,17675,'_line_subtotal','20'),(162613,17676,'_tax_class',''),(162614,17675,'_line_subtotal_tax','0'),(162615,17676,'_line_subtotal','20'),(162616,17675,'_line_total','20'),(162617,17676,'_line_subtotal_tax','0'),(162618,17675,'_line_tax','0'),(162619,17676,'_line_total','20'),(162620,17675,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162621,17676,'_line_tax','0'),(162622,17675,'Color','Red'),(162623,17675,'Size','Small'),(162624,17676,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162625,17676,'Color','Red'),(162626,17676,'Size','Small'),(162627,17677,'_product_id','0'),(162628,17677,'_variation_id','0'),(162629,17677,'_qty','2'),(162630,17677,'_tax_class',''),(162631,17677,'_line_subtotal','50'),(162632,17677,'_line_subtotal_tax','0'),(162633,17677,'_line_total','50'),(162634,17677,'_line_tax','0'),(162635,17677,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162636,17678,'_product_id','0'),(162637,17678,'_variation_id','0'),(162638,17678,'_qty','1'),(162639,17678,'_tax_class',''),(162640,17678,'_line_subtotal','20'),(162641,17678,'_line_subtotal_tax','0'),(162642,17678,'_line_total','20'),(162643,17678,'_line_tax','0'),(162644,17678,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162645,17678,'Color','Red'),(162646,17678,'Size','Small'),(162647,17679,'_product_id','0'),(162648,17679,'_variation_id','0'),(162649,17679,'_qty','2'),(162650,17679,'_tax_class',''),(162651,17679,'_line_subtotal','50'),(162652,17679,'_line_subtotal_tax','0'),(162653,17679,'_line_total','50'),(162654,17679,'_line_tax','0'),(162655,17679,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162656,17680,'_product_id','0'),(162657,17680,'_variation_id','0'),(162658,17680,'_qty','1'),(162659,17680,'_tax_class',''),(162660,17680,'_line_subtotal','20'),(162661,17680,'_line_subtotal_tax','0'),(162662,17680,'_line_total','20'),(162663,17680,'_line_tax','0'),(162664,17680,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162665,17680,'Color','Red'),(162666,17680,'Size','Small'),(162667,17681,'_product_id','0'),(162668,17682,'_product_id','0'),(162669,17681,'_variation_id','0'),(162670,17682,'_variation_id','0'),(162671,17681,'_qty','2'),(162672,17682,'_qty','2'),(162673,17681,'_tax_class',''),(162674,17681,'_line_subtotal','50'),(162675,17682,'_tax_class',''),(162676,17681,'_line_subtotal_tax','0'),(162677,17682,'_line_subtotal','50'),(162678,17681,'_line_total','50'),(162679,17682,'_line_subtotal_tax','0'),(162680,17681,'_line_tax','0'),(162681,17682,'_line_total','50'),(162682,17681,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162683,17682,'_line_tax','0'),(162684,17682,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162685,17683,'_product_id','0'),(162686,17683,'_variation_id','0'),(162687,17683,'_qty','1'),(162688,17684,'_product_id','0'),(162689,17683,'_tax_class',''),(162690,17684,'_variation_id','0'),(162691,17683,'_line_subtotal','20'),(162692,17684,'_qty','1'),(162693,17683,'_line_subtotal_tax','0'),(162694,17683,'_line_total','20'),(162695,17684,'_tax_class',''),(162696,17683,'_line_tax','0'),(162697,17684,'_line_subtotal','20'),(162698,17683,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162699,17683,'Color','Red'),(162700,17684,'_line_subtotal_tax','0'),(162701,17683,'Size','Small'),(162702,17684,'_line_total','20'),(162703,17684,'_line_tax','0'),(162704,17684,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162705,17684,'Color','Red'),(162706,17684,'Size','Small'),(162707,17685,'_product_id','0'),(162708,17685,'_variation_id','0'),(162709,17685,'_qty','2'),(162710,17685,'_tax_class',''),(162711,17685,'_line_subtotal','50'),(162712,17685,'_line_subtotal_tax','0'),(162713,17685,'_line_total','50'),(162714,17685,'_line_tax','0'),(162715,17685,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162716,17686,'_product_id','0'),(162717,17686,'_variation_id','0'),(162718,17686,'_qty','1'),(162719,17686,'_tax_class',''),(162720,17686,'_line_subtotal','20'),(162721,17686,'_line_subtotal_tax','0'),(162722,17686,'_line_total','20'),(162723,17686,'_line_tax','0'),(162724,17686,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162725,17686,'Color','Red'),(162726,17686,'Size','Small'),(162727,17687,'_product_id','0'),(162728,17687,'_variation_id','0'),(162729,17687,'_qty','2'),(162730,17687,'_tax_class',''),(162731,17687,'_line_subtotal','50'),(162732,17687,'_line_subtotal_tax','0'),(162733,17687,'_line_total','50'),(162734,17687,'_line_tax','0'),(162735,17687,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162736,17688,'_product_id','0'),(162737,17688,'_variation_id','0'),(162738,17688,'_qty','1'),(162739,17688,'_tax_class',''),(162740,17688,'_line_subtotal','20'),(162741,17688,'_line_subtotal_tax','0'),(162742,17688,'_line_total','20'),(162743,17688,'_line_tax','0'),(162744,17688,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162745,17688,'Color','Red'),(162746,17688,'Size','Small'),(162747,17689,'_product_id','0'),(162748,17689,'_variation_id','0'),(162749,17689,'_qty','2'),(162750,17689,'_tax_class',''),(162751,17689,'_line_subtotal','50'),(162752,17689,'_line_subtotal_tax','0'),(162753,17689,'_line_total','50'),(162754,17689,'_line_tax','0'),(162755,17689,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162756,17690,'_product_id','0'),(162757,17690,'_variation_id','0'),(162758,17690,'_qty','1'),(162759,17690,'_tax_class',''),(162760,17690,'_line_subtotal','20'),(162761,17690,'_line_subtotal_tax','0'),(162762,17690,'_line_total','20'),(162763,17690,'_line_tax','0'),(162764,17690,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162765,17690,'Color','Red'),(162766,17690,'Size','Small'),(162767,17691,'_product_id','0'),(162768,17691,'_variation_id','0'),(162769,17691,'_qty','2'),(162770,17691,'_tax_class',''),(162771,17691,'_line_subtotal','50'),(162772,17691,'_line_subtotal_tax','0'),(162773,17691,'_line_total','50'),(162774,17691,'_line_tax','0'),(162775,17691,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162776,17692,'_product_id','0'),(162777,17692,'_variation_id','0'),(162778,17692,'_qty','1'),(162779,17692,'_tax_class',''),(162780,17692,'_line_subtotal','20'),(162781,17692,'_line_subtotal_tax','0'),(162782,17692,'_line_total','20'),(162783,17692,'_line_tax','0'),(162784,17692,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162785,17692,'Color','Red'),(162786,17692,'Size','Small'),(162787,17693,'_product_id','0'),(162788,17693,'_variation_id','0'),(162789,17693,'_qty','2'),(162790,17693,'_tax_class',''),(162791,17693,'_line_subtotal','50'),(162792,17693,'_line_subtotal_tax','0'),(162793,17693,'_line_total','50'),(162794,17693,'_line_tax','0'),(162795,17693,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162796,17694,'_product_id','0'),(162797,17694,'_variation_id','0'),(162798,17694,'_qty','1'),(162799,17694,'_tax_class',''),(162800,17694,'_line_subtotal','20'),(162801,17694,'_line_subtotal_tax','0'),(162802,17694,'_line_total','20'),(162803,17694,'_line_tax','0'),(162804,17694,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162805,17694,'Color','Red'),(162806,17694,'Size','Small'),(162807,17695,'_product_id','0'),(162808,17695,'_variation_id','0'),(162809,17695,'_qty','2'),(162810,17695,'_tax_class',''),(162811,17695,'_line_subtotal','50'),(162812,17695,'_line_subtotal_tax','0'),(162813,17695,'_line_total','50'),(162814,17695,'_line_tax','0'),(162815,17695,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162816,17696,'_product_id','0'),(162817,17696,'_variation_id','0'),(162818,17696,'_qty','1'),(162819,17696,'_tax_class',''),(162820,17696,'_line_subtotal','20'),(162821,17696,'_line_subtotal_tax','0'),(162822,17696,'_line_total','20'),(162823,17696,'_line_tax','0'),(162824,17696,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162825,17696,'Color','Red'),(162826,17696,'Size','Small'),(162827,17697,'_product_id','0'),(162828,17697,'_variation_id','0'),(162829,17697,'_qty','2'),(162830,17697,'_tax_class',''),(162831,17697,'_line_subtotal','50'),(162832,17697,'_line_subtotal_tax','0'),(162833,17697,'_line_total','50'),(162834,17697,'_line_tax','0'),(162835,17697,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162836,17698,'_product_id','0'),(162837,17698,'_variation_id','0'),(162838,17698,'_qty','1'),(162839,17698,'_tax_class',''),(162840,17698,'_line_subtotal','20'),(162841,17698,'_line_subtotal_tax','0'),(162842,17698,'_line_total','20'),(162843,17698,'_line_tax','0'),(162844,17698,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162845,17698,'Color','Red'),(162846,17698,'Size','Small'),(162847,17699,'_product_id','0'),(162848,17699,'_variation_id','0'),(162849,17699,'_qty','2'),(162850,17699,'_tax_class',''),(162851,17699,'_line_subtotal','50'),(162852,17699,'_line_subtotal_tax','0'),(162853,17699,'_line_total','50'),(162854,17699,'_line_tax','0'),(162855,17699,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162856,17700,'_product_id','0'),(162857,17700,'_variation_id','0'),(162858,17700,'_qty','1'),(162859,17700,'_tax_class',''),(162860,17700,'_line_subtotal','20'),(162861,17700,'_line_subtotal_tax','0'),(162862,17700,'_line_total','20'),(162863,17700,'_line_tax','0'),(162864,17700,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162865,17700,'Color','Red'),(162866,17700,'Size','Small'),(162867,17701,'_product_id','0'),(162868,17701,'_variation_id','0'),(162869,17701,'_qty','2'),(162870,17701,'_tax_class',''),(162871,17701,'_line_subtotal','50'),(162872,17701,'_line_subtotal_tax','0'),(162873,17701,'_line_total','50'),(162874,17701,'_line_tax','0'),(162875,17701,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162876,17702,'_product_id','0'),(162877,17702,'_variation_id','0'),(162878,17702,'_qty','1'),(162879,17702,'_tax_class',''),(162880,17702,'_line_subtotal','20'),(162881,17702,'_line_subtotal_tax','0'),(162882,17702,'_line_total','20'),(162883,17702,'_line_tax','0'),(162884,17702,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162885,17702,'Color','Red'),(162886,17702,'Size','Small'),(162887,17703,'_product_id','0'),(162888,17703,'_variation_id','0'),(162889,17703,'_qty','2'),(162890,17703,'_tax_class',''),(162891,17703,'_line_subtotal','50'),(162892,17703,'_line_subtotal_tax','0'),(162893,17703,'_line_total','50'),(162894,17703,'_line_tax','0'),(162895,17703,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162896,17704,'_product_id','0'),(162897,17704,'_variation_id','0'),(162898,17704,'_qty','1'),(162899,17704,'_tax_class',''),(162900,17704,'_line_subtotal','20'),(162901,17704,'_line_subtotal_tax','0'),(162902,17704,'_line_total','20'),(162903,17704,'_line_tax','0'),(162904,17704,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162905,17704,'Color','Red'),(162906,17704,'Size','Small'),(172773,18728,'_product_id','47'),(172774,18728,'_variation_id','0'),(172775,18728,'_qty','2'),(172776,18728,'_tax_class',''),(172777,18728,'_line_subtotal','750'),(172778,18728,'_line_subtotal_tax','0'),(172779,18728,'_line_total','750'),(172780,18728,'_line_tax','0'),(172781,18728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172782,18729,'_product_id','48'),(172783,18729,'_variation_id','0'),(172784,18729,'_qty','1'),(172785,18729,'_tax_class',''),(172786,18729,'_line_subtotal','300'),(172787,18729,'_line_subtotal_tax','0'),(172788,18729,'_line_total','300'),(172789,18729,'_line_tax','0'),(172790,18729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172791,18730,'_product_id','47'),(172792,18730,'_variation_id','0'),(172793,18730,'_qty','1'),(172794,18730,'_tax_class',''),(172795,18730,'_line_subtotal','375'),(172796,18730,'_line_subtotal_tax','0'),(172797,18730,'_line_total','375'),(172798,18730,'_line_tax','0'),(172799,18730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172800,18731,'_product_id','184196'),(172801,18731,'_variation_id','0'),(172802,18731,'_qty','10'),(172803,18731,'_tax_class',''),(172804,18731,'_line_subtotal','100'),(172805,18731,'_line_subtotal_tax','0'),(172806,18731,'_line_total','100'),(172807,18731,'_line_tax','0'),(172808,18731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172809,18732,'_product_id','184196'),(172810,18732,'_variation_id','0'),(172811,18732,'_qty','6'),(172812,18732,'_tax_class',''),(172813,18732,'_line_subtotal','60'),(172814,18732,'_line_subtotal_tax','0'),(172815,18732,'_line_total','60'),(172816,18732,'_line_tax','0'),(172817,18732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172818,18733,'_product_id','184201'),(172819,18733,'_variation_id','0'),(172820,18733,'_qty','2'),(172821,18733,'_tax_class',''),(172822,18733,'_line_subtotal','3000'),(172823,18733,'_line_subtotal_tax','0'),(172824,18733,'_line_total','3000'),(172825,18733,'_line_tax','0'),(172826,18733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172827,18734,'_product_id','184192'),(172828,18734,'_variation_id','0'),(172829,18734,'_qty','1'),(172830,18734,'_tax_class',''),(172831,18734,'_line_subtotal','500'),(172832,18734,'_line_subtotal_tax','0'),(172833,18734,'_line_total','500'),(172834,18734,'_line_tax','0'),(172835,18734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172836,18735,'_product_id','184196'),(172837,18735,'_variation_id','0'),(172838,18735,'_qty','2'),(172839,18735,'_tax_class',''),(172840,18735,'_line_subtotal','20'),(172841,18735,'_line_subtotal_tax','0'),(172842,18735,'_line_total','20'),(172843,18735,'_line_tax','0'),(172844,18735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172845,18736,'_product_id','184196'),(172846,18736,'_variation_id','0'),(172847,18736,'_qty','2'),(172848,18736,'_tax_class',''),(172849,18736,'_line_subtotal','20'),(172850,18736,'_line_subtotal_tax','0'),(172851,18736,'_line_total','20'),(172852,18736,'_line_tax','0'),(172853,18736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172854,18737,'_product_id','184194'),(172855,18737,'_variation_id','0'),(172856,18737,'_qty','1'),(172857,18737,'_tax_class',''),(172858,18737,'_line_subtotal','90'),(172859,18737,'_line_subtotal_tax','0'),(172860,18737,'_line_total','90'),(172861,18737,'_line_tax','0'),(172862,18737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172863,18738,'_product_id','47'),(172864,18738,'_variation_id','0'),(172865,18738,'_qty','2'),(172866,18738,'_tax_class',''),(172867,18738,'_line_subtotal','750'),(172868,18738,'_line_subtotal_tax','0'),(172869,18738,'_line_total','750'),(172870,18738,'_line_tax','0'),(172871,18738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172872,18739,'_product_id','46'),(172873,18739,'_variation_id','0'),(172874,18739,'_qty','2'),(172875,18739,'_tax_class',''),(172876,18739,'_line_subtotal','162'),(172877,18739,'_line_subtotal_tax','0'),(172878,18739,'_line_total','162'),(172879,18739,'_line_tax','0'),(172880,18739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172881,18740,'_product_id','46'),(172882,18740,'_variation_id','0'),(172883,18740,'_qty','2'),(172884,18740,'_tax_class',''),(172885,18740,'_line_subtotal','162'),(172886,18740,'_line_subtotal_tax','0'),(172887,18740,'_line_total','162'),(172888,18740,'_line_tax','0'),(172889,18740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172890,18741,'_product_id','47'),(172891,18741,'_variation_id','0'),(172892,18741,'_qty','2'),(172893,18741,'_tax_class',''),(172894,18741,'_line_subtotal','750'),(172895,18741,'_line_subtotal_tax','0'),(172896,18741,'_line_total','750'),(172897,18741,'_line_tax','0'),(172898,18741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172899,18742,'_product_id','48'),(172900,18742,'_variation_id','0'),(172901,18742,'_qty','2'),(172902,18742,'_tax_class',''),(172903,18742,'_line_subtotal','600'),(172904,18742,'_line_subtotal_tax','0'),(172905,18742,'_line_total','600'),(172906,18742,'_line_tax','0'),(172907,18742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172908,18743,'_product_id','184196'),(172909,18743,'_variation_id','0'),(172910,18743,'_qty','2'),(172911,18743,'_tax_class',''),(172912,18743,'_line_subtotal','20'),(172913,18743,'_line_subtotal_tax','0'),(172914,18743,'_line_total','20'),(172915,18743,'_line_tax','0'),(172916,18743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172917,18744,'_product_id','184194'),(172918,18744,'_variation_id','0'),(172919,18744,'_qty','1'),(172920,18744,'_tax_class',''),(172921,18744,'_line_subtotal','90'),(172922,18744,'_line_subtotal_tax','0'),(172923,18744,'_line_total','90'),(172924,18744,'_line_tax','0'),(172925,18744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172926,18745,'_product_id','46'),(172927,18745,'_variation_id','0'),(172928,18745,'_qty','2'),(172929,18745,'_tax_class',''),(172930,18745,'_line_subtotal','162'),(172931,18745,'_line_subtotal_tax','0'),(172932,18745,'_line_total','162'),(172933,18745,'_line_tax','0'),(172934,18745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172935,18746,'_product_id','47'),(172936,18746,'_variation_id','0'),(172937,18746,'_qty','2'),(172938,18746,'_tax_class',''),(172939,18746,'_line_subtotal','750'),(172940,18746,'_line_subtotal_tax','0'),(172941,18746,'_line_total','750'),(172942,18746,'_line_tax','0'),(172943,18746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172944,18747,'_product_id','48'),(172945,18747,'_variation_id','0'),(172946,18747,'_qty','2'),(172947,18747,'_tax_class',''),(172948,18747,'_line_subtotal','600'),(172949,18747,'_line_subtotal_tax','0'),(172950,18747,'_line_total','600'),(172951,18747,'_line_tax','0'),(172952,18747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172953,18748,'_product_id','184194'),(172954,18748,'_variation_id','0'),(172955,18748,'_qty','1'),(172956,18748,'_tax_class',''),(172957,18748,'_line_subtotal','90'),(172958,18748,'_line_subtotal_tax','0'),(172959,18748,'_line_total','90'),(172960,18748,'_line_tax','0'),(172961,18748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172962,18749,'_product_id','184196'),(172963,18749,'_variation_id','0'),(172964,18749,'_qty','1'),(172965,18749,'_tax_class',''),(172966,18749,'_line_subtotal','10'),(172967,18749,'_line_subtotal_tax','0'),(172968,18749,'_line_total','10'),(172969,18749,'_line_tax','0'),(172970,18749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172971,18750,'_product_id','184196'),(172972,18750,'_variation_id','0'),(172973,18750,'_qty','10'),(172974,18750,'_tax_class',''),(172975,18750,'_line_subtotal','100'),(172976,18750,'_line_subtotal_tax','0'),(172977,18750,'_line_total','100'),(172978,18750,'_line_tax','0'),(172979,18750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172980,18751,'_product_id','46'),(172981,18751,'_variation_id','0'),(172982,18751,'_qty','5'),(172983,18751,'_tax_class',''),(172984,18751,'_line_subtotal','405'),(172985,18751,'_line_subtotal_tax','0'),(172986,18751,'_line_total','405'),(172987,18751,'_line_tax','0'),(172988,18751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172989,18752,'method_id','free_shipping'),(172990,18752,'instance_id','6'),(172991,18752,'cost','0'),(172992,18752,'total_tax','0'),(172993,18752,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172994,18752,'Items','Lice Remover Kit(Case of 6) &times; 5'),(172995,18753,'_product_id','48'),(172996,18753,'_variation_id','0'),(172997,18753,'_qty','4'),(172998,18753,'_tax_class',''),(172999,18753,'_line_subtotal','1200'),(173000,18753,'_line_subtotal_tax','0'),(173001,18753,'_line_total','1200'),(173002,18753,'_line_tax','0'),(173003,18753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173004,18754,'_product_id','47'),(173005,18754,'_variation_id','0'),(173006,18754,'_qty','4'),(173007,18754,'_tax_class',''),(173008,18754,'_line_subtotal','1500'),(173009,18754,'_line_subtotal_tax','0'),(173010,18754,'_line_total','1500'),(173011,18754,'_line_tax','0'),(173012,18754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173013,18755,'method_id','free_shipping'),(173014,18755,'instance_id','6'),(173015,18755,'cost','0'),(173016,18755,'total_tax','0'),(173017,18755,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173018,18755,'Items','OneCure Tip Kit(Case of 12) &times; 4, OneCure Lice Treatment(Case of 3) &times; 4'),(173019,18756,'_product_id','47'),(173020,18756,'_variation_id','0'),(173021,18756,'_qty','1'),(173022,18756,'_tax_class',''),(173023,18756,'_line_subtotal','375'),(173024,18756,'_line_subtotal_tax','0'),(173025,18756,'_line_total','375'),(173026,18756,'_line_tax','0'),(173027,18756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173028,18757,'method_id','free_shipping'),(173029,18757,'instance_id','6'),(173030,18757,'cost','0'),(173031,18757,'total_tax','0'),(173032,18757,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173033,18757,'Items','OneCure Lice Treatment(Case of 3) &times; 1'),(173034,18758,'_product_id','47'),(173035,18758,'_variation_id','0'),(173036,18758,'_qty','2'),(173037,18758,'_tax_class',''),(173038,18758,'_line_subtotal','750'),(173039,18758,'_line_subtotal_tax','0'),(173040,18758,'_line_total','750'),(173041,18758,'_line_tax','0'),(173042,18758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173043,18759,'method_id','free_shipping'),(173044,18759,'instance_id','6'),(173045,18759,'cost','0'),(173046,18759,'total_tax','0'),(173047,18759,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173048,18759,'Items','OneCure Lice Treatment(Case of 3) &times; 2'),(173049,18760,'_product_id','46'),(173050,18760,'_variation_id','0'),(173051,18760,'_qty','1'),(173052,18760,'_tax_class',''),(173053,18760,'_line_subtotal','81'),(173054,18760,'_line_subtotal_tax','0'),(173055,18760,'_line_total','81'),(173056,18760,'_line_tax','0'),(173057,18760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173058,18761,'_product_id','184196'),(173059,18761,'_variation_id','0'),(173060,18761,'_qty','6'),(173061,18761,'_tax_class',''),(173062,18761,'_line_subtotal','60'),(173063,18761,'_line_subtotal_tax','0'),(173064,18761,'_line_total','60'),(173065,18761,'_line_tax','0'),(173066,18761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173067,18762,'method_id','free_shipping'),(173068,18762,'instance_id','6'),(173069,18762,'cost','0'),(173070,18762,'total_tax','0'),(173071,18762,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173072,18762,'Items','Lice Remover Kit(Case of 6) &times; 1, AirAllé Air Filter(Case of 1) &times; 6'),(173073,18763,'_product_id','184196'),(173074,18763,'_variation_id','0'),(173075,18763,'_qty','10'),(173076,18763,'_tax_class',''),(173077,18763,'_line_subtotal','100'),(173078,18763,'_line_subtotal_tax','0'),(173079,18763,'_line_total','100'),(173080,18763,'_line_tax','0'),(173081,18763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173082,18764,'method_id','free_shipping'),(173083,18764,'instance_id','6'),(173084,18764,'cost','0'),(173085,18764,'total_tax','0'),(173086,18764,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173087,18764,'Items','AirAllé Air Filter(Case of 1) &times; 10'),(173088,18765,'_product_id','47'),(173089,18765,'_variation_id','0'),(173090,18765,'_qty','2'),(173091,18765,'_tax_class',''),(173092,18765,'_line_subtotal','750'),(173093,18765,'_line_subtotal_tax','0'),(173094,18765,'_line_total','750'),(173095,18765,'_line_tax','0'),(173096,18765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173097,18766,'_product_id','48'),(173098,18766,'_variation_id','0'),(173099,18766,'_qty','1'),(173100,18766,'_tax_class',''),(173101,18766,'_line_subtotal','300'),(173102,18766,'_line_subtotal_tax','0'),(173103,18766,'_line_total','300'),(173104,18766,'_line_tax','0'),(173105,18766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173106,18767,'method_id','free_shipping'),(173107,18767,'instance_id','6'),(173108,18767,'cost','0'),(173109,18767,'total_tax','0'),(173110,18767,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173111,18767,'Items','OneCure Lice Treatment(Case of 3) &times; 2, OneCure Tip Kit(Case of 12) &times; 1'),(173112,18768,'_product_id','47'),(173113,18768,'_variation_id','0'),(173114,18768,'_qty','1'),(173115,18768,'_tax_class',''),(173116,18768,'_line_subtotal','375'),(173117,18768,'_line_subtotal_tax','0'),(173118,18768,'_line_total','375'),(173119,18768,'_line_tax','0'),(173120,18768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173121,18769,'_product_id','48'),(173122,18769,'_variation_id','0'),(173123,18769,'_qty','1'),(173124,18769,'_tax_class',''),(173125,18769,'_line_subtotal','300'),(173126,18769,'_line_subtotal_tax','0'),(173127,18769,'_line_total','300'),(173128,18769,'_line_tax','0'),(173129,18769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173130,18770,'method_id','free_shipping'),(173131,18770,'instance_id','6'),(173132,18770,'cost','0'),(173133,18770,'total_tax','0'),(173134,18770,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173135,18770,'Items','OneCure Lice Treatment(Case of 3) &times; 1, OneCure Tip Kit(Case of 12) &times; 1'),(173136,18771,'_product_id','47'),(173137,18771,'_variation_id','0'),(173138,18771,'_qty','2'),(173139,18771,'_tax_class',''),(173140,18771,'_line_subtotal','750'),(173141,18771,'_line_subtotal_tax','0'),(173142,18771,'_line_total','750'),(173143,18771,'_line_tax','0'),(173144,18771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173145,18772,'method_id','free_shipping'),(173146,18772,'instance_id','6'),(173147,18772,'cost','0'),(173148,18772,'total_tax','0'),(173149,18772,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173150,18772,'Items','OneCure Lice Treatment(Case of 3) &times; 2'),(173151,18773,'_product_id','48'),(173152,18773,'_variation_id','0'),(173153,18773,'_qty','3'),(173154,18773,'_tax_class',''),(173155,18773,'_line_subtotal','900'),(173156,18773,'_line_subtotal_tax','0'),(173157,18773,'_line_total','900'),(173158,18773,'_line_tax','0'),(173159,18773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173160,18774,'_product_id','46'),(173161,18774,'_variation_id','0'),(173162,18774,'_qty','4'),(173163,18774,'_tax_class',''),(173164,18774,'_line_subtotal','324'),(173165,18774,'_line_subtotal_tax','0'),(173166,18774,'_line_total','324'),(173167,18774,'_line_tax','0'),(173168,18774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173169,18775,'method_id','free_shipping'),(173170,18775,'instance_id','6'),(173171,18775,'cost','0'),(173172,18775,'total_tax','0'),(173173,18775,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173174,18775,'Items','OneCure Tip Kit(Case of 12) &times; 3, Lice Remover Kit(Case of 6) &times; 4'),(173175,18776,'_product_id','47'),(173176,18776,'_variation_id','0'),(173177,18776,'_qty','1'),(173178,18776,'_tax_class',''),(173179,18776,'_line_subtotal','375'),(173180,18776,'_line_subtotal_tax','0'),(173181,18776,'_line_total','375'),(173182,18776,'_line_tax','0'),(173183,18776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173184,18777,'_product_id','48'),(173185,18777,'_variation_id','0'),(173186,18777,'_qty','1'),(173187,18777,'_tax_class',''),(173188,18777,'_line_subtotal','300'),(173189,18777,'_line_subtotal_tax','0'),(173190,18777,'_line_total','300'),(173191,18777,'_line_tax','0'),(173192,18777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173193,18778,'method_id','free_shipping'),(173194,18778,'instance_id','6'),(173195,18778,'cost','0'),(173196,18778,'total_tax','0'),(173197,18778,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173198,18778,'Items','OneCure Lice Treatment(Case of 3) &times; 1, OneCure Tip Kit(Case of 12) &times; 1'),(173199,18779,'_product_id','47'),(173200,18779,'_variation_id','0'),(173201,18779,'_qty','1'),(173202,18779,'_tax_class',''),(173203,18779,'_line_subtotal','375'),(173204,18779,'_line_subtotal_tax','0'),(173205,18779,'_line_total','375'),(173206,18779,'_line_tax','0'),(173207,18779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173208,18780,'method_id','free_shipping'),(173209,18780,'instance_id','6'),(173210,18780,'cost','0'),(173211,18780,'total_tax','0'),(173212,18780,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173213,18780,'Items','OneCure Lice Treatment(Case of 3) &times; 1'),(173214,18781,'_product_id','48'),(173215,18781,'_variation_id','0'),(173216,18781,'_qty','1'),(173217,18781,'_tax_class',''),(173218,18781,'_line_subtotal','300'),(173219,18781,'_line_subtotal_tax','0'),(173220,18781,'_line_total','300'),(173221,18781,'_line_tax','0'),(173222,18781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173223,18782,'method_id','free_shipping'),(173224,18782,'instance_id','6'),(173225,18782,'cost','0'),(173226,18782,'total_tax','0'),(173227,18782,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173228,18782,'Items','OneCure Tip Kit(Case of 12) &times; 1'),(173229,18783,'_product_id','184201'),(173230,18783,'_variation_id','0'),(173231,18783,'_qty','1'),(173232,18783,'_tax_class',''),(173233,18783,'_line_subtotal','1500'),(173234,18783,'_line_subtotal_tax','0'),(173235,18783,'_line_total','1500'),(173236,18783,'_line_tax','0'),(173237,18783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173238,18784,'method_id','free_shipping'),(173239,18784,'instance_id','6'),(173240,18784,'cost','0'),(173241,18784,'total_tax','0'),(173242,18784,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173243,18784,'Items','AirAllé Device &times; 1'),(173244,18785,'_product_id','47'),(173245,18785,'_variation_id','0'),(173246,18785,'_qty','4'),(173247,18785,'_tax_class',''),(173248,18785,'_line_subtotal','1500'),(173249,18785,'_line_subtotal_tax','0'),(173250,18785,'_line_total','1500'),(173251,18785,'_line_tax','0'),(173252,18785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173253,18786,'_product_id','46'),(173254,18786,'_variation_id','0'),(173255,18786,'_qty','2'),(173256,18786,'_tax_class',''),(173257,18786,'_line_subtotal','162'),(173258,18786,'_line_subtotal_tax','0'),(173259,18786,'_line_total','162'),(173260,18786,'_line_tax','0'),(173261,18786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173262,18787,'_product_id','48'),(173263,18787,'_variation_id','0'),(173264,18787,'_qty','2'),(173265,18787,'_tax_class',''),(173266,18787,'_line_subtotal','600'),(173267,18787,'_line_subtotal_tax','0'),(173268,18787,'_line_total','600'),(173269,18787,'_line_tax','0'),(173270,18787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173271,18788,'method_id','free_shipping'),(173272,18788,'instance_id','6'),(173273,18788,'cost','0'),(173274,18788,'total_tax','0'),(173275,18788,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173276,18788,'Items','OneCure Lice Treatment(Case of 3) &times; 4, Lice Remover Kit(Case of 6) &times; 2, OneCure Tip Kit(Case of 12) &times; 2'),(173277,18789,'_product_id','47'),(173278,18789,'_variation_id','0'),(173279,18789,'_qty','1'),(173280,18789,'_tax_class',''),(173281,18789,'_line_subtotal','375'),(173282,18789,'_line_subtotal_tax','0'),(173283,18789,'_line_total','375'),(173284,18789,'_line_tax','0'),(173285,18789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173286,18790,'method_id','free_shipping'),(173287,18790,'instance_id','6'),(173288,18790,'cost','0'),(173289,18790,'total_tax','0'),(173290,18790,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173291,18790,'Items','OneCure Lice Treatment(Case of 3) &times; 1'),(173292,18791,'_product_id','47'),(173293,18791,'_variation_id','0'),(173294,18791,'_qty','1'),(173295,18791,'_tax_class',''),(173296,18791,'_line_subtotal','375'),(173297,18791,'_line_subtotal_tax','0'),(173298,18791,'_line_total','375'),(173299,18791,'_line_tax','0'),(173300,18791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173301,18792,'method_id','free_shipping'),(173302,18792,'instance_id','6'),(173303,18792,'cost','0'),(173304,18792,'total_tax','0'),(173305,18792,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173306,18792,'Items','OneCure Lice Treatment(Case of 3) &times; 1'),(173307,18793,'_product_id','184196'),(173308,18793,'_variation_id','0'),(173309,18793,'_qty','4'),(173310,18793,'_tax_class',''),(173311,18793,'_line_subtotal','40'),(173312,18793,'_line_subtotal_tax','0'),(173313,18793,'_line_total','40'),(173314,18793,'_line_tax','0'),(173315,18793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173316,18794,'method_id','free_shipping'),(173317,18794,'instance_id','6'),(173318,18794,'cost','0'),(173319,18794,'total_tax','0'),(173320,18794,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173321,18794,'Items','AirAllé Air Filter(Case of 1) &times; 4'),(173322,18795,'_product_id','184196'),(173323,18795,'_variation_id','0'),(173324,18795,'_qty','6'),(173325,18795,'_tax_class',''),(173326,18795,'_line_subtotal','60'),(173327,18795,'_line_subtotal_tax','0'),(173328,18795,'_line_total','60'),(173329,18795,'_line_tax','0'),(173330,18795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173331,18796,'method_id','free_shipping'),(173332,18796,'instance_id','6'),(173333,18796,'cost','0'),(173334,18796,'total_tax','0'),(173335,18796,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173336,18796,'Items','AirAllé Air Filter(Case of 1) &times; 6'),(173337,18797,'_product_id','184198'),(173338,18797,'_variation_id','0'),(173339,18797,'_qty','4'),(173340,18797,'_tax_class',''),(173341,18797,'_line_subtotal','24'),(173342,18797,'_line_subtotal_tax','0'),(173343,18797,'_line_total','24'),(173344,18797,'_line_tax','0'),(173345,18797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173346,18798,'_product_id','184196'),(173347,18798,'_variation_id','0'),(173348,18798,'_qty','4'),(173349,18798,'_tax_class',''),(173350,18798,'_line_subtotal','40'),(173351,18798,'_line_subtotal_tax','0'),(173352,18798,'_line_total','40'),(173353,18798,'_line_tax','0'),(173354,18798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173355,18799,'method_id','free_shipping'),(173356,18799,'instance_id','6'),(173357,18799,'cost','0'),(173358,18799,'total_tax','0'),(173359,18799,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173360,18799,'Items','AirAllé Applicator Base(Case of 1) &times; 4, AirAllé Air Filter(Case of 1) &times; 4'),(173361,18800,'_product_id','47'),(173362,18800,'_variation_id','0'),(173363,18800,'_qty','1'),(173364,18800,'_tax_class',''),(173365,18800,'_line_subtotal','375'),(173366,18800,'_line_subtotal_tax','0'),(173367,18800,'_line_total','375'),(173368,18800,'_line_tax','0'),(173369,18800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173370,18801,'_product_id','48'),(173371,18801,'_variation_id','0'),(173372,18801,'_qty','1'),(173373,18801,'_tax_class',''),(173374,18801,'_line_subtotal','300'),(173375,18801,'_line_subtotal_tax','0'),(173376,18801,'_line_total','300'),(173377,18801,'_line_tax','0'),(173378,18801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173379,18802,'method_id','free_shipping'),(173380,18802,'instance_id','6'),(173381,18802,'cost','0'),(173382,18802,'total_tax','0'),(173383,18802,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173384,18802,'Items','OneCure Lice Treatment(Case of 3) &times; 1, OneCure Tip Kit(Case of 12) &times; 1'),(173385,18803,'_product_id','184194'),(173386,18803,'_variation_id','0'),(173387,18803,'_qty','1'),(173388,18803,'_tax_class',''),(173389,18803,'_line_subtotal','90'),(173390,18803,'_line_subtotal_tax','0'),(173391,18803,'_line_total','90'),(173392,18803,'_line_tax','0'),(173393,18803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173394,18804,'method_id','free_shipping'),(173395,18804,'instance_id','6'),(173396,18804,'cost','0'),(173397,18804,'total_tax','0'),(173398,18804,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173399,18804,'Items','AirAllé Treatment Hose(Case of 1) &times; 1'),(173400,18805,'_product_id','184201'),(173401,18805,'_variation_id','0'),(173402,18805,'_qty','2'),(173403,18805,'_tax_class',''),(173404,18805,'_line_subtotal','3200'),(173405,18805,'_line_subtotal_tax','0'),(173406,18805,'_line_total','1600'),(173407,18805,'_line_tax','0'),(173408,18805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173409,18806,'method_id','free_shipping'),(173410,18806,'instance_id','6'),(173411,18806,'cost','0'),(173412,18806,'total_tax','0'),(173413,18806,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173414,18806,'Items','AirAllé Device &times; 2'),(173415,18807,'discount_amount','1600'),(173416,18807,'discount_amount_tax','0'),(173417,18807,'coupon_info','[184389,\"darlene1600\",null,1600]'),(173418,18808,'_product_id','184196'),(173419,18808,'_variation_id','0'),(173420,18808,'_qty','9'),(173421,18808,'_tax_class',''),(173422,18808,'_line_subtotal','90'),(173423,18808,'_line_subtotal_tax','0'),(173424,18808,'_line_total','90'),(173425,18808,'_line_tax','0'),(173426,18808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173427,18809,'_product_id','47'),(173428,18809,'_variation_id','0'),(173429,18809,'_qty','2'),(173430,18809,'_tax_class',''),(173431,18809,'_line_subtotal','750'),(173432,18809,'_line_subtotal_tax','0'),(173433,18809,'_line_total','750'),(173434,18809,'_line_tax','0'),(173435,18809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173436,18810,'method_id','free_shipping'),(173437,18810,'instance_id','6'),(173438,18810,'cost','0'),(173439,18810,'total_tax','0'),(173440,18810,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173441,18810,'Items','AirAllé Air Filter(Case of 1) &times; 9, OneCure Lice Treatment(Case of 3) &times; 2'),(173442,18811,'_product_id','184196'),(173443,18811,'_variation_id','0'),(173444,18811,'_qty','6'),(173445,18811,'_tax_class',''),(173446,18811,'_line_subtotal','60'),(173447,18811,'_line_subtotal_tax','0'),(173448,18811,'_line_total','60'),(173449,18811,'_line_tax','0'),(173450,18811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173451,18812,'_product_id','47'),(173452,18812,'_variation_id','0'),(173453,18812,'_qty','1'),(173454,18812,'_tax_class',''),(173455,18812,'_line_subtotal','375'),(173456,18812,'_line_subtotal_tax','0'),(173457,18812,'_line_total','375'),(173458,18812,'_line_tax','0'),(173459,18812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173460,18813,'_product_id','184192'),(173461,18813,'_variation_id','0'),(173462,18813,'_qty','1'),(173463,18813,'_tax_class',''),(173464,18813,'_line_subtotal','500'),(173465,18813,'_line_subtotal_tax','0'),(173466,18813,'_line_total','500'),(173467,18813,'_line_tax','0'),(173468,18813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173469,18814,'method_id','free_shipping'),(173470,18814,'instance_id','6'),(173471,18814,'cost','0'),(173472,18814,'total_tax','0'),(173473,18814,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173474,18814,'Items','AirAllé Air Filter(Case of 1) &times; 6, OneCure Lice Treatment(Case of 3) &times; 1, AirAllé Applicator Tips(Case of 100) &times; 1'),(173475,18815,'_product_id','184196'),(173476,18815,'_variation_id','0'),(173477,18815,'_qty','10'),(173478,18815,'_tax_class',''),(173479,18815,'_line_subtotal','100'),(173480,18815,'_line_subtotal_tax','0'),(173481,18815,'_line_total','100'),(173482,18815,'_line_tax','0'),(173483,18815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173484,18816,'method_id','free_shipping'),(173485,18816,'instance_id','6'),(173486,18816,'cost','0'),(173487,18816,'total_tax','0'),(173488,18816,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173489,18816,'Items','AirAllé Air Filter(Case of 1) &times; 10'),(173490,18817,'_product_id','47'),(173491,18817,'_variation_id','0'),(173492,18817,'_qty','2'),(173493,18817,'_tax_class',''),(173494,18817,'_line_subtotal','750'),(173495,18817,'_line_subtotal_tax','0'),(173496,18817,'_line_total','750'),(173497,18817,'_line_tax','0'),(173498,18817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173499,18818,'method_id','free_shipping'),(173500,18818,'instance_id','6'),(173501,18818,'cost','0'),(173502,18818,'total_tax','0'),(173503,18818,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173504,18818,'Items','OneCure Lice Treatment(Case of 3) &times; 2'),(173505,18819,'_product_id','47'),(173506,18819,'_variation_id','0'),(173507,18819,'_qty','1'),(173508,18819,'_tax_class',''),(173509,18819,'_line_subtotal','375'),(173510,18819,'_line_subtotal_tax','0'),(173511,18819,'_line_total','375'),(173512,18819,'_line_tax','0'),(173513,18819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173514,18820,'_product_id','184196'),(173515,18820,'_variation_id','0'),(173516,18820,'_qty','14'),(173517,18820,'_tax_class',''),(173518,18820,'_line_subtotal','140'),(173519,18820,'_line_subtotal_tax','0'),(173520,18820,'_line_total','140'),(173521,18820,'_line_tax','0'),(173522,18820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173523,18821,'method_id','free_shipping'),(173524,18821,'instance_id','6'),(173525,18821,'cost','0'),(173526,18821,'total_tax','0'),(173527,18821,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173528,18821,'Items','OneCure Lice Treatment(Case of 3) &times; 1, AirAllé Air Filter(Case of 1) &times; 14'),(173529,18822,'_product_id','184196'),(173530,18822,'_variation_id','0'),(173531,18822,'_qty','12'),(173532,18822,'_tax_class',''),(173533,18822,'_line_subtotal','120'),(173534,18822,'_line_subtotal_tax','0'),(173535,18822,'_line_total','120'),(173536,18822,'_line_tax','0'),(173537,18822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173538,18823,'method_id','free_shipping'),(173539,18823,'instance_id','6'),(173540,18823,'cost','0'),(173541,18823,'total_tax','0'),(173542,18823,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173543,18823,'Items','AirAllé Air Filter(Case of 1) &times; 12'),(173544,18824,'_product_id','184196'),(173545,18824,'_variation_id','0'),(173546,18824,'_qty','10'),(173547,18824,'_tax_class',''),(173548,18824,'_line_subtotal','100'),(173549,18824,'_line_subtotal_tax','0'),(173550,18824,'_line_total','100'),(173551,18824,'_line_tax','0'),(173552,18824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173553,18825,'method_id','free_shipping'),(173554,18825,'instance_id','6'),(173555,18825,'cost','0'),(173556,18825,'total_tax','0'),(173557,18825,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173558,18825,'Items','AirAllé Air Filter(Case of 1) &times; 10'),(173559,18826,'_product_id','184196'),(173560,18826,'_variation_id','0'),(173561,18826,'_qty','4'),(173562,18826,'_tax_class',''),(173563,18826,'_line_subtotal','40'),(173564,18826,'_line_subtotal_tax','0'),(173565,18826,'_line_total','40'),(173566,18826,'_line_tax','0'),(173567,18826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173568,18827,'method_id','free_shipping'),(173569,18827,'instance_id','6'),(173570,18827,'cost','0'),(173571,18827,'total_tax','0'),(173572,18827,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173573,18827,'Items','AirAllé Air Filter(Case of 1) &times; 4'),(173574,18828,'_product_id','47'),(173575,18828,'_variation_id','0'),(173576,18828,'_qty','1'),(173577,18828,'_tax_class',''),(173578,18828,'_line_subtotal','375'),(173579,18828,'_line_subtotal_tax','0'),(173580,18828,'_line_total','375'),(173581,18828,'_line_tax','0'),(173582,18828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173583,18829,'method_id','free_shipping'),(173584,18829,'instance_id','6'),(173585,18829,'cost','0'),(173586,18829,'total_tax','0'),(173587,18829,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173588,18829,'Items','OneCure Lice Treatment(Case of 3) &times; 1');
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=18830 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_items`
--

LOCK TABLES `wp_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_items` VALUES (20,'Course Tail Comb','line_item',171),(21,'FedEx Ground','shipping',171),(26,'6\" Wide Tooth Detangling Comb','line_item',174),(27,'FedEx Ground','shipping',174),(127,'Course Tail Comb','line_item',214),(128,'FedEx Ground','shipping',214),(408,'Bulk Active Rise 100%','line_item',356),(409,'FedEx Ground','shipping',356),(1634,'Bulk Active Rise 100%','line_item',617),(1635,'FedEx Ground','shipping',617),(1636,'Bulk Active Rise 100%','line_item',618),(1637,'FedEx Ground','shipping',618),(1661,'Active Rinse 8oz<br>(Case of 12)','line_item',627),(1662,'Active Rinse 16oz<br>(Case of 16)','line_item',628),(1663,'Bulk Active Rise 100%','line_item',628),(1664,'Active Rinse 8oz<br>(Case of 12)','line_item',629),(1665,'Bulk Active Rise 100%','line_item',629),(1666,'Professional Lice Comb<br>(Case of 12)','line_item',629),(1667,'Active Rinse 16oz<br>(Case of 16)','line_item',630),(1668,'Bulk Active Rise 100%','line_item',630),(1669,'Bulk Detangling Spray 1 Gallon','line_item',630),(1670,'Bulk Mousse 1 Gallon','line_item',630),(1671,'Active Rinse 8oz<br>(Case of 12)','line_item',631),(1672,'Bulk Active Rise 100%','line_item',631),(1673,'Active Rinse 16oz<br>(Case of 16)','line_item',632),(1674,'Bulk Active Rise 100%','line_item',632),(17486,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3522),(17487,'Bulk Active Rinse 100% RM','line_item',3522),(17488,'Bulk Detangling Spray 1 Gallon RM','line_item',3522),(17489,'Free Shipping','shipping',3522),(17490,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3523),(17491,'Bulk Active Rinse 100% RM','line_item',3523),(17492,'Bulk Detangling Spray 1 Gallon RM','line_item',3523),(17493,'Free Shipping','shipping',3523),(17499,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3535),(17500,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3535),(17501,'Free Shipping','shipping',3535),(17502,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3536),(17503,'Free Shipping','shipping',3536),(17524,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3542),(17525,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3542),(17526,'Preventive Spray 8oz<br>(Case of 12)','line_item',3542),(17527,'Preventive Spray 16oz<br>(Case of 16)','line_item',3542),(17528,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3542),(17529,'Course Tail Comb','line_item',3542),(17530,'Large Butterfly Clips','line_item',3542),(17531,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3542),(17532,'Free Shipping','shipping',3542),(17533,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3543),(17534,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3543),(17535,'Preventive Spray 8oz<br>(Case of 12)','line_item',3543),(17536,'Preventive Spray 16oz<br>(Case of 16)','line_item',3543),(17537,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3543),(17538,'Free Shipping','shipping',3543),(17539,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3544),(17540,'Course Tail Comb','line_item',3544),(17541,'Free Shipping','shipping',3544),(17673,'Dummy Product','line_item',0),(17674,'Dummy Product','line_item',0),(17675,'Dummy Product Variation','line_item',0),(17676,'Dummy Product Variation','line_item',0),(17677,'Dummy Product','line_item',0),(17678,'Dummy Product Variation','line_item',0),(17679,'Dummy Product','line_item',0),(17680,'Dummy Product Variation','line_item',0),(17681,'Dummy Product','line_item',0),(17682,'Dummy Product','line_item',0),(17683,'Dummy Product Variation','line_item',0),(17684,'Dummy Product Variation','line_item',0),(17685,'Dummy Product','line_item',0),(17686,'Dummy Product Variation','line_item',0),(17687,'Dummy Product','line_item',0),(17688,'Dummy Product Variation','line_item',0),(17689,'Dummy Product','line_item',0),(17690,'Dummy Product Variation','line_item',0),(17691,'Dummy Product','line_item',0),(17692,'Dummy Product Variation','line_item',0),(17693,'Dummy Product','line_item',0),(17694,'Dummy Product Variation','line_item',0),(17695,'Dummy Product','line_item',0),(17696,'Dummy Product Variation','line_item',0),(17697,'Dummy Product','line_item',0),(17698,'Dummy Product Variation','line_item',0),(17699,'Dummy Product','line_item',0),(17700,'Dummy Product Variation','line_item',0),(17701,'Dummy Product','line_item',0),(17702,'Dummy Product Variation','line_item',0),(17703,'Dummy Product','line_item',0),(17704,'Dummy Product Variation','line_item',0),(18728,'OneCure Lice Treatment<br>(Case of 3)','line_item',184281),(18729,'OneCure Tip Kit<br>(Case of 12)','line_item',184284),(18730,'OneCure Lice Treatment<br>(Case of 3)','line_item',184294),(18731,'AirAllé Air Filter<br>(Case of 1)','line_item',184295),(18732,'AirAllé Air Filter<br>(Case of 1)','line_item',184297),(18733,'AirAllé Device','line_item',184304),(18734,'AirAllé Applicator Tips<br>(Case of 100)','line_item',184307),(18735,'AirAllé Air Filter<br>(Case of 1)','line_item',184307),(18736,'AirAllé Air Filter<br>(Case of 1)','line_item',184329),(18737,'AirAllé Treatment Hose<br>(Case of 1)','line_item',184329),(18738,'OneCure Lice Treatment<br>(Case of 3)','line_item',184329),(18739,'Lice Remover Kit<br>(Case of 6)','line_item',184329),(18740,'Lice Remover Kit<br>(Case of 6)','line_item',184331),(18741,'OneCure Lice Treatment<br>(Case of 3)','line_item',184331),(18742,'OneCure Tip Kit<br>(Case of 12)','line_item',184331),(18743,'AirAllé Air Filter<br>(Case of 1)','line_item',184331),(18744,'AirAllé Treatment Hose<br>(Case of 1)','line_item',184331),(18745,'Lice Remover Kit<br>(Case of 6)','line_item',184332),(18746,'OneCure Lice Treatment<br>(Case of 3)','line_item',184332),(18747,'OneCure Tip Kit<br>(Case of 12)','line_item',184332),(18748,'AirAllé Treatment Hose<br>(Case of 1)','line_item',184332),(18749,'AirAllé Air Filter<br>(Case of 1)','line_item',184332),(18750,'AirAllé Air Filter<br>(Case of 1)','line_item',184346),(18751,'Lice Remover Kit<br>(Case of 6)','line_item',184351),(18752,'Shipping Cost Billed through Quickbooks.','shipping',184351),(18753,'OneCure Tip Kit<br>(Case of 12)','line_item',184353),(18754,'OneCure Lice Treatment<br>(Case of 3)','line_item',184353),(18755,'Shipping Cost Billed through Quickbooks.','shipping',184353),(18756,'OneCure Lice Treatment<br>(Case of 3)','line_item',184354),(18757,'Shipping Cost Billed through Quickbooks.','shipping',184354),(18758,'OneCure Lice Treatment<br>(Case of 3)','line_item',184355),(18759,'Shipping Cost Billed through Quickbooks.','shipping',184355),(18760,'Lice Remover Kit<br>(Case of 6)','line_item',184356),(18761,'AirAllé Air Filter<br>(Case of 1)','line_item',184356),(18762,'Shipping Cost Billed through Quickbooks.','shipping',184356),(18763,'AirAllé Air Filter<br>(Case of 1)','line_item',184357),(18764,'Shipping Cost Billed through Quickbooks.','shipping',184357),(18765,'OneCure Lice Treatment<br>(Case of 3)','line_item',184358),(18766,'OneCure Tip Kit<br>(Case of 12)','line_item',184358),(18767,'Shipping Cost Billed through Quickbooks.','shipping',184358),(18768,'OneCure Lice Treatment<br>(Case of 3)','line_item',184359),(18769,'OneCure Tip Kit<br>(Case of 12)','line_item',184359),(18770,'Shipping Cost Billed through Quickbooks.','shipping',184359),(18771,'OneCure Lice Treatment<br>(Case of 3)','line_item',184360),(18772,'Shipping Cost Billed through Quickbooks.','shipping',184360),(18773,'OneCure Tip Kit<br>(Case of 12)','line_item',184361),(18774,'Lice Remover Kit<br>(Case of 6)','line_item',184361),(18775,'Shipping Cost Billed through Quickbooks.','shipping',184361),(18776,'OneCure Lice Treatment<br>(Case of 3)','line_item',184362),(18777,'OneCure Tip Kit<br>(Case of 12)','line_item',184362),(18778,'Shipping Cost Billed through Quickbooks.','shipping',184362),(18779,'OneCure Lice Treatment<br>(Case of 3)','line_item',184363),(18780,'Shipping Cost Billed through Quickbooks.','shipping',184363),(18781,'OneCure Tip Kit<br>(Case of 12)','line_item',184373),(18782,'Shipping Cost Billed through Quickbooks.','shipping',184373),(18783,'AirAllé Device','line_item',184379),(18784,'Shipping Cost Billed through Quickbooks.','shipping',184379),(18785,'OneCure Lice Treatment<br>(Case of 3)','line_item',184380),(18786,'Lice Remover Kit<br>(Case of 6)','line_item',184380),(18787,'OneCure Tip Kit<br>(Case of 12)','line_item',184380),(18788,'Shipping Cost Billed through Quickbooks.','shipping',184380),(18789,'OneCure Lice Treatment<br>(Case of 3)','line_item',184382),(18790,'Shipping Cost Billed through Quickbooks.','shipping',184382),(18791,'OneCure Lice Treatment<br>(Case of 3)','line_item',184383),(18792,'Shipping Cost Billed through Quickbooks.','shipping',184383),(18793,'AirAllé Air Filter<br>(Case of 1)','line_item',184384),(18794,'Shipping Cost Billed through Quickbooks.','shipping',184384),(18795,'AirAllé Air Filter<br>(Case of 1)','line_item',184385),(18796,'Shipping Cost Billed through Quickbooks.','shipping',184385),(18797,'AirAllé Applicator Base<br>(Case of 1)','line_item',184386),(18798,'AirAllé Air Filter<br>(Case of 1)','line_item',184386),(18799,'Shipping Cost Billed through Quickbooks.','shipping',184386),(18800,'OneCure Lice Treatment<br>(Case of 3)','line_item',184387),(18801,'OneCure Tip Kit<br>(Case of 12)','line_item',184387),(18802,'Shipping Cost Billed through Quickbooks.','shipping',184387),(18803,'AirAllé Treatment Hose<br>(Case of 1)','line_item',184388),(18804,'Shipping Cost Billed through Quickbooks.','shipping',184388),(18805,'AirAllé Device','line_item',184390),(18806,'Shipping Cost Billed through Quickbooks.','shipping',184390),(18807,'darlene1600','coupon',184390),(18808,'AirAllé Air Filter<br>(Case of 1)','line_item',184391),(18809,'OneCure Lice Treatment<br>(Case of 3)','line_item',184391),(18810,'Shipping Cost Billed through Quickbooks.','shipping',184391),(18811,'AirAllé Air Filter<br>(Case of 1)','line_item',184392),(18812,'OneCure Lice Treatment<br>(Case of 3)','line_item',184392),(18813,'AirAllé Applicator Tips<br>(Case of 100)','line_item',184392),(18814,'Shipping Cost Billed through Quickbooks.','shipping',184392),(18815,'AirAllé Air Filter<br>(Case of 1)','line_item',184393),(18816,'Shipping Cost Billed through Quickbooks.','shipping',184393),(18817,'OneCure Lice Treatment<br>(Case of 3)','line_item',184394),(18818,'Shipping Cost Billed through Quickbooks.','shipping',184394),(18819,'OneCure Lice Treatment<br>(Case of 3)','line_item',184395),(18820,'AirAllé Air Filter<br>(Case of 1)','line_item',184395),(18821,'Shipping Cost Billed through Quickbooks.','shipping',184395),(18822,'AirAllé Air Filter<br>(Case of 1)','line_item',184396),(18823,'Shipping Cost Billed through Quickbooks.','shipping',184396),(18824,'AirAllé Air Filter<br>(Case of 1)','line_item',184397),(18825,'Shipping Cost Billed through Quickbooks.','shipping',184397),(18826,'AirAllé Air Filter<br>(Case of 1)','line_item',184398),(18827,'Shipping Cost Billed through Quickbooks.','shipping',184398),(18828,'OneCure Lice Treatment<br>(Case of 3)','line_item',184399),(18829,'Shipping Cost Billed through Quickbooks.','shipping',184399);
/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--

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

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--

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

--
-- Table structure for table `wp_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`),
  KEY `session_expiry` (`session_expiry`)
) ENGINE=InnoDB AUTO_INCREMENT=77753 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_sessions` VALUES (76385,'t_f0d9cb1d0fcecd229f26d03fce0325','a:1:{s:6:\"quotes\";s:355:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:9:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:13:\"offered_price\";d:300;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:48;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}\";}',1767313377),(76388,'t_1353b7853c89d3d826a629799d618b','a:2:{s:6:\"quotes\";s:719:\"a:2:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:9:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:13:\"offered_price\";d:500;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184192;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:9:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:13:\"offered_price\";d:10;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:184196;}s:13:\"afrfq_rule_id\";i:0;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}\";s:17:\"quote_fields_data\";s:418:\"a:8:{s:18:\"afrfq_field_184188\";s:29:\"Ondrea Bertie/ Mark Di Staulo\";s:18:\"afrfq_field_184191\";s:10:\"2017885535\";s:18:\"afrfq_field_184190\";s:36:\"info@ramsey.liceclinicsofamerica.com\";s:18:\"afrfq_field_184298\";s:30:\"Lice Clinics of America Ramsey\";s:18:\"afrfq_field_184299\";s:19:\"59 Stone Fence Road\";s:18:\"afrfq_field_184300\";s:0:\"\";s:18:\"afrfq_field_184301\";s:13:\"Allendale, NJ\";s:18:\"afrfq_field_184302\";s:5:\"07401\";}\";}',1768006681),(76436,'t_ded6498a05b3be2bdcf495d6a1d28c','a:0:{}',1768060073),(76450,'t_d78e3539d533a3cacda9931a9ba8e0','a:0:{}',1768494178),(76547,'95','a:1:{s:8:\"customer\";s:787:\"a:28:{s:2:\"id\";s:2:\"95\";s:13:\"date_modified\";s:25:\"2025-10-10T17:03:53+00:00\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:25:\"orders@laradasciences.com\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1768937730),(76738,'t_bbf559e1d6f94b99c5bca905945cda','a:2:{s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1768512044),(76741,'50','a:1:{s:8:\"customer\";s:967:\"a:28:{s:2:\"id\";s:2:\"50\";s:13:\"date_modified\";s:25:\"2025-09-07T15:26:43+00:00\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:6:\"Cherry\";s:7:\"company\";s:8:\"NITS END\";s:5:\"phone\";s:11:\"16034983390\";s:5:\"email\";s:28:\"info@liceclinicsplaistow.com\";s:7:\"address\";s:11:\"PO BOX 1092\";s:9:\"address_1\";s:11:\"PO BOX 1092\";s:9:\"address_2\";s:10:\"Suite 401A\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"NH\";s:8:\"postcode\";s:5:\"03223\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:9:\"Christine\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:28:\"C/O Linda Brann LCA/Nits End\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:15:\"16 Toppan Drive\";s:18:\"shipping_address_1\";s:15:\"16 Toppan Drive\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Gorham\";s:14:\"shipping_state\";s:2:\"ME\";s:17:\"shipping_postcode\";s:5:\"04038\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1769002536),(76742,'52','a:2:{s:8:\"customer\";s:951:\"a:28:{s:2:\"id\";s:2:\"52\";s:13:\"date_modified\";s:25:\"2026-05-29T15:36:17+00:00\";s:10:\"first_name\";s:7:\"Darlene\";s:9:\"last_name\";s:11:\"LaFramboise\";s:7:\"company\";s:8:\"LCA-NOVA\";s:5:\"phone\";s:10:\"7033031576\";s:5:\"email\";s:24:\"info@liceremovalnova.com\";s:7:\"address\";s:14:\"25473 Tomey Ct\";s:9:\"address_1\";s:14:\"25473 Tomey Ct\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:5:\"Aldie\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:7:\"Darlene\";s:18:\"shipping_last_name\";s:11:\"LaFramboise\";s:16:\"shipping_company\";s:8:\"LCA-NOVA\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:14:\"25473 Tomey Ct\";s:18:\"shipping_address_1\";s:14:\"25473 Tomey Ct\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Aldie\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:10:\"20105-3048\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1780673695),(76764,'39','a:2:{s:8:\"customer\";s:953:\"a:28:{s:2:\"id\";s:2:\"39\";s:13:\"date_modified\";s:25:\"2026-01-22T17:00:07+00:00\";s:10:\"first_name\";s:5:\"Patty\";s:9:\"last_name\";s:7:\"Ziegler\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"6088258255\";s:5:\"email\";s:30:\"liceremovalwisconsin@gmail.com\";s:7:\"address\";s:20:\"3090 Saddle Brook Tr\";s:9:\"address_1\";s:20:\"3090 Saddle Brook Tr\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:11:\"Sun Prairie\";s:5:\"state\";s:2:\"WI\";s:8:\"postcode\";s:5:\"53590\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Patty\";s:18:\"shipping_last_name\";s:7:\"Ziegler\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:20:\"3090 Saddle Brook Tr\";s:18:\"shipping_address_1\";s:20:\"3090 Saddle Brook Tr\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:11:\"Sun Prairie\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"53590\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1769705819),(76776,'111','a:1:{s:8:\"customer\";s:793:\"a:28:{s:2:\"id\";s:3:\"111\";s:13:\"date_modified\";s:25:\"2025-10-10T17:11:31+00:00\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:30:\"david@liceclinicsofamerica.com\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1770667712),(76777,'108','a:1:{s:8:\"customer\";s:988:\"a:28:{s:2:\"id\";s:3:\"108\";s:13:\"date_modified\";s:25:\"2025-09-10T04:27:23+00:00\";s:10:\"first_name\";s:3:\"Kat\";s:9:\"last_name\";s:6:\"Khalaf\";s:7:\"company\";s:23:\"Lice Clinics of America\";s:5:\"phone\";s:10:\"6462212276\";s:5:\"email\";s:38:\"kat@fortworth.liceclinicsofamerica.com\";s:7:\"address\";s:15:\"3844 Kelly Blvd\";s:9:\"address_1\";s:15:\"3844 Kelly Blvd\";s:9:\"address_2\";s:6:\"Unit H\";s:4:\"city\";s:10:\"Carrollton\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75007\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:3:\"Kat\";s:18:\"shipping_last_name\";s:6:\"Khalaf\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:15:\"3844 Kelly Blvd\";s:18:\"shipping_address_1\";s:15:\"3844 Kelly Blvd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"CARROLLTON\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75007\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1770785365),(76785,'59','a:1:{s:8:\"customer\";s:1031:\"a:28:{s:2:\"id\";s:2:\"59\";s:13:\"date_modified\";s:25:\"2025-09-16T02:21:05+00:00\";s:10:\"first_name\";s:7:\"Allison\";s:9:\"last_name\";s:6:\"Anthon\";s:7:\"company\";s:37:\"Lice Clinics of America Memorial City\";s:5:\"phone\";s:10:\"6024008520\";s:5:\"email\";s:25:\"louseysolutions@gmail.com\";s:7:\"address\";s:23:\"9642 ELIZABETHS GLEN LN\";s:9:\"address_1\";s:23:\"9642 ELIZABETHS GLEN LN\";s:9:\"address_2\";s:23:\"Apt, suite, floor, etc.\";s:4:\"city\";s:7:\"TOMBALL\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"77375\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:7:\"Allison\";s:18:\"shipping_last_name\";s:6:\"Anthon\";s:16:\"shipping_company\";s:17:\"LCA Memorial City\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:24:\"2831 Lakecrest River Dr.\";s:18:\"shipping_address_1\";s:24:\"2831 Lakecrest River Dr.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:4:\"Katy\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77493\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1770928280),(76812,'101','a:1:{s:8:\"customer\";s:995:\"a:28:{s:2:\"id\";s:3:\"101\";s:13:\"date_modified\";s:25:\"2025-08-07T19:56:48+00:00\";s:10:\"first_name\";s:5:\"Misty\";s:9:\"last_name\";s:6:\"Nelson\";s:7:\"company\";s:28:\"Lice Clinics of America Rome\";s:5:\"phone\";s:10:\"7065037813\";s:5:\"email\";s:25:\"misty@liceclinicsrome.com\";s:7:\"address\";s:17:\"1400 Crane Street\";s:9:\"address_1\";s:17:\"1400 Crane Street\";s:9:\"address_2\";s:9:\"Suite 116\";s:4:\"city\";s:4:\"Rome\";s:5:\"state\";s:2:\"GA\";s:8:\"postcode\";s:5:\"30161\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Misty\";s:18:\"shipping_last_name\";s:6:\"Nelson\";s:16:\"shipping_company\";s:28:\"Lice Clinics of America Rome\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:17:\"1400 Crane Street\";s:18:\"shipping_address_1\";s:17:\"1400 Crane Street\";s:18:\"shipping_address_2\";s:9:\"Suite 116\";s:13:\"shipping_city\";s:4:\"Rome\";s:14:\"shipping_state\";s:2:\"GA\";s:17:\"shipping_postcode\";s:5:\"30161\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1771591926),(76813,'8','a:1:{s:8:\"customer\";s:954:\"a:28:{s:2:\"id\";s:1:\"8\";s:13:\"date_modified\";s:25:\"2025-09-01T14:14:45+00:00\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Sharp\";s:7:\"company\";s:8:\"Nit Wits\";s:5:\"phone\";s:11:\"15023109281\";s:5:\"email\";s:20:\"asharp@ht-school.org\";s:7:\"address\";s:16:\"6002 Sweetbay Dr\";s:9:\"address_1\";s:16:\"6002 Sweetbay Dr\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:9:\"Crestwood\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40014\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:3:\"Amy\";s:18:\"shipping_last_name\";s:5:\"Sharp\";s:16:\"shipping_company\";s:12:\"LCA Nit Wits\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:22:\"9302 New LaGrange Road\";s:18:\"shipping_address_1\";s:22:\"9302 New LaGrange Road\";s:18:\"shipping_address_2\";s:6:\"Unit H\";s:13:\"shipping_city\";s:10:\"Louisville\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40242\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1771616278),(76852,'t_90de3788f63e41669be33dcf9e5021','a:1:{s:8:\"customer\";s:990:\"a:28:{s:2:\"id\";s:1:\"7\";s:13:\"date_modified\";s:25:\"2026-02-19T19:38:09+00:00\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:7:\"company\";s:23:\"Lice Clinics Of America\";s:5:\"phone\";s:10:\"4085005537\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"address\";s:20:\"30 Hummingbird Court\";s:9:\"address_1\";s:20:\"30 Hummingbird Court\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:3:\"Amy\";s:18:\"shipping_last_name\";s:5:\"Allen\";s:16:\"shipping_company\";s:32:\"Lice Clinics Of America - Gilroy\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:24:\"7680 Monterey St Ste 104\";s:18:\"shipping_address_1\";s:24:\"7680 Monterey St Ste 104\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Gilroy\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"95020\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1771702831),(76854,'65','a:2:{s:8:\"customer\";s:1002:\"a:28:{s:2:\"id\";s:2:\"65\";s:13:\"date_modified\";s:25:\"2026-02-24T15:38:52+00:00\";s:10:\"first_name\";s:5:\"Mandy\";s:9:\"last_name\";s:7:\"Ottesen\";s:7:\"company\";s:11:\"Fresh Heads\";s:5:\"phone\";s:10:\"9042353157\";s:5:\"email\";s:31:\"mandy@freshheadsliceremoval.com\";s:7:\"address\";s:22:\"175 Dahlia Falls Drive\";s:9:\"address_1\";s:22:\"175 Dahlia Falls Drive\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:8:\"St Johns\";s:5:\"state\";s:2:\"FL\";s:8:\"postcode\";s:5:\"32259\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:24:\"Fresh Heads Lice Removal\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:23:\"13241 Bartram Park Blvd\";s:18:\"shipping_address_1\";s:23:\"13241 Bartram Park Blvd\";s:18:\"shipping_address_2\";s:4:\"1801\";s:13:\"shipping_city\";s:12:\"Jacksonville\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"32258\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1772552302),(76861,'61','a:1:{s:8:\"customer\";s:999:\"a:28:{s:2:\"id\";s:2:\"61\";s:13:\"date_modified\";s:25:\"2025-09-17T19:39:06+00:00\";s:10:\"first_name\";s:6:\"Judith\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:23:\"Lice Clinics of America\";s:5:\"phone\";s:10:\"8595376966\";s:5:\"email\";s:39:\"judy@lexington.liceclinicsofamerica.com\";s:7:\"address\";s:17:\"1795 Alysheba Way\";s:9:\"address_1\";s:17:\"1795 Alysheba Way\";s:9:\"address_2\";s:8:\"Ste 4105\";s:4:\"city\";s:9:\"Lexington\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40509\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:13:\"LCA Lexington\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:10:\"Suite 4105\";s:13:\"shipping_city\";s:9:\"Lexington\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1772554621),(76868,'t_17ac06c21786a3def5e8fa425afbda','a:1:{s:8:\"customer\";s:990:\"a:28:{s:2:\"id\";s:1:\"7\";s:13:\"date_modified\";s:25:\"2026-02-19T19:38:09+00:00\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:7:\"company\";s:23:\"Lice Clinics Of America\";s:5:\"phone\";s:10:\"4085005537\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"address\";s:20:\"30 Hummingbird Court\";s:9:\"address_1\";s:20:\"30 Hummingbird Court\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:3:\"Amy\";s:18:\"shipping_last_name\";s:5:\"Allen\";s:16:\"shipping_company\";s:32:\"Lice Clinics Of America - Gilroy\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:24:\"7680 Monterey St Ste 104\";s:18:\"shipping_address_1\";s:24:\"7680 Monterey St Ste 104\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Gilroy\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"95020\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1772728978),(76881,'t_00d2bc768031de6c430b756bfef1d8','a:2:{s:21:\"chosen_payment_method\";s:6:\"cheque\";s:8:\"customer\";s:923:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:6:\"Cherry\";s:7:\"company\";s:8:\"NITS END\";s:5:\"phone\";s:11:\"16038189383\";s:5:\"email\";s:19:\"nitsendnh@gmail.com\";s:7:\"address\";s:11:\"PO BOX 1092\";s:9:\"address_1\";s:11:\"PO BOX 1092\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"CAMPTON\";s:5:\"state\";s:2:\"NH\";s:8:\"postcode\";s:5:\"03223\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:14:\"Erica Froggatt\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:8:\"NITS END\";s:14:\"shipping_phone\";s:11:\"16038189383\";s:16:\"shipping_address\";s:14:\"5910 Wilcox Pl\";s:18:\"shipping_address_1\";s:14:\"5910 Wilcox Pl\";s:18:\"shipping_address_2\";s:7:\"Suite E\";s:13:\"shipping_city\";s:6:\"Dublin\";s:14:\"shipping_state\";s:2:\"OH\";s:17:\"shipping_postcode\";s:5:\"43016\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:1:\"1\";s:9:\"meta_data\";a:0:{}}\";}',1772924712),(76896,'3','a:2:{s:8:\"customer\";s:1002:\"a:28:{s:2:\"id\";s:1:\"3\";s:13:\"date_modified\";s:25:\"2026-07-09T12:17:43+00:00\";s:10:\"first_name\";s:6:\"amanda\";s:9:\"last_name\";s:9:\"westerman\";s:7:\"company\";s:30:\"Lice Clinics of America Dallas\";s:5:\"phone\";s:11:\"12144175741\";s:5:\"email\";s:24:\"awesterman1103@gmail.com\";s:7:\"address\";s:16:\"3120 HUDSON XING\";s:9:\"address_1\";s:16:\"3120 HUDSON XING\";s:9:\"address_2\";s:8:\"Suite A2\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:6:\"amanda\";s:18:\"shipping_last_name\";s:9:\"westerman\";s:16:\"shipping_company\";s:32:\"Lice Clinics of America McKinney\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:15:\"1709 Damian Way\";s:18:\"shipping_address_1\";s:15:\"1709 Damian Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Richardson\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75081\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1784204154),(76899,'66','a:2:{s:8:\"customer\";s:968:\"a:28:{s:2:\"id\";s:2:\"66\";s:13:\"date_modified\";s:25:\"2026-06-01T16:33:28+00:00\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:4:\"Dent\";s:7:\"company\";s:24:\"Lice Clinics of Maryland\";s:5:\"phone\";s:10:\"4438349991\";s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:7:\"address\";s:17:\"801 W 33rd Street\";s:9:\"address_1\";s:17:\"801 W 33rd Street\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:9:\"BAltimore\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21211\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:4:\"Dawn\";s:18:\"shipping_last_name\";s:5:\"Mumaw\";s:16:\"shipping_company\";s:13:\"LCA Baltimore\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:19:\"604 Providence Road\";s:18:\"shipping_address_1\";s:19:\"604 Providence Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Towson\";s:14:\"shipping_state\";s:2:\"MD\";s:17:\"shipping_postcode\";s:5:\"21286\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1780936338),(76906,'77','a:2:{s:8:\"customer\";s:958:\"a:28:{s:2:\"id\";s:2:\"77\";s:13:\"date_modified\";s:25:\"2026-04-10T00:41:38+00:00\";s:10:\"first_name\";s:4:\"Phil\";s:9:\"last_name\";s:4:\"Moon\";s:7:\"company\";s:16:\"LiceBusters, LLC\";s:5:\"phone\";s:10:\"5593046305\";s:5:\"email\";s:22:\"kris10maroot@gmail.com\";s:7:\"address\";s:13:\"12 Sharon Ave\";s:9:\"address_1\";s:13:\"12 Sharon Ave\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:8:\"Piedmont\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94611\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:7:\"Kristen\";s:18:\"shipping_last_name\";s:13:\"Maroot-Rippee\";s:16:\"shipping_company\";s:16:\"LiceBusters, LLC\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:19:\"487 W. Scott Avenue\";s:18:\"shipping_address_1\";s:19:\"487 W. Scott Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Fresno\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"93704\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1776635932),(76919,'47','a:1:{s:8:\"customer\";s:994:\"a:28:{s:2:\"id\";s:2:\"47\";s:13:\"date_modified\";s:25:\"2025-07-26T20:03:50+00:00\";s:10:\"first_name\";s:5:\"Tracy\";s:9:\"last_name\";s:8:\"Copeland\";s:7:\"company\";s:20:\"LCA San Antonio WEST\";s:5:\"phone\";s:10:\"2103135033\";s:5:\"email\";s:32:\"info@liceclinicsofsanantonio.com\";s:7:\"address\";s:18:\"14223 Silverhollow\";s:9:\"address_1\";s:18:\"14223 Silverhollow\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:11:\"San Antonio\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"78232\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:20:\"LCA San Antonio WEST\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:14:\"6391 De Zavala\";s:18:\"shipping_address_1\";s:14:\"6391 De Zavala\";s:18:\"shipping_address_2\";s:10:\"Suite 2205\";s:13:\"shipping_city\";s:11:\"San Antonio\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78249\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1774622537),(76932,'t_78738762e68b746a776a0338d8ff2c','a:1:{s:8:\"customer\";s:972:\"a:28:{s:2:\"id\";s:2:\"67\";s:13:\"date_modified\";s:25:\"2026-03-27T16:35:00+00:00\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:7:\"company\";s:12:\"Naughty Nits\";s:5:\"phone\";s:10:\"7166265423\";s:5:\"email\";s:30:\"liceclinicsupstateny@gmail.com\";s:7:\"address\";s:17:\"2809 Wehrle Drive\";s:9:\"address_1\";s:17:\"2809 Wehrle Drive\";s:9:\"address_2\";s:8:\"Suite 10\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"Naughty Nits\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:13:\"6221 Route 31\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1774807607),(76946,'t_0650d08b10bd8c70407297c000d8c7','a:1:{s:8:\"customer\";s:1026:\"a:28:{s:2:\"id\";s:1:\"5\";s:13:\"date_modified\";s:25:\"2025-09-18T16:31:28+00:00\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:5:\"Meyer\";s:7:\"company\";s:33:\"lice clinics of america- portland\";s:5:\"phone\";s:11:\"15038012848\";s:5:\"email\";s:32:\"noemi.and.mark@nwliceclinics.com\";s:7:\"address\";s:29:\"5201 SW Westgate Dr suite 106\";s:9:\"address_1\";s:29:\"5201 SW Westgate Dr suite 106\";s:9:\"address_2\";s:9:\"Suite 106\";s:4:\"city\";s:8:\"portland\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97221\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Becky\";s:18:\"shipping_last_name\";s:8:\"Williams\";s:16:\"shipping_company\";s:31:\"lice clinics of america- Tacoma\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:15:\"1018 139th St E\";s:18:\"shipping_address_1\";s:15:\"1018 139th St E\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Tacoma\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98445\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1775253546),(76963,'t_57b6ebbdcef3129d23957168bd6b75','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1775835306),(76964,'t_80a478152f36aa2e9f07d1114ad288','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e290ae1f49d1c5b49ad969cdf1d093f5\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"81\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"81\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"81.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:410:\"a:1:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}}\";}',1775835306),(76965,'t_afeadd290ade9be6967e50c61511a7','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1775835331),(76966,'t_d62aae560dcfd7cff8ca94de2c7d86','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0077241edea005928978745589f13792\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1500;s:8:\"line_tax\";d:0;}}\";}',1775835331),(76967,'t_00c0fb094fe169c7f7bd47bac89ed2','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_84d4e5e9b28fa3aec922bb08ab313f8a\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"300\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"300\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"300.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1775835372),(76968,'t_1ccd62e35acf85d97aa3e9cf465699','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1775835389),(76969,'t_a560a362378794ba4d73698adda597','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1775835389),(76970,'t_5afe0a076e36dba27cdefcb984f512','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1775835413),(76971,'t_ed82b47e822a7a0d66fbfc51312a1c','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1775835454),(76972,'t_4283059d662932f9833c98942f383a','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1775840481),(76973,'t_b2b86db56f54f566bf6e7cbb6d3049','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e290ae1f49d1c5b49ad969cdf1d093f5\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"81\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"81\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"81.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:410:\"a:1:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}}\";}',1775840482),(76974,'t_2b8f24d972f9f57a06f878d4f3fd10','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_607481f44259f1668d607bd2d4c58248\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1800\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1800\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1800.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:824:\"a:2:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1500;s:8:\"line_tax\";d:0;}s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1775840543),(76975,'t_7550a89215c96ac8fcc1f87ad09b27','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1775840543),(76977,'t_4936a5377cb9be34a21da87e5cb7fe','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_84d4e5e9b28fa3aec922bb08ab313f8a\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"300\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"300\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"300.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1775840550),(76978,'t_1054030faa85d54bb88121eb1c21f6','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f82f3beda989fceb1a5a00fe50633963\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"16\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"16\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"16.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:820:\"a:2:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1775840550),(76980,'t_afdb44ee9cc3b9f9668a2ff3f4a1db','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_492f6d52492de98b49f0a9bb52b0e53b\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"525\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"525\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"525.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:824:\"a:2:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1775840567),(76981,'t_998921c376f581e3f478db00765318','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e290ae1f49d1c5b49ad969cdf1d093f5\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"81\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"81\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"81.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:410:\"a:1:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}}\";}',1775840567),(76983,'t_22de74b6827b384d2a7086cf256ffc','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1775840628),(76984,'t_ecfef8dc68360fc7edadb7dd667dfa','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1775840628),(76985,'t_e1b162970e44b3c30ccd626b0287d2','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0077241edea005928978745589f13792\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1500;s:8:\"line_tax\";d:0;}}\";}',1775840636),(76986,'t_b7427c89017576c3a3fdb6f4dcfa04','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1775840636),(76987,'t_d842eab14c6b60045c6d5c973c50bd','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1775840672),(76988,'t_8c218299df72b26407664ff364c441','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1775840672),(76989,'t_3a38a07d93e969e42fd82efd32229e','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1775840713),(76990,'t_6342f838ea4e8398d77258689113d5','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1775840713),(76991,'t_5a8c1f688e793ee31299e38e499f95','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0077241edea005928978745589f13792\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1500;s:8:\"line_tax\";d:0;}}\";}',1775840719),(76992,'t_fe0ce04c698457eeaa6a00e098ac3f','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1775840719),(76993,'t_655fc2f3de65ac4d41989a08e5fa56','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1775840763),(76994,'t_397895785f918d9c6a2c09ff302e6b','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0077241edea005928978745589f13792\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1500;s:8:\"line_tax\";d:0;}}\";}',1775840763),(76995,'t_ad5e20f4efed02ccd576c5cfe8fe5f','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1775840789),(76996,'t_768d275315f25f1811cb04421b7b1a','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1775840789),(76997,'t_c475371eaf7c35d064f5972afd50b7','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1775840795),(76998,'t_30ea3a79758e20461c0aa8c920b748','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1775840821),(76999,'t_66b0b23eeac211322763dc28afc34f','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1775840822),(77000,'t_b21a5e18c68eca47b6f0380be113ad','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1775840891),(77001,'t_83c18d21cb81b1f48fcf11b97edcee','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0077241edea005928978745589f13792\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1500;s:8:\"line_tax\";d:0;}}\";}',1775840891),(77002,'t_1a9d4b5a1c3f4dfe8157cdee8047c8','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1775840938),(77003,'t_07bc3b5e8171f3ae822aa5c5fc6e90','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_3e35d88d56a025f7bd2de2c60702a543\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"100\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"100\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"100.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:822:\"a:2:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1775840938),(77005,'t_0e26ae2eaad63739efdd315b366bb4','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_84d4e5e9b28fa3aec922bb08ab313f8a\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"300\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"300\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"300.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1775845166),(77006,'t_2aad5e3c0fa7fc6816b05ee1e6db95','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1775845244),(77007,'t_6b4295cedb21b69419f6958105f7e6','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1775845263),(77008,'t_bca70d100f013c99fdb50a6ec72c41','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0077241edea005928978745589f13792\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1500;s:8:\"line_tax\";d:0;}}\";}',1775845335),(77009,'t_6f281db5654026c0de4178ccf3bbad','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1775845352),(77010,'t_fd8aa573bcbc352c54add3dcff64b6','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1775845402),(77011,'t_48e718640143694a781d7576d41d9a','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e290ae1f49d1c5b49ad969cdf1d093f5\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"81\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"81\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"81.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:410:\"a:1:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}}\";}',1775845402),(77012,'t_ecb53cbcda2dc522918269acecc328','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1775845487),(77013,'t_87727f924873ac090d24b8d8072100','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1775845590),(77014,'t_48d79690a5ec5cf257b082d8b68c67','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1775845642),(77015,'t_82a0e6be9c5d10ec97a15cede6af7a','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1775845648),(77016,'t_a9a9520ea47a901f91cb020b57f79f','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1775845662),(77023,'t_3e2ff2347d71d13b62686776a898b8','a:1:{s:8:\"customer\";s:960:\"a:28:{s:2:\"id\";s:2:\"93\";s:13:\"date_modified\";s:25:\"2026-04-09T17:12:19+00:00\";s:10:\"first_name\";s:6:\"Ondrea\";s:9:\"last_name\";s:6:\"Bertie\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"2017885535\";s:5:\"email\";s:36:\"info@ramsey.liceclinicsofamerica.com\";s:7:\"address\";s:19:\"59 Stone Fence Road\";s:9:\"address_1\";s:19:\"59 Stone Fence Road\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:9:\"Allendale\";s:5:\"state\";s:2:\"NJ\";s:8:\"postcode\";s:5:\"07401\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:6:\"Ondrea\";s:18:\"shipping_last_name\";s:6:\"Bertie\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:10:\"2017885535\";s:16:\"shipping_address\";s:19:\"59 Stone Fence Road\";s:18:\"shipping_address_1\";s:19:\"59 Stone Fence Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Allendale\";s:14:\"shipping_state\";s:2:\"NJ\";s:17:\"shipping_postcode\";s:5:\"07401\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1775927658),(77024,'93','a:1:{s:8:\"customer\";s:960:\"a:28:{s:2:\"id\";s:2:\"93\";s:13:\"date_modified\";s:25:\"2026-04-09T17:12:19+00:00\";s:10:\"first_name\";s:6:\"Ondrea\";s:9:\"last_name\";s:6:\"Bertie\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"2017885535\";s:5:\"email\";s:36:\"info@ramsey.liceclinicsofamerica.com\";s:7:\"address\";s:19:\"59 Stone Fence Road\";s:9:\"address_1\";s:19:\"59 Stone Fence Road\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:9:\"Allendale\";s:5:\"state\";s:2:\"NJ\";s:8:\"postcode\";s:5:\"07401\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:6:\"Ondrea\";s:18:\"shipping_last_name\";s:6:\"Bertie\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:10:\"2017885535\";s:16:\"shipping_address\";s:19:\"59 Stone Fence Road\";s:18:\"shipping_address_1\";s:19:\"59 Stone Fence Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Allendale\";s:14:\"shipping_state\";s:2:\"NJ\";s:17:\"shipping_postcode\";s:5:\"07401\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1776359756),(77034,'87','a:2:{s:8:\"customer\";s:957:\"a:28:{s:2:\"id\";s:2:\"87\";s:13:\"date_modified\";s:25:\"2026-07-13T15:47:09+00:00\";s:10:\"first_name\";s:4:\"Wade\";s:9:\"last_name\";s:8:\"Huntsman\";s:7:\"company\";s:27:\"LCA Tulsa / AuxArc iMC, Inc\";s:5:\"phone\";s:10:\"9189783329\";s:5:\"email\";s:28:\"info@liceclinicsmidsouth.com\";s:7:\"address\";s:11:\"3421 E 21st\";s:9:\"address_1\";s:11:\"3421 E 21st\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:5:\"Tulsa\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:4:\"Wade\";s:18:\"shipping_last_name\";s:8:\"Huntsman\";s:16:\"shipping_company\";s:27:\"LCA Tulsa / AuxArc iMC, Inc\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:11:\"3421 E 21st\";s:18:\"shipping_address_1\";s:11:\"3421 E 21st\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Tulsa\";s:14:\"shipping_state\";s:2:\"OK\";s:17:\"shipping_postcode\";s:5:\"74114\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1784562316),(77038,'t_c9fa3f9cf29463080c390bce38b03e','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e290ae1f49d1c5b49ad969cdf1d093f5\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"81\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"81\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"81.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:410:\"a:1:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}}\";}',1777899736),(77039,'t_1c49ace5ab8185a0c8f9bb0e1e1b56','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1777899741),(77040,'t_e44d7b8c0ef8ca9e0baf48efda6cfd','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_84d4e5e9b28fa3aec922bb08ab313f8a\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"300\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"300\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"300.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1777900048),(77041,'t_1392a81999ae5b092c8bf59e0e7cff','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_72ba2be2a8f3bc83bd9d5d2684f2a224\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:402:\"a:15:{s:8:\"subtotal\";s:5:\"26786\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:5:\"26786\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:8:\"26786.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:3698:\"a:9:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:85;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:850;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:850;s:8:\"line_tax\";d:0;}s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:125;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:125;s:8:\"line_tax\";d:0;}s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:93;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:7533;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:7533;s:8:\"line_tax\";d:0;}s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:11;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3300;s:8:\"line_tax\";d:0;}s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2250;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2250;s:8:\"line_tax\";d:0;}s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:2000;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:2000;s:8:\"line_tax\";d:0;}s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:18;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:18;s:8:\"line_tax\";d:0;}s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:19;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1710;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1710;s:8:\"line_tax\";d:0;}s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:9000;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:9000;s:8:\"line_tax\";d:0;}}\";}',1777900500),(77448,'89','a:1:{s:8:\"customer\";s:944:\"a:28:{s:2:\"id\";s:2:\"89\";s:13:\"date_modified\";s:25:\"2026-04-07T15:20:41+00:00\";s:10:\"first_name\";s:5:\"Scott\";s:9:\"last_name\";s:6:\"Wilson\";s:7:\"company\";s:9:\"LCA Boise\";s:5:\"phone\";s:10:\"8014308550\";s:5:\"email\";s:25:\"scottw@laradasciences.com\";s:7:\"address\";s:15:\"7512 W Lemhi St\";s:9:\"address_1\";s:15:\"7512 W Lemhi St\";s:9:\"address_2\";s:7:\"Suite 2\";s:4:\"city\";s:5:\"Boise\";s:5:\"state\";s:2:\"ID\";s:8:\"postcode\";s:5:\"83709\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Scott\";s:18:\"shipping_last_name\";s:6:\"Wilson\";s:16:\"shipping_company\";s:9:\"LCA Boise\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:15:\"7512 W Lemhi St\";s:18:\"shipping_address_1\";s:15:\"7512 W Lemhi St\";s:18:\"shipping_address_2\";s:7:\"Suite 2\";s:13:\"shipping_city\";s:5:\"Boise\";s:14:\"shipping_state\";s:2:\"ID\";s:17:\"shipping_postcode\";s:5:\"83709\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1778533024),(77468,'96','a:2:{s:8:\"customer\";s:1034:\"a:28:{s:2:\"id\";s:2:\"96\";s:13:\"date_modified\";s:25:\"2026-05-11T18:47:40+00:00\";s:10:\"first_name\";s:5:\"Jaimi\";s:9:\"last_name\";s:8:\"Anderson\";s:7:\"company\";s:36:\"Lice Clinics of America - Des Moines\";s:5:\"phone\";s:10:\"5159710667\";s:5:\"email\";s:27:\"j.m.licesolutions@gmail.com\";s:7:\"address\";s:19:\"1139 Burlington Ter\";s:9:\"address_1\";s:19:\"1139 Burlington Ter\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:10:\"Des Moines\";s:5:\"state\";s:2:\"IA\";s:8:\"postcode\";s:5:\"50314\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Jaimi\";s:18:\"shipping_last_name\";s:8:\"Anderson\";s:16:\"shipping_company\";s:36:\"Lice Clinics of America - Des Moines\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:20:\"6900 University Ave.\";s:18:\"shipping_address_1\";s:20:\"6900 University Ave.\";s:18:\"shipping_address_2\";s:7:\"Ste 120\";s:13:\"shipping_city\";s:15:\"Windsor Heights\";s:14:\"shipping_state\";s:2:\"IA\";s:17:\"shipping_postcode\";s:5:\"50324\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1779129839),(77483,'104','a:1:{s:8:\"customer\";s:806:\"a:28:{s:2:\"id\";s:3:\"104\";s:13:\"date_modified\";s:25:\"2025-08-12T20:39:44+00:00\";s:10:\"first_name\";s:6:\"Kelvin\";s:9:\"last_name\";s:6:\"Fencil\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:31:\"kelvin@liceclinicsofamerica.com\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1779721607),(77489,'t_54778dee52a06f8f174e3ae93a67ea','a:1:{s:8:\"customer\";s:810:\"a:28:{s:2:\"id\";s:3:\"106\";s:13:\"date_modified\";s:25:\"2025-10-10T17:36:19+00:00\";s:10:\"first_name\";s:9:\"Rose Mary\";s:9:\"last_name\";s:5:\"Hontz\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:33:\"rosemary@liceclinicsofamerica.com\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1779297485),(77491,'32','a:2:{s:8:\"customer\";s:995:\"a:28:{s:2:\"id\";s:2:\"32\";s:13:\"date_modified\";s:25:\"2026-05-20T16:12:09+00:00\";s:10:\"first_name\";s:9:\"Elizabeth\";s:9:\"last_name\";s:4:\"Lutz\";s:7:\"company\";s:21:\"LiceBusters St. Louis\";s:5:\"phone\";s:11:\"314-9739837\";s:5:\"email\";s:24:\"help@licebusters-stl.com\";s:7:\"address\";s:18:\"7923 Big Bend Blvd\";s:9:\"address_1\";s:18:\"7923 Big Bend Blvd\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:14:\"Webster Groves\";s:5:\"state\";s:2:\"MO\";s:8:\"postcode\";s:5:\"63119\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:9:\"Elizabeth\";s:18:\"shipping_last_name\";s:4:\"Lutz\";s:16:\"shipping_company\";s:28:\"LCA Lice Busters - St. Louis\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:19:\"7923 Big Bend Blvd.\";s:18:\"shipping_address_1\";s:19:\"7923 Big Bend Blvd.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"St. Louis\";s:14:\"shipping_state\";s:2:\"MO\";s:17:\"shipping_postcode\";s:5:\"63119\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1780194123),(77525,'t_c3cdc9f9357c7b8bce8950c65897fa','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e290ae1f49d1c5b49ad969cdf1d093f5\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"81\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"81\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"81.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:410:\"a:1:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}}\";}',1780020221),(77526,'t_12d9ad0d70b79ca0730a40e998782e','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_84d4e5e9b28fa3aec922bb08ab313f8a\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"300\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"300\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"300.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1780020222),(77527,'t_1aa75fda91d11dc51eccfc4e6b3aa2','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1780020222),(77528,'t_0081e7da09a14e9324e4b3a1560725','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1780020222),(77529,'t_783e6053bae0bfd781d1c4817f7837','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1780020223),(77530,'t_680c060ce2bfcfb731522d12e4ebb4','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1780020223),(77531,'t_0904f876a564ccb1c50ed19a508236','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1780020223),(77532,'t_e35cd088a046658c1300b7406833ba','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0077241edea005928978745589f13792\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1500;s:8:\"line_tax\";d:0;}}\";}',1780020223),(77533,'t_a7ca54ca078ff7ed490794bf8a12fb','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1780020223),(77578,'98','a:2:{s:8:\"customer\";s:966:\"a:28:{s:2:\"id\";s:2:\"98\";s:13:\"date_modified\";s:25:\"2026-06-02T21:32:03+00:00\";s:10:\"first_name\";s:9:\"Christine\";s:9:\"last_name\";s:6:\"Cherry\";s:7:\"company\";s:8:\"NITS END\";s:5:\"phone\";s:11:\"16034983390\";s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:7:\"address\";s:11:\"PO BOX 1092\";s:9:\"address_1\";s:11:\"PO BOX 1092\";s:9:\"address_2\";s:7:\"suite E\";s:4:\"city\";s:7:\"Campton\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"03223\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Erica\";s:18:\"shipping_last_name\";s:8:\"Froggatt\";s:16:\"shipping_company\";s:23:\"LCA - Nits End / 149091\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:14:\"5910 Wilcox Pl\";s:18:\"shipping_address_1\";s:14:\"5910 Wilcox Pl\";s:18:\"shipping_address_2\";s:7:\"suite E\";s:13:\"shipping_city\";s:6:\"Dublin\";s:14:\"shipping_state\";s:2:\"OH\";s:17:\"shipping_postcode\";s:5:\"43016\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1781036680),(77597,'t_a61a6b69c63be2dfdfbfd0956421d3','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_84d4e5e9b28fa3aec922bb08ab313f8a\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"300\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"300\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"300.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1780869194),(77598,'t_fe6551dac3dd5ce9a28a9949dedbbe','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_659b432fecc6764a603557d15ef01f32\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"2091\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"2091\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"2091.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:2044:\"a:5:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1780979076),(77599,'t_33ec9b164317e4fead44cfb7cbfc81','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1780869224),(77600,'t_45a21b7b313995fd615b3d76356322','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_54dd941b46e21f9333ec2cb7a3d1acb6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1600\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1600\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1600.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}}\";}',1780869309),(77601,'t_4875df5c8ea5e474bfb3ed908da834','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1780869328),(77602,'t_d0f5c3dc18412d44851c1d71fe56f8','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_7f0d98a03ffe06efc59df1bcad032b6d\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"325\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"325\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"325.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:820:\"a:2:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1780869339),(77603,'t_637945f0d61ff23ec52beea8ae9c04','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_32631f7ef81bd2fdbff03a746c426e58\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"2100\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"2100\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"2100.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:828:\"a:2:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}}\";}',1780869355),(77604,'t_41dd495808a900a62afac3f1e66c6d','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1780869419),(77605,'t_e8f47bd7d7b7bc71c0b1e5de32e16f','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1780869426),(77608,'t_c1a5aadea02e08cfca3b8383b82d8c','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e290ae1f49d1c5b49ad969cdf1d093f5\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"81\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"81\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"81.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:410:\"a:1:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}}\";}',1780871997),(77609,'t_2cabaf84f793cbbbf360ed6159a5d1','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1780872183),(77610,'t_87ff2f2fe720c4366c10fef935bb15','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_84d4e5e9b28fa3aec922bb08ab313f8a\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"300\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"300\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"300.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1780872286),(77611,'t_1f631290d5ad7b599337742319fbc5','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_54dd941b46e21f9333ec2cb7a3d1acb6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1600\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1600\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1600.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}}\";}',1780872298),(77612,'t_b0fd77a16496b785bb67c8bab1fb6d','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1780872298),(77613,'t_c74f2a1fd3fb684fe316a4fd6d7516','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1780872307),(77614,'t_5a54cab57c56dc8e0d8d374fe34be5','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1780872307),(77615,'t_0df5202dc2544a82651abec22e1640','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1780872345),(77616,'t_44abefbad97cdc75530b009d5296f8','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1780872346),(77617,'t_c70cd5893e7951e98bfa8d5f4a0c31','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1780872357),(77618,'t_6a5a2e50c009a68ef68fb4af3b2f21','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_84d4e5e9b28fa3aec922bb08ab313f8a\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"300\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"300\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"300.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1780872357),(77619,'t_21e428ee2e06374ce0728aec35dad6','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e290ae1f49d1c5b49ad969cdf1d093f5\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"81\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"81\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"81.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:410:\"a:1:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}}\";}',1780872378),(77620,'t_ca7823dfcc3768ca88f5ac36cc2820','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1780872387),(77621,'t_f74dd83b6789465743c82245b94e8c','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1780872395),(77622,'t_9f6bb266e203fc8d821c0bf4db5e5d','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_54dd941b46e21f9333ec2cb7a3d1acb6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1600\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1600\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1600.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}}\";}',1780872428),(77623,'t_130678cab3f7b4bb8b2d4b1f1d222a','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1780872447),(77624,'t_71fb146cc0d1adbd1f66be4e631464','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1780872477),(77625,'t_6a4770083b7c265bfaa8514cb32bee','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1780872489),(77626,'t_1af6c603d5117544e60635b12b9fe6','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1780872497),(77627,'t_2b1cdbe3cc2050a7e9244f3129bc59','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_54dd941b46e21f9333ec2cb7a3d1acb6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1600\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1600\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1600.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}}\";}',1780872535),(77628,'t_2e82b19329636d04d959e82228b862','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1780872561),(77629,'t_931a26e325c52f3c0d2a3f9a99cab0','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1780872569),(77630,'t_dc342ceae617054bf0ae7276b2c161','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_54dd941b46e21f9333ec2cb7a3d1acb6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1600\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1600\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1600.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}}\";}',1780872771),(77631,'t_400d0f23df66246fde70a6b2cf4ab1','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1780872780),(77632,'t_40bf153dc1525cb5f3861352584196','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1780872798),(77633,'t_aa46398c8be8cb5b3d43f4faaaaa2f','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1780872820),(77634,'t_e3e7cd08563cf65e65fcfa2ff612ee','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1780872836),(77635,'t_c83425c23aaa3a753c9e933852a4f8','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1780872872),(77636,'t_d13a888bda6a57e20bbcb719684543','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a29294e9efe6ec3e87010442da45cf71\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1610\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1610\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1610.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:826:\"a:2:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1780872883),(77637,'t_1c7d4f20608d22f9c00bc3c0c0738c','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_b3a233a08ebd476b2e4d8581c098f666\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"506\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"506\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"506.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:822:\"a:2:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1780872884),(77638,'t_38ba975337d1bd540ebb9d5ebd8c3e','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1780874940),(77639,'t_0566b383ba753bbc0bf8f5115e6b63','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e290ae1f49d1c5b49ad969cdf1d093f5\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"81\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"81\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"81.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:410:\"a:1:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}}\";}',1780875018),(77640,'t_48c192ada3c20e4f6729f5c84cbb0f','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_84d4e5e9b28fa3aec922bb08ab313f8a\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"300\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"300\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"300.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1780875134),(77641,'t_f8e1055d856b68f29528e35bdccac1','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1780875281),(77642,'t_ea78124b3207cbe19209805b7c65a6','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1780875383),(77643,'t_e95bb024c163036de42f487cd4ce21','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1780875468),(77644,'t_11f7d887995dd1a912e9d7459ce66c','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1780875503),(77645,'t_60dd794eaee489feb27ae5fc94bf72','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1780875529),(77646,'t_c77a8eec0695fa35ecac494be77939','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1780875556),(77647,'t_6719e98f9a858ab11b2757634c4751','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1780875574),(77648,'t_b7aa07e40138a98e639439b47d75f2','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1780875588),(77649,'t_27fda32f85e7f7371aa5efe528a831','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1780875603),(77650,'t_536a6108924f08685b74ffb125663a','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_54dd941b46e21f9333ec2cb7a3d1acb6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1600\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1600\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1600.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}}\";}',1780875647),(77651,'t_f360307eb4992f7bbcfdf6d23f1797','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1780876221),(77657,'7','a:2:{s:8:\"customer\";s:990:\"a:28:{s:2:\"id\";s:1:\"7\";s:13:\"date_modified\";s:25:\"2026-06-06T18:37:13+00:00\";s:10:\"first_name\";s:3:\"Amy\";s:9:\"last_name\";s:5:\"Allen\";s:7:\"company\";s:23:\"Lice Clinics Of America\";s:5:\"phone\";s:10:\"4085005537\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"address\";s:20:\"30 Hummingbird Court\";s:9:\"address_1\";s:20:\"30 Hummingbird Court\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:3:\"Amy\";s:18:\"shipping_last_name\";s:5:\"Allen\";s:16:\"shipping_company\";s:32:\"Lice Clinics Of America - Gilroy\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:24:\"7680 Monterey St Ste 104\";s:18:\"shipping_address_1\";s:24:\"7680 Monterey St Ste 104\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Gilroy\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"95020\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1781375718),(77665,'t_0cad95aa4d1d102d222471ec2b6ad8','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e290ae1f49d1c5b49ad969cdf1d093f5\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"81\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"81\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"81.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:410:\"a:1:{s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";a:11:{s:3:\"key\";s:32:\"d9d4f495e875a2e075a1a4a6e1b9770f\";s:10:\"product_id\";i:46;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:81;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:81;s:8:\"line_tax\";d:0;}}\";}',1780979075),(77674,'t_b91e872c77abc6be32bd0d7038251d','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9566c1da1f4d33c83a2b625d6e6c4319\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"375\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"375\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"375.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";a:11:{s:3:\"key\";s:32:\"67c6a1e7ce56d3d6fa748ab6d9af3fd7\";s:10:\"product_id\";i:47;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:375;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:375;s:8:\"line_tax\";d:0;}}\";}',1781064891),(77675,'t_2b6b480f9c55ba59aeeb5f9bcf5f51','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_fac50077c9948aca2737f913f4950f7f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"90\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"90\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"90.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"dcdb08f778d2b5d2988604a000ba0775\";a:11:{s:3:\"key\";s:32:\"dcdb08f778d2b5d2988604a000ba0775\";s:10:\"product_id\";i:184194;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}\";}',1781064891),(77676,'t_01eb40b68a7aea132775f3da2a655a','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9c89e4062b6ee3f859e4815aec6e76a6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"500\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"500\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"500.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:416:\"a:1:{s:32:\"97155727d3d4db116c4c31f867e0a6f4\";a:11:{s:3:\"key\";s:32:\"97155727d3d4db116c4c31f867e0a6f4\";s:10:\"product_id\";i:184192;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:500;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:500;s:8:\"line_tax\";d:0;}}\";}',1781064891),(77677,'t_a3b3b9859622c2f0d06631b9bcefef','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_54dd941b46e21f9333ec2cb7a3d1acb6\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1600\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1600\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1600.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}}\";}',1781064891),(77678,'t_8406c3cef5e56d6c2a72d2ab06565e','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4c1ba124c9e41c14769356237a9769f9\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"10\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"10\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"10.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";a:11:{s:3:\"key\";s:32:\"6efe4eece6601adc2bd71b121c9fbf2c\";s:10:\"product_id\";i:184196;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:10;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:10;s:8:\"line_tax\";d:0;}}\";}',1781064893),(77679,'t_8c35a01e2f6267a2a4a4243fbad828','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6200d3f74dd73fdd7cf6893c0ef72b0f\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"25\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"25.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";a:11:{s:3:\"key\";s:32:\"ffba6bc07f0c1eb4d7a9347d3c5b2582\";s:10:\"product_id\";i:184199;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:25;s:8:\"line_tax\";d:0;}}\";}',1781064893),(77680,'t_a0995343f0abab2f56fc9ae5b06246','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_84d4e5e9b28fa3aec922bb08ab313f8a\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"300\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"300\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"300.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"642e92efb79421734881b53e1e1b18b6\";a:11:{s:3:\"key\";s:32:\"642e92efb79421734881b53e1e1b18b6\";s:10:\"product_id\";i:48;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:0;}}\";}',1781064893),(77681,'t_44032bc2f18cc9806a7611cb1de315','a:6:{s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d470e91c6b2ecb0d1d03c741d52bd710\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:390:\"a:15:{s:8:\"subtotal\";s:1:\"6\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:1:\"6\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:4:\"6.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";a:11:{s:3:\"key\";s:32:\"fb664faa1d9c4f82e5074074c82c74c2\";s:10:\"product_id\";i:184198;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:6;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:6;s:8:\"line_tax\";d:0;}}\";}',1781064893),(77682,'4','a:2:{s:8:\"customer\";s:1017:\"a:28:{s:2:\"id\";s:1:\"4\";s:13:\"date_modified\";s:25:\"2026-07-21T21:28:12+00:00\";s:10:\"first_name\";s:11:\"Lice Clinic\";s:9:\"last_name\";s:14:\"Salt Lake City\";s:7:\"company\";s:21:\"Larada Sciences (LCA)\";s:5:\"phone\";s:10:\"8019197428\";s:5:\"email\";s:33:\"info@slc.liceclinicsofamerica.com\";s:7:\"address\";s:20:\"4873 South State St.\";s:9:\"address_1\";s:20:\"4873 South State St.\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:6:\"Murray\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:11:\"Lice Clinic\";s:18:\"shipping_last_name\";s:14:\"Salt Lake City\";s:16:\"shipping_company\";s:21:\"Larada Sciences (LCA)\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:20:\"4873 South State St.\";s:18:\"shipping_address_1\";s:20:\"4873 South State St.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Murray\";s:14:\"shipping_state\";s:2:\"UT\";s:17:\"shipping_postcode\";s:5:\"84107\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1785270391),(77689,'t_cc8e8294aebbea1823fad7337a3b9f','a:1:{s:8:\"customer\";s:1001:\"a:28:{s:2:\"id\";s:3:\"105\";s:13:\"date_modified\";s:25:\"2026-07-01T19:42:27+00:00\";s:10:\"first_name\";s:6:\"Joseph\";s:9:\"last_name\";s:4:\"West\";s:7:\"company\";s:20:\"MAJESTIC PEACOCK LLC\";s:5:\"phone\";s:10:\"8042184232\";s:5:\"email\";s:39:\"info@nashville.liceclinicsofamerica.com\";s:7:\"address\";s:19:\"615 Crofton Park Ln\";s:9:\"address_1\";s:19:\"615 Crofton Park Ln\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:8:\"Franklin\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37069\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:6:\"Joseph\";s:18:\"shipping_last_name\";s:4:\"West\";s:16:\"shipping_company\";s:23:\"LCA - Williamson County\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:22:\"330 Mallory Station Rd\";s:18:\"shipping_address_1\";s:22:\"330 Mallory Station Rd\";s:18:\"shipping_address_2\";s:3:\"F17\";s:13:\"shipping_city\";s:8:\"Franklin\";s:14:\"shipping_state\";s:2:\"TN\";s:17:\"shipping_postcode\";s:5:\"37067\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1783109312),(77690,'105','a:2:{s:8:\"customer\";s:972:\"a:28:{s:2:\"id\";s:3:\"105\";s:13:\"date_modified\";s:25:\"2026-07-01T20:11:43+00:00\";s:10:\"first_name\";s:6:\"Joseph\";s:9:\"last_name\";s:4:\"West\";s:7:\"company\";s:20:\"MAJESTIC PEACOCK LLC\";s:5:\"phone\";s:10:\"8042184232\";s:5:\"email\";s:39:\"info@nashville.liceclinicsofamerica.com\";s:7:\"address\";s:19:\"615 Crofton Park Ln\";s:9:\"address_1\";s:19:\"615 Crofton Park Ln\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:8:\"Franklin\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37069\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:6:\"Joseph\";s:18:\"shipping_last_name\";s:4:\"West\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:21:\"615 Crofton Park Lane\";s:18:\"shipping_address_1\";s:21:\"615 Crofton Park Lane\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Franklin\";s:14:\"shipping_state\";s:2:\"TN\";s:17:\"shipping_postcode\";s:5:\"37069\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1783541318),(77730,'23','a:2:{s:8:\"customer\";s:1016:\"a:28:{s:2:\"id\";s:2:\"23\";s:13:\"date_modified\";s:25:\"2026-07-14T00:51:50+00:00\";s:10:\"first_name\";s:6:\"Jackie\";s:9:\"last_name\";s:5:\"Huynh\";s:7:\"company\";s:39:\"Lice Clinics of America - San Francisco\";s:5:\"phone\";s:10:\"4087806936\";s:5:\"email\";s:23:\"liceclinicssf@gmail.com\";s:7:\"address\";s:20:\"1121 San Anselmo Ave\";s:9:\"address_1\";s:20:\"1121 San Anselmo Ave\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:8:\"Millbrae\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94030\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:6:\"Jackie\";s:18:\"shipping_last_name\";s:5:\"Huynh\";s:16:\"shipping_company\";s:39:\"Lice Clinics of America - San Francisco\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:20:\"1121 San Anselmo Ave\";s:18:\"shipping_address_1\";s:20:\"1121 San Anselmo Ave\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Millbrae\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"94030\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:21:\"chosen_payment_method\";s:6:\"cheque\";}',1784594960),(77748,'106','a:7:{s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1600;s:8:\"line_tax\";d:0;}}\";s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_ad50c816883aa7d453b58a376705ee1e\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:17:\"a:1:{i:0;s:0:\"\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"1600\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"1600\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1600.00\";s:9:\"total_tax\";d:0;}\";s:8:\"customer\";s:810:\"a:28:{s:2:\"id\";s:3:\"106\";s:13:\"date_modified\";s:25:\"2025-10-10T17:36:19+00:00\";s:10:\"first_name\";s:9:\"Rose Mary\";s:9:\"last_name\";s:5:\"Hontz\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:33:\"rosemary@liceclinicsofamerica.com\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1785923366),(77749,'2','a:7:{s:4:\"cart\";s:418:\"a:1:{s:32:\"a9f28957ce27d2618d934bb24b1546fd\";a:11:{s:3:\"key\";s:32:\"a9f28957ce27d2618d934bb24b1546fd\";s:10:\"product_id\";i:184201;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:3200;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:3200;s:8:\"line_tax\";d:0;}}\";s:22:\"shipping_for_package_0\";s:509:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f94eb6dc7e157c161454c048d1730836\";s:5:\"rates\";a:1:{s:15:\"free_shipping:6\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:15:\"free_shipping:6\";s:9:\"method_id\";s:13:\"free_shipping\";s:11:\"instance_id\";i:6;s:5:\"label\";s:40:\"Shipping Cost Billed through Quickbooks.\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:25:\"AirAllé Device &times; 2\";}}}}\";s:25:\"previous_shipping_methods\";s:43:\"a:1:{i:0;a:1:{i:0;s:15:\"free_shipping:6\";}}\";s:23:\"chosen_shipping_methods\";s:33:\"a:1:{i:0;s:15:\"free_shipping:6\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:399:\"a:15:{s:8:\"subtotal\";s:4:\"3200\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:4:\"3200\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"3200.00\";s:9:\"total_tax\";d:0;}\";s:8:\"customer\";s:919:\"a:28:{s:2:\"id\";s:1:\"2\";s:13:\"date_modified\";s:25:\"2026-04-01T19:11:47+00:00\";s:10:\"first_name\";s:5:\"Brice\";s:9:\"last_name\";s:9:\"Blackerby\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"8325603726\";s:5:\"email\";s:23:\"bblackerby424@gmail.com\";s:7:\"address\";s:15:\"806 Friars Lane\";s:9:\"address_1\";s:15:\"806 Friars Lane\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Baytown\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"77521\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:15:\"806 Friars Lane\";s:18:\"shipping_address_1\";s:15:\"806 Friars Lane\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Baytown\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77521\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1785791210),(77752,'67','a:1:{s:8:\"customer\";s:987:\"a:28:{s:2:\"id\";s:2:\"67\";s:13:\"date_modified\";s:25:\"2026-07-23T18:25:29+00:00\";s:10:\"first_name\";s:6:\"Marnie\";s:9:\"last_name\";s:6:\"Murray\";s:7:\"company\";s:12:\"Naughty Nits\";s:5:\"phone\";s:10:\"7166265423\";s:5:\"email\";s:30:\"liceclinicsupstateny@gmail.com\";s:7:\"address\";s:17:\"2809 Wehrle Drive\";s:9:\"address_1\";s:17:\"2809 Wehrle Drive\";s:9:\"address_2\";s:8:\"Suite 10\";s:4:\"city\";s:13:\"Williamsville\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"Naughty Nits\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:17:\"2809 Wehrle Drive\";s:18:\"shipping_address_1\";s:17:\"2809 Wehrle Drive\";s:18:\"shipping_address_2\";s:8:\"Suite 10\";s:13:\"shipping_city\";s:13:\"Williamsville\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"14221\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1785867802);
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20)),
  KEY `zone_id` (`zone_id`)
) ENGINE=InnoDB AUTO_INCREMENT=313 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--

LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES (262,1,'US:AL','state'),(263,1,'US:AK','state'),(264,1,'US:AZ','state'),(265,1,'US:AR','state'),(266,1,'US:CA','state'),(267,1,'US:CO','state'),(268,1,'US:CT','state'),(269,1,'US:DE','state'),(270,1,'US:DC','state'),(271,1,'US:FL','state'),(272,1,'US:GA','state'),(273,1,'US:ID','state'),(274,1,'US:IL','state'),(275,1,'US:IN','state'),(276,1,'US:IA','state'),(277,1,'US:KS','state'),(278,1,'US:KY','state'),(279,1,'US:LA','state'),(280,1,'US:ME','state'),(281,1,'US:MD','state'),(282,1,'US:MA','state'),(283,1,'US:MI','state'),(284,1,'US:MN','state'),(285,1,'US:MS','state'),(286,1,'US:MO','state'),(287,1,'US:MT','state'),(288,1,'US:NE','state'),(289,1,'US:NV','state'),(290,1,'US:NH','state'),(291,1,'US:NJ','state'),(292,1,'US:NM','state'),(293,1,'US:NY','state'),(294,1,'US:NC','state'),(295,1,'US:ND','state'),(296,1,'US:OH','state'),(297,1,'US:OK','state'),(298,1,'US:OR','state'),(299,1,'US:PA','state'),(300,1,'US:RI','state'),(301,1,'US:SC','state'),(302,1,'US:SD','state'),(303,1,'US:TN','state'),(304,1,'US:TX','state'),(305,1,'US:UT','state'),(306,1,'US:VT','state'),(307,1,'US:VA','state'),(308,1,'US:WA','state'),(309,1,'US:WV','state'),(310,1,'US:WI','state'),(311,1,'US:WY','state');
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`),
  KEY `zone_id` (`zone_id`),
  KEY `method_id` (`method_id`(20))
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--

LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_methods` VALUES (1,6,'free_shipping',1,1);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`),
  KEY `zone_order_id` (`zone_order`,`zone_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--

LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zones` VALUES (1,'United States',1);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--

LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_tax_rate_locations` VALUES (3,'84107',1,'postcode'),(4,'SALT LAKE CITY',1,'city');
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rates`
--

LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_tax_rates` VALUES (1,'US','UT','8.4500','Sales Tax',1,0,0,0,'');
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpmailsmtp_debug_events`
--

DROP TABLE IF EXISTS `wp_wpmailsmtp_debug_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpmailsmtp_debug_events` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `content` text DEFAULT NULL,
  `initiator` text DEFAULT NULL,
  `event_type` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpmailsmtp_debug_events`
--

LOCK TABLES `wp_wpmailsmtp_debug_events` WRITE;
/*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` DISABLE KEYS */;
INSERT INTO `wp_wpmailsmtp_debug_events` VALUES (1,'Mailer: Mailgun\r\n401: Unauthorized\r\nForbidden','{\"file\":\"\\/storage\\/v12674\\/lcacomdelstore\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":1136}',0,'2026-06-05 17:36:56'),(2,'Mailer: Mailgun\r\n401: Unauthorized\r\nForbidden','{\"file\":\"\\/storage\\/v12674\\/lcacomdelstore\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":1136}',0,'2026-06-06 18:37:13'),(3,'Mailer: Mailgun\r\n401: Unauthorized\r\nForbidden','{\"file\":\"\\/storage\\/v12674\\/lcacomdelstore\\/public_html\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\",\"line\":1136}',0,'2026-06-09 14:10:06');
/*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpmailsmtp_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpmailsmtp_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpmailsmtp_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpmailsmtp_tasks_meta`
--

LOCK TABLES `wp_wpmailsmtp_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpmailsmtp_tasks_meta` VALUES (1,'wp_mail_smtp_admin_notifications_update','W10=','2025-08-08 13:35:09');
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wt_iew_action_history`
--

DROP TABLE IF EXISTS `wp_wt_iew_action_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wt_iew_action_history` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `template_type` varchar(255) NOT NULL,
  `item_type` varchar(255) NOT NULL,
  `file_name` varchar(255) NOT NULL,
  `created_at` int(11) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 0,
  `status_text` varchar(255) NOT NULL,
  `offset` int(11) NOT NULL DEFAULT 0,
  `total` int(11) NOT NULL DEFAULT 0,
  `data` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wt_iew_action_history`
--

LOCK TABLES `wp_wt_iew_action_history` WRITE;
/*!40000 ALTER TABLE `wp_wt_iew_action_history` DISABLE KEYS */;
INSERT INTO `wp_wt_iew_action_history` VALUES (1,'export','order','order_export_2021-10-19-09-13-42.csv',1634678022,1,'Finished',300,325,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"quick\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"advanced_form_data\":[]}'),(2,'export','order','order_export_2021-10-29-02-26-26.csv',1635517586,1,'Finished',330,349,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"quick\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"advanced_form_data\":[]}'),(3,'export','order','order_export_2021-10-29-02-38-48.csv',1635518328,1,'Finished',210,222,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"new\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"filter_form_data\":{\"wt_iew_limit\":0,\"wt_iew_offset\":0,\"wt_iew_orders\":\"\",\"wt_iew_order_status\":[\"wc-completed\"],\"wt_iew_products\":[\"93\",\"95\",\"97\",\"99\"],\"wt_iew_coupons\":\"\",\"wt_iew_date_from\":\"\",\"wt_iew_date_to\":\"\"},\"mapping_form_data\":{\"mapping_fields\":{\"order_id\":[\"order_id\",0],\"order_number\":[\"order_number\",1],\"order_date\":[\"order_date\",0],\"paid_date\":[\"paid_date\",0],\"status\":[\"status\",1],\"shipping_total\":[\"shipping_total\",0],\"shipping_tax_total\":[\"shipping_tax_total\",0],\"fee_total\":[\"fee_total\",0],\"fee_tax_total\":[\"fee_tax_total\",0],\"tax_total\":[\"tax_total\",0],\"cart_discount\":[\"cart_discount\",0],\"order_discount\":[\"order_discount\",0],\"discount_total\":[\"discount_total\",0],\"order_total\":[\"order_total\",0],\"order_currency\":[\"order_currency\",0],\"payment_method\":[\"payment_method\",0],\"payment_method_title\":[\"payment_method_title\",0],\"transaction_id\":[\"transaction_id\",0],\"customer_ip_address\":[\"customer_ip_address\",0],\"customer_user_agent\":[\"customer_user_agent\",0],\"shipping_method\":[\"shipping_method\",0],\"customer_id\":[\"customer_id\",1],\"customer_user\":[\"customer_user\",1],\"customer_email\":[\"customer_email\",1],\"billing_first_name\":[\"billing_first_name\",1],\"billing_last_name\":[\"billing_last_name\",1],\"billing_company\":[\"billing_company\",0],\"billing_email\":[\"billing_email\",0],\"billing_phone\":[\"billing_phone\",0],\"billing_address_1\":[\"billing_address_1\",0],\"billing_address_2\":[\"billing_address_2\",0],\"billing_postcode\":[\"billing_postcode\",0],\"billing_city\":[\"billing_city\",0],\"billing_state\":[\"billing_state\",0],\"billing_country\":[\"billing_country\",0],\"shipping_first_name\":[\"shipping_first_name\",0],\"shipping_last_name\":[\"shipping_last_name\",0],\"shipping_company\":[\"shipping_company\",0],\"shipping_phone\":[\"shipping_phone\",0],\"shipping_address_1\":[\"shipping_address_1\",0],\"shipping_address_2\":[\"shipping_address_2\",0],\"shipping_postcode\":[\"shipping_postcode\",0],\"shipping_city\":[\"shipping_city\",0],\"shipping_state\":[\"shipping_state\",0],\"shipping_country\":[\"shipping_country\",0],\"customer_note\":[\"customer_note\",0],\"wt_import_key\":[\"wt_import_key\",0],\"shipping_items\":[\"shipping_items\",0],\"fee_items\":[\"fee_items\",1],\"tax_items\":[\"tax_items\",1],\"coupon_items\":[\"coupon_items\",0],\"refund_items\":[\"refund_items\",0],\"order_notes\":[\"order_notes\",0],\"download_permissions\":[\"download_permissions\",0]},\"mapping_enabled_fields\":[],\"mapping_selected_fields\":{\"order_number\":\"order_number\",\"status\":\"status\",\"customer_id\":\"customer_id\",\"customer_user\":\"customer_user\",\"customer_email\":\"customer_email\",\"billing_first_name\":\"billing_first_name\",\"billing_last_name\":\"billing_last_name\",\"fee_items\":\"fee_items\",\"tax_items\":\"tax_items\"}},\"meta_step_form_data\":{\"mapping_fields\":[],\"mapping_selected_fields\":[]},\"advanced_form_data\":{\"wt_iew_exclude_already_exported\":\"No\",\"wt_iew_export_to_separate_columns\":\"No\",\"wt_iew_export_to_separate_rows\":\"No\",\"wt_iew_batch_count\":30}}'),(4,'export','order','order_export_2021-10-29-02-41-37.csv',1635518497,1,'Finished',210,222,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"new\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"filter_form_data\":{\"wt_iew_limit\":0,\"wt_iew_offset\":0,\"wt_iew_orders\":\"\",\"wt_iew_order_status\":[\"wc-completed\"],\"wt_iew_products\":[\"93\",\"95\",\"97\",\"99\"],\"wt_iew_coupons\":\"\",\"wt_iew_date_from\":\"\",\"wt_iew_date_to\":\"\"},\"mapping_form_data\":{\"mapping_fields\":{\"order_id\":[\"order_id\",0],\"order_number\":[\"order_number\",1],\"order_date\":[\"order_date\",0],\"paid_date\":[\"paid_date\",1],\"status\":[\"status\",1],\"shipping_total\":[\"shipping_total\",0],\"shipping_tax_total\":[\"shipping_tax_total\",0],\"fee_total\":[\"fee_total\",0],\"fee_tax_total\":[\"fee_tax_total\",0],\"tax_total\":[\"tax_total\",0],\"cart_discount\":[\"cart_discount\",0],\"order_discount\":[\"order_discount\",0],\"discount_total\":[\"discount_total\",0],\"order_total\":[\"order_total\",0],\"order_currency\":[\"order_currency\",0],\"payment_method\":[\"payment_method\",0],\"payment_method_title\":[\"payment_method_title\",0],\"transaction_id\":[\"transaction_id\",0],\"customer_ip_address\":[\"customer_ip_address\",0],\"customer_user_agent\":[\"customer_user_agent\",0],\"shipping_method\":[\"shipping_method\",0],\"customer_id\":[\"customer_id\",1],\"customer_user\":[\"customer_user\",1],\"customer_email\":[\"customer_email\",1],\"billing_first_name\":[\"billing_first_name\",1],\"billing_last_name\":[\"billing_last_name\",1],\"billing_company\":[\"billing_company\",0],\"billing_email\":[\"billing_email\",0],\"billing_phone\":[\"billing_phone\",0],\"billing_address_1\":[\"billing_address_1\",0],\"billing_address_2\":[\"billing_address_2\",0],\"billing_postcode\":[\"billing_postcode\",0],\"billing_city\":[\"billing_city\",0],\"billing_state\":[\"billing_state\",0],\"billing_country\":[\"billing_country\",0],\"shipping_first_name\":[\"shipping_first_name\",0],\"shipping_last_name\":[\"shipping_last_name\",0],\"shipping_company\":[\"shipping_company\",0],\"shipping_phone\":[\"shipping_phone\",0],\"shipping_address_1\":[\"shipping_address_1\",0],\"shipping_address_2\":[\"shipping_address_2\",0],\"shipping_postcode\":[\"shipping_postcode\",0],\"shipping_city\":[\"shipping_city\",0],\"shipping_state\":[\"shipping_state\",0],\"shipping_country\":[\"shipping_country\",0],\"customer_note\":[\"customer_note\",0],\"wt_import_key\":[\"wt_import_key\",0],\"shipping_items\":[\"shipping_items\",0],\"fee_items\":[\"fee_items\",1],\"tax_items\":[\"tax_items\",1],\"coupon_items\":[\"coupon_items\",0],\"refund_items\":[\"refund_items\",0],\"order_notes\":[\"order_notes\",0],\"download_permissions\":[\"download_permissions\",0]},\"mapping_enabled_fields\":[],\"mapping_selected_fields\":{\"order_number\":\"order_number\",\"paid_date\":\"paid_date\",\"status\":\"status\",\"customer_id\":\"customer_id\",\"customer_user\":\"customer_user\",\"customer_email\":\"customer_email\",\"billing_first_name\":\"billing_first_name\",\"billing_last_name\":\"billing_last_name\",\"fee_items\":\"fee_items\",\"tax_items\":\"tax_items\"}},\"meta_step_form_data\":{\"mapping_fields\":[],\"mapping_selected_fields\":[]},\"advanced_form_data\":{\"wt_iew_exclude_already_exported\":\"No\",\"wt_iew_export_to_separate_columns\":\"No\",\"wt_iew_export_to_separate_rows\":\"No\",\"wt_iew_batch_count\":30}}'),(5,'export','order','order_export_2023-05-21-05-50-46.csv',1684691446,1,'Finished',1290,1312,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"quick\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"advanced_form_data\":{\"wt_iew_export_to_separate\":\"default\",\"wt_iew_batch_count\":30,\"wt_iew_delimiter_preset\":\"comma\",\"wt_iew_delimiter\":\",\"}}'),(6,'export','order','order_export_2024-09-25-02-05-45.csv',1727229945,1,'Finished',100,137,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"new\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"filter_form_data\":{\"wt_iew_limit\":0,\"wt_iew_offset\":0,\"wt_iew_orders\":\"\",\"wt_iew_order_status\":[\"wc-completed\"],\"wt_iew_email\":[\"50\",\"98\"],\"wt_iew_date_from\":\"2024-08-01\",\"wt_iew_date_to\":\"2024-09-24\"},\"mapping_form_data\":{\"mapping_fields\":{\"order_id\":[\"order_id\",1],\"order_number\":[\"order_number\",1],\"order_date\":[\"order_date\",1],\"paid_date\":[\"paid_date\",1],\"status\":[\"status\",1],\"shipping_total\":[\"shipping_total\",1],\"shipping_tax_total\":[\"shipping_tax_total\",1],\"fee_total\":[\"fee_total\",1],\"fee_tax_total\":[\"fee_tax_total\",1],\"tax_total\":[\"tax_total\",1],\"cart_discount\":[\"cart_discount\",1],\"order_discount\":[\"order_discount\",1],\"discount_total\":[\"discount_total\",1],\"order_total\":[\"order_total\",1],\"order_subtotal\":[\"order_subtotal\",1],\"order_key\":[\"order_key\",1],\"order_currency\":[\"order_currency\",1],\"payment_method\":[\"payment_method\",1],\"payment_method_title\":[\"payment_method_title\",1],\"transaction_id\":[\"transaction_id\",1],\"customer_ip_address\":[\"customer_ip_address\",1],\"customer_user_agent\":[\"customer_user_agent\",1],\"shipping_method\":[\"shipping_method\",1],\"customer_id\":[\"customer_id\",1],\"customer_user\":[\"customer_user\",1],\"customer_email\":[\"customer_email\",1],\"billing_first_name\":[\"billing_first_name\",1],\"billing_last_name\":[\"billing_last_name\",1],\"billing_company\":[\"billing_company\",1],\"billing_email\":[\"billing_email\",1],\"billing_phone\":[\"billing_phone\",1],\"billing_address_1\":[\"billing_address_1\",1],\"billing_address_2\":[\"billing_address_2\",1],\"billing_postcode\":[\"billing_postcode\",1],\"billing_city\":[\"billing_city\",1],\"billing_state\":[\"billing_state\",1],\"billing_country\":[\"billing_country\",1],\"shipping_first_name\":[\"shipping_first_name\",1],\"shipping_last_name\":[\"shipping_last_name\",1],\"shipping_company\":[\"shipping_company\",1],\"shipping_phone\":[\"shipping_phone\",1],\"shipping_address_1\":[\"shipping_address_1\",1],\"shipping_address_2\":[\"shipping_address_2\",1],\"shipping_postcode\":[\"shipping_postcode\",1],\"shipping_city\":[\"shipping_city\",1],\"shipping_state\":[\"shipping_state\",1],\"shipping_country\":[\"shipping_country\",1],\"customer_note\":[\"customer_note\",1],\"wt_import_key\":[\"wt_import_key\",1],\"tax_items\":[\"tax_items\",1],\"shipping_items\":[\"shipping_items\",1],\"fee_items\":[\"fee_items\",1],\"coupon_items\":[\"coupon_items\",1],\"refund_items\":[\"refund_items\",1],\"order_notes\":[\"order_notes\",1],\"download_permissions\":[\"download_permissions\",1],\"meta:_wc_order_attribution_device_type\":[\"meta:_wc_order_attribution_device_type\",1],\"meta:_wc_order_attribution_referrer\":[\"meta:_wc_order_attribution_referrer\",1],\"meta:_wc_order_attribution_session_count\":[\"meta:_wc_order_attribution_session_count\",1],\"meta:_wc_order_attribution_session_entry\":[\"meta:_wc_order_attribution_session_entry\",1],\"meta:_wc_order_attribution_session_pages\":[\"meta:_wc_order_attribution_session_pages\",1],\"meta:_wc_order_attribution_session_start_time\":[\"meta:_wc_order_attribution_session_start_time\",1],\"meta:_wc_order_attribution_source_type\":[\"meta:_wc_order_attribution_source_type\",1],\"meta:_wc_order_attribution_user_agent\":[\"meta:_wc_order_attribution_user_agent\",1],\"meta:_wc_order_attribution_utm_source\":[\"meta:_wc_order_attribution_utm_source\",1],\"meta:_wc_shipment_tracking_items\":[\"meta:_wc_shipment_tracking_items\",1],\"meta:_ppcp_paypal_fees\":[\"meta:_ppcp_paypal_fees\",1]},\"mapping_enabled_fields\":[],\"mapping_selected_fields\":{\"order_id\":\"order_id\",\"order_number\":\"order_number\",\"order_date\":\"order_date\",\"paid_date\":\"paid_date\",\"status\":\"status\",\"shipping_total\":\"shipping_total\",\"shipping_tax_total\":\"shipping_tax_total\",\"fee_total\":\"fee_total\",\"fee_tax_total\":\"fee_tax_total\",\"tax_total\":\"tax_total\",\"cart_discount\":\"cart_discount\",\"order_discount\":\"order_discount\",\"discount_total\":\"discount_total\",\"order_total\":\"order_total\",\"order_subtotal\":\"order_subtotal\",\"order_key\":\"order_key\",\"order_currency\":\"order_currency\",\"payment_method\":\"payment_method\",\"payment_method_title\":\"payment_method_title\",\"transaction_id\":\"transaction_id\",\"customer_ip_address\":\"customer_ip_address\",\"customer_user_agent\":\"customer_user_agent\",\"shipping_method\":\"shipping_method\",\"customer_id\":\"customer_id\",\"customer_user\":\"customer_user\",\"customer_email\":\"customer_email\",\"billing_first_name\":\"billing_first_name\",\"billing_last_name\":\"billing_last_name\",\"billing_company\":\"billing_company\",\"billing_email\":\"billing_email\",\"billing_phone\":\"billing_phone\",\"billing_address_1\":\"billing_address_1\",\"billing_address_2\":\"billing_address_2\",\"billing_postcode\":\"billing_postcode\",\"billing_city\":\"billing_city\",\"billing_state\":\"billing_state\",\"billing_country\":\"billing_country\",\"shipping_first_name\":\"shipping_first_name\",\"shipping_last_name\":\"shipping_last_name\",\"shipping_company\":\"shipping_company\",\"shipping_phone\":\"shipping_phone\",\"shipping_address_1\":\"shipping_address_1\",\"shipping_address_2\":\"shipping_address_2\",\"shipping_postcode\":\"shipping_postcode\",\"shipping_city\":\"shipping_city\",\"shipping_state\":\"shipping_state\",\"shipping_country\":\"shipping_country\",\"customer_note\":\"customer_note\",\"wt_import_key\":\"wt_import_key\",\"tax_items\":\"tax_items\",\"shipping_items\":\"shipping_items\",\"fee_items\":\"fee_items\",\"coupon_items\":\"coupon_items\",\"refund_items\":\"refund_items\",\"order_notes\":\"order_notes\",\"download_permissions\":\"download_permissions\",\"meta:_wc_order_attribution_device_type\":\"meta:_wc_order_attribution_device_type\",\"meta:_wc_order_attribution_referrer\":\"meta:_wc_order_attribution_referrer\",\"meta:_wc_order_attribution_session_count\":\"meta:_wc_order_attribution_session_count\",\"meta:_wc_order_attribution_session_entry\":\"meta:_wc_order_attribution_session_entry\",\"meta:_wc_order_attribution_session_pages\":\"meta:_wc_order_attribution_session_pages\",\"meta:_wc_order_attribution_session_start_time\":\"meta:_wc_order_attribution_session_start_time\",\"meta:_wc_order_attribution_source_type\":\"meta:_wc_order_attribution_source_type\",\"meta:_wc_order_attribution_user_agent\":\"meta:_wc_order_attribution_user_agent\",\"meta:_wc_order_attribution_utm_source\":\"meta:_wc_order_attribution_utm_source\",\"meta:_wc_shipment_tracking_items\":\"meta:_wc_shipment_tracking_items\",\"meta:_ppcp_paypal_fees\":\"meta:_ppcp_paypal_fees\"}},\"meta_step_form_data\":{\"mapping_fields\":[],\"mapping_selected_fields\":[]},\"advanced_form_data\":{\"wt_iew_exclude_line_items\":\"No\",\"wt_iew_export_to_separate\":\"column\",\"wt_iew_batch_count\":100,\"wt_iew_delimiter_preset\":\"comma\",\"wt_iew_delimiter\":\",\"}}');
/*!40000 ALTER TABLE `wp_wt_iew_action_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wt_iew_cron`
--

DROP TABLE IF EXISTS `wp_wt_iew_cron`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wt_iew_cron` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `status` int(11) NOT NULL DEFAULT 0,
  `old_status` int(11) NOT NULL DEFAULT 0,
  `action_type` varchar(255) NOT NULL,
  `schedule_type` varchar(50) NOT NULL,
  `item_type` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `start_time` int(11) NOT NULL,
  `cron_data` text NOT NULL,
  `last_run` int(11) NOT NULL,
  `next_offset` int(11) NOT NULL DEFAULT 0,
  `history_id_list` text NOT NULL,
  `history_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wt_iew_cron`
--

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

--
-- Table structure for table `wp_wt_iew_ftp`
--

DROP TABLE IF EXISTS `wp_wt_iew_ftp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wt_iew_ftp` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `server` varchar(255) NOT NULL,
  `user_name` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `port` int(11) NOT NULL DEFAULT 21,
  `ftps` int(11) NOT NULL DEFAULT 0,
  `is_sftp` int(11) NOT NULL DEFAULT 0,
  `passive_mode` int(11) NOT NULL DEFAULT 0,
  `export_path` varchar(255) NOT NULL,
  `import_path` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wt_iew_ftp`
--

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

--
-- Table structure for table `wp_wt_iew_mapping_template`
--

DROP TABLE IF EXISTS `wp_wt_iew_mapping_template`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wt_iew_mapping_template` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `template_type` varchar(255) NOT NULL,
  `item_type` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wt_iew_mapping_template`
--

LOCK TABLES `wp_wt_iew_mapping_template` WRITE;
/*!40000 ALTER TABLE `wp_wt_iew_mapping_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wt_iew_mapping_template` 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-07-30 11:56:07